Browse Source

项目初始化

zsf 10 months ago
parent
commit
505f54a6f4
95 changed files with 55143 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 11 0
      catkin_ws/src/lstrobot_moveit_config_0605/.setup_assistant
  3. 10 0
      catkin_ws/src/lstrobot_moveit_config_0605/CMakeLists.txt
  4. 5 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/cartesian_limits.yaml
  5. 18 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/chomp_planning.yaml
  6. 13 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/fake_controllers.yaml
  7. 4 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/gazebo_controllers.yaml
  8. 307 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/gazebo_mr12urdf20240605.urdf
  9. 40 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/joint_limits.yaml
  10. 7 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/kinematics.yaml
  11. 39 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/mr12urdf20240605.srdf
  12. 197 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/ompl_planning.yaml
  13. 0 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/ros_controllers.yaml
  14. 10 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/sensors_3d.yaml
  15. 10 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/sensors_3d2.yaml
  16. 2 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/simple_moveit_controllers.yaml
  17. 39 0
      catkin_ws/src/lstrobot_moveit_config_0605/config/stomp_planning.yaml
  18. 21 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/chomp_planning_pipeline.launch.xml
  19. 15 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/default_warehouse_db.launch
  20. 66 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/demo.launch
  21. 21 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/demo_gazebo.launch
  22. 12 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/fake_moveit_controller_manager.launch.xml
  23. 34 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/gazebo.launch
  24. 17 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/joystick_control.launch
  25. 105 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/move_group.launch
  26. 352 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/moveit.rviz
  27. 15 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/moveit_rviz.launch
  28. 3 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/mr12urdf20240605_moveit_sensor_manager.launch.xml
  29. 20 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/ompl-chomp_planning_pipeline.launch.xml
  30. 24 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/ompl_planning_pipeline.launch.xml
  31. 15 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/pilz_industrial_motion_planner_planning_pipeline.launch.xml
  32. 26 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/planning_context.launch
  33. 10 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/planning_pipeline.launch.xml
  34. 4 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/ros_control_moveit_controller_manager.launch.xml
  35. 11 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/ros_controllers.launch
  36. 21 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/run_benchmark_ompl.launch
  37. 21 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/sensor_manager.launch.xml
  38. 16 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/setup_assistant.launch
  39. 8 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/simple_moveit_controller_manager.launch.xml
  40. 23 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/stomp_planning_pipeline.launch.xml
  41. 23 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/trajectory_execution.launch.xml
  42. 15 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/warehouse.launch
  43. 16 0
      catkin_ws/src/lstrobot_moveit_config_0605/launch/warehouse_settings.launch.xml
  44. 41 0
      catkin_ws/src/lstrobot_moveit_config_0605/package.xml
  45. 224 0
      catkin_ws/src/lstrobot_planning/CMakeLists.txt
  46. 464 0
      catkin_ws/src/lstrobot_planning/date/p_traj.txt
  47. 2760 0
      catkin_ws/src/lstrobot_planning/date/plan.txt
  48. 23096 0
      catkin_ws/src/lstrobot_planning/date/plan1.txt
  49. 23104 0
      catkin_ws/src/lstrobot_planning/date/plan11.txt
  50. 20 0
      catkin_ws/src/lstrobot_planning/date/新建文本文档.txt
  51. 5 0
      catkin_ws/src/lstrobot_planning/launch/moveit_control_server.launch
  52. 7 0
      catkin_ws/src/lstrobot_planning/launch/publish_pointcloud.launch
  53. 5 0
      catkin_ws/src/lstrobot_planning/launch/set_update_paramter_p.launch
  54. 20 0
      catkin_ws/src/lstrobot_planning/launch/start_ur5.launch
  55. 30 0
      catkin_ws/src/lstrobot_planning/launch/ur5_bringup.launch
  56. 7 0
      catkin_ws/src/lstrobot_planning/msg/JointTrajectoryPoint_ex.msg
  57. 3 0
      catkin_ws/src/lstrobot_planning/msg/JointTrajectory_ex.msg
  58. 70 0
      catkin_ws/src/lstrobot_planning/package.xml
  59. 23 0
      catkin_ws/src/lstrobot_planning/scripts/11.py
  60. 70 0
      catkin_ws/src/lstrobot_planning/scripts/CloudFunc.py
  61. 148 0
      catkin_ws/src/lstrobot_planning/scripts/check.py
  62. 32 0
      catkin_ws/src/lstrobot_planning/scripts/command.py
  63. 215 0
      catkin_ws/src/lstrobot_planning/scripts/dycl_0506.py
  64. 455 0
      catkin_ws/src/lstrobot_planning/scripts/hanqiangpose.py
  65. 143 0
      catkin_ws/src/lstrobot_planning/scripts/hjsx.py
  66. 762 0
      catkin_ws/src/lstrobot_planning/scripts/moveitServer2.py
  67. 115 0
      catkin_ws/src/lstrobot_planning/scripts/set_update_paramter_p.py
  68. 79 0
      catkin_ws/src/lstrobot_planning/src/add_octomap.cpp
  69. 148 0
      catkin_ws/src/lstrobot_planning/src/moveit_cartesian_demo.py
  70. 44 0
      catkin_ws/src/lstrobot_planning/src/pcd2octomap.cpp
  71. 14 0
      catkin_ws/src/mr12urdf20240605/CMakeLists.txt
  72. 1 0
      catkin_ws/src/mr12urdf20240605/config/joint_names_mr12urdf20240605.yaml
  73. 20 0
      catkin_ws/src/mr12urdf20240605/launch/display.launch
  74. 20 0
      catkin_ws/src/mr12urdf20240605/launch/gazebo.launch
  75. BIN
      catkin_ws/src/mr12urdf20240605/meshes/Link1.STL
  76. BIN
      catkin_ws/src/mr12urdf20240605/meshes/Link2.STL
  77. BIN
      catkin_ws/src/mr12urdf20240605/meshes/Link3.STL
  78. BIN
      catkin_ws/src/mr12urdf20240605/meshes/Link4.STL
  79. BIN
      catkin_ws/src/mr12urdf20240605/meshes/Link5.STL
  80. BIN
      catkin_ws/src/mr12urdf20240605/meshes/Link6.STL
  81. BIN
      catkin_ws/src/mr12urdf20240605/meshes/base_link.STL
  82. 21 0
      catkin_ws/src/mr12urdf20240605/package.xml
  83. 8 0
      catkin_ws/src/mr12urdf20240605/urdf/mr12urdf20240605.csv
  84. 430 0
      catkin_ws/src/mr12urdf20240605/urdf/mr12urdf20240605.urdf
  85. 228 0
      catkin_ws/src/publish_pointcloud/CMakeLists.txt
  86. 22 0
      catkin_ws/src/publish_pointcloud/launch/demo.launch
  87. 22 0
      catkin_ws/src/publish_pointcloud/launch/octomaptransform.launch
  88. 7 0
      catkin_ws/src/publish_pointcloud/launch/publish_pointcloud.launch
  89. 56 0
      catkin_ws/src/publish_pointcloud/package.xml
  90. 199 0
      catkin_ws/src/publish_pointcloud/rviz/OctomapShow.rviz
  91. 83 0
      catkin_ws/src/publish_pointcloud/scripts/CLoudDownSample.py
  92. 70 0
      catkin_ws/src/publish_pointcloud/scripts/CloudFunc.py
  93. 100 0
      catkin_ws/src/publish_pointcloud/scripts/dycl.py
  94. 79 0
      catkin_ws/src/publish_pointcloud/src/add_octomap.cpp
  95. 44 0
      catkin_ws/src/publish_pointcloud/src/pcd2octomap.cpp

+ 3 - 0
.gitignore

@@ -1,5 +1,7 @@
 # ---> ROS
 build/
+devel/
+data/
 bin/
 lib/
 msg_gen/
@@ -122,6 +124,7 @@ bld/
 
 # Visual Studio 2015 cache/options directory
 .vs/
+.vscode/
 # Uncomment if you have tasks that create the project's static files in wwwroot
 #wwwroot/
 

+ 11 - 0
catkin_ws/src/lstrobot_moveit_config_0605/.setup_assistant

@@ -0,0 +1,11 @@
+moveit_setup_assistant_config:
+  URDF:
+    package: mr12urdf20240605
+    relative_path: urdf/mr12urdf20240605.urdf
+    xacro_args: ""
+  SRDF:
+    relative_path: config/mr12urdf20240605.srdf
+  CONFIG:
+    author_name: 123
+    author_email: 123@qq.com
+    generated_timestamp: 1717572194

+ 10 - 0
catkin_ws/src/lstrobot_moveit_config_0605/CMakeLists.txt

@@ -0,0 +1,10 @@
+cmake_minimum_required(VERSION 3.1.3)
+project(lstrobot_moveit_config_0605)
+
+find_package(catkin REQUIRED)
+
+catkin_package()
+
+install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
+  PATTERN "setup_assistant.launch" EXCLUDE)
+install(DIRECTORY config DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

+ 5 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/cartesian_limits.yaml

@@ -0,0 +1,5 @@
+cartesian_limits:
+  max_trans_vel: 1
+  max_trans_acc: 2.25
+  max_trans_dec: -5
+  max_rot_vel: 1.57

+ 18 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/chomp_planning.yaml

@@ -0,0 +1,18 @@
+planning_time_limit: 10.0
+max_iterations: 200
+max_iterations_after_collision_free: 5
+smoothness_cost_weight: 0.1
+obstacle_cost_weight: 1.0
+learning_rate: 0.01
+smoothness_cost_velocity: 0.0
+smoothness_cost_acceleration: 1.0
+smoothness_cost_jerk: 0.0
+ridge_factor: 0.0
+use_pseudo_inverse: false
+pseudo_inverse_ridge_factor: 1e-4
+joint_update_limit: 0.1
+collision_clearance: 0.2
+collision_threshold: 0.07
+use_stochastic_descent: true
+enable_failure_recovery: false
+max_recovery_attempts: 5

+ 13 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/fake_controllers.yaml

@@ -0,0 +1,13 @@
+controller_list:
+  - name: fake_manipulator_controller
+    type: $(arg fake_execution_type)
+    joints:
+      - joint1
+      - joint2
+      - joint3
+      - joint4
+      - joint5
+      - joint6
+initial:  # Define initial robot poses per group
+  - group: manipulator
+    pose: home

+ 4 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/gazebo_controllers.yaml

@@ -0,0 +1,4 @@
+# Publish joint_states
+joint_state_controller:
+  type: joint_state_controller/JointStateController
+  publish_rate: 50

+ 307 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/gazebo_mr12urdf20240605.urdf

@@ -0,0 +1,307 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner (brawner@gmail.com) 
+     Commit Version: 1.6.0-4-g7f85cfe  Build Version: 1.6.7995.38578
+     For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
+<robot name="mr12urdf20240605">
+    <link name="base_link">
+        <!-- <inertial>
+      <origin
+        xyz="-0.0389794721428083 3.18209550907445E-05 0.114464775769165"
+        rpy="0 0 0" />
+      <mass
+        value="27.8470958329326" />
+      <inertia
+        ixx="0.333719655951858"
+        ixy="-0.000162752951771119"
+        ixz="-0.0150515703369821"
+        iyy="0.572256719027697"
+        iyz="6.64144679179418E-05"
+        izz="0.74716855955823" />
+    </inertial> -->
+        <visual>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/base_link.STL" />
+            </geometry>
+            <material name="">
+                <color rgba="0 1 1 1" />
+            </material>
+        </visual>
+        <collision>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/base_link.STL" />
+            </geometry>
+        </collision>
+        <inertial>
+            <mass value="0.1" />
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <inertia ixx="0.03" iyy="0.03" izz="0.03" ixy="0.0" ixz="0.0" iyz="0.0" />
+        </inertial>
+    </link>
+    <link name="Link1">
+        <inertial>
+            <origin xyz="0.0015836 0.02481 -0.16429" rpy="0 0 0" />
+            <mass value="28.856" />
+            <inertia ixx="0.80293" ixy="0.2052" ixz="-0.085925" iyy="0.84748" iyz="-0.048338" izz="0.87668" />
+        </inertial>
+        <visual>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link1.STL" />
+            </geometry>
+            <material name="">
+                <color rgba="1 1 1 1" />
+            </material>
+        </visual>
+        <collision>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link1.STL" />
+            </geometry>
+        </collision>
+    </link>
+    <joint name="joint1" type="revolute">
+        <origin xyz="0 0 0.55" rpy="0 0 0" />
+        <parent link="base_link" />
+        <child link="Link1" />
+        <axis xyz="0 0 1" />
+        <limit lower="-2.878" upper="2.878" effort="150" velocity="3.541" />
+    </joint>
+    <link name="Link2">
+        <inertial>
+            <origin xyz="0.318649688799688 -0.000235571433145232 0.186136694407231" rpy="0 0 0" />
+            <mass value="7.80684304255034" />
+            <inertia ixx="0.0281236828911867" ixy="0.000281518665603689" ixz="-0.00939923269411962" iyy="0.185870193003645" iyz="1.16807601383937E-05" izz="0.200135929390865" />
+        </inertial>
+        <visual>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link2.STL" />
+            </geometry>
+            <material name="">
+                <color rgba="1 1 1 1" />
+            </material>
+        </visual>
+        <collision>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link2.STL" />
+            </geometry>
+        </collision>
+    </link>
+    <joint name="joint2" type="revolute">
+        <origin xyz="0.14974 0.035343 0" rpy="1.5708 -1.5708 0" />
+        <parent link="Link1" />
+        <child link="Link2" />
+        <axis xyz="0 0 1" />
+        <limit lower="-2.529" upper="1.396" effort="150" velocity="3.541" />
+    </joint>
+    <link name="Link3">
+        <inertial>
+            <origin xyz="0.108553296371736 -0.0970725190395638 0.00155584136936515" rpy="0 0 0" />
+            <mass value="13.1020677700115" />
+            <inertia ixx="0.0894771695987357" ixy="0.00373169975921231" ixz="0.00305911419576535" iyy="0.0755527499176048" iyz="0.00497831742143842" izz="0.0627128517779011" />
+        </inertial>
+        <visual>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link3.STL" />
+            </geometry>
+            <material name="">
+                <color rgba="1 1 1 1" />
+            </material>
+        </visual>
+        <collision>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link3.STL" />
+            </geometry>
+        </collision>
+    </link>
+    <joint name="joint3" type="revolute">
+        <origin xyz="0.76075 0 0.033754" rpy="0 0 0" />
+        <parent link="Link2" />
+        <child link="Link3" />
+        <axis xyz="0 0 1" />
+        <limit lower="-1.308" upper="2.529" effort="150" velocity="3.733" />
+    </joint>
+    <link name="Link4">
+        <inertial>
+            <origin xyz="0.0144892098854688 -0.000636132360795127 -0.376459479520837" rpy="0 0 0" />
+            <mass value="8.67998704574409" />
+            <inertia ixx="0.466226625992446" ixy="0.000500906822306766" ixz="-0.015294045664646" iyy="0.451075373457536" iyz="0.000649456671583942" izz="0.036563182959402" />
+        </inertial>
+        <visual>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link4.STL" />
+            </geometry>
+            <material name="">
+                <color rgba="0 1 1 1" />
+            </material>
+        </visual>
+        <collision>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link4.STL" />
+            </geometry>
+        </collision>
+    </link>
+    <joint name="joint4" type="revolute">
+        <origin xyz="0.19783 -1.0829 0" rpy="1.5708 0 0" />
+        <parent link="Link3" />
+        <child link="Link4" />
+        <axis xyz="0 0 1" />
+        <limit lower="-3.314" upper="3.314" effort="88.5" velocity="6.838" />
+    </joint>
+    <link name="Link5">
+        <inertial>
+            <origin xyz="-6.1697E-06 -0.048434 -0.0024999" rpy="0 0 0" />
+            <mass value="1.2351" />
+            <inertia ixx="0.0041541" ixy="-7.1529E-06" ixz="-1.1135E-05" iyy="0.0031617" iyz="0.00015352" izz="0.0035434" />
+        </inertial>
+        <visual>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link5.STL" />
+            </geometry>
+            <material name="">
+                <color rgba="0.79216 0.81961 0.93333 1" />
+            </material>
+        </visual>
+        <collision>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link5.STL" />
+            </geometry>
+        </collision>
+    </link>
+    <joint name="joint5" type="revolute">
+        <origin xyz="0 0 0" rpy="1.5708 1.5708 0" />
+        <parent link="Link4" />
+        <child link="Link5" />
+        <axis xyz="0 0 1" />
+        <limit lower="-3.663" upper="0.75" effort="45.52" velocity="4.815" />
+    </joint>
+    <link name="Link6">
+        <inertial>
+            <origin xyz="0.048649 -0.00090428 0.27553" rpy="0 0 0" />
+            <mass value="1.8877" />
+            <inertia ixx="0.0086566" ixy="0.00012203" ixz="-0.00084157" iyy="0.0053122" iyz="0.00012437" izz="0.0064842" />
+        </inertial>
+        <visual>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link6.STL" />
+            </geometry>
+            <material name="">
+                <color rgba="0.75294 0.75294 0.75294 1" />
+            </material>
+        </visual>
+        <collision>
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <geometry>
+                <mesh filename="package://mr12urdf20240605/meshes/Link6.STL" />
+            </geometry>
+        </collision>
+    </link>
+    <joint name="joint6" type="revolute">
+        <origin xyz="0 0 0" rpy="1.5708 0 0" />
+        <parent link="Link5" />
+        <child link="Link6" />
+        <axis xyz="0 0 1" />
+        <limit lower="-3.838" upper="3.838" effort="32.64" velocity="23.655" />
+    </joint>
+    <joint name="joint_flp" type="fixed">
+        <parent link="Link6" />
+        <child link="link_flp" />
+        <!-- 法兰盘 -->
+        <origin rpy=" 0 0 3.1415926" xyz="0  0  0.100" />
+    </joint>
+    <link name="link_flp">
+        <collision>
+            <geometry>
+                <box size="0.0001 0.0001 0.0001" />
+            </geometry>
+            <origin rpy="0 0 0" xyz="0 0 0" />
+        </collision>
+        <inertial>
+            <mass value="0.1" />
+            <origin xyz="0 0 0" rpy="0 0 0" />
+            <inertia ixx="0.03" iyy="0.03" izz="0.03" ixy="0.0" ixz="0.0" iyz="0.0" />
+        </inertial>
+    </link>
+    <joint name="joint_end" type="fixed">
+        <parent link="link_flp" />
+        <child link="link_end" />
+        <origin rpy="0.0 0.325888 3.1415926" xyz="-0.06371  0.004214  0.7387658" />
+    </joint>
+    <link name="link_end" />
+    <transmission name="trans_joint1">
+        <type>transmission_interface/SimpleTransmission</type>
+        <joint name="joint1">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+        </joint>
+        <actuator name="joint1_motor">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+            <mechanicalReduction>1</mechanicalReduction>
+        </actuator>
+    </transmission>
+    <transmission name="trans_joint2">
+        <type>transmission_interface/SimpleTransmission</type>
+        <joint name="joint2">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+        </joint>
+        <actuator name="joint2_motor">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+            <mechanicalReduction>1</mechanicalReduction>
+        </actuator>
+    </transmission>
+    <transmission name="trans_joint3">
+        <type>transmission_interface/SimpleTransmission</type>
+        <joint name="joint3">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+        </joint>
+        <actuator name="joint3_motor">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+            <mechanicalReduction>1</mechanicalReduction>
+        </actuator>
+    </transmission>
+    <transmission name="trans_joint4">
+        <type>transmission_interface/SimpleTransmission</type>
+        <joint name="joint4">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+        </joint>
+        <actuator name="joint4_motor">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+            <mechanicalReduction>1</mechanicalReduction>
+        </actuator>
+    </transmission>
+    <transmission name="trans_joint5">
+        <type>transmission_interface/SimpleTransmission</type>
+        <joint name="joint5">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+        </joint>
+        <actuator name="joint5_motor">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+            <mechanicalReduction>1</mechanicalReduction>
+        </actuator>
+    </transmission>
+    <transmission name="trans_joint6">
+        <type>transmission_interface/SimpleTransmission</type>
+        <joint name="joint6">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+        </joint>
+        <actuator name="joint6_motor">
+            <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
+            <mechanicalReduction>1</mechanicalReduction>
+        </actuator>
+    </transmission>
+    <gazebo>
+        <plugin name="gazebo_ros_control">
+            <robotNamespace>/</robotNamespace>
+        </plugin>
+    </gazebo>
+</robot>
+

+ 40 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/joint_limits.yaml

@@ -0,0 +1,40 @@
+# joint_limits.yaml allows the dynamics properties specified in the URDF to be overwritten or augmented as needed
+
+# For beginners, we downscale velocity and acceleration limits.
+# You can always specify higher scaling factors (<= 1.0) in your motion requests.  # Increase the values below to 1.0 to always move at maximum speed.
+default_velocity_scaling_factor: 0.1
+default_acceleration_scaling_factor: 0.1
+
+# Specific joint properties can be changed with the keys [max_position, min_position, max_velocity, max_acceleration]
+# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
+joint_limits:
+  joint1:
+    has_velocity_limits: true
+    max_velocity: 3.541
+    has_acceleration_limits: false
+    max_acceleration: 0
+  joint2:
+    has_velocity_limits: true
+    max_velocity: 3.541
+    has_acceleration_limits: false
+    max_acceleration: 0
+  joint3:
+    has_velocity_limits: true
+    max_velocity: 3.733
+    has_acceleration_limits: false
+    max_acceleration: 0
+  joint4:
+    has_velocity_limits: true
+    max_velocity: 6.838
+    has_acceleration_limits: false
+    max_acceleration: 0
+  joint5:
+    has_velocity_limits: true
+    max_velocity: 4.815
+    has_acceleration_limits: false
+    max_acceleration: 0
+  joint6:
+    has_velocity_limits: true
+    max_velocity: 23.655
+    has_acceleration_limits: false
+    max_acceleration: 0

+ 7 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/kinematics.yaml

@@ -0,0 +1,7 @@
+manipulator:
+  kinematics_solver: trac_ik_kinematics_plugin/TRAC_IKKinematicsPlugin
+  kinematics_solver_search_resolution: 0.005
+  kinematics_solver_timeout: 0.005
+  goal_joint_tolerance: 0.0001
+  goal_position_tolerance: 0.0001
+  goal_orientation_tolerance: 0.001

+ 39 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/mr12urdf20240605.srdf

@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--This does not replace URDF, and is not an extension of URDF.
+    This is a format for representing semantic information about the robot structure.
+    A URDF file must exist for this robot as well, where the joints and the links that are referenced are defined
+-->
+<robot name="mr12urdf20240605">
+    <!--GROUPS: Representation of a set of joints and links. This can be useful for specifying DOF to plan for, defining arms, end effectors, etc-->
+    <!--LINKS: When a link is specified, the parent joint of that link (if it exists) is automatically included-->
+    <!--JOINTS: When a joint is specified, the child link of that joint (which will always exist) is automatically included-->
+    <!--CHAINS: When a chain is specified, all the links along the chain (including endpoints) are included in the group. Additionally, all the joints that are parents to included links are also included. This means that joints along the chain and the parent joint of the base link are included in the group-->
+    <!--SUBGROUPS: Groups can also be formed by referencing to already defined group names-->
+    <group name="manipulator">
+        <chain base_link="base_link" tip_link="link_end"/>
+    </group>
+    <!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'-->
+    <group_state name="home" group="manipulator">
+        <joint name="joint1" value="0"/>
+        <joint name="joint2" value="0"/>
+        <joint name="joint3" value="0"/>
+        <joint name="joint4" value="0"/>
+        <joint name="joint5" value="0"/>
+        <joint name="joint6" value="0"/>
+    </group_state>
+    <!--DISABLE COLLISIONS: By default it is assumed that any link of the robot could potentially come into collision with any other link in the robot. This tag disables collision checking between a specified pair of links. -->
+    <disable_collisions link1="Link1" link2="Link2" reason="Adjacent"/>
+    <disable_collisions link1="Link1" link2="base_link" reason="Adjacent"/>
+    <disable_collisions link1="Link1" link2="link_flp" reason="Never"/>
+    <disable_collisions link1="Link2" link2="Link3" reason="Adjacent"/>
+    <disable_collisions link1="Link2" link2="Link5" reason="Never"/>
+    <disable_collisions link1="Link2" link2="link_flp" reason="Never"/>
+    <disable_collisions link1="Link3" link2="Link4" reason="Adjacent"/>
+    <disable_collisions link1="Link3" link2="Link5" reason="Never"/>
+    <disable_collisions link1="Link3" link2="link_flp" reason="Never"/>
+    <disable_collisions link1="Link4" link2="Link5" reason="Adjacent"/>
+    <disable_collisions link1="Link4" link2="link_flp" reason="Never"/>
+    <disable_collisions link1="Link5" link2="Link6" reason="Adjacent"/>
+    <disable_collisions link1="Link5" link2="link_flp" reason="Never"/>
+    <disable_collisions link1="Link6" link2="link_flp" reason="Adjacent"/>
+</robot>

+ 197 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/ompl_planning.yaml

@@ -0,0 +1,197 @@
+planner_configs:
+  AnytimePathShortening:
+    type: geometric::AnytimePathShortening
+    shortcut: true  # Attempt to shortcut all new solution paths
+    hybridize: true  # Compute hybrid solution trajectories
+    max_hybrid_paths: 24  # Number of hybrid paths generated per iteration
+    num_planners: 4  # The number of default planners to use for planning
+    planners: ""  # A comma-separated list of planner types (e.g., "PRM,EST,RRTConnect"Optionally, planner parameters can be passed to change the default:"PRM[max_nearest_neighbors=5],EST[goal_bias=.5],RRT[range=10. goal_bias=.1]"
+  SBL:
+    type: geometric::SBL
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+  EST:
+    type: geometric::EST
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0 setup()
+    goal_bias: 0.05  # When close to goal select goal, with this probability. default: 0.05
+  LBKPIECE:
+    type: geometric::LBKPIECE
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    border_fraction: 0.9  # Fraction of time focused on boarder default: 0.9
+    min_valid_path_fraction: 0.5  # Accept partially valid moves above fraction. default: 0.5
+  BKPIECE:
+    type: geometric::BKPIECE
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    border_fraction: 0.9  # Fraction of time focused on boarder default: 0.9
+    failed_expansion_score_factor: 0.5  # When extending motion fails, scale score by factor. default: 0.5
+    min_valid_path_fraction: 0.5  # Accept partially valid moves above fraction. default: 0.5
+  KPIECE:
+    type: geometric::KPIECE
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    goal_bias: 0.05  # When close to goal select goal, with this probability. default: 0.05
+    border_fraction: 0.9  # Fraction of time focused on boarder default: 0.9 (0.0,1.]
+    failed_expansion_score_factor: 0.5  # When extending motion fails, scale score by factor. default: 0.5
+    min_valid_path_fraction: 0.5  # Accept partially valid moves above fraction. default: 0.5
+  RRT:
+    type: geometric::RRT
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    goal_bias: 0.05  # When close to goal select goal, with this probability? default: 0.05
+  RRTConnect:
+    type: geometric::RRTConnect
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+  RRTstar:
+    type: geometric::RRTstar
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    goal_bias: 0.05  # When close to goal select goal, with this probability? default: 0.05
+    delay_collision_checking: 1  # Stop collision checking as soon as C-free parent found. default 1
+  TRRT:
+    type: geometric::TRRT
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    goal_bias: 0.05  # When close to goal select goal, with this probability? default: 0.05
+    max_states_failed: 10  # when to start increasing temp. default: 10
+    temp_change_factor: 2.0  # how much to increase or decrease temp. default: 2.0
+    min_temperature: 10e-10  # lower limit of temp change. default: 10e-10
+    init_temperature: 10e-6  # initial temperature. default: 10e-6
+    frontier_threshold: 0.0  # dist new state to nearest neighbor to disqualify as frontier. default: 0.0 set in setup()
+    frontier_node_ratio: 0.1  # 1/10, or 1 nonfrontier for every 10 frontier. default: 0.1
+    k_constant: 0.0  # value used to normalize expresssion. default: 0.0 set in setup()
+  PRM:
+    type: geometric::PRM
+    max_nearest_neighbors: 10  # use k nearest neighbors. default: 10
+  PRMstar:
+    type: geometric::PRMstar
+  FMT:
+    type: geometric::FMT
+    num_samples: 1000  # number of states that the planner should sample. default: 1000
+    radius_multiplier: 1.1  # multiplier used for the nearest neighbors search radius. default: 1.1
+    nearest_k: 1  # use Knearest strategy. default: 1
+    cache_cc: 1  # use collision checking cache. default: 1
+    heuristics: 0  # activate cost to go heuristics. default: 0
+    extended_fmt: 1  # activate the extended FMT*: adding new samples if planner does not finish successfully. default: 1
+  BFMT:
+    type: geometric::BFMT
+    num_samples: 1000  # number of states that the planner should sample. default: 1000
+    radius_multiplier: 1.0  # multiplier used for the nearest neighbors search radius. default: 1.0
+    nearest_k: 1  # use the Knearest strategy. default: 1
+    balanced: 0  # exploration strategy: balanced true expands one tree every iteration. False will select the tree with lowest maximum cost to go. default: 1
+    optimality: 1  # termination strategy: optimality true finishes when the best possible path is found. Otherwise, the algorithm will finish when the first feasible path is found. default: 1
+    heuristics: 1  # activates cost to go heuristics. default: 1
+    cache_cc: 1  # use the collision checking cache. default: 1
+    extended_fmt: 1  # Activates the extended FMT*: adding new samples if planner does not finish successfully. default: 1
+  PDST:
+    type: geometric::PDST
+  STRIDE:
+    type: geometric::STRIDE
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    goal_bias: 0.05  # When close to goal select goal, with this probability. default: 0.05
+    use_projected_distance: 0  # whether nearest neighbors are computed based on distances in a projection of the state rather distances in the state space itself. default: 0
+    degree: 16  # desired degree of a node in the Geometric Near-neightbor Access Tree (GNAT). default: 16
+    max_degree: 18  # max degree of a node in the GNAT. default: 12
+    min_degree: 12  # min degree of a node in the GNAT. default: 12
+    max_pts_per_leaf: 6  # max points per leaf in the GNAT. default: 6
+    estimated_dimension: 0.0  # estimated dimension of the free space. default: 0.0
+    min_valid_path_fraction: 0.2  # Accept partially valid moves above fraction. default: 0.2
+  BiTRRT:
+    type: geometric::BiTRRT
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    temp_change_factor: 0.1  # how much to increase or decrease temp. default: 0.1
+    init_temperature: 100  # initial temperature. default: 100
+    frontier_threshold: 0.0  # dist new state to nearest neighbor to disqualify as frontier. default: 0.0 set in setup()
+    frontier_node_ratio: 0.1  # 1/10, or 1 nonfrontier for every 10 frontier. default: 0.1
+    cost_threshold: 1e300  # the cost threshold. Any motion cost that is not better will not be expanded. default: inf
+  LBTRRT:
+    type: geometric::LBTRRT
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    goal_bias: 0.05  # When close to goal select goal, with this probability. default: 0.05
+    epsilon: 0.4  # optimality approximation factor. default: 0.4
+  BiEST:
+    type: geometric::BiEST
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+  ProjEST:
+    type: geometric::ProjEST
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+    goal_bias: 0.05  # When close to goal select goal, with this probability. default: 0.05
+  LazyPRM:
+    type: geometric::LazyPRM
+    range: 0.0  # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup()
+  LazyPRMstar:
+    type: geometric::LazyPRMstar
+  SPARS:
+    type: geometric::SPARS
+    stretch_factor: 3.0  # roadmap spanner stretch factor. multiplicative upper bound on path quality. It does not make sense to make this parameter more than 3. default: 3.0
+    sparse_delta_fraction: 0.25  # delta fraction for connection distance. This value represents the visibility range of sparse samples. default: 0.25
+    dense_delta_fraction: 0.001  # delta fraction for interface detection. default: 0.001
+    max_failures: 1000  # maximum consecutive failure limit. default: 1000
+  SPARStwo:
+    type: geometric::SPARStwo
+    stretch_factor: 3.0  # roadmap spanner stretch factor. multiplicative upper bound on path quality. It does not make sense to make this parameter more than 3. default: 3.0
+    sparse_delta_fraction: 0.25  # delta fraction for connection distance. This value represents the visibility range of sparse samples. default: 0.25
+    dense_delta_fraction: 0.001  # delta fraction for interface detection. default: 0.001
+    max_failures: 5000  # maximum consecutive failure limit. default: 5000
+  AITstar:
+    type: geometric::AITstar
+    use_k_nearest: 1  # whether to use a k-nearest RGG connection model (1) or an r-disc model (0). Default: 1
+    rewire_factor: 1.001  # rewire factor of the RGG. Valid values: [1.0:0.01:3.0]. Default: 1.001
+    samples_per_batch: 100  # batch size. Valid values: [1:1:1000]. Default: 100
+    use_graph_pruning: 1  # enable graph pruning (1) or not (0). Default: 1
+    find_approximate_solutions: 0  # track approximate solutions (1) or not (0). Default: 0
+    set_max_num_goals: 1  # maximum number of goals sampled from sampleable goal regions. Valid values: [1:1:1000]. Default: 1
+  ABITstar:
+    type: geometric::ABITstar
+    use_k_nearest: 1  # whether to use a k-nearest RGG connection model (1) or an r-disc model (0). Default: 1
+    rewire_factor: 1.001  # rewire factor of the RGG. Valid values: [1.0:0.01:3.0]. Default: 1.001
+    samples_per_batch: 100  # batch size. Valid values: [1:1:1000]. Default: 100
+    use_graph_pruning: 1  # enable graph pruning (1) or not (0). Default: 1
+    prune_threshold_as_fractional_cost_change: 0.1  # fractional change in the solution cost AND problem measure necessary for pruning to occur. Default: 0.1
+    delay_rewiring_to_first_solution: 0  # delay (1) or not (0) rewiring until a solution is found. Default: 0
+    use_just_in_time_sampling: 0  # delay the generation of samples until they are * necessary. Only works with r-disc connection and path length minimization. Default: 0
+    drop_unconnected_samples_on_prune: 0  # drop unconnected samples when pruning, regardless of their heuristic value. Default: 0
+    stop_on_each_solution_improvement: 0  # stop the planner each time a solution improvement is found. Useful for debugging. Default: 0
+    use_strict_queue_ordering: 0  # sort edges in the queue at the end of the batch (0) or after each rewiring (1). Default: 0
+    find_approximate_solutions: 0  # track approximate solutions (1) or not (0). Default: 0
+    initial_inflation_factor: 1000000  # inflation factor for the initial search. Valid values: [1.0:0.01:1000000.0]. Default: 1000000
+    inflation_scaling_parameter: 10  # scaling parameter for the inflation factor update policy. Valid values: [1.0:0.01:1000000.0]. Default: 0
+    truncation_scaling_parameter: 5.0  # scaling parameter for the truncation factor update policy. Valid values: [1.0:0.01:1000000.0]. Default: 0
+  BITstar:
+    type: geometric::BITstar
+    use_k_nearest: 1  # whether to use a k-nearest RGG connection model (1) or an r-disc model (0). Default: 1
+    rewire_factor: 1.001  # rewire factor of the RGG. Valid values: [1.0:0.01:3.0]. Default: 1.001
+    samples_per_batch: 100  # batch size. Valid values: [1:1:1000]. Default: 100
+    use_graph_pruning: 1  # enable graph pruning (1) or not (0). Default: 1
+    prune_threshold_as_fractional_cost_change: 0.1  # fractional change in the solution cost AND problem measure necessary for pruning to occur. Default: 0.1
+    delay_rewiring_to_first_solution: 0  # delay (1) or not (0) rewiring until a solution is found. Default: 0
+    use_just_in_time_sampling: 0  # delay the generation of samples until they are * necessary. Only works with r-disc connection and path length minimization. Default: 0
+    drop_unconnected_samples_on_prune: 0  # drop unconnected samples when pruning, regardless of their heuristic value. Default: 0
+    stop_on_each_solution_improvement: 0  # stop the planner each time a solution improvement is found. Useful for debugging. Default: 0
+    use_strict_queue_ordering: 0  # sort edges in the queue at the end of the batch (0) or after each rewiring (1). Default: 0
+    find_approximate_solutions: 0  # track approximate solutions (1) or not (0). Default: 0
+manipulator:
+  planner_configs:
+    - AnytimePathShortening
+    - SBL
+    - EST
+    - LBKPIECE
+    - BKPIECE
+    - KPIECE
+    - RRT
+    - RRTConnect
+    - RRTstar
+    - TRRT
+    - PRM
+    - PRMstar
+    - FMT
+    - BFMT
+    - PDST
+    - STRIDE
+    - BiTRRT
+    - LBTRRT
+    - BiEST
+    - ProjEST
+    - LazyPRM
+    - LazyPRMstar
+    - SPARS
+    - SPARStwo
+    - AITstar
+    - ABITstar
+    - BITstar
+  projection_evaluator: joints(joint1,joint2)
+  longest_valid_segment_fraction: 0.001

+ 0 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/ros_controllers.yaml


+ 10 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/sensors_3d.yaml

@@ -0,0 +1,10 @@
+sensors:
+  - filtered_cloud_topic: filtered_cloud
+    max_range: 5.0
+    max_update_rate: 1.0
+    padding_offset: 0.1
+    padding_scale: 1.0
+    point_cloud_topic: /pointcloud/output
+    point_subsample: 1
+    sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater
+

+ 10 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/sensors_3d2.yaml

@@ -0,0 +1,10 @@
+sensors2:
+  - filtered_cloud_topic: filtered_cloud
+    max_range: 5.0
+    max_update_rate: 1.0
+    padding_offset: 0.1
+    padding_scale: 1.0
+    point_cloud_topic: /pointcloud/output2
+    point_subsample: 1
+    sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater
+

+ 2 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/simple_moveit_controllers.yaml

@@ -0,0 +1,2 @@
+controller_list:
+  []

+ 39 - 0
catkin_ws/src/lstrobot_moveit_config_0605/config/stomp_planning.yaml

@@ -0,0 +1,39 @@
+stomp/manipulator:
+  group_name: manipulator
+  optimization:
+    num_timesteps: 60
+    num_iterations: 40
+    num_iterations_after_valid: 0
+    num_rollouts: 30
+    max_rollouts: 30
+    initialization_method: 1  # [1 : LINEAR_INTERPOLATION, 2 : CUBIC_POLYNOMIAL, 3 : MININUM_CONTROL_COST]
+    control_cost_weight: 0.0
+  task:
+    noise_generator:
+      - class: stomp_moveit/NormalDistributionSampling
+        stddev: [0.05, 0.05, 0.05, 0.05, 0.05, 0.05]
+    cost_functions:
+      - class: stomp_moveit/CollisionCheck
+        collision_penalty: 1.0
+        cost_weight: 1.0
+        kernel_window_percentage: 0.2
+        longest_valid_joint_move: 0.05
+    noisy_filters:
+      - class: stomp_moveit/JointLimits
+        lock_start: True
+        lock_goal: True
+      - class: stomp_moveit/MultiTrajectoryVisualization
+        line_width: 0.02
+        rgb: [255, 255, 0]
+        marker_array_topic: stomp_trajectories
+        marker_namespace: noisy
+    update_filters:
+      - class: stomp_moveit/PolynomialSmoother
+        poly_order: 6
+      - class: stomp_moveit/TrajectoryVisualization
+        line_width: 0.05
+        rgb: [0, 191, 255]
+        error_rgb: [255, 0, 0]
+        publish_intermediate: True
+        marker_topic: stomp_trajectory
+        marker_namespace: optimized

+ 21 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/chomp_planning_pipeline.launch.xml

@@ -0,0 +1,21 @@
+<launch>
+  <arg name="start_state_max_bounds_error" default="0.1" />
+  <arg name="jiggle_fraction" default="0.05" />
+  <!-- The request adapters (plugins) used when planning. ORDER MATTERS! -->
+  <arg name="planning_adapters"
+       default="default_planner_request_adapters/LimitMaxCartesianLinkSpeed
+                default_planner_request_adapters/AddTimeParameterization
+                default_planner_request_adapters/ResolveConstraintFrames
+                default_planner_request_adapters/FixWorkspaceBounds
+                default_planner_request_adapters/FixStartStateBounds
+                default_planner_request_adapters/FixStartStateCollision
+                default_planner_request_adapters/FixStartStatePathConstraints"
+                />
+
+  <param name="planning_plugin" value="chomp_interface/CHOMPPlanner" />
+  <param name="request_adapters" value="$(arg planning_adapters)" />
+  <param name="start_state_max_bounds_error" value="$(arg start_state_max_bounds_error)" />
+  <param name="jiggle_fraction" value="$(arg jiggle_fraction)" />
+
+  <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/chomp_planning.yaml" />
+</launch>

+ 15 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/default_warehouse_db.launch

@@ -0,0 +1,15 @@
+<launch>
+
+  <arg name="reset" default="false"/>
+  <!-- If not specified, we'll use a default database location -->
+  <arg name="moveit_warehouse_database_path" default="$(find lstrobot_moveit_config_0605)/default_warehouse_mongo_db" />
+
+  <!-- Launch the warehouse with the configured database location -->
+  <include file="$(dirname)/warehouse.launch">
+    <arg name="moveit_warehouse_database_path" value="$(arg moveit_warehouse_database_path)" />
+  </include>
+
+  <!-- If we want to reset the database, run this node -->
+  <node if="$(arg reset)" name="$(anon moveit_default_db_reset)" type="moveit_init_demo_warehouse" pkg="moveit_ros_warehouse" respawn="false" output="screen" />
+
+</launch>

+ 66 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/demo.launch

@@ -0,0 +1,66 @@
+<launch>
+
+  <!-- specify the planning pipeline -->
+  <arg name="pipeline" default="ompl" />
+
+  <!-- By default, we do not start a database (it can be large) -->
+  <arg name="db" default="false" />
+  <!-- Allow user to specify database location -->
+  <arg name="db_path" default="$(find lstrobot_moveit_config_0605)/default_warehouse_mongo_db" />
+
+  <!-- By default, we are not in debug mode -->
+  <arg name="debug" default="false" />
+
+  <!-- By default, we will load or override the robot_description -->
+  <arg name="load_robot_description" default="true"/>
+
+  <!-- Choose controller manager: fake, simple, or ros_control -->
+  <arg name="moveit_controller_manager" default="fake" />
+  <!-- Set execution mode for fake execution controllers -->
+  <arg name="fake_execution_type" default="interpolate" />
+
+  <!-- By default, hide joint_state_publisher's GUI in 'fake' controller_manager mode -->
+  <arg name="use_gui" default="false" />
+  <arg name="use_rviz" default="true" />
+
+  <!-- If needed, broadcast static tf for robot root -->
+
+  <group if="$(eval arg('moveit_controller_manager') == 'fake')">
+    <!-- We do not have a real robot connected, so publish fake joint states via a joint_state_publisher
+         MoveIt's fake controller's joint states are considered via the 'source_list' parameter -->
+    <node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" unless="$(arg use_gui)">
+      <rosparam param="source_list">[move_group/fake_controller_joint_states]</rosparam>
+    </node>
+    <!-- If desired, a GUI version is available allowing to move the simulated robot around manually
+         This corresponds to moving around the real robot without the use of MoveIt. -->
+    <node name="joint_state_publisher" pkg="joint_state_publisher_gui" type="joint_state_publisher_gui" if="$(arg use_gui)">
+      <rosparam param="source_list">[move_group/fake_controller_joint_states]</rosparam>
+    </node>
+
+    <!-- Given the published joint states, publish tf for the robot links -->
+    <node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" respawn="true" output="screen" />
+  </group>
+
+  <!-- Run the main MoveIt executable without trajectory execution (we do not have controllers configured by default) -->
+  <include file="$(dirname)/move_group.launch">
+    <arg name="allow_trajectory_execution" value="true"/>
+    <arg name="moveit_controller_manager" value="$(arg moveit_controller_manager)" />
+    <arg name="fake_execution_type" value="$(arg fake_execution_type)"/>
+    <arg name="info" value="true"/>
+    <arg name="debug" value="$(arg debug)"/>
+    <arg name="pipeline" value="$(arg pipeline)"/>
+    <arg name="load_robot_description" value="$(arg load_robot_description)"/>
+  </include>
+
+  <!-- Run Rviz and load the default config to see the state of the move_group node -->
+  <include file="$(dirname)/moveit_rviz.launch" if="$(arg use_rviz)">
+    <arg name="rviz_config" value="$(dirname)/moveit.rviz"/>
+    <arg name="debug" value="$(arg debug)"/>
+  </include>
+
+  <!-- If database loading was enabled, start mongodb as well -->
+  <include file="$(dirname)/default_warehouse_db.launch" if="$(arg db)">
+    <arg name="moveit_warehouse_database_path" value="$(arg db_path)"/>
+  </include>
+
+</launch>

+ 21 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/demo_gazebo.launch

@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<launch>
+  <!-- MoveIt options -->
+  <arg name="pipeline" default="ompl" doc="Planning pipeline to use with MoveIt"/>
+
+  <!-- Gazebo options -->
+  <arg name="gazebo_gui" default="true" doc="Start Gazebo GUI"/>
+  <arg name="paused" default="false" doc="Start Gazebo paused"/>
+  <arg name="world_name" default="worlds/empty.world" doc="Gazebo world file"/>
+  <arg name="world_pose" default="-x 0 -y 0 -z 0 -R 0 -P 0 -Y 0" doc="Pose to spawn the robot at"/>
+
+  <!-- Launch Gazebo and spawn the robot -->
+  <include file="$(dirname)/gazebo.launch" pass_all_args="true"/>
+
+  <!-- Launch MoveIt -->
+  <include file="$(dirname)/demo.launch" pass_all_args="true">
+    <!-- robot_description is loaded by gazebo.launch, to enable Gazebo features -->
+    <arg name="load_robot_description" value="false" />
+    <arg name="moveit_controller_manager" value="ros_control" />
+  </include>
+</launch>

+ 12 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/fake_moveit_controller_manager.launch.xml

@@ -0,0 +1,12 @@
+<launch>
+
+  <!-- execute the trajectory in 'interpolate' mode or jump to goal position in 'last point' mode -->
+  <arg name="fake_execution_type" default="interpolate" />
+
+  <!-- Set the param that trajectory_execution_manager needs to find the controller plugin -->
+  <param name="moveit_controller_manager" value="moveit_fake_controller_manager/MoveItFakeControllerManager"/>
+
+  <!-- The rest of the params are specific to this plugin -->
+  <rosparam subst_value="true" file="$(find lstrobot_moveit_config_0605)/config/fake_controllers.yaml"/>
+
+</launch>

+ 34 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/gazebo.launch

@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<launch>
+  <!-- Gazebo options -->
+  <arg name="gazebo_gui" default="true" doc="Start Gazebo GUI"/>
+  <arg name="paused" default="false" doc="Start Gazebo paused"/>
+  <arg name="world_name" default="worlds/empty.world" doc="Gazebo world file"/>
+  <arg name="world_pose" default="-x 0 -y 0 -z 0 -R 0 -P 0 -Y 0" doc="Pose to spawn the robot at"/>
+  <arg name="initial_joint_positions" default=" -J joint1 0 -J joint2 0 -J joint3 0 -J joint4 0 -J joint5 0 -J joint6 0" doc="Initial joint configuration of the robot"/>
+
+  <!-- Start Gazebo paused to allow the controllers to pickup the initial pose -->
+  <include file="$(find gazebo_ros)/launch/empty_world.launch" pass_all_args="true">
+    <arg name="paused" value="true"/>
+  </include>
+
+  <!-- Set the robot urdf on the parameter server -->
+  <param name="robot_description" textfile="$(find lstrobot_moveit_config_0605)/config/gazebo_mr12urdf20240605.urdf" />
+
+  <!-- Unpause the simulation after loading the robot model -->
+  <arg name="unpause" value="$(eval '' if arg('paused') else '-unpause')" />
+
+  <!-- Spawn the robot in Gazebo -->
+  <node name="spawn_gazebo_model" pkg="gazebo_ros" type="spawn_model" args="-urdf -param robot_description -model robot $(arg unpause) $(arg world_pose) $(arg initial_joint_positions)"
+    respawn="false" output="screen" />
+
+  <!-- Load the controller parameters onto the parameter server -->
+  <rosparam file="$(find lstrobot_moveit_config_0605)/config/gazebo_controllers.yaml" />
+  <include file="$(dirname)/ros_controllers.launch"/>
+
+  <!-- Spawn the Gazebo ROS controllers -->
+  <node name="gazebo_controller_spawner" pkg="controller_manager" type="spawner" respawn="false" output="screen" args="joint_state_controller" />
+
+  <!-- Given the published joint states, publish tf for the robot links -->
+  <node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" respawn="true" output="screen" />
+</launch>

+ 17 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/joystick_control.launch

@@ -0,0 +1,17 @@
+<launch>
+  <!-- See moveit_ros/visualization/doc/joystick.rst for documentation -->
+
+  <arg name="dev" default="/dev/input/js0" />
+
+  <!-- Launch joy node -->
+  <node pkg="joy" type="joy_node" name="joy">
+    <param name="dev" value="$(arg dev)" /> <!-- Customize this to match the location your joystick is plugged in on-->
+    <param name="deadzone" value="0.2" />
+    <param name="autorepeat_rate" value="40" />
+    <param name="coalesce_interval" value="0.025" />
+  </node>
+
+  <!-- Launch python interface -->
+  <node pkg="moveit_ros_visualization" type="moveit_joy.py" output="screen" name="moveit_joy"/>
+
+</launch>

+ 105 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/move_group.launch

@@ -0,0 +1,105 @@
+<launch>
+
+  <!-- GDB Debug Option -->
+  <arg name="debug" default="false" />
+  <arg unless="$(arg debug)" name="launch_prefix" value="" />
+  <arg     if="$(arg debug)" name="launch_prefix"
+           value="gdb -x $(dirname)/gdb_settings.gdb --ex run --args" />
+
+  <!-- Verbose Mode Option -->
+  <arg name="info" default="$(arg debug)" />
+  <arg unless="$(arg info)" name="command_args" value="" />
+  <arg     if="$(arg info)" name="command_args" value="--debug" />
+
+  <!-- move_group settings -->
+  <arg name="pipeline" default="ompl" />
+  <arg name="allow_trajectory_execution" default="true"/>
+  <arg name="moveit_controller_manager" default="simple" />
+  <arg name="fake_execution_type" default="interpolate"/>
+  <arg name="max_safe_path_cost" default="1"/>
+  <arg name="publish_monitored_planning_scene" default="true"/>
+
+  <arg name="capabilities" default=""/>
+  <arg name="disable_capabilities" default=""/>
+  <!-- load these non-default MoveGroup capabilities (space seperated) -->
+  <!--
+  <arg name="capabilities" value="
+                a_package/AwsomeMotionPlanningCapability
+                another_package/GraspPlanningPipeline
+                " />
+  -->
+
+  <!-- inhibit these default MoveGroup capabilities (space seperated) -->
+  <!--
+  <arg name="disable_capabilities" value="
+                move_group/MoveGroupKinematicsService
+                move_group/ClearOctomapService
+                " />
+  -->
+
+  <arg name="load_robot_description" default="false" />
+  <!-- load URDF, SRDF and joint_limits configuration -->
+  <include file="$(dirname)/planning_context.launch">
+    <arg name="load_robot_description" value="$(arg load_robot_description)" />
+  </include>
+
+  <!-- Planning Pipelines -->
+  <group ns="move_group/planning_pipelines">
+
+    <!-- OMPL -->
+    <include file="$(dirname)/planning_pipeline.launch.xml">
+      <arg name="pipeline" value="ompl" />
+    </include>
+
+    <!-- CHOMP -->
+    <include file="$(dirname)/planning_pipeline.launch.xml">
+      <arg name="pipeline" value="chomp" />
+    </include>
+
+    <!-- Pilz Industrial Motion -->
+    <include file="$(dirname)/planning_pipeline.launch.xml">
+      <arg name="pipeline" value="pilz_industrial_motion_planner" />
+    </include>
+
+    <!-- Support custom planning pipeline -->
+    <include if="$(eval arg('pipeline') not in ['ompl', 'chomp', 'pilz_industrial_motion_planner'])"
+             file="$(dirname)/planning_pipeline.launch.xml">
+      <arg name="pipeline" value="$(arg pipeline)" />
+    </include>
+  </group>
+
+  <!-- Trajectory Execution Functionality -->
+  <include ns="move_group" file="$(dirname)/trajectory_execution.launch.xml" if="$(arg allow_trajectory_execution)">
+    <arg name="moveit_manage_controllers" value="true" />
+    <arg name="moveit_controller_manager" value="$(arg moveit_controller_manager)" />
+    <arg name="fake_execution_type" value="$(arg fake_execution_type)" />
+  </include>
+
+  <!-- Sensors Functionality -->
+  <include ns="move_group" file="$(dirname)/sensor_manager.launch.xml" if="$(arg allow_trajectory_execution)">
+    <arg name="moveit_sensor_manager" value="mr12urdf20240605" />
+  </include>
+
+  <!-- Start the actual move_group node/action server -->
+  <node name="move_group" launch-prefix="$(arg launch_prefix)" pkg="moveit_ros_move_group" type="move_group" respawn="false" output="screen" args="$(arg command_args)">
+    <!-- Set the display variable, in case OpenGL code is used internally -->
+    <env name="DISPLAY" value="$(optenv DISPLAY :0)" />
+
+    <param name="allow_trajectory_execution" value="$(arg allow_trajectory_execution)"/>
+    <param name="sense_for_plan/max_safe_path_cost" value="$(arg max_safe_path_cost)"/>
+    <param name="default_planning_pipeline" value="$(arg pipeline)" />
+    <param name="capabilities" value="$(arg capabilities)" />
+    <param name="disable_capabilities" value="$(arg disable_capabilities)" />
+
+    <!-- do not copy dynamics information from /joint_states to internal robot monitoring
+         default to false, because almost nothing in move_group relies on this information -->
+    <param name="monitor_dynamics" value="false" />
+
+    <!-- Publish the planning scene of the physical robot so that rviz plugin can know actual robot -->
+    <param name="planning_scene_monitor/publish_planning_scene" value="$(arg publish_monitored_planning_scene)" />
+    <param name="planning_scene_monitor/publish_geometry_updates" value="$(arg publish_monitored_planning_scene)" />
+    <param name="planning_scene_monitor/publish_state_updates" value="$(arg publish_monitored_planning_scene)" />
+    <param name="planning_scene_monitor/publish_transforms_updates" value="$(arg publish_monitored_planning_scene)" />
+  </node>
+
+</launch>

+ 352 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/moveit.rviz

@@ -0,0 +1,352 @@
+Panels:
+  - Class: rviz/Displays
+    Help Height: 84
+    Name: Displays
+    Property Tree Widget:
+      Expanded: ~
+      Splitter Ratio: 0.5
+    Tree Height: 135
+  - Class: rviz/Help
+    Name: Help
+  - Class: rviz/Views
+    Expanded:
+      - /Current View1
+    Name: Views
+    Splitter Ratio: 0.5
+Preferences:
+  PromptSaveOnExit: true
+Toolbars:
+  toolButtonStyle: 2
+Visualization Manager:
+  Class: ""
+  Displays:
+    - Alpha: 0.5
+      Cell Size: 1
+      Class: rviz/Grid
+      Color: 160; 160; 164
+      Enabled: true
+      Line Style:
+        Line Width: 0.029999999329447746
+        Value: Lines
+      Name: Grid
+      Normal Cell Count: 0
+      Offset:
+        X: 0
+        Y: 0
+        Z: 0
+      Plane: XY
+      Plane Cell Count: 10
+      Reference Frame: <Fixed Frame>
+      Value: true
+    - Acceleration_Scaling_Factor: 0.1
+      Class: moveit_rviz_plugin/MotionPlanning
+      Enabled: true
+      Move Group Namespace: ""
+      MoveIt_Allow_Approximate_IK: false
+      MoveIt_Allow_External_Program: false
+      MoveIt_Allow_Replanning: false
+      MoveIt_Allow_Sensor_Positioning: false
+      MoveIt_Planning_Attempts: 10
+      MoveIt_Planning_Time: 5
+      MoveIt_Use_Cartesian_Path: false
+      MoveIt_Use_Constraint_Aware_IK: false
+      MoveIt_Workspace:
+        Center:
+          X: 0
+          Y: 0
+          Z: 0
+        Size:
+          X: 2
+          Y: 2
+          Z: 2
+      Name: MotionPlanning
+      Planned Path:
+        Color Enabled: false
+        Interrupt Display: false
+        Links:
+          All Links Enabled: true
+          Expand Joint Details: false
+          Expand Link Details: false
+          Expand Tree: false
+          Link Tree Style: Links in Alphabetic Order
+          Link1:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link2:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link3:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link4:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link5:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link6:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          base_link:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          link_end:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+          link_flp:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+        Loop Animation: true
+        Robot Alpha: 0.5
+        Robot Color: 150; 50; 150
+        Show Robot Collision: false
+        Show Robot Visual: true
+        Show Trail: false
+        State Display Time: 0.05 s
+        Trail Step Size: 1
+        Trajectory Topic: move_group/display_planned_path
+        Use Sim Time: false
+      Planning Metrics:
+        Payload: 1
+        Show Joint Torques: false
+        Show Manipulability: false
+        Show Manipulability Index: false
+        Show Weight Limit: false
+        TextHeight: 0.07999999821186066
+      Planning Request:
+        Colliding Link Color: 255; 0; 0
+        Goal State Alpha: 1
+        Goal State Color: 250; 128; 0
+        Interactive Marker Size: 0
+        Joint Violation Color: 255; 0; 255
+        Planning Group: manipulator
+        Query Goal State: true
+        Query Start State: false
+        Show Workspace: false
+        Start State Alpha: 1
+        Start State Color: 0; 255; 0
+      Planning Scene Topic: move_group/monitored_planning_scene
+      Robot Description: robot_description
+      Scene Geometry:
+        Scene Alpha: 1
+        Scene Color: 50; 230; 50
+        Scene Display Time: 0.009999999776482582
+        Show Scene Geometry: true
+        Voxel Coloring: Z-Axis
+        Voxel Rendering: Occupied Voxels
+      Scene Robot:
+        Attached Body Color: 150; 50; 150
+        Links:
+          All Links Enabled: true
+          Expand Joint Details: false
+          Expand Link Details: false
+          Expand Tree: false
+          Link Tree Style: Links in Alphabetic Order
+          Link1:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link2:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link3:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link4:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link5:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          Link6:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          base_link:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+          link_end:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+          link_flp:
+            Alpha: 1
+            Show Axes: false
+            Show Trail: false
+            Value: true
+        Robot Alpha: 0.5
+        Show Robot Collision: false
+        Show Robot Visual: true
+      Value: true
+      Velocity_Scaling_Factor: 0.1
+    - Alpha: 1
+      Class: rviz/RobotModel
+      Collision Enabled: false
+      Enabled: true
+      Links:
+        All Links Enabled: true
+        Expand Joint Details: false
+        Expand Link Details: false
+        Expand Tree: false
+        Link Tree Style: Links in Alphabetic Order
+        Link1:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+          Value: true
+        Link2:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+          Value: true
+        Link3:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+          Value: true
+        Link4:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+          Value: true
+        Link5:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+          Value: true
+        Link6:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+          Value: true
+        base_link:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+          Value: true
+        link_end:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+        link_flp:
+          Alpha: 1
+          Show Axes: false
+          Show Trail: false
+          Value: true
+      Name: RobotModel
+      Robot Description: robot_description
+      TF Prefix: ""
+      Update Interval: 0
+      Value: true
+      Visual Enabled: true
+    - Alpha: 1
+      Autocompute Intensity Bounds: true
+      Autocompute Value Bounds:
+        Max Value: 10
+        Min Value: -10
+        Value: true
+      Axis: Z
+      Channel Name: intensity
+      Class: rviz/PointCloud2
+      Color: 255; 255; 255
+      Color Transformer: ""
+      Decay Time: 0
+      Enabled: true
+      Invert Rainbow: false
+      Max Color: 255; 255; 255
+      Min Color: 0; 0; 0
+      Name: PointCloud2
+      Position Transformer: ""
+      Queue Size: 10
+      Selectable: true
+      Size (Pixels): 3
+      Size (m): 0.002
+      Style: Flat Squares
+      Topic: ""
+      Unreliable: false
+      Use Fixed Frame: true
+      Use rainbow: true
+      Value: true
+  Enabled: true
+  Global Options:
+    Background Color: 48; 48; 48
+    Default Light: true
+    Fixed Frame: base_link
+    Frame Rate: 30
+  Name: root
+  Tools:
+    - Class: rviz/Interact
+      Hide Inactive Objects: true
+    - Class: rviz/MoveCamera
+    - Class: rviz/Select
+  Value: true
+  Views:
+    Current:
+      Class: rviz/Orbit
+      Distance: 4.112061977386475
+      Enable Stereo Rendering:
+        Stereo Eye Separation: 0.05999999865889549
+        Stereo Focal Distance: 1
+        Swap Stereo Eyes: false
+        Value: false
+      Field of View: 0.75
+      Focal Point:
+        X: 0.7538955211639404
+        Y: 0.3512139916419983
+        Z: 0.6472357511520386
+      Focal Shape Fixed Size: true
+      Focal Shape Size: 0.05000000074505806
+      Invert Z Axis: false
+      Name: Current View
+      Near Clip Distance: 0.009999999776482582
+      Pitch: 0.39500024914741516
+      Target Frame: base_link
+      Yaw: 4.2999467849731445
+    Saved: ~
+Window Geometry:
+  Displays:
+    collapsed: false
+  Height: 792
+  Help:
+    collapsed: false
+  Hide Left Dock: false
+  Hide Right Dock: false
+  MotionPlanning:
+    collapsed: false
+  MotionPlanning - Trajectory Slider:
+    collapsed: false
+  QMainWindow State: 000000ff00000000fd0000000100000000000001f3000002befc0200000007fb000000100044006900730070006c006100790073010000003d00000118000000c900fffffffb0000000800480065006c00700000000342000000bb0000006e00fffffffb0000000a00560069006500770073000000010c000000a4000000a400fffffffb0000000c00430061006d00650072006100000002ff000001610000000000000000fb0000001e004d006f00740069006f006e00200050006c0061006e006e0069006e00670100000374000001890000000000000000fb00000044004d006f00740069006f006e0050006c0061006e006e0069006e00670020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff0000001600000016fb0000001c004d006f00740069006f006e0050006c0061006e006e0069006e0067010000015b000001a00000017d00ffffff000002d7000002be00000001000000020000000100000002fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
+  Views:
+    collapsed: false
+  Width: 1232
+  X: 263
+  Y: 41

+ 15 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/moveit_rviz.launch

@@ -0,0 +1,15 @@
+<launch>
+
+  <arg name="debug" default="false" />
+  <arg unless="$(arg debug)" name="launch_prefix" value="" />
+  <arg     if="$(arg debug)" name="launch_prefix" value="gdb --ex run --args" />
+
+  <arg name="rviz_config" default="" />
+  <arg     if="$(eval rviz_config=='')" name="command_args" value="" />
+  <arg unless="$(eval rviz_config=='')" name="command_args" value="-d $(arg rviz_config)" />
+
+  <node name="$(anon rviz)" launch-prefix="$(arg launch_prefix)" pkg="rviz" type="rviz" respawn="false"
+        args="$(arg command_args)" output="screen">
+  </node>
+
+</launch>

+ 3 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/mr12urdf20240605_moveit_sensor_manager.launch.xml

@@ -0,0 +1,3 @@
+<launch>
+
+</launch>

+ 20 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/ompl-chomp_planning_pipeline.launch.xml

@@ -0,0 +1,20 @@
+<launch>
+  <!-- load OMPL planning pipeline, but add the CHOMP planning adapter. -->
+  <include file="$(find lstrobot_moveit_config_0605)/launch/ompl_planning_pipeline.launch.xml">
+    <arg name="planning_adapters"
+         default="default_planner_request_adapters/LimitMaxCartesianLinkSpeed
+                  default_planner_request_adapters/AddTimeParameterization
+                  default_planner_request_adapters/FixWorkspaceBounds
+                  default_planner_request_adapters/FixStartStateBounds
+                  default_planner_request_adapters/FixStartStateCollision
+                  default_planner_request_adapters/FixStartStatePathConstraints
+                  chomp/OptimizerAdapter"
+                  />
+  </include>
+
+  <!-- load chomp config -->
+  <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/chomp_planning.yaml" />
+
+  <!-- override trajectory_initialization_method: Use OMPL-generated trajectory -->
+  <param name="trajectory_initialization_method" value="fillTrajectory"/>
+</launch>

+ 24 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/ompl_planning_pipeline.launch.xml

@@ -0,0 +1,24 @@
+<launch>
+
+  <!-- The request adapters (plugins) used when planning with OMPL. ORDER MATTERS! -->
+  <arg name="planning_adapters"
+       default="default_planner_request_adapters/LimitMaxCartesianLinkSpeed
+                default_planner_request_adapters/AddTimeParameterization
+                default_planner_request_adapters/ResolveConstraintFrames
+                default_planner_request_adapters/FixWorkspaceBounds
+                default_planner_request_adapters/FixStartStateBounds
+                default_planner_request_adapters/FixStartStateCollision
+                default_planner_request_adapters/FixStartStatePathConstraints"
+                />
+
+  <arg name="start_state_max_bounds_error" default="0.1" />
+  <arg name="jiggle_fraction" default="0.05" />
+
+  <param name="planning_plugin" value="ompl_interface/OMPLPlanner" />
+  <param name="request_adapters" value="$(arg planning_adapters)" />
+  <param name="start_state_max_bounds_error" value="$(arg start_state_max_bounds_error)" />
+  <param name="jiggle_fraction" value="$(arg jiggle_fraction)" />
+
+  <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/ompl_planning.yaml"/>
+
+</launch>

+ 15 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/pilz_industrial_motion_planner_planning_pipeline.launch.xml

@@ -0,0 +1,15 @@
+<launch>
+
+  <!-- The request adapters (plugins) used when planning. ORDER MATTERS! -->
+  <arg name="planning_adapters" default="" />
+
+  <param name="planning_plugin" value="pilz_industrial_motion_planner::CommandPlanner" />
+  <param name="request_adapters" value="$(arg planning_adapters)" />
+
+  <!-- Define default planner (for all groups) -->
+  <param name="default_planner_config" value="PTP" />
+
+  <!-- MoveGroup capabilities to load for this pipeline, append sequence capability -->
+  <param name="capabilities" value="pilz_industrial_motion_planner/MoveGroupSequenceAction
+                                    pilz_industrial_motion_planner/MoveGroupSequenceService" />
+</launch>

+ 26 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/planning_context.launch

@@ -0,0 +1,26 @@
+<launch>
+  <!-- By default we do not overwrite the URDF. Change the following to true to change the default behavior -->
+  <arg name="load_robot_description" default="false"/>
+
+  <!-- The name of the parameter under which the URDF is loaded -->
+  <arg name="robot_description" default="robot_description"/>
+
+  <!-- Load universal robot description format (URDF) -->
+  <param if="$(arg load_robot_description)" name="$(arg robot_description)" textfile="$(find mr12urdf20240605)/urdf/mr12urdf20240605.urdf"/>
+
+  <!-- The semantic description that corresponds to the URDF -->
+  <param name="$(arg robot_description)_semantic" textfile="$(find lstrobot_moveit_config_0605)/config/mr12urdf20240605.srdf" />
+
+  <!-- Load updated joint limits (override information from URDF) -->
+  <group ns="$(arg robot_description)_planning">
+    <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/joint_limits.yaml"/>
+    <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/cartesian_limits.yaml"/>
+  </group>
+
+  <!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
+  <group ns="$(arg robot_description)_kinematics">
+    <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/kinematics.yaml"/>
+
+  </group>
+
+</launch>

+ 10 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/planning_pipeline.launch.xml

@@ -0,0 +1,10 @@
+<launch>
+
+  <!-- This file makes it easy to include different planning pipelines;
+       It is assumed that all planning pipelines are named XXX_planning_pipeline.launch  -->
+
+  <arg name="pipeline" default="ompl" />
+
+  <include ns="$(arg pipeline)" file="$(dirname)/$(arg pipeline)_planning_pipeline.launch.xml" />
+
+</launch>

+ 4 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/ros_control_moveit_controller_manager.launch.xml

@@ -0,0 +1,4 @@
+<launch>
+	<!-- Define MoveIt controller manager plugin -->
+	<param name="moveit_controller_manager" value="moveit_ros_control_interface::MoveItControllerManager" />
+</launch>

+ 11 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/ros_controllers.launch

@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<launch>
+
+  <!-- Load joint controller configurations from YAML file to parameter server -->
+  <rosparam file="$(find lstrobot_moveit_config_0605)/config/ros_controllers.yaml" command="load"/>
+
+  <!-- Load the controllers -->
+  <node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false"
+    output="screen" args=""/>
+
+</launch>

+ 21 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/run_benchmark_ompl.launch

@@ -0,0 +1,21 @@
+<launch>
+
+  <!-- This argument must specify the list of .cfg files to process for benchmarking -->
+  <arg name="cfg" />
+
+  <!-- Load URDF -->
+  <include file="$(dirname)/planning_context.launch">
+    <arg name="load_robot_description" value="true"/>
+  </include>
+
+  <!-- Start the database -->
+  <include file="$(dirname)/warehouse.launch">
+    <arg name="moveit_warehouse_database_path" value="moveit_ompl_benchmark_warehouse"/>
+  </include>
+
+  <!-- Start Benchmark Executable -->
+  <node name="$(anon moveit_benchmark)" pkg="moveit_ros_benchmarks" type="moveit_run_benchmark" args="$(arg cfg) --benchmark-planners" respawn="false" output="screen">
+    <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/ompl_planning.yaml"/>
+  </node>
+
+</launch>

+ 21 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/sensor_manager.launch.xml

@@ -0,0 +1,21 @@
+<launch>
+
+  <!-- This file makes it easy to include the settings for sensor managers -->
+
+  <!-- Params for 3D sensors config -->
+  <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/sensors_3d.yaml" />
+  <!-- <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/sensors_3d2.yaml" /> -->
+  <!-- Params for the octomap monitor -->
+  <!--  <param name="octomap_frame" type="string" value="some frame in which the robot moves" /> -->
+  <param name="octomap_resolution" type="double" value="0.004" />
+  <param name="max_range" type="double" value="5.0" /> 
+
+  
+  
+  <!-- Load the robot specific sensor manager; this sets the moveit_sensor_manager ROS parameter -->
+  <arg name="moveit_sensor_manager" default="mr12urdf20240605" />
+  <include file="$(dirname)/$(arg moveit_sensor_manager)_moveit_sensor_manager.launch.xml" />
+
+
+
+</launch>

+ 16 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/setup_assistant.launch

@@ -0,0 +1,16 @@
+<!-- Re-launch the MoveIt Setup Assistant with this configuration package already loaded -->
+<launch>
+
+  <!-- Debug Info -->
+  <arg name="debug" default="false" />
+  <arg unless="$(arg debug)" name="launch_prefix" value="" />
+  <arg     if="$(arg debug)" name="launch_prefix" value="gdb --ex run --args" />
+
+  <!-- Run -->
+  <node pkg="moveit_setup_assistant" type="moveit_setup_assistant" name="moveit_setup_assistant"
+        args="--config_pkg=lstrobot_moveit_config_0605"
+        launch-prefix="$(arg launch_prefix)"
+        required="true"
+        output="screen" />
+
+</launch>

+ 8 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/simple_moveit_controller_manager.launch.xml

@@ -0,0 +1,8 @@
+<launch>
+  <!-- Define the MoveIt controller manager plugin to use for trajectory execution -->
+  <param name="moveit_controller_manager" value="moveit_simple_controller_manager/MoveItSimpleControllerManager" />
+
+  <!-- Load controller list to the parameter server -->
+  <rosparam file="$(find lstrobot_moveit_config_0605)/config/simple_moveit_controllers.yaml" />
+  <rosparam file="$(find lstrobot_moveit_config_0605)/config/ros_controllers.yaml" />
+</launch>

+ 23 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/stomp_planning_pipeline.launch.xml

@@ -0,0 +1,23 @@
+<launch>
+  <!-- Stomp Plugin for MoveIt -->
+  <arg name="planning_plugin" value="stomp_moveit/StompPlannerManager" />
+
+  <arg name="start_state_max_bounds_error" value="0.1" />
+  <arg name="jiggle_fraction" value="0.05" />
+  <!-- The request adapters (plugins) used when planning. ORDER MATTERS! -->
+  <arg name="planning_adapters"
+       default="default_planner_request_adapters/LimitMaxCartesianLinkSpeed
+                default_planner_request_adapters/AddTimeParameterization
+                default_planner_request_adapters/FixWorkspaceBounds
+                default_planner_request_adapters/FixStartStateBounds
+                default_planner_request_adapters/FixStartStateCollision
+                default_planner_request_adapters/FixStartStatePathConstraints" />
+
+
+  <param name="planning_plugin" value="$(arg planning_plugin)" />
+  <param name="request_adapters" value="$(arg planning_adapters)" />
+  <param name="start_state_max_bounds_error" value="$(arg start_state_max_bounds_error)" />
+  <param name="jiggle_fraction" value="$(arg jiggle_fraction)" />
+
+  <rosparam command="load" file="$(find lstrobot_moveit_config_0605)/config/stomp_planning.yaml"/>
+</launch>

+ 23 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/trajectory_execution.launch.xml

@@ -0,0 +1,23 @@
+<launch>
+  <!-- This file summarizes all settings required for trajectory execution  -->
+
+  <!-- Define moveit controller manager plugin: fake, simple, or ros_control -->
+  <arg name="moveit_controller_manager" />
+  <arg name="fake_execution_type" default="interpolate" />
+
+  <!-- Flag indicating whether MoveIt is allowed to load/unload  or switch controllers -->
+  <arg name="moveit_manage_controllers" default="true"/>
+  <param name="moveit_manage_controllers" value="$(arg moveit_manage_controllers)"/>
+
+  <!-- When determining the expected duration of a trajectory, this multiplicative factor is applied to get the allowed duration of execution -->
+  <param name="trajectory_execution/allowed_execution_duration_scaling" value="1.2"/> <!-- default 1.2 -->
+  <!-- Allow more than the expected execution time before triggering a trajectory cancel (applied after scaling) -->
+  <param name="trajectory_execution/allowed_goal_duration_margin" value="0.5"/> <!-- default 0.5 -->
+  <!-- Allowed joint-value tolerance for validation that trajectory's first point matches current robot state -->
+  <param name="trajectory_execution/allowed_start_tolerance" value="0.01"/> <!-- default 0.01 -->
+
+  <!-- We use pass_all_args=true here to pass fake_execution_type, which is required by fake controllers, but not by real-robot controllers.
+       As real-robot controller_manager.launch files shouldn't be required to define this argument, we use the trick of passing all args. -->
+  <include file="$(dirname)/$(arg moveit_controller_manager)_moveit_controller_manager.launch.xml" pass_all_args="true" />
+
+</launch>

+ 15 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/warehouse.launch

@@ -0,0 +1,15 @@
+<launch>
+
+  <!-- The path to the database must be specified -->
+  <arg name="moveit_warehouse_database_path" />
+
+  <!-- Load warehouse parameters -->
+  <include file="$(dirname)/warehouse_settings.launch.xml" />
+
+  <!-- Run the DB server -->
+  <node name="$(anon mongo_wrapper_ros)" cwd="ROS_HOME" type="mongo_wrapper_ros.py" pkg="warehouse_ros_mongo">
+    <param name="overwrite" value="false"/>
+    <param name="database_path" value="$(arg moveit_warehouse_database_path)" />
+  </node>
+
+</launch>

+ 16 - 0
catkin_ws/src/lstrobot_moveit_config_0605/launch/warehouse_settings.launch.xml

@@ -0,0 +1,16 @@
+<launch>
+  <!-- Set the parameters for the warehouse and run the mongodb server. -->
+
+  <!-- The default DB port for moveit (not default MongoDB port to avoid potential conflicts) -->
+  <arg name="moveit_warehouse_port" default="33829" />
+
+  <!-- The default DB host for moveit -->
+  <arg name="moveit_warehouse_host" default="localhost" />
+
+  <!-- Set parameters for the warehouse -->
+  <param name="warehouse_port" value="$(arg moveit_warehouse_port)"/>
+  <param name="warehouse_host" value="$(arg moveit_warehouse_host)"/>
+  <param name="warehouse_exec" value="mongod" />
+  <param name="warehouse_plugin" value="warehouse_ros_mongo::MongoDatabaseConnection" />
+
+</launch>

+ 41 - 0
catkin_ws/src/lstrobot_moveit_config_0605/package.xml

@@ -0,0 +1,41 @@
+<package>
+
+  <name>lstrobot_moveit_config_0605</name>
+  <version>0.3.0</version>
+  <description>
+     An automatically generated package with all the configuration and launch files for using the mr12urdf20240605 with the MoveIt Motion Planning Framework
+  </description>
+  <author email="123@qq.com">123</author>
+  <maintainer email="123@qq.com">123</maintainer>
+
+  <license>BSD</license>
+
+  <url type="website">http://moveit.ros.org/</url>
+  <url type="bugtracker">https://github.com/ros-planning/moveit/issues</url>
+  <url type="repository">https://github.com/ros-planning/moveit</url>
+
+  <buildtool_depend>catkin</buildtool_depend>
+
+  <run_depend>moveit_ros_move_group</run_depend>
+  <run_depend>moveit_fake_controller_manager</run_depend>
+  <run_depend>moveit_kinematics</run_depend>
+  <run_depend>moveit_planners</run_depend>
+  <run_depend>moveit_ros_visualization</run_depend>
+  <run_depend>moveit_setup_assistant</run_depend>
+  <run_depend>moveit_simple_controller_manager</run_depend>
+  <run_depend>joint_state_publisher</run_depend>
+  <run_depend>joint_state_publisher_gui</run_depend>
+  <run_depend>robot_state_publisher</run_depend>
+  <run_depend>rviz</run_depend>
+  <run_depend>tf2_ros</run_depend>
+  <run_depend>xacro</run_depend>
+  <!-- The next 2 packages are required for the gazebo simulation.
+       We don't include them by default to prevent installing gazebo and all its dependencies. -->
+  <!-- <run_depend>joint_trajectory_controller</run_depend> -->
+  <!-- <run_depend>gazebo_ros_control</run_depend> -->
+  <!-- This package is referenced in the warehouse launch files, but does not build out of the box at the moment. Commented the dependency until this works. -->
+  <!-- <run_depend>warehouse_ros_mongo</run_depend> -->
+  <run_depend>mr12urdf20240605</run_depend>
+
+
+</package>

+ 224 - 0
catkin_ws/src/lstrobot_planning/CMakeLists.txt

@@ -0,0 +1,224 @@
+cmake_minimum_required(VERSION 3.0.2)
+project(lstrobot_planning)
+
+## Compile as C++11, supported in ROS Kinetic and newer
+# add_compile_options(-std=c++11)
+
+## Find catkin macros and libraries
+## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
+## is used, also find other catkin packages
+find_package(catkin REQUIRED COMPONENTS
+  roscpp
+  rospy
+  std_msgs
+  message_generation
+)
+
+## System dependencies are found with CMake's conventions
+# find_package(Boost REQUIRED COMPONENTS system)
+
+
+## Uncomment this if the package has a setup.py. This macro ensures
+## modules and global scripts declared therein get installed
+## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html
+# catkin_python_setup()
+
+################################################
+## Declare ROS messages, services and actions ##
+################################################
+
+## To declare and build messages, services or actions from within this
+## package, follow these steps:
+## * Let MSG_DEP_SET be the set of packages whose message types you use in
+##   your messages/services/actions (e.g. std_msgs, actionlib_msgs, ...).
+## * In the file package.xml:
+##   * add a build_depend tag for "message_generation"
+##   * add a build_depend and a exec_depend tag for each package in MSG_DEP_SET
+##   * If MSG_DEP_SET isn't empty the following dependency has been pulled in
+##     but can be declared for certainty nonetheless:
+##     * add a exec_depend tag for "message_runtime"
+## * In this file (CMakeLists.txt):
+##   * add "message_generation" and every package in MSG_DEP_SET to
+##     find_package(catkin REQUIRED COMPONENTS ...)
+##   * add "message_runtime" and every package in MSG_DEP_SET to
+##     catkin_package(CATKIN_DEPENDS ...)
+##   * uncomment the add_*_files sections below as needed
+##     and list every .msg/.srv/.action file to be processed
+##   * uncomment the generate_messages entry below
+##   * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...)
+
+## Generate messages in the 'msg' folder
+add_message_files(
+   FILES
+   JointTrajectoryPoint_ex.msg
+   JointTrajectory_ex.msg
+   
+ )
+
+## Generate services in the 'srv' folder
+# add_service_files(
+#   FILES
+#   Service1.srv
+#   Service2.srv
+# )
+
+## Generate actions in the 'action' folder
+# add_action_files(
+#   FILES
+#   Action1.action
+#   Action2.action
+# )
+
+## Generate added messages and services with any dependencies listed here
+ generate_messages(
+   DEPENDENCIES
+   std_msgs
+ )
+
+################################################
+## Declare ROS dynamic reconfigure parameters ##
+################################################
+
+## To declare and build dynamic reconfigure parameters within this
+## package, follow these steps:
+## * In the file package.xml:
+##   * add a build_depend and a exec_depend tag for "dynamic_reconfigure"
+## * In this file (CMakeLists.txt):
+##   * add "dynamic_reconfigure" to
+##     find_package(catkin REQUIRED COMPONENTS ...)
+##   * uncomment the "generate_dynamic_reconfigure_options" section below
+##     and list every .cfg file to be processed
+
+## Generate dynamic reconfigure parameters in the 'cfg' folder
+# generate_dynamic_reconfigure_options(
+#   cfg/DynReconf1.cfg
+#   cfg/DynReconf2.cfg
+# )
+
+###################################
+## catkin specific configuration ##
+###################################
+## The catkin_package macro generates cmake config files for your package
+## Declare things to be passed to dependent projects
+## INCLUDE_DIRS: uncomment this if your package contains header files
+## LIBRARIES: libraries you create in this project that dependent projects also need
+## CATKIN_DEPENDS: catkin_packages dependent projects also need
+## DEPENDS: system dependencies of this project that dependent projects also need
+catkin_package(
+#  INCLUDE_DIRS include
+#  LIBRARIES lstrobot_planning
+CATKIN_DEPENDS roscpp rospy std_msgs message_runtime
+#  DEPENDS system_lib
+
+)
+
+###########
+## Build ##
+###########
+
+## Specify additional locations of header files
+## Your package locations should be listed before other locations
+include_directories(
+include_directories(include ${catkin_INCLUDE_DIRS} )
+
+# include
+  ${catkin_INCLUDE_DIRS}
+)
+
+## Declare a C++ library
+# add_library(${PROJECT_NAME}
+#   src/${PROJECT_NAME}/lstrobot_planning.cpp
+# )
+
+## Add cmake target dependencies of the library
+## as an example, code may need to be generated before libraries
+## either from message generation or dynamic reconfigure
+# add_dependencies(${PROJECT_NAME} ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
+
+## Declare a C++ executable
+## With catkin_make all packages are built within a single CMake context
+## The recommended prefix ensures that target names across packages don't collide
+# add_executable(${PROJECT_NAME}_node src/lstrobot_planning_node.cpp)
+
+## Rename C++ executable without prefix
+## The above recommended prefix causes long target names, the following renames the
+## target back to the shorter version for ease of user use
+## e.g. "rosrun someones_pkg node" instead of "rosrun someones_pkg someones_pkg_node"
+# set_target_properties(${PROJECT_NAME}_node PROPERTIES OUTPUT_NAME node PREFIX "")
+
+## Add cmake target dependencies of the executable
+## same as for the library above
+# add_dependencies(${PROJECT_NAME}_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
+
+## Specify libraries to link a library or executable target against
+# target_link_libraries(${PROJECT_NAME}_node
+#   ${catkin_LIBRARIES}
+# )
+
+#############
+## Install ##
+#############
+
+# all install targets should use catkin DESTINATION variables
+# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html
+
+## Mark executable scripts (Python etc.) for installation
+## in contrast to setup.py, you can choose the destination
+ catkin_install_python(PROGRAMS
+   DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
+ )
+
+## Mark executables for installation
+## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html
+# install(TARGETS lstrobot_planning_node
+#   RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
+# )
+
+## Mark libraries for installation
+## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html
+# install(TARGETS set_update
+#   ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
+#   LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
+#   RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}
+# )
+
+## Mark cpp header files for installation
+# install(DIRECTORY include/${PROJECT_NAME}/
+#   DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
+#   FILES_MATCHING PATTERN "*.h"
+#   PATTERN ".svn" EXCLUDE
+# )
+
+## Mark other files for installation (e.g. launch and bag files, etc.)
+# install(FILES
+#   # myfile1
+#   # myfile2
+#   DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
+# )
+install(DIRECTORY launch 
+    DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
+  )
+
+#############
+## Testing ##
+#############
+
+## Add gtest based cpp test target and link libraries
+# catkin_add_gtest(${PROJECT_NAME}-test test/test_lstrobot_planning.cpp)
+# if(TARGET ${PROJECT_NAME}-test)
+#   target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME})
+# endif()
+
+## Add folders to be run by python nosetests
+# catkin_add_nosetests(test)
+
+# add_executable(set_update scripts/set_update_paramter_p.py)
+#set_target_properties(moveit_cartesian_demo PROPERTIES LINKER_LANGUAGE PYTHON)
+
+#add_executable(add_objects src/add_objects.cpp)
+#add_dependencies(add_objects ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
+#target_link_libraries(add_obje
+#	${catkin_LIBRARIES}
+#	${OpenCV_LIBRARIES}
+#	${PCL_LIBRARIES}
+#)

+ 464 - 0
catkin_ws/src/lstrobot_planning/date/p_traj.txt

@@ -0,0 +1,464 @@
+joint_trajectory: 
+  header: 
+    seq: 0
+    stamp: 
+      secs: 0
+      nsecs:         0
+    frame_id: "base_link"
+  joint_names: 
+    - joint1
+    - joint2
+    - joint3
+    - joint4
+    - joint5
+    - joint6
+  points: 
+    - 
+      positions: [4.633183763362467e-06, -1.3872239738702769e-06, -3.933197935111821e-06, 6.94541878066957e-06, -9.77415167726577e-07, -4.0218759328126865e-07]
+      velocities: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
+      accelerations: [0.13209524757437166, 0.0, 0.0, 0.0, 0.0, 0.0]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:         0
+    - 
+      positions: [0.007244395454889574, 0.001199593377177845, -0.00957051857594684, 0.05032791512188819, -0.05335340759886856, 0.03914900846169535]
+      velocities: [0.0378212676034882, 0.006274046992387121, -0.04997683239909953, 0.2628819552264374, -0.2787186186101487, 0.20452057418941502]
+      accelerations: [0.13703112590762984, 0.02273164750524897, -0.18107223916297044, 0.9524538067612389, -1.0098319950557517, 0.741003311847372]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 331080463
+    - 
+      positions: [0.014484157726015785, 0.0024005739783295606, -0.019137103953958567, 0.1006488848249957, -0.1067058377825694, 0.07829841911098398]
+      velocities: [0.06149435573634553, 0.010201098538030463, -0.08125833174989883, 0.42742503082761973, -0.4531741786881446, 0.3325340936866322]
+      accelerations: [0.12906222264045938, 0.02140971207727289, -0.170542170547521, 0.8970648416465185, -0.9511062608009091, 0.697911031362535]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 465709951
+    - 
+      positions: [0.021723919997141995, 0.003601554579481276, -0.028703689331970296, 0.15096985452810321, -0.1600582679662702, 0.11744782976027261]
+      velocities: [0.0750937271223, 0.012457053997718279, -0.09922847256099829, 0.5219493439011577, -0.5533928716837763, 0.4060734386295286]
+      accelerations: [0.12124119934060675, 0.020112307975795708, -0.1602075097755973, 0.8427037367123409, -0.8934703075825801, 0.6556184198931316]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 570310758
+    - 
+      positions: [0.028963682268268207, 0.004802535180632991, -0.038270274709982025, 0.20129082423121072, -0.21341069814997105, 0.15659724040956124]
+      velocities: [0.08615175073524886, 0.014291433546228412, -0.11384048923276793, 0.5988096675367409, -0.6348834525461495, 0.4658703064244045]
+      accelerations: [0.12277861758522768, 0.020367345284826054, -0.16223904649573756, 0.8533897750118437, -0.9048000994303583, 0.6639320931802228]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 659719018
+    - 
+      positions: [0.03620344453939442, 0.006003515781784707, -0.04783686008799375, 0.2516117939343182, -0.2667631283336719, 0.19574665105884986]
+      velocities: [0.09588056194986518, 0.015905314375937465, -0.12669609134036405, 0.6664311164247039, -0.7065785858474645, 0.5184793854392561]
+      accelerations: [0.12027858227476096, 0.01995262256360629, -0.15893551243620033, 0.8360129335627456, -0.8863764337955944, 0.6504130154340587]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 738989987
+    - 
+      positions: [0.04344320681052063, 0.0072044963829364225, -0.05740344546600548, 0.30193276363742577, -0.3201155585173727, 0.2348960617081385]
+      velocities: [0.10502783669573261, 0.017422726013472195, -0.13878325408899095, 0.7300105155975989, -0.7739881662968658, 0.5679437741769993]
+      accelerations: [0.1330941680268169, 0.02207855837533857, -0.1758699628607979, 0.9250894361060054, -0.9808191265932108, 0.719713996671982]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 811076325
+    - 
+      positions: [0.050682969081646836, 0.008405476984088138, -0.0669700308440172, 0.3522537333405333, -0.37346798870107356, 0.27404547235742716]
+      velocities: [0.11286151084428724, 0.018722228723067953, -0.14913463162863125, 0.7844595520066503, -0.8317173482010121, 0.6103047958030272]
+      accelerations: [0.1008614575865938, 0.016731578942652044, -0.13327782173195155, 0.7010515209412562, -0.7432846097138309, 0.5454138511552272]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 877118178
+    - 
+      positions: [0.05792273135277305, 0.009606457585239852, -0.07653661622202894, 0.4025747030436408, -0.4268204188847744, 0.3131948830067158]
+      velocities: [0.11909265308604361, 0.019755892630129147, -0.157368431583091, 0.8277699685950117, -0.8776368920987296, 0.6440000384506427]
+      accelerations: [0.09842215550478461, 0.01632693105907801, -0.1300545402546775, 0.6840968142038947, -0.725308509236688, 0.5322231916664443]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 939476610
+    - 
+      positions: [0.06516249362389925, 0.010807438186391568, -0.08610320160004066, 0.4528956727467483, -0.48017284906847524, 0.3523442936560044]
+      velocities: [0.1252215643441272, 0.020772597772022408, -0.16546714403095059, 0.8703698145818166, -0.9228030588530047, 0.6771424614598498]
+      accelerations: [0.10839504201525595, 0.017981300745265, -0.14323266222811992, 0.7534147422174885, -0.7988023217892469, 0.5861521211996746]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 998777056
+    - 
+      positions: [0.07240225589502547, 0.012008418787543284, -0.0956697869780524, 0.5032166424498558, -0.533525279252176, 0.391493704305293]
+      velocities: [0.13110307738691868, 0.02174826282914513, -0.17323894572396412, 0.9112500850314579, -0.9661460585591601, 0.708947065081948]
+      accelerations: [0.09941268835739814, 0.016491247330280723, -0.1313634253740196, 0.6909816498932514, -0.7326081045666024, 0.5375795522700592]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  55180389
+    - 
+      positions: [0.07964201816615167, 0.013209399388694998, -0.10523637235606412, 0.5535376121529634, -0.5868777094358768, 0.43064311495458163]
+      velocities: [0.13642661046089394, 0.022631366405202087, -0.18027343549829908, 0.9482520384792097, -1.0053771017928093, 0.737734361489363]
+      accelerations: [0.09710460486757358, 0.016108366871874544, -0.12831353548287394, 0.6749389961409278, -0.715599001416786, 0.5250984644978048]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 109269352
+    - 
+      positions: [0.08688178043727789, 0.014410379989846714, -0.11480295773407585, 0.6038585818560709, -0.6402301396195776, 0.4697925256038703]
+      velocities: [0.14133729355327698, 0.023445983641444335, -0.186762387387645, 0.9823844209883548, -1.041565703991191, 0.7642891490296886]
+      accelerations: [0.09107567460531837, 0.01510824725198857, -0.12034693741901226, 0.6330340819038189, -0.6711696308306812, 0.4924966941946184]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 161352451
+    - 
+      positions: [0.0941215427084041, 0.01561136059099843, -0.12436954311208757, 0.6541795515591784, -0.6935825698032785, 0.508941936253159]
+      velocities: [0.14607546391949477, 0.024231983302990482, -0.19302338183006856, 1.0153177299172298, -1.0764829974319323, 0.7899110645631803]
+      accelerations: [0.09702168454429401, 0.016094611489314056, -0.12820396498560996, 0.6743626469572856, -0.7149879315235548, 0.524650068312211]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 211743874
+    - 
+      positions: [0.1013613049795303, 0.016812341192150148, -0.1339361284900993, 0.7045005212622859, -0.7469349999869793, 0.5480913469024477]
+      velocities: [0.15019936884128554, 0.024916084469104358, -0.1984726890100097, 1.0439815018556478, -1.1068735463456107, 0.8122113060926153]
+      accelerations: [0.07131565215544819, 0.011830321437313503, -0.09423614334058587, 0.495689310929934, -0.525550868956432, 0.38564329150558013]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 260502917
+    - 
+      positions: [0.10860106725065653, 0.018013321793301864, -0.14350271386811106, 0.7548214909653934, -0.8002874301706803, 0.5872407575517363]
+      velocities: [0.15367008672781124, 0.025491830563753242, -0.20305887813349244, 1.0681052068994494, -1.1324505234331983, 0.830979402985703]
+      accelerations: [0.07435506082527753, 0.012334519049715454, -0.09825240263885714, 0.5168151415668054, -0.5479493722199631, 0.40207906020772166]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 308158536
+    - 
+      positions: [0.11584082952178273, 0.019214302394453577, -0.15306929924612278, 0.8051424606685009, -0.853639860354381, 0.6263901682010249]
+      velocities: [0.1572067600123842, 0.02607851778473064, -0.20773222038755215, 1.0926873440661047, -1.1585135497359103, 0.8501041573028888]
+      accelerations: [0.07750695039135815, 0.012857375751922986, -0.10241729362653998, 0.5387227862410363, -0.571176787944947, 0.4191230755113447]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 354739907
+    - 
+      positions: [0.12308059179290895, 0.020415282995605296, -0.16263588462413453, 0.8554634303716085, -0.906992290538082, 0.6655395788503136]
+      velocities: [0.160810175067926, 0.026676276580881043, -0.21249375488140332, 1.1177333791494384, -1.1850684203206008, 0.8695898213987739]
+      accelerations: [0.08077460460047568, 0.013399436273997433, -0.10673515543006651, 0.5614350690893483, -0.595257315250455, 0.436793094456901]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 400275385
+    - 
+      positions: [0.13032035406403517, 0.02161626359675701, -0.17220247000214622, 0.905784400074716, -0.9603447207217827, 0.7046889894996021]
+      velocities: [0.16448111451900482, 0.027285236779247077, -0.21734451577120725, 1.14324875188984, -1.2121209026311561, 0.8894406273585398]
+      accelerations: [0.08416136325011618, 0.01396125464409232, -0.11121040124112473, 0.5849752038368226, -0.6202155663142866, 0.45510717718230176]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 444792520
+    - 
+      positions: [0.13756011633516138, 0.022817244197908725, -0.18176905538015797, 0.9561053697778236, -1.0136971509054835, 0.7438384001488908]
+      velocities: [0.1676921257549842, 0.027817900982859363, -0.2215875298355317, 1.1655673299136624, -1.235784007353519, 0.906804346327351]
+      accelerations: [0.06293171712258051, 0.01043953774046087, -0.08315765384162116, 0.43741561008417107, -0.4637666153090578, 0.3403067040367182]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 488318084
+    - 
+      positions: [0.1447998786062876, 0.02401822479906044, -0.1913356407581697, 1.006426339480931, -1.0670495810891842, 0.7829878107981794]
+      velocities: [0.17042945550312313, 0.028271987706063186, -0.22520462356909002, 1.1845935191951642, -1.2559563816398696, 0.9216066067302653]
+      accelerations: [0.06491017458686131, 0.01076773761026615, -0.08577197756389521, 0.4511671525233801, -0.4783465848968486, 0.3510053210384192]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 531144069
+    - 
+      positions: [0.1520396408774138, 0.025219205400212157, -0.20090222613618144, 1.0567473091840387, -1.1204020112728852, 0.822137221447468]
+      velocities: [0.17320745357197864, 0.02873282076463453, -0.22887545621668254, 1.203902379268611, -1.2764284555103327, 0.9366287833028738]
+      accelerations: [0.06694734963455745, 0.011105677948886792, -0.08846389040491023, 0.4653268196525602, -0.49335926562210336, 0.3620214565853738]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 573282694
+    - 
+      positions: [0.15927940314854, 0.02642018600136387, -0.21046881151419314, 1.1070682788871462, -1.173754441456586, 0.8612866320967566]
+      velocities: [0.17602664287584308, 0.029200486903123463, -0.23260071875461913, 1.2234975447221559, -1.2972040825097046, 0.951873703732823]
+      accelerations: [0.06904486444598015, 0.011453627854532203, -0.09123553590564057, 0.47990588666100253, -0.5088166119194156, 0.3733638827065146]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 614745954
+    - 
+      positions: [0.16651916541966624, 0.02762116660251559, -0.2200353968922049, 1.1573892485902537, -1.2271068716402869, 0.9004360427460454]
+      velocities: [0.17888755163133369, 0.02967507374566558, -0.23638110916567712, 1.2433826869985203, -1.3182871552575488, 0.967344224380378]
+      accelerations: [0.07120438218885013, 0.011811863224689719, -0.09408911176754026, 0.4949159136268087, -0.5247308802743372, 0.3850415930724894]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 655545621
+    - 
+      positions: [0.17375892769079243, 0.0288221472036673, -0.2296019822702166, 1.2077102182933612, -1.2804593018239876, 0.939585453395334]
+      velocities: [0.1817907133924477, 0.030156669801797008, -0.24021733248541866, 1.2635615146386066, -1.3396816057065066, 0.9830432304679753]
+      accelerations: [0.07342760794684455, 0.012180666910131923, -0.09702687107947645, 0.5103687519685864, -0.5411146360653721, 0.3970638080162559]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 695693253
+    - 
+      positions: [0.18099868996191865, 0.030023127804819017, -0.23916856764822836, 1.2580311879964687, -1.3338117320076885, 0.9787348640446226]
+      velocities: [0.18473666708577666, 0.030645364472296023, -0.24411010084872437, 1.2840377735262738, -1.3613914054018053, 0.9989736362706467]
+      accelerations: [0.07571628966558262, 0.012560328871876594, -0.1000511235680568, 0.5262765510255938, -0.5579807605371055, 0.4094399796496051]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 735200193
+    - 
+      positions: [0.18823845223304486, 0.031224108405970733, -0.24873515302624005, 1.3083521576995762, -1.3871641621913893, 1.0178842746939112]
+      velocities: [0.18772595704588785, 0.03114124805505244, -0.24806013353655026, 1.3048152471342795, -1.3834205657420193, 1.0151383853073557]
+      accelerations: [0.07807221911866864, 0.012951146341409396, -0.1031642368739915, 0.5426517647676501, -0.5753424579186467, 0.42217979708649406]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 774077576
+    - 
+      positions: [0.19547821450417108, 0.032425089007122446, -0.2583017384042518, 1.3586731274026838, -1.4405165923750902, 1.0570336853431999]
+      velocities: [0.187864562337831, 0.03116424083583821, -0.24824328587077948, 1.3057786423999493, -1.3844419983367051, 1.0158879010081834]
+      accelerations: [-0.0709377961957515, -0.011767640141899231, 0.09373684637978832, -0.49306297078390315, 0.5227663115422705, -0.3836000147267642]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 812336334
+    - 
+      positions: [0.20271797677529727, 0.03362606960827416, -0.2678683237822635, 1.4089940971057913, -1.493869022558791, 1.0961830959924885]
+      velocities: [0.18557436465653981, 0.030784327396000143, -0.24521703019689167, 1.2898603064355214, -1.3675647021877322, 1.0035035317243308]
+      accelerations: [-0.047329819423846335, -0.007851389708028986, 0.06254138485316484, -0.328972460709157, 0.3487905806643219, -0.2559385884771643]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 851155930
+    - 
+      positions: [0.2099577390464235, 0.03482705020942588, -0.2774349091602753, 1.459315066808899, -1.5472214527424921, 1.1353325066417772]
+      velocities: [0.1837369947094457, 0.03047953207524766, -0.2427891388088036, 1.2770894123123946, -1.3540244576116158, 0.9935678531924067]
+      accelerations: [-0.04639723500031181, -0.007696686313121476, 0.06130907249603028, -0.32249040359671854, 0.34191802829555373, -0.2508955871745059]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 890363722
+    - 
+      positions: [0.21719750131754972, 0.036028030810577594, -0.287001494538287, 1.5096360365120063, -1.6005738829261928, 1.1744819172910659]
+      velocities: [0.18191781654400574, 0.03017775452994831, -0.24038528594931013, 1.2644449626855416, -1.3406182748629862, 0.9837305477152556]
+      accelerations: [-0.04548302617424979, -0.007545031186283918, 0.06010104156064385, -0.3161360686173718, 0.3351808923591511, -0.24595195292115662]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 929963592
+    - 
+      positions: [0.2244372635886759, 0.03722901141172931, -0.2965680799162987, 1.5599570062151138, -1.6539263131098936, 1.2136313279403543]
+      velocities: [0.179229419611357, 0.029731785112252877, -0.23683285179152896, 1.2457588877107786, -1.3208065042158672, 0.9691928941897647]
+      accelerations: [-0.08828856889874888, -0.01464590335704499, 0.11666406998483969, -0.6136619179339999, 0.6506304394795387, -0.4774252675726495]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 969959460
+    - 
+      positions: [0.23167702585980213, 0.03842999201288102, -0.30613466529431044, 1.6102779759182213, -1.7072787432935943, 1.252780738589643]
+      velocities: [0.17569789198250846, 0.029145951487356953, -0.23216630898101032, 1.2212125161364336, -1.29478139811378, 0.9500959652874849]
+      accelerations: [-0.08484357935425199, -0.01407442525330911, 0.11211187816287999, -0.5897170412923277, 0.6252430638620752, -0.45879629809709743]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  10759246
+    - 
+      positions: [0.23891678813092837, 0.03963097261403274, -0.3157012506723222, 1.660598945621329, -1.7606311734772955, 1.2919301492389317]
+      velocities: [0.17223594939957665, 0.028571661099261875, -0.22759171549947094, 1.1971498050548315, -1.269269089416508, 0.9313753213287763]
+      accelerations: [-0.08153301211497864, -0.013525246028322368, 0.10773731129748446, -0.5667064854882384, 0.60084629489563, -0.4408942245923991]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  52379107
+    - 
+      positions: [0.24615655040205456, 0.04083195321518446, -0.32526783605033394, 1.7109199153244365, -1.8139836036609962, 1.3310795598882204]
+      velocities: [0.1688422207622554, 0.028008686500599782, -0.22310725958187563, 1.173561224443517, -1.2442594739893231, 0.9130235480137026]
+      accelerations: [-0.07835162206897829, -0.012997495587517834, 0.10353343852438499, -0.54459379364537, 0.5774014794500448, -0.4236906838295982]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  94835527
+    - 
+      positions: [0.25339631267318075, 0.04203293381633617, -0.33483442142834563, 1.7612408850275438, -1.867336033844697, 1.3702289705375088]
+      velocities: [0.1655153619863305, 0.027456804725614924, -0.21871116516211644, 1.1504374320591286, -1.219742646788867, 0.8950333771333226]
+      accelerations: [-0.07529436876662082, -0.012490337787099584, 0.09949359941862616, -0.5233439314203076, 0.5548714726267967, -0.4071584193004973]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 138145322
+    - 
+      positions: [0.26063607494430696, 0.04323391441748788, -0.3444010068063573, 1.8115618547306513, -1.9206884640283977, 1.4093783811867975]
+      velocities: [0.16225405547135677, 0.026915797201857675, -0.21440169116960806, 1.1277692697374089, -1.1957088979402672, 0.8773976836911338]
+      accelerations: [-0.07235640843496631, -0.012002969109356672, 0.09561139344311365, -0.5029232314993985, 0.533220578908598, -0.3912712380385632]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 182325643
+    - 
+      positions: [0.26787583721543323, 0.044434895018639606, -0.35396759218436913, 1.861882824433759, -1.9740408942120986, 1.4485277918360864]
+      velocities: [0.15905700957882146, 0.026385449663618794, -0.210177130839729, 1.1055477597661074, -1.1721487088915468, 0.8601094830811972]
+      accelerations: [-0.06953308630343662, -0.011534617389533337, 0.09188066980753007, -0.48329934025480226, 0.5124144956048975, -0.3760039691167476]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 227393989
+    - 
+      positions: [0.2751155994865594, 0.045635875619791315, -0.3635341775623808, 1.9122037941368666, -2.0273933243957996, 1.4876772024853748]
+      velocities: [0.15592295812059684, 0.025865552067070596, -0.2060358110378666, 1.0837641013293817, -1.1490527486438062, 0.8431619283219239]
+      accelerations: [-0.06681992922875218, -0.011084540592461474, 0.0882955177229, -0.4644411664863676, 0.4924202585043793, -0.36133242376840596]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 273368209
+    - 
+      positions: [0.2823553617576856, 0.04683685622094303, -0.3731007629403925, 1.9625247638399739, -2.0807457545795005, 1.5268266131346635]
+      velocities: [0.15210150245442566, 0.025231623223641995, -0.2009861587800132, 1.0572025448033942, -1.1208910578321194, 0.8224971976926216]
+      accelerations: [-0.09536137106092955, -0.015819187489092893, 0.1260100351163244, -0.6628224082913173, 0.7027524801529417, -0.5156718322967035]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 320266510
+    - 
+      positions: [0.2895951240288118, 0.04803783682209475, -0.38266734831840427, 2.012845733543081, -2.134098184763201, 1.565976023783952]
+      velocities: [0.14762821976725743, 0.02448956491708918, -0.1950751855817019, 1.0261103743502136, -1.0879258176320508, 0.7983076767785539]
+      accelerations: [-0.08983472523533027, -0.014902390199705141, 0.11870715317567004, -0.62440869155052, 0.6620246254911452, -0.48578619257004113]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 368585877
+    - 
+      positions: [0.29683488629993804, 0.04923881742324646, -0.392233933696416, 2.063166703246189, -2.1874506149469024, 1.6051254344332408]
+      velocities: [0.14328649566219714, 0.023769330435561235, -0.18933805323075667, 0.9959326200306665, -1.0559300802697957, 0.7748295660962707]
+      accelerations: [-0.08462837486822139, -0.014038725681515827, 0.11182750803960867, -0.5882212327266166, 0.6236571440648987, -0.45763256806273533]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 418369369
+    - 
+      positions: [0.30407464857106425, 0.05043979802439818, -0.40180051907442776, 2.1134876729492964, -2.240803045130603, 1.6442748450825293]
+      velocities: [0.13839425859682486, 0.022957773150706694, -0.18287347582853747, 0.9619284491853182, -1.019877413525005, 0.7483745264563912]
+      accelerations: [-0.10523980678574038, -0.017457889041841142, 0.13906335029765818, -0.7314838430464539, 0.7755502506586799, -0.5690900140378836]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 469661350
+    - 
+      positions: [0.31131441084219047, 0.051640778625549895, -0.41136710445243946, 2.1638086426524037, -2.294155475314304, 1.683424255731818]
+      velocities: [0.13299416230082017, 0.0220619687509244, -0.17573781579847736, 0.9243943324659323, -0.980082148179503, 0.7191732102362274]
+      accelerations: [-0.09718719590388883, -0.016122067630093544, 0.1284226708619935, -0.6755130565698461, 0.7162076446752389, -0.525545080046134]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 523035992
+    - 
+      positions: [0.31855417311331663, 0.052841759226701604, -0.42093368983045115, 2.2141296123555114, -2.3475079054980044, 1.7225736663811064]
+      velocities: [0.1278047759020457, 0.021201118330232433, -0.16888058676467882, 0.8883247840510751, -0.9418396803789975, 0.6911113193156218]
+      accelerations: [-0.08975074485734763, -0.014888458968119436, 0.11859618192745984, -0.6238249743105339, 0.6614057436711583, -0.4853320640808287]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 578577858
+    - 
+      positions: [0.3257939353844429, 0.05404273982785333, -0.43050027520846296, 2.264450582058619, -2.4008603356817058, 1.7617230770303953]
+      velocities: [0.12222196646820907, 0.020275004242660093, -0.16150349051512697, 0.8495206943782982, -0.9006979357480145, 0.6609219718043535]
+      accelerations: [-0.10257073529242004, -0.017015125458380097, 0.13553645267799835, -0.7129320922125436, 0.7558808961733224, -0.5546568638831296]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 636374947
+    - 
+      positions: [0.3330336976555691, 0.05524372042900504, -0.44006686058647465, 2.3147715517617264, -2.4542127658654063, 1.800872487679684]
+      velocities: [0.11560063558614526, 0.01917661321193801, -0.15275409725784345, 0.8034982176404353, -0.8519029504461672, 0.6251167627327027]
+      accelerations: [-0.11426787038978391, -0.01895552513103403, 0.15099298804424177, -0.7942346486782822, 0.8420813210295102, -0.6179097620029057]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 697120268
+    - 
+      positions: [0.3402734599266953, 0.05644470103015675, -0.44963344596448634, 2.3650925214648337, -2.507565196049107, 1.8400218983289724]
+      velocities: [0.10841984880639316, 0.01798541586311299, -0.14326544179690842, 0.7535871652527792, -0.7989851320174183, 0.5862862652802266]
+      accelerations: [-0.10768166668307687, -0.0178629612331106, 0.14229001165946237, -0.7484563282346894, 0.7935452006051964, -0.58229450505423]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 761750009
+    - 
+      positions: [0.3475132221978215, 0.05764568163130847, -0.4592000313424981, 2.4154134911679415, -2.5609176262328077, 1.8791713089782611]
+      velocities: [0.10054858829871777, 0.016679678074728473, -0.13286439783175358, 0.6988768796524205, -0.740978962620344, 0.5437219933604811]
+      accelerations: [-0.1184497710557977, -0.019649247022409274, 0.1565189305083434, -0.8233015280641439, 0.8728992615866714, -0.6405236186928938]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 830818103
+    - 
+      positions: [0.35475298446894776, 0.05884666223246019, -0.46876661672050984, 2.465734460871049, -2.614270056416509, 1.9183207196275498]
+      velocities: [0.09181426580075319, 0.015230769741633916, -0.12132290810230342, 0.6381677622342765, -0.6766125768436917, 0.4964906665004998]
+      accelerations: [-0.11291301882706369, -0.018730773214695903, 0.1492026940174583, -0.7848175653699782, 0.8320969291806302, -0.6105833280383723]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 906015686
+    - 
+      positions: [0.3619927467400739, 0.0600476428336119, -0.4783332020985216, 2.5160554305741565, -2.6676224866002096, 1.9574701302768385]
+      velocities: [0.08348676922697804, 0.013849348437076983, -0.11031899609874998, 0.5802863447099846, -0.6152442386415817, 0.4514592730875573]
+      accelerations: [-0.08895434122553758, -0.014756346161554882, 0.11754381818211834, -0.6182894606391823, 0.6555367568767277, -0.4810254678617069]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 988896010
+    - 
+      positions: [0.36923250901120014, 0.061248623434763616, -0.4878997874765333, 2.5663764002772638, -2.7209749167839106, 1.996619540926127]
+      velocities: [0.0735523826818619, 0.01220136538484187, -0.0971917477854921, 0.5112360160342087, -0.5420341462770751, 0.3977385342237052]
+      accelerations: [-0.12247951740012085, -0.02031772852854837, 0.1618438170185461, -0.8513108377774987, 0.902595921841936, -0.662314692562149]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  79823196
+    - 
+      positions: [0.37647227128232635, 0.06244960403591533, -0.497466372854545, 2.6166973699803715, -2.774327346967611, 2.0357689515754154]
+      velocities: [0.05950300716825337, 0.009870760204968333, -0.07862697378804812, 0.4135838869874515, -0.438499209887818, 0.3217657673357746]
+      accelerations: [-0.1288181157930278, -0.02136921798680491, 0.1702196089895707, -0.8953681432172212, 0.9493073490345493, -0.6965910102272097]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 187105588
+    - 
+      positions: [0.38371203355345257, 0.06365058463706705, -0.5070329582325568, 2.6670183396834792, -2.827679777151312, 2.0749183622247043]
+      velocities: [0.03666075737622937, 0.006081533727699603, -0.04844334003355548, 0.25481566826851615, -0.27016639844620366, 0.1982450516310502]
+      accelerations: [-0.12578036180720786, -0.02086529486455113, 0.16620553618243272, -0.874253813690747, 0.9269210397368188, -0.6801641893195125]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 327621329
+    - 
+      positions: [0.3909517958245788, 0.06485156523821876, -0.5165995436105685, 2.7173393093865865, -2.881032207335013, 2.1140677728739927]
+      velocities: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
+      accelerations: [-0.1312707790906605, -0.02177608231898905, 0.1734605459101024, -0.9124157189344895, 0.9673819131501696, -0.7098539212217597]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 659739868
+multi_dof_joint_trajectory: 
+  header: 
+    seq: 0
+    stamp: 
+      secs: 0
+      nsecs:         0
+    frame_id: ''
+  joint_names: []
+  points: []

+ 2760 - 0
catkin_ws/src/lstrobot_planning/date/plan.txt

@@ -0,0 +1,2760 @@
+joint_trajectory: 
+  header: 
+    seq: 0
+    stamp: 
+      secs: 0
+      nsecs:         0
+    frame_id: "base_link"
+  joint_names: 
+    - joint1
+    - joint2
+    - joint3
+    - joint4
+    - joint5
+    - joint6
+  points: 
+    - 
+      positions: [0.3909517958245788, 0.06485156523821876, -0.5165995436105685, 2.7173393093865865, -2.881032207335013, 2.1140677728739927]
+      velocities: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
+      accelerations: [0.26125209746943107, 0.0, 0.0, 0.0, 0.0, 0.0]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:         0
+    - 
+      positions: [0.39128292567007, 0.06608467257090525, -0.5177807743692114, 2.717417165814379, -2.881202117473932, 2.1143266583401616]
+      velocities: [0.011345688613736964, 0.04219136124050638, -0.040376848790420694, 0.0026723016697282427, -0.005855082027457543, 0.008854783796576754]
+      accelerations: [0.26887419886085173, 0.997928252436752, -0.9537168543277225, 0.06348156122239723, -0.13984596099976887, 0.2093354706159065]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:  50348237
+    - 
+      positions: [0.3916148525184784, 0.06731830536749064, -0.5189608799945316, 2.7174954017317567, -2.881373810665008, 2.114585526125401]
+      velocities: [0.018403653964689605, 0.068348742204002, -0.06534916216455873, 0.0043420296288979605, -0.009547959154975649, 0.0143396638661883]
+      accelerations: [0.24973345620779602, 0.922708682290238, -0.8789700273569429, 0.059326010478154945, -0.13228104671804602, 0.19332151318444135]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:  70946151
+    - 
+      positions: [0.3919473072715262, 0.06855229623140857, -0.5201402376771831, 2.717573898521673, -2.881546690955681, 2.1148443802828107]
+      velocities: [0.022803109883624384, 0.08343389742882895, -0.07995550499211586, 0.005119202389654055, -0.011748790633227955, 0.018051729806122727]
+      accelerations: [0.2841147794584491, 0.8922480627052146, -0.8817603742455448, 0.03142026720272181, -0.1330567187075138, 0.26118573566661235]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:  87012415
+    - 
+      positions: [0.3922872644173146, 0.06978122997612615, -0.5213206440054071, 2.717646937294976, -2.881720495443556, 2.1151171784280547]
+      velocities: [0.025803875983508695, 0.09577248762883495, -0.09136558935330763, 0.006174894547050726, -0.013568502650230786, 0.019971655517327276]
+      accelerations: [0.1377195684661303, 0.8833546977860166, -0.7517872302675921, 0.12719020911092319, -0.12859315474413113, -0.0031161847953266636]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 100657916
+    - 
+      positions: [0.3926133377878592, 0.07102086268738135, -0.5224960557256697, 2.7177324088793755, -2.8818963915915963, 2.115360888393322]
+      velocities: [0.028356353375360233, 0.10623726677927856, -0.10100418078502729, 0.007060831757446914, -0.015128314610402038, 0.021604828496282688]
+      accelerations: [0.2848150722055029, 0.8145970652280347, -0.8187809897229672, 0.0109040570691225, -0.12482405529802737, 0.28331060897681726]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 112873030
+    - 
+      positions: [0.3929473753290886, 0.0722559419435386, -0.5236731742574648, 2.7178116880716776, -2.8820728414087102, 2.1156196990225267]
+      velocities: [0.03128355994629237, 0.11558919722451957, -0.1101118441585015, 0.007431261339516417, -0.016569045280338906, 0.02421793053393185]
+      accelerations: [0.23639107486768218, 0.8591899908418844, -0.8089853000157706, 0.057326347687170764, -0.1330952345028018, 0.17933972300260348]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 124000771
+    - 
+      positions: [0.39328195232260427, 0.0734913820723245, -0.5248495492472869, 2.7178912297667543, -2.8822504811942715, 2.1158785078834974]
+      velocities: [0.03357229213400147, 0.12388434506988892, -0.11790515015742878, 0.007988372405282204, -0.017871787896758865, 0.025947762599093545]
+      accelerations: [0.20507660410327086, 0.7406645211799023, -0.6939527079307606, 0.050148876528836775, -0.1182927114493, 0.15427445395876982]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 134280055
+    - 
+      positions: [0.3936170629955786, 0.07472718863532064, -0.5260251803287331, 2.717971033169446, -2.882429314227359, 2.116137307904423]
+      velocities: [0.03566868737324496, 0.13150572863569476, -0.12503397321106974, 0.00853866861757428, -0.019111643808390748, 0.027488565273148302]
+      accelerations: [0.22811114984309266, 0.8344766791383897, -0.7793181194240272, 0.06378735515260314, -0.13808813714127915, 0.16389095299570924]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 143966477
+    - 
+      positions: [0.3939523266083147, 0.07596298058814065, -0.527199550871893, 2.718051685327538, -2.882609632633966, 2.1163951725000754]
+      velocities: [0.03771959372583625, 0.13888428867735814, -0.1319273871090617, 0.00904254571249364, -0.02031076213190777, 0.0290240138333421]
+      accelerations: [0.2196541260690662, 0.7756775635953296, -0.7249835367841081, 0.04578755035660991, -0.12344548541898709, 0.1717230871327961]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 153091418
+    - 
+      positions: [0.3942885074491194, 0.07719952485328185, -0.5283736969570512, 2.718132012425485, -2.882790854936358, 2.116653957535759]
+      velocities: [0.039509516308918594, 0.14522819345523938, -0.13783418146268395, 0.009448425730972456, -0.02135242816537932, 0.03038848288888213]
+      accelerations: [0.19057996433022328, 0.6784165986170047, -0.6287949845783749, 0.04741915466183054, -0.11549416374437979, 0.14080648222760317]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 161778771
+    - 
+      positions: [0.3946252259644312, 0.0784364406340306, -0.5295471011082885, 2.7182126018815196, -2.8829732748352543, 2.1169127368642]
+      velocities: [0.041167122527729395, 0.15112504047457778, -0.14329706466413258, 0.009861163652536491, -0.022359084863557033, 0.0316122155170418]
+      accelerations: [0.20657029240103114, 0.7344069070818277, -0.6800430029417164, 0.05147120785346966, -0.12570321441655727, 0.15238641097140385]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 170129654
+    - 
+      positions: [0.39496248298029574, 0.07967372943657527, -0.5307197642923124, 2.7182934537443, -2.8831568931412095, 2.1171715113156657]
+      velocities: [0.04265950591828839, 0.1564673106815347, -0.14821457293973428, 0.010279315306537614, -0.02331611420545953, 0.03266457305704877]
+      accelerations: [0.16349300825158708, 0.5904837358179915, -0.5393635655489394, 0.05244369136990884, -0.11184874477050988, 0.10832674433292135]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 178157110
+    - 
+      positions: [0.39529989339355825, 0.08091100665785009, -0.5318911668679482, 2.718375158836387, -2.8833420021911, 2.117429348456387]
+      velocities: [0.044009657780278294, 0.16120842666249588, -0.15256328936056976, 0.010620582492292292, -0.024170912965940282, 0.03364532072375201]
+      accelerations: [0.18324858698381136, 0.6266231771937225, -0.5770766567791865, 0.03486594250692993, -0.10742776379007576, 0.14385862856686432]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 185948406
+    - 
+      positions: [0.39563823025871353, 0.08214904630163049, -0.5330623508810509, 2.718456535780837, -2.883528020119619, 2.117688115902712]
+      velocities: [0.04542056723740569, 0.16609320319879617, -0.15704932845951175, 0.010933598284440528, -0.025033831763260135, 0.03471028844372455]
+      accelerations: [0.1897151639707647, 0.6648652504397701, -0.6089415538558068, 0.04805016337573731, -0.12081722420258058, 0.13749266464763862]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 193515221
+    - 
+      positions: [0.3959771096719249, 0.0833874640259279, -0.5342327958418442, 2.718538175776158, -2.8837152408586584, 2.117946881660075]
+      velocities: [0.04685755928148286, 0.17112599334892314, -0.1616565490786816, 0.011297797866380896, -0.02595073050110782, 0.035750932416297614]
+      accelerations: [0.20157811729491149, 0.7055520072476628, -0.6455851906186617, 0.05112244082353386, -0.12886153956566385, 0.14587181238711208]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 200861740
+    - 
+      positions: [0.3963165324665066, 0.08462626132696531, -0.5354025026989687, 2.718620078866202, -2.883903665229377, 2.118205646570079]
+      velocities: [0.0485649454614971, 0.17720599517371965, -0.1672315639300518, 0.011778134334220028, -0.027062481402971537, 0.03694773073842403]
+      accelerations: [0.27960793638509496, 1.0083831369317813, -0.9260436305913475, 0.0844455510462515, -0.18454318657461233, 0.19125624119352722]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 207994385
+    - 
+      positions: [0.3966561129923399, 0.0858650539565416, -0.5365709540421202, 2.7187028337614105, -2.8840935828170218, 2.118463481571538]
+      velocities: [0.05009420015605513, 0.1825484033318251, -0.17211279182356787, 0.012166741857005526, -0.028045668103603483, 0.038051889019711724]
+      accelerations: [0.16248355073153847, 0.5350991789369766, -0.48405656095913113, 0.027493152698712366, -0.09954176683455483, 0.12826463688915388]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 214848690
+    - 
+      positions: [0.3969966254344392, 0.08710461518444114, -0.5377391873950856, 2.718785263298163, -2.884284417307936, 2.118722247580059]
+      velocities: [0.051188235563240356, 0.18621762623879481, -0.1754188093202047, 0.012401340270834154, -0.0287559389249079, 0.0388681635694373]
+      accelerations: [0.16295580869866, 0.5565665138698509, -0.49951062620597914, 0.04243633209947801, -0.1118570011515532, 0.11441202688030781]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 221572107
+    - 
+      positions: [0.3973376853489734, 0.08834456102893098, -0.5389066845036977, 2.7188679565653535, -2.884476459885003, 2.118981015977266]
+      velocities: [0.05228481817485244, 0.18996060052619462, -0.17877641759109633, 0.012687076544435393, -0.029509933149595345, 0.039637524807441246]
+      accelerations: [0.16972988929783708, 0.5789853796647463, -0.519123186184765, 0.04425199716836742, -0.11689657674928411, 0.11899828825842337]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 228165092
+    - 
+      positions: [0.3976792935805634, 0.08958489297765805, -0.5400734462962827, 2.718950913603272, -2.884669711384782, 2.1192397876180755]
+      velocities: [0.0533826093704062, 0.1937788085967712, -0.18218598291205063, 0.013027720737738098, -0.030310017634037113, 0.04035524256265133]
+      accelerations: [0.16987066179812838, 0.6023995621089825, -0.5357823884590955, 0.061293716761674784, -0.13074439855727624, 0.1028667982104533]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 234630181
+    - 
+      positions: [0.39802106273003224, 0.09082522591240098, -0.5412389559695243, 2.7190347228216045, -2.8848644595409842, 2.119497633961473]
+      velocities: [0.05452656969953379, 0.19767376264956638, -0.18567305765784642, 0.013326496237300547, -0.03110183628690548, 0.041155563334557665]
+      accelerations: [0.1912491045885727, 0.6266650731787791, -0.5646446015731118, 0.0326873726938446, -0.11895257354070286, 0.15009058216132418]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 240967888
+    - 
+      positions: [0.3983637705151007, 0.09206633481823401, -0.5424042497752952, 2.7191182076465075, -2.885060131787573, 2.1197564149273167]
+      velocities: [0.05571730331049869, 0.20164700527882268, -0.18923879694858542, 0.013583579174687232, -0.03188597375893521, 0.042038832811159166]
+      accelerations: [0.19182488607410042, 0.6518026189431327, -0.5826568350730852, 0.05018824259022713, -0.1334514824755295, 0.1339069674281067]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 247184603
+    - 
+      positions: [0.39870703075361047, 0.0933078348496232, -0.543568810068451, 2.7192019568697927, -2.885257017463565, 2.1200152024223717]
+      velocities: [0.056626152113548565, 0.20467166044785068, -0.19189633428743735, 0.013826465096776545, -0.032553652012974735, 0.04265711768748809]
+      accelerations: [0.10495302591183718, 0.33567852421202654, -0.2848216330337841, 0.029140251386784864, -0.08468418350565773, 0.06793912062965869]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 253280745
+    - 
+      positions: [0.39905084430042875, 0.09454972748516328, -0.5447326377579367, 2.719285970527774, -2.8854551174192307, 2.1202739973146647]
+      velocities: [0.057242863243009395, 0.2067183770523292, -0.19361918464826816, 0.014055616203354921, -0.03309992795713755, 0.04300053248609926]
+      accelerations: [0.09931735897103428, 0.34237027316252827, -0.285912544488431, 0.04685737408150072, -0.09633774707057557, 0.045715170045014956]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 259318438
+    - 
+      positions: [0.39939482266697707, 0.09579162736754877, -0.5458952175154949, 2.7193708357093493, -2.885654717050474, 2.120531873211464]
+      velocities: [0.057890367500543854, 0.2087855608228525, -0.19537044865062764, 0.014235618055680369, -0.033624313321512805, 0.043418903009565996]
+      accelerations: [0.11736164511484592, 0.34914141885081784, -0.2999580922654781, 0.013191612070237784, -0.07898712950938097, 0.09446583325303916]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 265296387
+    - 
+      positions: [0.3997397457862406, 0.09703430993537898, -0.5470575825844582, 2.7194553784709097, -2.88585524851284, 2.1207906857820844]
+      velocities: [0.05856884262944326, 0.21087341643108087, -0.19715017069734514, 0.014366526539056216, -0.03412703085832611, 0.0439123051704538]
+      accelerations: [0.11174250688674434, 0.3559897749360395, -0.3010848785624881, 0.031102909050847317, -0.09084395408225157, 0.07205698844622549]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 271218878
+    - 
+      positions: [0.40008522639538346, 0.09827739010978336, -0.5482192167980816, 2.7195401862864967, -2.8860569988126135, 2.1210495090858172]
+      velocities: [0.05923115423487342, 0.21298215059539183, -0.19893275043399788, 0.014550951050066414, -0.03466612680518773, 0.044339132647486235]
+      accelerations: [0.11408762938315584, 0.36302882024579186, -0.30672279473885483, 0.0317809236357936, -0.09297407933263435, 0.07347907336176535]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 277084607
+    - 
+      positions: [0.40043126536036117, 0.09952086936049812, -0.5493801210457068, 2.7196252591886463, -2.8862599688144517, 2.1213083440044342]
+      velocities: [0.05987632914012176, 0.21511197210134586, -0.20071794844662588, 0.014790793835191052, -0.03524261565243357, 0.04469682614245167]
+      accelerations: [0.10800416905517667, 0.37026396647294496, -0.307892951384318, 0.05088588293522014, -0.10556173899500061, 0.04955100326554852]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 282894124
+    - 
+      positions: [0.4007774732335131, 0.10076436219368351, -0.5505397816309641, 2.719711182733787, -2.8864644414872704, 2.121566266642569]
+      velocities: [0.06055358797961534, 0.21726309182235914, -0.2025325853638872, 0.01497968028367294, -0.035796532936764214, 0.04513222253978775]
+      accelerations: [0.12753161313386205, 0.3775849649849934, -0.3230189217911397, 0.014603782840864579, -0.08691186991444896, 0.10206269995728338]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 288646184
+    - 
+      positions: [0.40112463190323416, 0.10200864429627987, -0.5516992284753088, 2.7197967860319676, -2.8866698538864743, 2.1218251277219164]
+      velocities: [0.06126311659350466, 0.21943572274058287, -0.20437670668698976, 0.015117668821356619, -0.036328111372113475, 0.04564540123931571]
+      accelerations: [0.12146654731405289, 0.3849894552258579, -0.3242274718977684, 0.03391821149566475, -0.0997195701577797, 0.07793600793967637]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 294344907
+    - 
+      positions: [0.4014723531559559, 0.10325333045851987, -0.5528579470473832, 2.7198826550276363, -2.8868764905960105, 2.122084003803239]
+      velocities: [0.06195586414097983, 0.22163007996798872, -0.20622377538962028, 0.01531118581265004, -0.03689750659144289, 0.04608961554828374]
+      accelerations: [0.12401525241396139, 0.39260004433555984, -0.33029570332978225, 0.03465653455774135, -0.10205228254601464, 0.0794751748207415]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 299989040
+    - 
+      positions: [0.4018206378690298, 0.10449842214127529, -0.5540159382170261, 2.7199687897495766, -2.8870843524949246, 2.12234289578246]
+      velocities: [0.06263081914221198, 0.2238463807676686, -0.20807354426312333, 0.015562202275697119, -0.03750577123769206, 0.046462218913765924]
+      accelerations: [0.1174490930325634, 0.40042258408976733, -0.33155102306950257, 0.055256966962029815, -0.11564907916287455, 0.053715007108566554]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 305579111
+    - 
+      positions: [0.40216909563207714, 0.10574353368394598, -0.5551726898989692, 2.7200557742127445, -2.88729372013391, 2.1226008822908855]
+      velocities: [0.06333920199223342, 0.22608484457534544, -0.20995381313733105, 0.01576039082867143, -0.03809076299117653, 0.046915368061897694]
+      accelerations: [0.13858039096371366, 0.40833795190390576, -0.3478395011304196, 0.01615734718581074, -0.09560295318540758, 0.11027295547927424]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 311113923
+    - 
+      positions: [0.4025185102966812, 0.10698944108209976, -0.556329228734866, 2.720142440598827, -2.8875040354502217, 2.1228598090449773]
+      velocities: [0.06408120699589281, 0.22834569302109872, -0.21186462862417563, 0.015905812548286057, -0.03865272497432137, 0.04744914604499979]
+      accelerations: [0.13203469036460555, 0.41634359885957345, -0.3491359003221631, 0.036983737424286234, -0.10943795580256103, 0.08429944919581157]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 316597438
+    - 
+      positions: [0.4028684926949524, 0.10823575896483538, -0.5574850418078351, 2.7202293733136655, -2.887715580614362, 2.1231187551362978]
+      velocities: [0.0648057914038042, 0.23062914995130956, -0.21377848444731345, 0.016108848905480963, -0.03925400021177275, 0.047911490414365265]
+      accelerations: [0.13480462175843627, 0.42457199980698096, -0.3556670590020235, 0.03778764600072086, -0.11199209408037687, 0.08596546213106514]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 322028449
+    - 
+      positions: [0.4032190437158081, 0.1094824887840985, -0.5586401299683911, 2.7203165723822766, -2.8879283565195935, 2.1233777214752654]
+      velocities: [0.06551194124605299, 0.23293544145082268, -0.2156951454235217, 0.01637146203242628, -0.03989563586517433, 0.04829977501141647]
+      accelerations: [0.1277320916347775, 0.4330293887977942, -0.35702132555182575, 0.05996952245737165, -0.12666223338407667, 0.05827706033799666]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 327407465
+    - 
+      positions: [0.40356977253187354, 0.11072924522444613, -0.5597939834370147, 2.720404619454438, -2.888142640919501, 2.1236357905370684]
+      velocities: [0.06625288095171777, 0.23526479586533117, -0.21764338440655098, 0.016579389063838067, -0.040513321620184624, 0.04877143676727066]
+      accelerations: [0.15056971904507033, 0.44158723429451496, -0.37454546942300476, 0.017896043777504467, -0.1051495420269856, 0.11910483225036243]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 332733337
+    - 
+      positions: [0.4039214638681597, 0.11197680356625332, -0.5609476241859315, 2.720492351431231, -2.888357881392031, 2.123894800399917]
+      velocities: [0.06702881352130516, 0.23761744382398448, -0.21962324927511315, 0.016732693792965603, -0.04110731126824496, 0.049326562507170976]
+      accelerations: [0.143520067732979, 0.45024279209430346, -0.3759439652223212, 0.04032136124394426, -0.12007736245051041, 0.09118773499024924]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 338009869
+    - 
+      positions: [0.40427372814648205, 0.1132247787889776, -0.5621005416084074, 2.720580350355626, -2.888574357313225, 2.1241538340027586]
+      velocities: [0.06778670043868115, 0.23999361826222412, -0.22160627097423952, 0.01694569562768417, -0.04174212588647501, 0.04980781388146365]
+      accelerations: [0.14653041580459913, 0.4591390087997196, -0.3829730994012582, 0.04119659357865329, -0.12287350990662843, 0.09299119299333744]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 343235904
+    - 
+      positions: [0.4046265662680719, 0.11447317233577091, -0.5632527365354751, 2.7206686162490397, -2.888792069591085, 2.12441289227112]
+      velocities: [0.06852545100047788, 0.24239355444484645, -0.22359218670931363, 0.01722050724618126, -0.04241889719493706, 0.05021236607129974]
+      accelerations: [0.1388983680021513, 0.46828272147434696, -0.3844263681657244, 0.06511220733346752, -0.13872009173664762, 0.06318924255030207]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 348411931
+    - 
+      positions: [0.40497958643886806, 0.11572159866744397, -0.5644037007593702, 2.720757729200972, -2.8890112935785695, 2.12467106026724]
+      velocities: [0.06930044646530784, 0.24481748998929484, -0.22561081607381, 0.017438628719583987, -0.043070976744831055, 0.05070333476748917]
+      accelerations: [0.1636088327460134, 0.47753504278811737, -0.4032949070147173, 0.019776670527820058, -0.11559771565955919, 0.1286922545366401]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 353536845
+    - 
+      positions: [0.40533357535605874, 0.116970833486575, -0.5655544530521683, 2.7208465292217174, -2.889231481699314, 2.1249301709453903]
+      velocities: [0.07011189907689355, 0.2472656648891875, -0.22766220808592702, 0.017600126724465273, -0.04369862968105416, 0.05128081079953612]
+      accelerations: [0.15600219932925968, 0.48689300899963556, -0.4047954808847956, 0.043954861030429566, -0.13172325338976223, 0.09864473728282062]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 358614303
+    - 
+      positions: [0.40568814248324014, 0.11822049155446795, -0.5667044843820194, 2.720935596796811, -2.8894529109337452, 2.125189309835725]
+      velocities: [0.07055163594633507, 0.24849584232644745, -0.2285745370719376, 0.017734768488412087, -0.044147408743665795, 0.051524189857056445]
+      accelerations: [0.018125685151568083, 1.4347549342122742e-13, 0.043907573828552704, 0.009378606371800635, -0.04611321708729978, -0.002328321835565467]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 363643192
+    - 
+      positions: [0.4060432887335666, 0.11947057430519563, -0.5678537955609703, 2.721024931943875, -2.8896755822037314, 2.1254484778789773]
+      velocities: [0.07061462355872199, 0.24849584232644764, -0.22833862017436285, 0.01784221293174508, -0.04441328644147554, 0.05142969771459478]
+      accelerations: [0.006919084737156872, -6.620718775563117e-14, 0.049891893758286704, 0.03333883984097784, -0.05959790156541765, -0.03523848969171679]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 368673790
+    - 
+      positions: [0.4063986210633417, 0.12072069567151396, -0.5690018795740263, 2.7211151135929463, -2.88989976866127, 2.1257067621091226]
+      velocities: [0.07070588081439297, 0.24849584232644745, -0.22811781065990383, 0.017889321715779, -0.04464522079682162, 0.051418214989693435]
+      accelerations: [0.029351205743404506, -1.1030763649235562e-14, 0.03788039457569503, -0.014605241287137772, -0.03259899229620135, 0.03066293421729316]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 373704544
+    - 
+      positions: [0.40675492870775887, 0.1219716323864606, -0.5701497527519455, 2.7212049840617007, -2.8901249271750507, 2.12596599158797]
+      velocities: [0.07082552444943757, 0.24849584232644764, -0.22791199985532407, 0.017876132151521316, -0.04484336767294721, 0.05148978217425012]
+      accelerations: [0.018189129309470226, 8.820220532410382e-14, 0.04389214624653289, 0.009358718374627957, -0.04612659842328921, -0.002219230901719365]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 378738578
+    - 
+      positions: [0.4071118198901835, 0.12322299868909214, -0.5712969072580839, 2.7212951226793267, -2.8903513325308308, 2.1262252538219126]
+      velocities: [0.07091712487597843, 0.24849584232644778, -0.22769103239677624, 0.01792322733278538, -0.04507559784878934, 0.05147867801656103]
+      accelerations: [0.0181908154633137, -3.8575197922292554e-14, 0.043867100087095885, 0.009345564770784381, -0.04610573811279647, -0.0021908914991307688]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 383774342
+    - 
+      positions: [0.40746929553557715, 0.1244747960041968, -0.5724433438858253, 2.721385529459546, -2.8905789856637996, 2.126484549767116]
+      velocities: [0.070980591097704, 0.24849584232644778, -0.22745509112492784, 0.018030318999876355, -0.045341595168845006, 0.05138529606352617]
+      accelerations: [0.007009707674448569, 4.407755967481585e-14, 0.0498135487266889, 0.033173248883351714, -0.05950804914860815, -0.03488359494230416]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 388811840
+    - 
+      positions: [0.40782696190322926, 0.12572663825271413, -0.573588557509124, 2.7214767813474343, -2.89080815714896, 2.1267429697525317]
+      velocities: [0.07107230331997731, 0.24849584232644772, -0.2272341848531883, 0.018077324164952696, -0.04557380878524932, 0.051374494464549274]
+      accelerations: [0.02939128015437075, -6.058567371822366e-14, 0.03787652446190124, -0.014506455029167758, -0.03267301470062792, 0.030584607797735176]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 393849519
+    - 
+      positions: [0.4081856096628234, 0.12697930216561468, -0.574733560624685, 2.7215677246194176, -2.891038309053185, 2.127002336302462]
+      velocities: [0.07119237867878503, 0.24849584232644756, -0.2270282050189028, 0.01806428028089908, -0.04577239454683531, 0.05144631392602096]
+      accelerations: [0.018254820701474505, -5.50502433979924e-15, 0.04385031988652312, 0.009324942319165178, -0.04611814622294185, -0.0020799999342408925]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 398890504
+    - 
+      positions: [0.40854484634838384, 0.1282324019755, -0.5758778472882768, 2.721658936622264, -2.891269713589359, 2.1272617402221474]
+      velocities: [0.07128443761924422, 0.2484958423264474, -0.226807143383367, 0.01811126976016916, -0.04600490306634522, 0.051435897823935345]
+      accelerations: [0.01825664807758209, -6.053417276398701e-14, 0.04382487431311282, 0.00931154346483411, -0.046096992490142874, -0.002051132256562327]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 403933244
+    - 
+      positions: [0.4089046728974468, 0.1294859390979891, -0.5770214182744452, 2.721750417365972, -2.891502371706521, 2.1275211824838154]
+      velocities: [0.07170522176662594, 0.24973832153807962, -0.22770341203715874, 0.018309509162929456, -0.04650312393966187, 0.05159992700886421]
+      accelerations: [0.14931158639524156, 0.49504826387751844, -0.40113989646643083, 0.06962963828873603, -0.15219174948322203, 0.06741604358687381]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 408977743
+    - 
+      positions: [0.409264694871775, 0.13073952741478156, -0.5781637703274584, 2.721842741801212, -2.8917365514111686, 2.1277797567444323]
+      velocities: [0.07215496941890906, 0.25098080074971196, -0.22861368712183688, 0.018447549013344666, -0.04696854565847931, 0.05184687257482203]
+      accelerations: [0.03002289169887737, 0.0, 0.038632384326055605, -0.014697605382710845, -0.03340347759578744, 0.031119887166272682]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 413972501
+    - 
+      positions: [0.4096257043771236, 0.1319939437093325, -0.5793059121476644, 2.7219347601820516, -2.8919717199508543, 2.1280392789257867]
+      velocities: [0.07227668650022802, 0.2509808007497119, -0.22840548114890824, 0.018434518700783678, -0.04716955738694348, 0.05191967395127439]
+      accelerations: [0.01868948429017375, -2.220917912658098e-14, 0.044687258138444014, 0.00947693304837627, -0.0470352087601616, -0.001977395841544509]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 418970558
+    - 
+      positions: [0.40998730825769, 0.13324880218034635, -0.5804473396644872, 2.722027047863377, -2.8922081469741916, 2.128298843165018]
+      velocities: [0.07237013559286894, 0.25098080074971196, -0.2281821188240899, 0.018481866871665323, -0.04740467026137809, 0.05190986231437747]
+      accelerations: [0.018691498263348646, 4.4402684366117485e-14, 0.044660893302543456, 0.00946301966722872, -0.04701333096676479, -0.001947405516553682]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 423970376
+    - 
+      positions: [0.4103495074637757, 0.13450410423416614, -0.5815880536337869, 2.7221196048514584, -2.8924458334438805, 2.1285584504507877]
+      velocities: [0.07243518616082542, 0.2509808007497121, -0.22794376437338096, 0.018589385876043252, -0.04767361609176971, 0.051817725901704935]
+      accelerations: [0.007323614706864172, -1.1098458509756308e-14, 0.050657398518918234, 0.0335318573707713, -0.060537824517695765, -0.03489502718752643]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 428971962
+    - 
+      positions: [0.4107119062895556, 0.13575946312921813, -0.5827275519310852, 2.7222130049159072, -2.8926850451849755, 2.128817196503328]
+      velocities: [0.07252875375862272, 0.25098080074971196, -0.22772046881119085, 0.018636638394866574, -0.047908710229457356, 0.05180823312421307]
+      accelerations: [0.030080026188699132, -1.1094518182598818e-14, 0.03861676734676296, -0.014632074314573312, -0.03345600112209713, 0.031088164907760462]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 433973775
+    - 
+      positions: [0.4110752994163061, 0.13701565686894598, -0.5838668409397245, 2.722306100661354, -2.8929252538494303, 2.1290768931720927]
+      velocities: [0.07265095766562069, 0.25098080074971185, -0.22751212254058478, 0.018623662587041984, -0.04811011029175774, 0.051881425587215535]
+      accelerations: [0.01875799713119651, -4.4355409461788666e-14, 0.044641041344577005, 0.009440532982561249, -0.04702403671062309, -0.0018305813690193016]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 438978914
+    - 
+      positions: [0.411439292430208, 0.13827229903457697, -0.5850054177224555, 2.7223994662647213, -2.893166726911113, 2.129336636662068]
+      velocities: [0.0727448829640169, 0.25098080074971196, -0.22728867520221407, 0.018670895188561357, -0.04834550060841421, 0.05187233643672923]
+      accelerations: [0.018760145193504166, 9.976400924134085e-14, 0.044614246865474626, 0.009426372443723635, -0.047001832953930865, -0.001800054500594981]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 443985839
+    - 
+      positions: [0.4118038862939093, 0.1395293910228271, -0.5861432830169264, 2.7224931017283516, -2.893409465345456, 2.129596427978443]
+      velocities: [0.07281044070325411, 0.25098080074971213, -0.22705031321574215, 0.018778040988058277, -0.048614565752512426, 0.051781376821705874]
+      accelerations: [0.007420479434991236, -4.4330516183297884e-14, 0.050571314164461756, 0.03335820276876299, -0.0604437952922113, -0.034519922269241714]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 448994557
+    - 
+      positions: [0.4121686845977565, 0.14078654599329993, -0.5872799365294628, 2.722587578811839, -2.8936537324241316, 2.129855366235639]
+      velocities: [0.07290448740352903, 0.2509808007497122, -0.226826935181482, 0.018825175621783076, -0.048849936299802624, 0.0517726132723888]
+      accelerations: [0.03012095249173457, 6.647187057647404e-14, 0.03860826448589904, -0.014532410173604815, -0.03352614692657581, 0.03100954020446312]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 454003525
+    - 
+      positions: [0.41253448347281624, 0.1420445421204086, -0.5884163809268731, 2.7226817541286974, -2.8938990049484303, 2.1301152565504147]
+      velocities: [0.07302714274346135, 0.2509808007497122, -0.22661843159919692, 0.01881233738224218, -0.049051769867161206, 0.05184608761152376]
+      accelerations: [0.01882725800283667, -7.75105823699396e-14, 0.0445930193998252, 0.00940317908208389, -0.047011552773910115, -0.0016813727325422014]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 459015846
+    - 
+      positions: [0.4129008878092203, 0.14330299289187823, -0.5895521151058161, 2.7227761998483295, -2.894145547843313, 2.1303751985258685]
+      velocities: [0.07312155091099046, 0.250980800749712, -0.2263949044804762, 0.018859450076026473, -0.04928743562251311, 0.051837734909302144]
+      accelerations: [0.01882956772032176, 2.2137869212941193e-14, 0.04456581645501277, 0.009388783638630705, -0.046989051127865125, -0.0016502964902415603]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 464029977
+    - 
+      positions: [0.41326789858276114, 0.1445618996948973, -0.5906871397855419, 2.72287091596934, -2.894393362097476, 2.1306351931843777]
+      velocities: [0.07318762405049242, 0.25098080074971185, -0.2261565407634869, 0.01896621720828169, -0.04955661947169711, 0.051747970854508385]
+      accelerations: [0.007518858260036418, -7.746638351609585e-14, 0.050483198484509585, 0.03318306955093009, -0.06034898689514901, -0.03414052292246614]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 469045926
+    - 
+      positions: [0.41363511867888647, 0.1458208755625118, -0.5918209564848909, 2.722966472232677, -2.8946427084367277, 2.1308943430690053]
+      velocities: [0.07328215663798893, 0.25098080074971196, -0.22593308547515684, 0.019013229672342397, -0.04979226447019388, 0.05173995059356608]
+      accelerations: [0.03016193394953921, 1.1062599340942761e-13, 0.03859822496123263, -0.014433136343621856, -0.03359450541279293, 0.030931447401492933]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 474062150
+    - 
+      positions: [0.41400334568116853, 0.14708069889518943, -0.5929545641910935, 2.7230617292780157, -2.894893068796092, 2.1311544464960135]
+      velocities: [0.07340526874937339, 0.250980800749712, -0.2257244292074002, 0.019000525890855175, -0.049994528238568973, 0.05181371616684903]
+      accelerations: [0.018897308998286278, -8.845485014419774e-14, 0.044543215170520525, 0.009364898643517668, -0.046997787584777524, -0.0015297499738576971]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 479081750
+    - 
+      positions: [0.41437218378265017, 0.14834098305940494, -0.5940874636163144, 2.7231572572585945, -2.895144705559251, 2.1314146065010857]
+      velocities: [0.07350016663462858, 0.2509808007497118, -0.2255008275552361, 0.019047514422076098, -0.050230467459218206, 0.051806114048758414]
+      accelerations: [0.018899786471014486, 0.0, 0.044515603710669795, 0.009350273682838564, -0.046974988805669395, -0.0014981208317214382]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 484103187
+    - 
+      positions: [0.4147416339724639, 0.14960172943268157, -0.5952196554615394, 2.7232530561692787, -2.8953976197279654, 2.1316748241241696]
+      velocities: [0.07356675316501615, 0.25098080074971213, -0.225262462570953, 0.019153919223053095, -0.050499781511607694, 0.05171753489514657]
+      accelerations: [0.0076146375416877, 1.3260544122118593e-13, 0.05039521346812871, 0.0330151450462764, -0.06025824539304449, -0.033768619216238686]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 489126465
+    - 
+      positions: [0.41511129828434484, 0.1508625507522396, -0.5963506428588858, 2.72334969393094, -2.895652069582785, 2.131934205045669]
+      velocities: [0.07366177852773581, 0.25098080074971224, -0.22503893533971908, 0.019200805290664154, -0.05073569892484839, 0.05171027212548021]
+      accelerations: [0.03020711465017845, -8.837107467474141e-14, 0.038584485589853904, -0.014342898487268147, -0.03365622852269701, 0.030865689890385517]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 494150042
+    - 
+      positions: [0.41548197604826387, 0.15212422598266034, -0.5974814215150541, 2.7234460348122034, -2.8959075419902587, 2.13219454136497]
+      velocities: [0.07378536323764089, 0.25098080074971196, -0.2248301365009161, 0.019188211188347338, -0.05093837738504721, 0.051784368013084024]
+      accelerations: [0.018968176704703302, -1.1040602955554074e-14, 0.04449163601339636, 0.009325714280501005, -0.046982751748818836, -0.0013756999152303184]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 499177021
+    - 
+      positions: [0.4158532706138665, 0.15338636820000873, -0.5986114937580697, 2.7235426471488444, -2.896164296894111, 2.132454939259233]
+      velocities: [0.0738807578381277, 0.2509808007497119, -0.22460646561532435, 0.019235071375491276, -0.051174588077401356, 0.051777530774088996]
+      accelerations: [0.018970822709170686, -2.207302551876868e-14, 0.044463610499748216, 0.009310863565134816, -0.046959649573037845, -0.0013435166551806603]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 504205860
+    - 
+      positions: [0.416225182983668, 0.15464897877193481, -0.5997408602708697, 2.7236395309319423, -2.8964223353087686, 2.132715399786294]
+      velocities: [0.07394786613324919, 0.25098080074971196, -0.22436810526218592, 0.019341108712524493, -0.05144403170096702, 0.05169015564114483]
+      accelerations: [0.007711924249381982, 5.517056448443617e-14, 0.0503052185798608, 0.03284586050816256, -0.0601667463031198, -0.0333923938254177]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 509236566
+    - 
+      positions: [0.41659731433590425, 0.15591167010995924, -0.600869025779794, 2.7237372522552885, -2.8966819130756893, 2.132975031798552]
+      velocities: [0.07404339132483459, 0.2509808007497123, -0.2241445114399342, 0.019387864236574567, -0.051680219494204024, 0.05168366472840537]
+      accelerations: [0.03025244141405649, 5.515001138176401e-14, 0.0385691956327436, -0.014253085860439952, -0.03371615696691514, 0.030800480028595402]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 514267594
+    - 
+      positions: [0.4169704657550973, 0.15717522180207974, -0.6019969827494728, 2.723834679030495, -2.8969425219800122, 2.133235621110334]
+      velocities: [0.07416745436566319, 0.25098080074971224, -0.22393557483052862, 0.01937537664874668, -0.051883309213651974, 0.05175810054300509]
+      accelerations: [0.01903987719756398, -6.614509931877957e-14, 0.0444382786255561, 0.009285645636358164, -0.046966442115607784, -0.0012192139758237838]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 519302049
+    - 
+      positions: [0.417344239743752, 0.15843924660406916, -0.603124235104624, 2.7239323777688584, -2.89720441953179, 2.1334962770749604]
+      velocities: [0.07426335280304243, 0.25098080074971196, -0.22371184009167383, 0.019422104377639013, -0.05211978932919943, 0.05175204262700435]
+      accelerations: [0.019042698032612944, -5.510025925322541e-14, 0.04440983909462635, 0.00927057483055858, -0.04694303735613957, -0.0011864731217056282]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 524338390
+    - 
+      positions: [0.4177186373179633, 0.15970374587354205, -0.6042507835102594, 2.7240303484576747, -2.897467606757901, 2.1337570007685427]
+      velocities: [0.07433100180376562, 0.25098080074971185, -0.22347349570914515, 0.01952774753392352, -0.05238934969161822, 0.051665920354407]
+      accelerations: [0.007814873568380612, 1.101760680601884e-14, 0.050211083631461526, 0.03266665118162888, -0.060069665572384544, -0.03300012262362373]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 529376621
+    - 
+      positions: [0.41809325894409155, 0.1609683318095692, -0.605376134449787, 2.724129155149317, -2.8977323369738817, 2.134016904577947]
+      velocities: [0.07442703404809112, 0.2509808007497119, -0.22324984068789, 0.01957436845053024, -0.05262580583322012, 0.05166021582968421]
+      accelerations: [0.030293814299476935, 2.2026910751390984e-14, 0.03855449458559167, -0.014155090510650087, -0.03377913172723116, 0.03072412394736868]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 534415197
+    - 
+      positions: [0.4184689071748801, 0.16223378439665717, -0.6065012768202094, 2.724227669827204, -2.897998107056916, 2.134277767308754]
+      velocities: [0.07455157088089989, 0.25098080074971185, -0.22304076578746818, 0.0195620059485941, -0.05282931552789276, 0.05173497177850618]
+      accelerations: [0.019112426937241432, -3.302279969153427e-14, 0.044383140039404516, 0.009244712889604626, -0.046948855811200056, -0.0010602837004867996]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 539457227
+    - 
+      positions: [0.41884518380887154, 0.1634997161834019, -0.6076257163059587, 2.724326456963645, -2.898265171996068, 2.1345387018527524]
+      velocities: [0.07464798040436943, 0.25098080074971196, -0.2228169726558063, 0.019608597175295877, -0.053066062963337345, 0.05172970778050018]
+      accelerations: [0.01911543471211763, 6.602056840452934e-14, 0.04435429192877006, 0.009229429603400414, -0.046925156323046724, -0.0010269789663860135]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 544501166
+    - 
+      positions: [0.41922208987610193, 0.1647661285172698, -0.6087494535541582, 2.7244255165422095, -2.8985335328306343, 2.134799709304806]
+      velocities: [0.07471621030816503, 0.2509808007497121, -0.22257866643159122, 0.019713775930942475, -0.05333570271762726, 0.051644946476754175]
+      accelerations: [0.007931850921764804, -2.2001873492158383e-14, 0.0501085456505311, 0.03246031424373896, -0.059957324179824016, -0.03256844012016794]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 549547019
+    - 
+      positions: [0.41959922557573887, 0.16603263378999117, -0.6098719973347143, 2.724525409941762, -2.8988034400792397, 2.1350599066070393]
+      velocities: [0.07481275703438435, 0.25098080074971196, -0.22235495561572877, 0.019760258272687438, -0.05357242522124382, 0.05164004304784675]
+      accelerations: [0.030322936027766596, -3.29902356625963e-14, 0.03854466018162183, -0.014031665742633233, -0.0338548583886063, 0.03061329495775832]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 554593243
+    - 
+      positions: [0.41997739404097517, 0.16730001157207117, -0.6109943319178412, 2.7246250144820743, -2.899074396253742, 2.1353210635161792]
+      velocities: [0.07493774218340107, 0.2509808007497119, -0.22214573116259645, 0.019748083094699578, -0.053776388094080974, 0.05171504039212879]
+      accelerations: [0.019185837092454274, 2.1981711683849025e-14, 0.0443262119230859, 0.009202934960885633, -0.04692998301253219, -0.0008989028732185297]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 559642943
+    - 
+      positions: [0.42035619680962494, 0.16856787460962144, -0.6121159652778755, 2.7247248919638896, -2.899346653549476, 2.1355822974827467]
+      velocities: [0.0750346701582248, 0.2509808007497121, -0.2219218851931262, 0.019794533844011277, -0.05401340067330551, 0.05171058505392355]
+      accelerations: [0.019189055478504722, 4.394657707653533e-14, 0.04429697171053253, 0.009187450623660038, -0.04690601091688592, -0.0008650229423362193]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 564694576
+    - 
+      positions: [0.42073563492636346, 0.16983622423997397, -0.6132368980439235, 2.724825042367213, -2.8996202130185127, 2.135843609620994]
+      velocities: [0.07510340579504034, 0.2509808007497121, -0.2216835800195825, 0.01989941745384599, -0.054283216543374105, 0.051626967621373365]
+      accelerations: [0.008017107021174984, -3.2952337425818247e-14, 0.05002116431484112, 0.03232176348204999, -0.05988290673472198, -0.03222630362553688]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 569748149
+    - 
+      positions: [0.4211153071282596, 0.17110467186436978, -0.6143566397962067, 2.724926026056301, -2.899895323125487, 2.1361041188386505]
+      velocities: [0.07520047424202334, 0.25098080074971213, -0.22145981917416663, 0.019945757223659585, -0.054520202939063706, 0.05162288005653883]
+      accelerations: [0.030385474787015105, 4.3919526291302276e-14, 0.03851608648976286, -0.013977674941090265, -0.033890063538622194, 0.030596882935344218]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 574802112
+    - 
+      positions: [0.4214960195167316, 0.17237399900451073, -0.6154761731324873, 2.7250267223686877, -2.9001714905270326, 2.1363655910232153]
+      velocities: [0.07532599771325078, 0.25098080074971224, -0.221250493477401, 0.019933592233446998, -0.0547245177985133, 0.05169836555577083]
+      accelerations: [0.019260193263673554, 0.0, 0.044267557371700045, 0.00916035503536178, -0.04690990626642093, -0.0007350319922743657]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 579859579
+    - 
+      positions: [0.4218773721779484, 0.1736438174219316, -0.6165950068383818, 2.7251276920936904, -2.900448965372745, 2.1366271455957917]
+      velocities: [0.07542345181113459, 0.25098080074971213, -0.22102660013921066, 0.01997989866180724, -0.05496179350627023, 0.05169473385238486]
+      accelerations: [0.019263583652743558, -4.3878813338371596e-14, 0.04423788168163881, 0.009144661186143509, -0.04688560614764523, -0.000700593462160072]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 584919003
+    - 
+      positions: [0.4222593661701224, 0.17491412844312995, -0.6177131415257544, 2.7252289352073498, -2.9007277487256884, 2.136888783689804]
+      velocities: [0.075492807548144, 0.25098080074971196, -0.2207883560770536, 0.020084264707520522, -0.05523166270926227, 0.05161257586178826]
+      accelerations: [0.008145637825812093, -1.0967125583821295e-14, 0.04991044783661676, 0.03209588772133276, -0.059759461504294245, -0.03176285036976632]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 589980390
+    - 
+      positions: [0.4226416002651873, 0.1761845439012768, -0.618830089393496, 2.725331008966899, -2.90100808608365, 2.137149629504411]
+      velocities: [0.07559040565902844, 0.25098080074971185, -0.220564550551045, 0.02013045817040713, -0.05546891122447778, 0.05160931925844066]
+      accelerations: [0.030406690178806466, -5.4814280148639294e-14, 0.038507356769662084, -0.013837967282581133, -0.033971869279106705, 0.030464196588195144]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 595042194
+    - 
+      positions: [0.42302488054281223, 0.17745584442458215, -0.6199468277484287, 2.7254327989135967, -2.9012894900773607, 2.1374114384085043]
+      velocities: [0.07571636851689592, 0.2509808007497117, -0.2203550746498889, 0.020118518166551295, -0.05567369672532533, 0.051685007379855895]
+      accelerations: [0.01933541663317763, 0.0, 0.044207081221567635, 0.009116963976200775, -0.046888503056926545, -0.0005687055213725731]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 600107524
+    - 
+      positions: [0.42340880712953094, 0.1787276422110546, -0.6210628679986078, 2.725534862731314, -2.901572207891698, 2.137673335117747]
+      velocities: [0.07581435630249769, 0.2509808007497119, -0.2201311397275449, 0.020164676431599655, -0.05591123318769914, 0.0516822143342304]
+      accelerations: [0.01933904300456737, 8.762086528545928e-14, 0.044177025001290324, 0.009101085191307862, -0.04686394690202146, -0.0005336788574120048]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 605174835
+    - 
+      positions: [0.4237933810989566, 0.17999993857679938, -0.6221782107379333, 2.725637200392661, -2.9018562406024313, 2.1379353207859384]
+      velocities: [0.07588425666960234, 0.25098080074971196, -0.21989291974248198, 0.02026869478930797, -0.05618125253202175, 0.05160129896732883]
+      accelerations: [0.008242321132444037, -6.569994174404586e-14, 0.049814886158124086, 0.031937890186752665, -0.05967392998417183, -0.031388772857417896]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 610244132
+    - 
+      positions: [0.4241782000488322, 0.18127234459283206, -0.6232923693034399, 2.7257403677126852, -2.9021418314775977, 2.138196522306841]
+      velocities: [0.07598239198490767, 0.25098080074971185, -0.2196690754348623, 0.020314738115859085, -0.0564187606228338, 0.051598888422484925]
+      accelerations: [0.03046154298390448, 2.1891365624494114e-14, 0.0384799027553852, -0.013767690217310415, -0.03401318384625288, 0.03042580327974089]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 615313867
+    - 
+      positions: [0.42456407245312616, 0.18254564238085458, -0.6244063186740072, 2.725843253105906, -2.9024284976436996, 2.138458689724726]
+      velocities: [0.07610888514325684, 0.2509808007497119, -0.2194594978306721, 0.02030284567764385, -0.056623915344815194, 0.051675026305829874]
+      accelerations: [0.019411634538539873, 0.0, 0.0441448856690681, 0.009072819157934469, -0.04686590664931584, -0.00039986491204893507]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 620387154
+    - 
+      positions: [0.42495059727373846, 0.18381944338235714, -0.6255195713971603, 2.7259464128168465, -2.9027164840631223, 2.1387209504545264]
+      velocities: [0.07620741459843883, 0.25098080074971185, -0.21923552692478074, 0.020348852108227913, -0.05686171047689849, 0.05167308722680006]
+      accelerations: [0.01941545809939393, -2.1870723329999372e-14, 0.04411440550967771, 0.009056747141997128, -0.04684103884860442, -0.00036426695242691297]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 625462447
+    - 
+      positions: [0.4253377755985629, 0.18509374890231545, -0.6266321280496002, 2.7260498468142846, -2.9030057918225243, 2.1389833056701963]
+      velocities: [0.0763665640262415, 0.25098080074971185, -0.2192398496463434, 0.02039897079251479, -0.05704954015189514, 0.051819627801934096]
+      accelerations: [0.0432905662923076, 2.187227515811749e-14, -0.04582075657392038, 0.010690167784482299, -0.0271635124380107, 0.05810360661360404]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 630539750
+    - 
+      positions: [0.4257258607913375, 0.18636736911680252, -0.6277452666438322, 2.726153500545828, -2.903295643679364, 2.1392470164395454]
+      velocities: [0.0763697594824084, 0.25098080074971185, -0.21877050905693718, 0.02051293858798682, -0.057377789505584115, 0.051572886647092]
+      accelerations: [-0.04200329362628472, -2.1857594152689562e-14, 0.23059352054639487, 0.03419198795505818, -0.10210336647399071, -0.15521928458506917]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 635614322
+    - 
+      positions: [0.42611359157760775, 0.18764338599214953, -0.6288545450584926, 2.726258232304357, -2.903588677689871, 2.1395072150666667]
+      velocities: [0.07640795833745187, 0.2509808007497121, -0.21831825738453495, 0.02055461377932654, -0.05766565542713048, 0.051423152849614955]
+      accelerations: [0.05699479274486943, 9.827407440306867e-14, -0.052473347492587016, -0.017766937467997998, -0.011234518065481768, 0.0961781061705866]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 640698443
+    - 
+      positions: [0.42650273787618065, 0.18891921403502074, -0.6299650153609063, 2.7263624894210325, -2.9038819586641176, 2.139769860675924]
+      velocities: [0.0766025110833031, 0.250980800749712, -0.21833972858867368, 0.020532382806518777, -0.05781320720255954, 0.05166727335534031]
+      accelerations: [0.019541885703984355, -1.0917966273842612e-13, 0.044020799877609665, 0.009019897729610258, -0.04680803903711484, -0.00013845940988069705]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 645781812
+    - 
+      positions: [0.42689254509737057, 0.19019555236400185, -0.6310747916039376, 2.726467021456664, -2.904176567215891, 2.1400326077541125]
+      velocities: [0.07670181446884343, 0.2509808007497119, -0.21811583237458407, 0.02057820278463918, -0.058051251646741076, 0.051666542594904816]
+      accelerations: [0.019512397308615054, 6.548157142481554e-14, 0.04403364545304558, 0.009000298687219185, -0.046810658699567784, -0.00014893373528173623]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 650867215
+    - 
+      positions: [0.42728301357494636, 0.19147240258259055, -0.6321838734818225, 2.7265718283156386, -2.9044725052372975, 2.1402954563559837]
+      velocities: [0.07677311134123499, 0.2509808007497122, -0.21787776227661612, 0.020680935251510223, -0.05832113483297445, 0.05158899514530166]
+      accelerations: [0.008519665310311486, 4.3643459704400054e-14, 0.04956399693864704, 0.031386634049255145, -0.059293573238712496, -0.03033541989011858]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 655954657
+    - 
+      positions: [0.4276737414338403, 0.19274937981598175, -0.6332917826757704, 2.7266774580723787, -2.9047700075662295, 2.140557545844305]
+      velocities: [0.0768724853193504, 0.2509808007497121, -0.2176538507538233, 0.020726627723523697, -0.05855922002252044, 0.051588544577939814]
+      accelerations: [0.030532485859498557, -7.634532365798902e-14, 0.03844134428558522, -0.013419277825637692, -0.03428518499514935, 0.030146164900430986]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 661042604
+    - 
+      positions: [0.42806553620561544, 0.19402725801140006, -0.6343994773543062, 2.726782814599984, -2.9050686082832065, 2.1408206014742786]
+      velocities: [0.07700005963328879, 0.25098080074971196, -0.21744399034368456, 0.02071531950225916, -0.05876566364757804, 0.05166523520053748]
+      accelerations: [0.019586612812612533, 2.1800854583880725e-14, 0.043998299264419304, 0.008970767367024466, -0.04681028245900448, -1.0796021008647624e-05]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 666134142
+    - 
+      positions: [0.4284579973900489, 0.19530565266903968, -0.6355064784216418, 2.726888446405052, -2.905368543915559, 2.141083763139737]
+      velocities: [0.07709983715795327, 0.25098080074971196, -0.21721996026004797, 0.02076097110530603, -0.05900403184239418, 0.05166527420698664]
+      accelerations: [0.01959101678642379, -2.179203804937646e-14, 0.04396708667467954, 0.00895433122732325, -0.04678495954988715, 2.6104434565739374e-05]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 671227738
+    - 
+      positions: [0.428851126111716, 0.1965845650709769, -0.6366127864130405, 2.726994353449259, -2.905669815580442, 2.141347032062213]
+      velocities: [0.07755766486729435, 0.2522357047534606, -0.21806620421564013, 0.020968290448653438, -0.059571516030650515, 0.051846445828986454]
+      accelerations: [0.16089474626799938, 0.4949643387600274, -0.377953668151558, 0.07277512715756805, -0.17682355553906814, 0.07143221997958824]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 676323396
+    - 
+      positions: [0.42924451791562634, 0.19786360535352324, -0.6377179204092287, 2.7271010843605534, -2.9059726582512617, 2.141609548033908]
+      velocities: [0.07804435027463859, 0.25349060875720913, -0.21892557409944163, 0.021118195372649563, -0.06010785190980499, 0.052105223086216346]
+      accelerations: [0.03120832708016892, -2.1995463350035434e-14, 0.039176559902624114, -0.013711686351129404, -0.03487963833149278, 0.030776420264854266]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 681369107
+    - 
+      positions: [0.42963898553885355, 0.19914355740398496, -0.6388228437331841, 2.727207541893434, -2.9062766057617653, 2.141873035521907]
+      velocities: [0.07817377090697311, 0.2534906087572091, -0.21871354026923268, 0.021106578831630324, -0.06031639116082404, 0.05218332335110239]
+      accelerations: [0.020061420214081235, -1.0991571998637511e-14, 0.04481356023871443, 0.009103704015029428, -0.04772417596819676, 0.0001695464733457941]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 686418414
+    - 
+      positions: [0.43003412591588397, 0.2004240317457025, -0.6399270746831263, 2.7273142751125135, -2.906581894796586, 2.1421366348526996]
+      velocities: [0.07827512035779077, 0.2534906087572091, -0.21848725235119565, 0.021152522141411424, -0.06055739714191852, 0.05218427646339527]
+      accelerations: [0.02006609531141502, 1.0987084133847444e-14, 0.044781131771172905, 0.009086737636437402, -0.04769787066878998, 0.00020781361102442753]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 691469782
+    - 
+      positions: [0.4304299401845176, 0.20170502964666587, -0.6410306137795491, 2.7274212839748935, -2.9068885264783333, 2.1424003472696502]
+      velocities: [0.07834834404246173, 0.253490608757209, -0.21824691537562396, 0.02125567103197743, -0.060830543612007015, 0.05210861514850362]
+      accelerations: [0.008917316950173075, -2.196853259845937e-14, 0.050343687416991814, 0.031736756039419084, -0.060412050772843326, -0.030150718183619685]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 696523215
+    - 
+      positions: [0.43082602347582577, 0.20298616109236844, -0.6421329820832321, 2.7275291145872798, -2.907196733121808, 2.142663317093775]
+      velocities: [0.07844985874270785, 0.2534906087572091, -0.21802073127934413, 0.02130149042379649, -0.06107151593368404, 0.052109987332809846]
+      accelerations: [0.031244296035898036, 4.391904515467099e-14, 0.03915258191418548, -0.013598156926105791, -0.034938386383715714, 0.030681171461635428]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 701577176
+    - 
+      positions: [0.4312231894051505, 0.20426821023838754, -0.6432351389054312, 2.7276366747365124, -2.907506053913244, 2.142927259804977]
+      velocities: [0.07857979002129842, 0.25349060875720897, -0.21780859037557698, 0.0212900203295644, -0.061280473518000006, 0.05218843794758819]
+      accelerations: [0.02014354333798416, -8.778857261629384e-14, 0.04474248983321895, 0.009055622102500691, -0.04769573789327065, 0.00035271928070366965]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 706634756
+    - 
+      positions: [0.4316210345001456, 0.20555078746212233, -0.6443366045267358, 2.7277445109678906, -2.9078167228832106, 2.14319132026235]
+      velocities: [0.07875361226194393, 0.25349060875720897, -0.217826715744312, 0.021330465608024964, -0.06145048285664491, 0.0523736006280434]
+      accelerations: [0.04858205848655175, 7.681886577389302e-14, -0.051911230322237496, 0.006935357463032633, -0.019520915464478653, 0.07285771210037091]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 711694420
+    - 
+      positions: [0.432019918521618, 0.20683270758253997, -0.645438833750291, 2.727852469361581, -2.908127732043305, 2.143457109172131]
+      velocities: [0.07875577484590403, 0.25349060875720936, -0.21734273297704687, 0.021438708623380983, -0.06179502453733173, 0.052116513452525035]
+      accelerations: [-0.04769261527943986, 8.772972766074887e-14, 0.24309520682772834, 0.035836408703767905, -0.11662142037338795, -0.1743802445461634]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 716751491
+    - 
+      positions: [0.43241835915626553, 0.20811713406205065, -0.6465369828540721, 2.727961558000065, -2.9084423405015225, 2.1437189450589993]
+      velocities: [0.07878589706317718, 0.2534906087572093, -0.21687199711655644, 0.02148967914234027, -0.06210757159264202, 0.05193541869816179]
+      accelerations: [0.059541699565769324, -9.86095082936622e-14, -0.057057657924084834, -0.015684230762426657, -0.006859773534054333, 0.10273972954994481]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 721818450
+    - 
+      positions: [0.4328182483331478, 0.209401303691724, -0.6476363768213759, 2.728070222266544, -2.9087570621122274, 2.1439833655419527]
+      velocities: [0.07898806287372309, 0.25349060875720886, -0.21690348640176435, 0.021472775132266815, -0.06224563342518732, 0.052197171074603387]
+      accelerations: [0.02026178965823686, -9.859888835284394e-14, 0.044622344564818534, 0.0090103422701446, -0.04763549436353688, 0.0005878871966710226]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 726884396
+    - 
+      positions: [0.43321882396308664, 0.21068600683093258, -0.648735081640103, 2.7281791630614864, -2.9090731377443, 2.1442479109754813]
+      velocities: [0.07909067523403755, 0.25349060875720897, -0.21667730242491534, 0.02151838751651708, -0.06248706198880305, 0.05220012557250093]
+      accelerations: [0.02023202557727662, 1.4236139831485297e-13, 0.04463640009206653, 0.008989629802103835, -0.04763920786708907, 0.000578045282860328]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 731952446
+    - 
+      positions: [0.433620086415955, 0.2119712450368483, -0.6498330968507607, 2.7282883802733497, -2.909390569402828, 2.144512581446128]
+      velocities: [0.07919330813711034, 0.2534906087572091, -0.2164510357434025, 0.021563935147614767, -0.06272858099881391, 0.05220317542303931]
+      accelerations: [0.02025302524347645, -9.851681364093323e-14, 0.0446178177439539, 0.008977304461481476, -0.04763151256946817, 0.0006250032439844618]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 737022607
+    - 
+      positions: [0.4340220373280347, 0.21325701973696115, -0.6509304227158631, 2.7283978739954073, -2.9097093587739886, 2.144777378474323]
+      velocities: [0.07926092119075151, 0.25349060875720897, -0.2162073959555671, 0.021680027751499853, -0.06300954748362775, 0.05211194539297527]
+      accelerations: [0.00641091040854711, 6.566284166796644e-14, 0.05145766327987071, 0.03679915857812425, -0.06316228374262091, -0.03659614934764806]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 742094884
+    - 
+      positions: [0.43442416949664253, 0.21454284659918943, -0.6520264691147174, 2.7285083189857895, -2.9100297862160334, 2.1450412446419946]
+      velocities: [0.07936374740222862, 0.2534906087572091, -0.2159812197066352, 0.021725453525555584, -0.06325105209742624, 0.05211544434842927]
+      accelerations: [0.03411837387327641, -1.0939225602172066e-14, 0.03770607599175496, -0.018880223204811104, -0.032047679953262916, 0.03795986261544776]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 747167368
+    - 
+      positions: [0.43482750108914164, 0.21582969828481577, -0.6531224177383148, 2.728618365631798, -2.910351294619224, 2.1453062989935052]
+      velocities: [0.07950194422022594, 0.2534906087572091, -0.21577237127926863, 0.021700262632945413, -0.06345329282627099, 0.05221372907996142]
+      accelerations: [0.020336365239125163, 1.0932571695266334e-14, 0.0445796245605581, 0.008946363739133004, -0.047631889582355966, 0.0007763448997192643]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 752243894
+    - 
+      positions: [0.4352315266627537, 0.2171170909601055, -0.6542176775050476, 2.7287286892443747, -2.9106741664850344, 2.145571484793185]
+      velocities: [0.07960522983888282, 0.2534906087572091, -0.21554606108102647, 0.02174565072502263, -0.06369511816159837, 0.052217769330483846]
+      accelerations: [0.020337981621344217, -1.0927973537791862e-14, 0.044542370421508326, 0.008927677641269319, -0.04760003593551118, 0.0008147160925404134]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 757322554
+    - 
+      positions: [0.4356362472927777, 0.21840502580912974, -0.6553122489326298, 2.728839289733936, -2.9109984028388056, 2.1458368033005337]
+      velocities: [0.07970861744220015, 0.253490608757209, -0.21531979883800545, 0.02179097870836308, -0.0639369439199947, 0.052222030248649805]
+      accelerations: [0.020359381955771985, -2.1846736466186885e-14, 0.04452322265021979, 0.008915176200725395, -0.04759195771460052, 0.0008625363772184392]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 762403353
+    - 
+      positions: [0.43604166464011335, 0.21969350424548645, -0.6564061322630175, 2.7289501671903813, -2.9113240053815708, 2.146102256068591]
+      velocities: [0.07977710447737164, 0.2534906087572092, -0.215076310861616, 0.021906605243898203, -0.06421833426094586, 0.0521328299267686]
+      accelerations: [0.006592559675857244, 8.736667727339497e-14, 0.05129098755824582, 0.03658183265430818, -0.06313620051424335, -0.035959499509752385]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 767486296
+    - 
+      positions: [0.4364472693564165, 0.22098203680830347, -0.6574987362917224, 2.7290619945038572, -2.9116512529117755, 2.146366790868323]
+      velocities: [0.07988069067850595, 0.2534906087572091, -0.21485014376697703, 0.021951809397534716, -0.06446014317009868, 0.05213755056410613]
+      accelerations: [0.034150477303737874, -1.200783394065123e-13, 0.037681788533112374, -0.018787646558775448, -0.031993483315132396, 0.03780089777290681]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 772569453
+    - 
+      positions: [0.4368540839602945, 0.22227160636561422, -0.6585912448181407, 2.72917342578402, -2.9119795914679405, 2.1466325164595967]
+      velocities: [0.08001953433091054, 0.25349060875720886, -0.21464116067883823, 0.021926641544760723, -0.0646625699699993, 0.052236249008583466]
+      accelerations: [0.020443885882545875, 2.181901081493181e-14, 0.04448349541710733, 0.008883718338078812, -0.047591314797548745, 0.0010163792121655787]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 777656701
+    - 
+      positions: [0.4372616008809331, 0.22356172396970223, -0.6596830656726068, 2.729285134478745, -2.912309302015646, 2.146898381300824]
+      velocities: [0.08012358659416811, 0.2534906087572091, -0.21441486240233515, 0.021971806392913375, -0.06490469937030599, 0.052241521515124095]
+      accelerations: [0.020445820997544644, 7.633406949398845e-14, 0.04444557576356071, 0.008864841670579427, -0.04755895595273142, 0.0010555640156907854]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 782746111
+    - 
+      positions: [0.43766982121203585, 0.22485239078551816, -0.6607741993538815, 2.7293971204932084, -2.912640385586572, 2.147164386681278]
+      velocities: [0.08022774353399986, 0.25349060875720925, -0.21418861444791798, 0.022016910155595454, -0.06514682795934579, 0.05224701988553543]
+      accelerations: [0.02046759772394954, -2.180044369826617e-14, 0.044425879134752363, 0.008852169043680275, -0.04755049786557543, 0.0011042159976214275]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 787837688
+    - 
+      positions: [0.4380787466386759, 0.22614360821264434, -0.661864646083357, 2.7295093839138573, -2.912972843896263, 2.147430534186458]
+      velocities: [0.08029712548009865, 0.2534906087572092, -0.21394529479832058, 0.022131809241228602, -0.06542826324712703, 0.052160006194476416]
+      accelerations: [0.006778605341606987, -1.0897641122334673e-14, 0.05111896546220707, 0.03626262838905534, -0.06296038760556545, -0.035268044368311796]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 792931436
+    - 
+      positions: [0.4384878672182299, 0.22743488645783122, -0.6629538177339032, 2.729622593568851, -2.9133069515681034, 2.1476957790885254]
+      velocities: [0.08040148668474366, 0.2534906087572092, -0.21371914583700782, 0.022176787361005958, -0.06567037349460278, 0.05216597481202723]
+      accelerations: [0.034181992218540645, 3.267893914457832e-14, 0.03765753774756672, -0.018594961399023252, -0.032085362320762346, 0.0375954079961937]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 798025425
+    - 
+      positions: [0.43889820672354996, 0.22872720900632426, -0.66404289188628, 2.7297354116796533, -2.9136421630291887, 2.1479622152401516]
+      velocities: [0.08054098583231524, 0.2534906087572093, -0.21351003087724313, 0.022151894948096447, -0.06587335791043371, 0.05226498287901826]
+      accelerations: [0.020553253329593985, 1.0886240773444843e-14, 0.0443844436510996, 0.00882020125940979, -0.0475486611956819, 0.0012606121751360681]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 803123533
+    - 
+      positions: [0.43930925700051215, 0.23002008658545475, -0.6651312794512036, 2.7298485076348955, -2.913978755077505, 2.148228798606903]
+      velocities: [0.08064581946973773, 0.2534906087572091, -0.21328375489889312, 0.022196832078965167, -0.06611578694467335, 0.05227151433053619]
+      accelerations: [0.020555567454181023, -1.0881563497542233e-13, 0.044346042554427624, 0.008801174434274557, -0.047515984303493713, 0.0013005826798002406]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 808223831
+    - 
+      positions: [0.43972101916363, 0.23131352034322053, -0.6662189809061613, 2.729961881335536, -2.91431672875598, 2.148495530508191]
+      velocities: [0.08075076067397668, 0.2534906087572089, -0.21305753117454795, 0.022241707267489395, -0.06635821438723433, 0.05227827683271324]
+      accelerations: [0.02057773276960178, 4.350751836283641e-14, 0.0443257996970107, 0.00878834266294514, -0.047507149897934746, 0.001350072499884941]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 813326322
+    - 
+      positions: [0.44013349492253023, 0.2326075116646925, -0.6673059964520345, 2.730075532864647, -2.9146560857942263, 2.148762412562703]
+      velocities: [0.08082102784140782, 0.2534906087572092, -0.21281437706995374, 0.022355927825710317, -0.06663972241330295, 0.05219341355939518]
+      accelerations: [0.0069569477660088265, 7.611978230951688e-14, 0.05094934763803575, 0.035963829566313915, -0.0627953066651617, -0.03459801558098635]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 818431014
+    - 
+      positions: [0.44054617334352986, 0.2339015700102165, -0.6683917405665372, 2.730190127494243, -2.914997096849254, 2.1490284068199617]
+      velocities: [0.08092617905315226, 0.2534906087572093, -0.2125882563045673, 0.022400675635847543, -0.06688212989061397, 0.05220065696397368]
+      accelerations: [0.03422506006523031, -3.2608665066488535e-14, 0.037625405329216446, -0.018424284071217427, -0.03216271896967659, 0.037419703453682784]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 823535970
+    - 
+      positions: [0.44096008024748296, 0.23519668030862198, -0.669477385557617, 2.730304334545911, -2.9153392243167766, 2.1492955936749434]
+      velocities: [0.08106637350970552, 0.2534906087572091, -0.21237903227165394, 0.022376001220248243, -0.06708563607012803, 0.05230006452681718]
+      accelerations: [0.020664590483227833, -6.517670384117755e-14, 0.044282678490416866, 0.008755905887114479, -0.047504148279652096, 0.0015090466203721716]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 828645075
+    - 
+      positions: [0.44137470650157995, 0.23649235254859977, -0.6705623449429429, 2.7304188198552595, -2.9156827410376773, 2.1495629358771264]
+      velocities: [0.08117200380002826, 0.25349060875720886, -0.212152788595731, 0.022420706488288658, -0.06732836076361601, 0.052307881935733956]
+      accelerations: [0.020667282736519247, -3.257420699640745e-14, 0.04424378418884244, 0.008736736904204723, -0.04747113889060995, 0.0015498034813330912]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 833756398
+    - 
+      positions: [0.4417900532410754, 0.2377885878605038, -0.6716466191790454, 2.730533583318974, -2.9160276480651017, 2.1498304347765824]
+      velocities: [0.0812777445917936, 0.25349060875720897, -0.21192659916844944, 0.022465348996113188, -0.06757108302658246, 0.05231593564649632]
+      accelerations: [0.02068984920673902, 8.682678119810762e-14, 0.04422299783561689, 0.008723758454846499, -0.04746193178438008, 0.0016001375697537901]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 838869941
+    - 
+      positions: [0.442206122200535, 0.2390853876143717, -0.6727302084463425, 2.7306486250168382, -2.916373947142269, 2.1500980920259276]
+      velocities: [0.08134896031181651, 0.2534906087572091, -0.21168364325053157, 0.022578796382493202, -0.06785261138758983, 0.052233378832984054]
+      accelerations: [0.007156090433522562, -4.340270842012795e-14, 0.05076830307634102, 0.03562915115974015, -0.06260955521643534, -0.03387424388162773]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 843985712
+    - 
+      positions: [0.442622402120976, 0.24038226111835043, -0.6738125305622592, 2.730764605791089, -2.916721904614901, 2.1503648778950866]
+      velocities: [0.08145491715792133, 0.2534906087572089, -0.21145756068402405, 0.022623309930567916, -0.06809531221526449, 0.052241924300501064]
+      accelerations: [0.03425138654696567, -2.16918811485772e-14, 0.0375992817344212, -0.018219208696863453, -0.032257053154743955, 0.03719873691361599]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 849101773
+    - 
+      positions: [0.4430399195424202, 0.24168019355527517, -0.6748947510915791, 2.7308802038115183, -2.917070991537575, 2.1506328564379436]
+      velocities: [0.08159577463493026, 0.2534906087572089, -0.21124821511410036, 0.0225989401781373, -0.06829938454901843, 0.052341629796992806]
+      accelerations: [0.020777919388529305, 2.1678282465275803e-14, 0.044178176557905686, 0.008690881604819312, -0.04745774546506765, 0.0017616951122279342]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 854222012
+    - 
+      positions: [0.44345816501683144, 0.24297869476865733, -0.6759762868948315, 2.730996080486287, -2.917421476446488, 2.150900998630087]
+      velocities: [0.08170221715659537, 0.2534906087572089, -0.21102201396566636, 0.022643409660136664, -0.06854240074654082, 0.052350760530245496]
+      accelerations: [0.02078103044446642, -2.1668779626784825e-14, 0.04413881467515022, 0.008671591803912629, -0.047424438331562686, 0.0018032591520947556]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 859344494
+    - 
+      positions: [0.44387713970137405, 0.24427776587098254, -0.677057138407343, 2.7311122357081428, -2.9177733604053655, 2.151169305853403]
+      velocities: [0.0818087732664852, 0.2534906087572091, -0.21079586902781733, 0.022687815638131343, -0.06878541374216841, 0.05236013293380716]
+      accelerations: [0.020804011045261955, 9.746669049709699e-14, 0.04411748778557839, 0.008658479368417758, -0.04741486245229098, 0.001854444201820133]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 864469225
+    - 
+      positions: [0.44429684535594366, 0.24557740821670648, -0.6781373057891054, 2.731228669553674, -2.9181266451705516, 2.1514377797951916]
+      velocities: [0.08188088308514047, 0.2534906087572092, -0.21055308683862886, 0.02280063004640165, -0.06906704169823802, 0.052279728987573895]
+      accelerations: [0.007329863738019926, -6.496153106586376e-14, 0.0505982656382582, 0.035350441418160634, -0.0624547106410282, -0.03321802936855565]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 869596209
+    - 
+      positions: [0.4447167693174515, 0.246877129886124, -0.6792162089527937, 2.731346039811357, -2.9184815933312445, 2.1517053968753266]
+      velocities: [0.08198766123779509, 0.25349060875720925, -0.21032705290514103, 0.02284490552308729, -0.06931003147392151, 0.05228960409512583]
+      accelerations: [0.034307133260137006, 8.657719708321907e-14, 0.037556709006994, -0.018071451638371306, -0.032316726024707455, 0.03705378140787583]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 874723506
+    - 
+      positions: [0.44513794100131415, 0.24817791846513124, -0.680295009210608, 2.7314630307466956, -2.91883768348664, 2.151974208948889]
+      velocities: [0.0821292678621536, 0.2534906087572094, -0.21011763083237162, 0.02282069272021544, -0.06951458231970087, 0.052389816393450236]
+      accelerations: [0.020893372704071357, -3.244595653073135e-14, 0.04407101418935044, 0.008625213541506523, -0.047409553197992754, 0.002018623946319939]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 879855012
+    - 
+      positions: [0.4455598495692809, 0.24947928257749505, -0.681373125519299, 2.731580300717556, -2.919195180427759, 2.1522431931486423]
+      velocities: [0.08223653878395391, 0.25349060875720925, -0.20989148240331673, 0.022864922812715276, -0.06975788602051525, 0.05240028831684286]
+      accelerations: [0.020896876149117727, -2.1621064486039476e-14, 0.04403114892473739, 0.008605803368768325, -0.04737590236566174, 0.0020609838315691353]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 884988789
+    - 
+      positions: [0.44598249619956554, 0.25078122331675146, -0.6824505582936555, 2.731697849612462, -2.9195540852269044, 2.1525123508884327]
+      velocities: [0.0823439263627728, 0.25349060875720897, -0.20966539227168685, 0.02290908867943254, -0.07000118560864575, 0.05241100731564523]
+      accelerations: [0.02092028423785883, -8.644591830320841e-14, 0.04400928456080997, 0.008592570006744895, -0.0473659617322669, 0.002113026920874569]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 890124840
+    - 
+      positions: [0.44640588267779074, 0.25208374202120304, -0.6835273076732792, 2.7318156775049114, -2.9199143996530417, 2.152781683891016]
+      velocities: [0.0824170590884514, 0.25349060875720886, -0.20942284748656048, 0.023021049010250927, -0.0702827889134257, 0.05233308007281086]
+      accelerations: [0.007549662381141217, 4.321193732902909e-14, 0.05040486242890081, 0.03498665643876844, -0.06225134079968268, -0.03244321498060585]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 895263171
+    - 
+      positions: [0.4468294965702167, 0.25338634706508606, -0.68460279748281, 2.7319344370329715, -2.9202763817143533, 2.153050178081293]
+      velocities: [0.08252467521726034, 0.25349060875720897, -0.20919687226856726, 0.023065083062202407, -0.07052606391219265, 0.05234431299130377]
+      accelerations: [0.03432125156519293, 1.0798177719707947e-14, 0.03753217290379589, -0.017839846397842984, -0.03242136475336454, 0.03679889464161544]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 900401843
+    - 
+      positions: [0.44725436690575654, 0.2546900253930247, -0.6856781811465071, 2.732052822752751, -2.9206395192067736, 2.153319866408889]
+      velocities: [0.08266693500766423, 0.25349060875720925, -0.20898733061143476, 0.02304124143236804, -0.07073120943789582, 0.052444764418067696]
+      accelerations: [0.021010912865927038, 8.633058520156752e-14, 0.043961111337111086, 0.008558934524572067, -0.04735946637248847, 0.0022798180432810782]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 905544749
+    - 
+      positions: [0.4476799830836622, 0.25599428592903706, -0.6867528815368792, 2.732171487873302, -2.9210040723448283, 2.1535897355166598]
+      velocities: [0.08318919628891158, 0.25475806180099525, -0.20980448660984202, 0.023200764735466645, -0.0713302791348676, 0.05271891861098621]
+      accelerations: [0.1828676016020263, 0.49501469291750444, -0.3633074442105672, 0.053705515212217045, -0.18639794753448027, 0.104783139687802]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 910689951
+    - 
+      positions: [0.44810634630552043, 0.2572991297479037, -0.6878268990474034, 2.73229043227963, -2.9213700422110347, 2.153859786852168]
+      velocities: [0.08371211915553306, 0.2560255148447812, -0.21062057278308155, 0.023360442689072503, -0.07193056204155801, 0.05299338661634019]
+      accelerations: [0.021461615394848223, 7.62264532483738e-14, 0.044780761920839615, 0.008697471205093775, -0.04826628709287369, 0.002423677575810378]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 915786490
+    - 
+      positions: [0.4485334583830811, 0.25860455817117073, -0.6889002337973175, 2.7324096560422517, -2.9217374305864543, 2.154130022174404]
+      velocities: [0.0837869334529259, 0.25602551484478125, -0.21037580434152997, 0.023472857983594355, -0.07221506760761609, 0.05291695503353246]
+      accelerations: [0.007888633584760222, -4.354668913850175e-14, 0.051237271932110036, 0.03539784954163599, -0.06333888933081529, -0.03240209267357509]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 920885311
+    - 
+      positions: [0.4489608056024952, 0.2599100783834533, -0.6899723118108181, 2.732529808557598, -2.922106491651134, 2.1543994340199255]
+      velocities: [0.08389648870857319, 0.2560255148447813, -0.2101476395370503, 0.02351708522104305, -0.07246105876817954, 0.05292970035960446]
+      accelerations: [0.03506687819938717, 5.440892077528689e-14, 0.038239477611161095, -0.018042331624363295, -0.033132252103641235, 0.037384445948908294]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 925984491
+    - 
+      positions: [0.44938941962270385, 0.2612166796525556, -0.6910442820512135, 2.7326495908541117, -2.9224767208858826, 2.1546700422207654]
+      velocities: [0.08404094737288115, 0.2560255148447811, -0.20993594098801113, 0.023493175591518464, -0.0726687365156863, 0.05303168190918613]
+      accelerations: [0.021555458149804002, -1.196231539828963e-13, 0.04472995126492307, 0.008662841923202883, -0.048258535278966286, 0.00259653497034571]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 931087894
+    - 
+      positions: [0.4498187885763673, 0.26252386972074, -0.6921155695914072, 2.732769652902417, -2.922848374688195, 2.1549408400386265]
+      velocities: [0.08415101461823665, 0.25602551484478103, -0.20970766940507368, 0.02353735447152916, -0.0729150410857155, 0.053045053685453314]
+      accelerations: [0.02155995023586348, 8.69594442902689e-14, 0.044688328925906226, 0.008642860495583755, -0.0482236034887162, 0.0026414310781347314]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 936193596
+    - 
+      positions: [0.4502489136870821, 0.2638316496426892, -0.6931861748044429, 2.7328899945835796, -2.923221454148175, 2.155211828954697]
+      velocities: [0.08426120634201592, 0.2560255148447811, -0.20947946083880747, 0.023581467257734447, -0.0731613398417907, 0.0530586862855941]
+      accelerations: [0.021584743523596666, -6.519014107538787e-14, 0.044664938510554156, 0.008629155716622037, -0.0482127320984802, 0.0026962934760353372]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 941301602
+    - 
+      positions: [0.4506797967931323, 0.26514002072256226, -0.6942560977892146, 2.7330106159652567, -2.9235959610584312, 2.155483010764999]
+      velocities: [0.08433707508357945, 0.2560255148447811, -0.20923494540463405, 0.023693049234500062, -0.07344583602169805, 0.05298478538853919]
+      accelerations: [0.008112220179948039, 5.431080429195931e-14, 0.05103808867495087, 0.03504079014550538, -0.06313771822116639, -0.03161674264398325]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 946411918
+    - 
+      positions: [0.4511109241532555, 0.26644849011465277, -0.6953247681426673, 2.7331321616151794, -2.9239721451571405, 2.155753387177691]
+      velocities: [0.0844475109608492, 0.2560255148447812, -0.20900686126529866, 0.023737026486963242, -0.07369210663056311, 0.05299896010953969]
+      accelerations: [0.03509102291374939, 0.0, 0.03820545964844484, -0.017822189869836465, -0.033225372528196635, 0.03714719374522295]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 951522617
+    - 
+      positions: [0.45154332755520543, 0.26775804709023837, -0.6963933276193214, 2.7332533422096295, -2.924349510839367, 2.1560249597906305]
+      velocities: [0.08459267661478002, 0.2560255148447812, -0.20879507135398478, 0.023713450159553846, -0.07390035234706335, 0.05310127000852698]
+      accelerations: [0.021679971477284125, 0.0, 0.04461242538563295, 0.008594235230588365, -0.048203809496572096, 0.0028718627950206437]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 956637564
+    - 
+      positions: [0.45197649511330756, 0.2690681993676961, -0.6974612048677766, 2.733374802892279, -2.9247283100666013, 2.1562967310426466]
+      velocities: [0.08470363173964704, 0.2560255148447812, -0.2085668850676435, 0.023757377913613827, -0.07414693432118703, 0.05311608323198857]
+      accelerations: [0.021684967248508852, -1.0845332702651857e-14, 0.0445703470004754, 0.008574191383811925, -0.048168605746610214, 0.0029176254396915636]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 961754836
+    - 
+      positions: [0.4524104280750699, 0.27037894798157464, -0.6985284002400606, 2.733496543540844, -2.9251085439376223, 2.1565687024501234]
+      velocities: [0.08481471486624215, 0.2560255148447812, -0.208338763861095, 0.02380123906979833, -0.0743935096963293, 0.053131163085094406]
+      accelerations: [0.021710240082172122, 1.0840394329758693e-14, 0.04454641876153505, 0.008560405254774606, -0.04815737604819364, 0.0029733865288949406]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 966874438
+    - 
+      positions: [0.45284512830572415, 0.2716902942179903, -0.6995949138147369, 2.7336185642202544, -2.9254902142560177, 2.156840875846924]
+      velocities: [0.08489161131632286, 0.2560255148447811, -0.2080944902679485, 0.023912076990669856, -0.0746780457699237, 0.053059711887470246]
+      accelerations: [0.008320700457895097, -5.418747123144781e-14, 0.05084502505833554, 0.03471986787558234, -0.06295599762035925, -0.03087156005246722]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 971996374
+    - 
+      positions: [0.45328008133880004, 0.2730017444971945, -0.7006601779684528, 2.733741505538096, -2.925873566654724, 2.157112260850217]
+      velocities: [0.08500294552623969, 0.2560255148447812, -0.20786649775893984, 0.02395580160370224, -0.0749245912917547, 0.05307534565669258]
+      accelerations: [0.03513500582627224, 1.1915797481848297e-13, 0.038159917498133245, -0.017639011232093577, -0.03329541256181647, 0.03695905861392214]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 977118716
+    - 
+      positions: [0.4537163204860051, 0.27431428949900866, -0.7017253288340978, 2.733864086081319, -2.9262581137659267, 2.1573848433506866]
+      velocities: [0.08514888054103853, 0.25602551484478153, -0.20765464939257772, 0.023932464069291524, -0.07513334690157064, 0.053178124279958716]
+      accelerations: [0.02180692398818755, 0.0, 0.04449223952713643, 0.008525244998524117, -0.04814732956858352, 0.003151704481300439]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 982245334
+    - 
+      positions: [0.45415333314804246, 0.27562743621489616, -0.7027897978414692, 2.733986947035914, -2.926644103454858, 2.1576576337027302]
+      velocities: [0.0852607416621777, 0.25602551484478137, -0.20742655922740966, 0.02397613823097685, -0.07538020200181308, 0.05319440887416566]
+      accelerations: [0.021812413336931506, -6.49234848065215e-14, 0.04444968356789971, 0.008505145382671, -0.048111826424451117, 0.003198330501458158]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 987374302
+    - 
+      positions: [0.4545911205959306, 0.27694118565825765, -0.703853585322011, 2.7341100882761395, -2.927031536827393, 2.1579306334583426]
+      velocities: [0.08537273433939901, 0.25602551484478114, -0.20719853629474605, 0.024019745334208503, -0.07562704962570702, 0.05321096596804386]
+      accelerations: [0.021838181054910148, -2.1631224824858694e-14, 0.04442522121191241, 0.008491292574528658, -0.048100243266547014, 0.0032549988387611524]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 992505624
+    - 
+      positions: [0.45502968472226535, 0.27825553909648176, -0.7049166913339693, 2.7342335098643398, -2.9274204156974997, 2.158203844490052]
+      velocities: [0.0854506599436062, 0.2560255148447813, -0.2069545068030766, 0.024129874161465035, -0.07591164410507684, 0.05314195675613076]
+      accelerations: [0.00852504820626145, 7.568874227725658e-14, 0.050652856963305515, 0.034413652374622385, -0.06278164363246752, -0.0301378797802738]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 997639306
+    - 
+      positions: [0.45546851004390726, 0.27957000190019854, -0.7059785506987493, 2.734357848796458, -2.9278109817226485, 2.1584762838817895]
+      velocities: [0.08556291076998679, 0.2560255148447813, -0.20672661693942082, 0.024173343829155917, -0.07615846007232804, 0.053159079728495574]
+      accelerations: [0.035188039129421825, -7.56538783866747e-14, 0.038108125617014085, -0.017471219894294048, -0.03335452938331349, 0.03679148302691391]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:   2773414
+    - 
+      positions: [0.4559086319799671, 0.2808855667867155, -0.7070402945980092, 2.734481830873385, -2.9282027555098433, 2.158749922703736]
+      velocities: [0.08570965035396975, 0.25602551484478103, -0.2065147298073493, 0.024150205534692847, -0.07636769824359621, 0.05326239513624231]
+      accelerations: [0.021936377082487413, -2.1601348046593622e-14, 0.04436939823195888, 0.008455940045104653, -0.04808910142202825, 0.0034360956080444973]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:   7911827
+    - 
+      positions: [0.45634953692713665, 0.2822017397052566, -0.7081013569070943, 2.734606093672195, -2.928595980959209, 2.1590237787840922]
+      velocities: [0.08582243603976107, 0.2560255148447812, -0.20628674674648653, 0.02419362395036909, -0.07661482210150962, 0.05328018148632551]
+      accelerations: [0.02194236638074346, 7.556977068402839e-14, 0.044326357875943835, 0.008435796658764526, -0.04805329080441011, 0.0034835899289810176]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  13052616
+    - 
+      positions: [0.45679122618002693, 0.2835185216472307, -0.709161737937082, 2.7347306370637403, -2.9289906591826607, 2.1592978537111325]
+      velocities: [0.08593535691088079, 0.2560255148447814, -0.20605883312311046, 0.024236974905780896, -0.07686193756290256, 0.05329824629270664]
+      accelerations: [0.021968644833238567, 1.0790684469274739e-14, 0.044301365346610416, 0.008421892247874358, -0.048041359404406736, 0.003541174513003194]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  18195782
+    - 
+      positions: [0.4572337016590197, 0.2848359138605805, -0.710221437725903, 2.7348554611079323, -2.9293867920039243, 2.159572149396889]
+      velocities: [0.08601444808961603, 0.2560255148447813, -0.20581511282013398, 0.024346169157503518, -0.07714646113021026, 0.053232007843144614]
+      accelerations: [0.008777637413019016, -3.2363127717951845e-14, 0.05043717768489987, 0.03402076164516181, -0.06255714557623983, -0.02928497619971849]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  23341333
+    - 
+      positions: [0.4576764486096182, 0.28615342230284174, -0.71127989542209, 2.7349811970412774, -2.929784616299945, 2.159845693810948]
+      velocities: [0.08612763475455412, 0.2560255148447814, -0.2055873363811467, 0.024389382045466743, -0.07739354358331815, 0.053250650794942914]
+      accelerations: [0.03519806851641477, 5.3913502818083823e-14, 0.03807459173899468, -0.017217289239252434, -0.033460400683506475, 0.0365139373650834]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  28487337
+    - 
+      positions: [0.4581205010731819, 0.287472038454741, -0.7123382334891977, 2.7351065821760536, -2.930183662265858, 2.160120436369046]
+      velocities: [0.08627508037671847, 0.2560255148447814, -0.20537536741464296, 0.02436666462355968, -0.07760338504006263, 0.05335423556696925]
+      accelerations: [0.02206833112184242, -4.310264688375739e-14, 0.04424385004840423, 0.008386371454613052, -0.04802905710648879, 0.003725042313985229]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  33637668
+    - 
+      positions: [0.4585653461814019, 0.28879126885772977, -0.7133958901334799, 2.735232248330595, -2.930584169024171, 2.1603954057896857]
+      velocities: [0.08638880949882491, 0.2560255148447811, -0.20514750274539956, 0.02440982541448601, -0.07785077300598392, 0.053373554451988894]
+      accelerations: [0.022074906653247912, -7.539449148972344e-14, 0.044200389996216075, 0.008366221207623674, -0.04799302531062381, 0.0037734494187676424]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  38790399
+    - 
+      positions: [0.45901098525501566, 0.29011111448137156, -0.7144528656447909, 2.7353581953731543, -2.9309861376945574, 2.1606706036993533]
+      velocities: [0.08650267771840647, 0.256025514844781, -0.20491970958692124, 0.024452918467766413, -0.07809815185545865, 0.05339315794029357]
+      accelerations: [0.02210171236026776, 3.229685183322845e-14, 0.04417487147200688, 0.00835228061597084, -0.04798075120495697, 0.003831959760444672]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  43945532
+    - 
+      positions: [0.45945742024262237, 0.2914315765534143, -0.7155091600407403, 2.735484423361376, -2.9313895701098556, 2.1609460320504406]
+      velocities: [0.0865828018175526, 0.25602551484478114, -0.2046762380213949, 0.02456147509506277, -0.07838277034730443, 0.0533293468856316]
+      accelerations: [0.00897369596786254, 2.152522470220237e-14, 0.05024696097185221, 0.033744400092930026, -0.062397439287018554, -0.02857451842921152]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  49103073
+    - 
+      positions: [0.45990413478185, 0.29275215935225835, -0.7165642142473027, 2.7356115606221865, -2.931794699423821, 2.1612207253903457]
+      velocities: [0.08669694318590444, 0.2560255148447812, -0.20444858661861615, 0.024604429437144693, -0.0786301141934527, 0.05334954083170491]
+      accelerations: [0.03526970570445142, 1.0757576920629057e-14, 0.038010260137273946, -0.017080258664359818, -0.03349791410507266, 0.03638797068346863]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  54261085
+    - 
+      positions: [0.4603521662049488, 0.29407385765044375, -0.7176191471124083, 2.7357383502783312, -2.932201063296098, 2.1614966200966683]
+      velocities: [0.08684526596066053, 0.2560255148447813, -0.20423661887237643, 0.02458183262771916, -0.07884038381983965, 0.05345380063705585]
+      accelerations: [0.02220302787637688, 3.225154283836863e-14, 0.04411575836908435, 0.008316665821959434, -0.04796741239291662, 0.0040186709885544035]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  59423455
+    - 
+      positions: [0.4608010000505737, 0.29539617631817566, -0.7186733986191373, 2.735865421241824, -2.9326088971391275, 2.1617727514737592]
+      velocities: [0.08695995832548127, 0.2560255148447813, -0.20400888363429717, 0.024624734392461378, -0.07908803169318335, 0.053474683549272484]
+      accelerations: [0.02221011718096655, -3.223640395847789e-14, 0.044071800949596736, 0.008296496860067617, -0.04793105765897476, 0.0040679572598599795]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  64588247
+    - 
+      positions: [0.4612506376632202, 0.2967191163012378, -0.7197269690373855, 2.7359927733776437, -2.933018202076427, 2.162049121185755]
+      velocities: [0.08707479357550699, 0.2560255148447812, -0.20378122221536016, 0.02466756814271756, -0.07933566944583612, 0.05349585720240524]
+      accelerations: [0.022237466881001422, -2.1480835384519742e-14, 0.0440457606878828, 0.008282535858316979, -0.04791844637270816, 0.004127403126843688]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  69755466
+    - 
+      positions: [0.46170108102013535, 0.29804267880640783, -0.7207798583644367, 2.7361204067413447, -2.9334289799492694, 2.1623257312262734]
+      velocities: [0.08715608905340907, 0.2560255148447812, -0.20353806473398145, 0.024775261513759136, -0.07962025259529856, 0.05343480370697118]
+      accelerations: [0.009218373155915066, 2.1474755197968104e-14, 0.0500333448868862, 0.03338150583080947, -0.06218747383203448, -0.0277450725036077]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  74925117
+    - 
+      positions: [0.4621518139250999, 0.2993663680985396, -0.7218315112023147, 2.7362489445899194, -2.9338414593884705, 2.162601626162239]
+      velocities: [0.0872712054051244, 0.2560255148447812, -0.20331054938084353, 0.024817956181204463, -0.07986785381036224, 0.053456580448614885]
+      accelerations: [0.03529829500108474, -2.1464633595760112e-14, 0.03796415918163482, -0.016856920034597017, -0.0335824085002203, 0.03615246187761114]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  80095263
+    - 
+      positions: [0.46260387345879594, 0.3006911789096505, -0.7228830389839125, 2.736377140179243, -2.934255187120826, 2.162878722453655]
+      velocities: [0.08742030686979177, 0.25602551484478114, -0.20309854000135216, 0.024795703175788233, -0.08007867314026185, 0.05356124852539713]
+      accelerations: [0.022340391913068906, 0.0, 0.0439850015823488, 0.008246853029609315, -0.04790400647556484, 0.004316952207115978]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  85269790
+    - 
+      positions: [0.46305674533442226, 0.3020166161021568, -0.7239338853707757, 2.736505617352585, -2.9346703940413437, 2.1631560654299795]
+      velocities: [0.08753598241062284, 0.2560255148447813, -0.2028709457213941, 0.024838344749285934, -0.08032657619914173, 0.05358372727701008]
+      accelerations: [0.02234808326681913, 6.432100481829162e-14, 0.043940612476115554, 0.008226703211512029, -0.04786741647098912, 0.004367163672037781]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  90446763
+    - 
+      positions: [0.4635104309228277, 0.3033426805981753, -0.7249840506119638, 2.7366343759724967, -2.9350870812791032, 2.1634336567949903]
+      velocities: [0.08765180491701512, 0.25602551484478125, -0.20264342743469482, 0.024880918161973277, -0.08057446833763747, 0.05360650310566317]
+      accelerations: [0.022375994502662772, -8.572074109512481e-14, 0.04391405495389877, 0.008212737994855368, -0.047854474021979336, 0.0044275555769341095]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  95626186
+    - 
+      positions: [0.46396493223034757, 0.3046693735826994, -0.7260335346844172, 2.736763416092633, -2.9355052506831107, 2.1637114985844192]
+      velocities: [0.08773429498730319, 0.2560255148447811, -0.202400595606627, 0.024987746709877454, -0.0808590120074015, 0.053548249016008964]
+      accelerations: [0.009466737136083753, 3.2136056288222915e-14, 0.049817337716661365, 0.033019150615823424, -0.06197636518859077, -0.02690893576328412]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 100808064
+    - 
+      positions: [0.4644197332482231, 0.3059961993024261, -0.7270817858684901, 2.736893355881855, -2.935925126355252, 2.163988645508421]
+      velocities: [0.08785040677780026, 0.2560255148447812, -0.20217322773891494, 0.025030180826595687, -0.08110686606640638, 0.05357164077496652]
+      accelerations: [0.03532880296012196, 1.0706933988420709e-14, 0.03791527240050207, -0.016634179173027317, -0.033664727752445646, 0.03591971966087349]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 105990460
+    - 
+      positions: [0.46487587076432285, 0.30732415245571376, -0.7281299081775158, 2.7370229587662243, -2.9363462640993325, 2.164266993864602]
+      velocities: [0.08800030461761014, 0.25602551484478114, -0.20196118803316637, 0.025008271430574512, -0.08131823017996204, 0.053676739721878856]
+      accelerations: [0.022480579413798843, -4.2799366445027226e-14, 0.04385166307472676, 0.008177035310235522, -0.04783894969434539, 0.004619972447381574]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 111177261
+    - 
+      positions: [0.4653328306876014, 0.30865273789242864, -0.7291773489536563, 2.7371528435019714, -2.936768890286898, 2.1645455991312685]
+      velocities: [0.08811698400246969, 0.2560255148447811, -0.2017337461985353, 0.02505065207942334, -0.08156638388029501, 0.05370084675434392]
+      accelerations: [0.022488893220711823, 3.20842412355668e-14, 0.04380684717650736, 0.008156921829392136, -0.04780213175230116, 0.004671121816043389]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 116366530
+    - 
+      positions: [0.4657906144157509, 0.3099819565102203, -0.7302241084251593, 2.7372830099494396, -2.937193006051874, 2.164824463052767]
+      velocities: [0.08823381455282783, 0.2560255148447812, -0.20150638255370212, 0.025092964500000405, -0.08181452585781598, 0.053725257314319014]
+      accelerations: [0.022517383927952196, 0.0, 0.043779777039096614, 0.008142968888327502, -0.04778886420910503, 0.004732470663288725]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 121558273
+    - 
+      positions: [0.46624922398463764, 0.3113118094714535, -0.7312701865486018, 2.7374134581605842, -2.9376186132502644, 2.165103587707843]
+      velocities: [0.08831743343329372, 0.2560255148447813, -0.20126384729476665, 0.025199098088123123, -0.08209912312903563, 0.05366962992175143]
+      accelerations: [0.009684380056142083, 4.274619282003059e-14, 0.04961469129878883, 0.03272331629718223, -0.06180162928731711, -0.026148949897251802]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 126752493
+    - 
+      positions: [0.46670814220520423, 0.3126417996702314, -0.7323150338168118, 2.7375448028429825, -2.9380459320317653, 2.1653820355619513]
+      velocities: [0.0884345613873019, 0.25602551484478137, -0.20103663870440935, 0.025241271069920523, -0.08234722510872597, 0.053694669379217325]
+      accelerations: [0.035395707471438415, -2.1362881737877657e-14, 0.03784785299395693, -0.016477849355992266, -0.033707340182370094, 0.03577262415334239]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 131947250
+    - 
+      positions: [0.46716840830598017, 0.31397292443674585, -0.7333597497570626, 2.737675814338829, -2.938474526117365, 2.1656616875276655]
+      velocities: [0.08902858421016693, 0.2573056424190052, -0.2018281757335962, 0.025345737454178972, -0.0829724478549822, 0.054069503685542024]
+      accelerations: [0.19403992655636834, 0.4947655875770467, -0.34393763774449515, 0.05692477878468801, -0.2077942459228991, 0.10894566165767855]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 137146438
+    - 
+      positions: [0.4676295070289505, 0.3153046872753711, -0.7344037839236643, 2.737807107945642, -2.938904617937919, 2.1659416068462822]
+      velocities: [0.08959009855175218, 0.258585769993229, -0.2026033165023174, 0.025514270340968863, -0.08363550585495452, 0.05436446787303366]
+      accelerations: [0.023087554046476663, -2.1551812033334995e-14, 0.04454830625015028, 0.008249789576100017, -0.04869471289865804, 0.005079983165772608]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 142296616
+    - 
+      positions: [0.4680914397974444, 0.31663708905773325, -0.7354471365247868, 2.7379386835212727, -2.939336208629521, 2.166221795302777]
+      velocities: [0.08970913711235833, 0.258585769993229, -0.20237384715043694, 0.025556742020348886, -0.08388637697115997, 0.05439080706590786]
+      accelerations: [0.02311722733250602, 3.2312205434380935e-14, 0.04452017391777355, 0.008235585908695728, -0.048680853488971575, 0.005143552920283707]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 147449265
+    - 
+      positions: [0.46855420867730535, 0.31797013092269427, -0.7364898074966224, 2.7380705411161927, -2.939769300054408, 2.1665022550198243]
+      velocities: [0.08979482617043238, 0.25858576999322913, -0.20212922975449704, 0.02566310136099502, -0.08417379453997578, 0.05433749013187569]
+      accelerations: [0.010132004511608034, 1.0767573225052698e-14, 0.05039043120531053, 0.033028162633884105, -0.06283498812618611, -0.025825958832246764]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 152604390
+    - 
+      positions: [0.4690172963760263, 0.3193033154179956, -0.7375312506739862, 2.7382032906938933, -2.940204107945688, 2.16678205830197]
+      velocities: [0.08991417378407571, 0.25858576999322913, -0.20189992154718353, 0.025705432305999094, -0.08442462360044249, 0.054364477904351935]
+      accelerations: [0.036150633499419764, -1.0762393472247624e-14, 0.03854946300476078, -0.016598192685917175, -0.03445573442043933, 0.03627820835582156]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 157760066
+    - 
+      positions: [0.4694817424130873, 0.3206376404913344, -0.7385725588377202, 2.738335712079857, -2.940640204871173, 2.1670630665127364]
+      velocities: [0.09006734662165815, 0.25858576999322913, -0.20168578565181672, 0.025683786198364457, -0.08463906568413265, 0.054471833033567604]
+      accelerations: [0.02322752998075754, 0.0, 0.04445329928988218, 0.008199298048969595, -0.04866293839789406, 0.0053458209091805835]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 162920153
+    - 
+      positions: [0.4699470314363842, 0.32197260930643196, -0.7396131848855613, 2.738468415828793, -2.941077808851977, 2.1673443527387177]
+      velocities: [0.09018728570805626, 0.25858576999322913, -0.20145641245643775, 0.02572606301082235, -0.08489019354825521, 0.0544995709228538]
+      accelerations: [0.023237277554123928, 1.0750010759223011e-14, 0.0444066677635963, 0.008178887770827738, -0.048624859233511564, 0.005399918662529013]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 168082730
+    - 
+      positions: [0.47041316489666857, 0.32330822270857174, -0.7406531290050737, 2.738601401796696, -2.9415169210270484, 2.167625918807139]
+      velocities: [0.0903073861572708, 0.25858576999322913, -0.2012271228908566, 0.02576827097342866, -0.085141307741286, 0.05452762867677591]
+      accelerations: [0.023267580395190602, -1.0744819412873554e-14, 0.04437802251292877, 0.008164731571939985, -0.04861068152741114, 0.0054644886021800974]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 173247799
+    - 
+      positions: [0.4708801448902173, 0.3246444818121992, -0.7416923911120311, 2.7387346700327857, -2.9419575432640643, 2.167907766885538]
+      velocities: [0.09039432368082072, 0.258585769993229, -0.20098285595842888, 0.02587381429411725, -0.0854287063358817, 0.05447719893630046]
+      accelerations: [0.010384843465992276, -4.296651821479488e-14, 0.05016840692323324, 0.03268380081244189, -0.06262930239317308, -0.02497957887689452]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 178415365
+    - 
+      positions: [0.47134745387573845, 0.3259808886597826, -0.7427304282190212, 2.7388688259282366, -2.9423998869326944, 2.168188978967727]
+      velocities: [0.09051474207562393, 0.25858576999322913, -0.20075373214650866, 0.02591588178680628, -0.08567977676824791, 0.054505918885373685]
+      accelerations: [0.03620050571595936, 7.515500941595193e-14, 0.03848570061442405, -0.016395404716789474, -0.03452024309429099, 0.03607695664807895]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 183583503
+    - 
+      positions: [0.4718161319553289, 0.3273184421315785, -0.7437683266890769, 2.7390026584489378, -2.942843533338396, 2.1684713971704332]
+      velocities: [0.09066880822569862, 0.25858576999322935, -0.20053961482332583, 0.0258945247024265, -0.08589472035088824, 0.05461385148505705]
+      accelerations: [0.023379760687343494, 1.0729223845331264e-14, 0.04430954277971445, 0.008128583962958224, -0.04859173847157982, 0.005669794162710784]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 188756075
+    - 
+      positions: [0.47228566353798845, 0.3286566448917847, -0.7448055425987344, 2.7391367735786516, -2.943288696146358, 2.168754104276022]
+      velocities: [0.09078982743207728, 0.25858576999322946, -0.20031043105645935, 0.02593653820089732, -0.08614608750346911, 0.054643335717117554]
+      accelerations: [0.02339018945795473, 5.3620080362871234e-14, 0.04426247511835511, 0.008108259684791137, -0.048553428051864286, 0.00572488079133814]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 193931157
+    - 
+      positions: [0.47275605010219046, 0.3299954977583517, -0.7458420761150398, 2.739271171171716, -2.9437353764973486, 2.169037102154832]
+      velocities: [0.09091101257698925, 0.25858576999322913, -0.2000813332480392, 0.025978483022304537, -0.08639744011195566, 0.05467314667028038]
+      accelerations: [0.023421141919551997, -1.9293850297626423e-13, 0.04423332209446349, 0.008094168973301879, -0.04853893895491126, 0.005790463776808828]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 199108754
+    - 
+      positions: [0.47322729377510286, 0.33133500182036524, -0.7468779271333176, 2.7394058512763424, -2.9441835762636552, 2.169320393020215]
+      velocities: [0.0909992441352497, 0.2585857699932288, -0.19983743782892205, 0.026083172352779155, -0.08668479308575942, 0.054625697616263943]
+      accelerations: [0.010649424321437168, 6.429352895103271e-14, 0.04994059948406465, 0.032325644445220986, -0.062413922384160186, -0.024107370055246106]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 204288869
+    - 
+      positions: [0.4736988770970066, 0.33267465891535297, -0.7479125561780539, 2.7395414143294667, -2.94463350231179, 2.169603069252231]
+      velocities: [0.09112075644646025, 0.25858576999322913, -0.19960851036911237, 0.026124977172345368, -0.0869361003108851, 0.05465618464173452]
+      accelerations: [0.03624514489932776, 6.42622206792351e-14, 0.038422648507747556, -0.01617818623585717, -0.034591342619356626, 0.035860017535192114]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 209469576
+    - 
+      positions: [0.47417184009409846, 0.33401546825292044, -0.7489470425257878, 2.7396766592022987, -2.945084744962754, 2.1698869523299]
+      velocities: [0.09127571650042507, 0.25858576999322913, -0.19939441457091506, 0.026103948600314966, -0.08715156275090194, 0.0547646709855689]
+      accelerations: [0.023535246505664405, -6.421892956813187e-14, 0.044163241722165, 0.00805821186130899, -0.04851897347314416, 0.005998838839348794]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 214654739
+    - 
+      positions: [0.4746456672655923, 0.33535693229752445, -0.7499808457664217, 2.73981218692528, -2.9455375133846453, 2.17017113542794]
+      velocities: [0.0913978391093459, 0.258585769993229, -0.19916543232343836, 0.02614569970132749, -0.0874031644765568, 0.05479593667673787]
+      accelerations: [0.023546391671118792, 1.0697929335009464e-14, 0.04411575476374696, 0.008037996409649426, -0.04848045480562386, 0.0060549355133327236]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 219842434
+    - 
+      positions: [0.47512036011857633, 0.3366990518390206, -0.7510139660463249, 2.739947997351484, -2.945991808719658, 2.1704556204609884]
+      velocities: [0.09152013239993924, 0.258585769993229, -0.19893653835576441, 0.02618738239917947, -0.08765475082294039, 0.054827536091249976]
+      accelerations: [0.023578014596488107, -1.069270146404291e-14, 0.044086099384849455, 0.008023989649993263, -0.048465661595436534, 0.006121545252035514]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 225032664
+    - 
+      positions: [0.4755959208115728, 0.3380418279401487, -0.7520464032403297, 2.740084090528375, -2.9464476328438263, 2.1707404096891794]
+      velocities: [0.09160969425764767, 0.258585769993229, -0.1986930310159189, 0.026291199105502278, -0.0879420419290795, 0.05478313750230113]
+      accelerations: [0.010921943549487176, 1.068945701888432e-14, 0.04970883976471451, 0.03196119428645702, -0.06219297290874934, -0.023218839886101926]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 230225432
+    - 
+      positions: [0.4760718321486379, 0.3393847623964393, -0.7530776215624807, 2.7402210617360723, -2.9469051880445463, 2.1710246062996728]
+      velocities: [0.09173232423934215, 0.258585769993229, -0.19846431200243814, 0.026332742469035282, -0.08819358131380435, 0.0548154271259324]
+      accelerations: [0.036288549688718925, 0.0, 0.038358525284348945, -0.015953853333222554, -0.034664972136507925, 0.03563702589178657]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 235418814
+    - 
+      positions: [0.47654913371751667, 0.34072885441822304, -0.7541086928472484, 2.740357720157264, -2.9473640738082105, 2.1713100102950578]
+      velocities: [0.091888189378366, 0.258585769993229, -0.1982502454021347, 0.026312063452993542, -0.0884095695191276, 0.05492446846387025]
+      accelerations: [0.023694097996389572, -1.0676999922935098e-14, 0.04401442849758603, 0.007988276337354216, -0.04844468692840642, 0.006333026730396127]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 240616671
+    - 
+      positions: [0.4770273102891311, 0.3420736064327703, -0.7551390803757375, 2.7404946616662094, -2.9478244947290504, 2.1715957256630745]
+      velocities: [0.09201143934713049, 0.25858576999322924, -0.1980214768633522, 0.026353553532157188, -0.08866140110708168, 0.054957551378849834]
+      accelerations: [0.023705989541523864, 9.604582209090019e-14, 0.04396653401524519, 0.007968191100306835, -0.04840597632346425, 0.006390152428138323]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 245817081
+    - 
+      positions: [0.477506363399902, 0.3434190192009627, -0.7561687842735499, 2.740631886115072, -2.9482864519500525, 2.1718817543637683]
+      velocities: [0.0921348648971332, 0.2585857699932292, -0.19779279893147073, 0.026394975581640705, -0.08891321650145234, 0.05499097516174541]
+      accelerations: [0.02373830436779992, -1.0666514123141916e-13, 0.043936381881121075, 0.007954287192553113, -0.048390886551489216, 0.006457803223512407]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 251020046
+    - 
+      positions: [0.47798629524017355, 0.3447650937581754, -0.7571978043949806, 2.7407693935508446, -2.9487499473501004, 2.1721680987050407]
+      velocities: [0.09268730619607662, 0.2585857699932288, -0.19822597122308389, 0.02637213184759216, -0.08892146003426754, 0.05600234759708491]
+      accelerations: [0.1888268840771035, -5.340641071375558e-14, -0.21069652849424667, -0.01675633982692317, 0.0452854951656344, 0.3827434989270357]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 256225571
+    - 
+      positions: [0.47846975610593323, 0.3461067852561056, -0.758229155333371, 2.7409060013984834, -2.949210712390365, 2.1724638314426086]
+      velocities: [0.0927547081027662, 0.2585857699932286, -0.1979512497758743, 0.026439201820975346, -0.08918991679634573, 0.05592801460863796]
+      accelerations: [-0.1627780589625765, -2.1348099017174436e-14, 0.31620435513598916, 0.042538305392975304, -0.14849609707582517, -0.41107080368228166]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 261414145
+    - 
+      positions: [0.4789510399557483, 0.3474546810179679, -0.7592567036847266, 2.7410443940918374, -2.949677633585851, 2.172749788269065]
+      velocities: [0.09203465348675827, 0.2585857699932287, -0.19643100035501457, 0.026669055719673856, -0.08995912630291618, 0.05401802981043398]
+      accelerations: [-0.1137035435480399, 6.380184704877835e-14, 0.2674265400088374, 0.04568373515371089, -0.1467635276950501, -0.322233588956453]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 266626713
+    - 
+      positions: [0.47943065463087564, 0.3488065930732751, -0.760280015080302, 2.7411844459703634, -2.950149951587384, 2.173027802619818]
+      velocities: [0.09221495412758712, 0.2585857699932288, -0.19624834317830298, 0.026684413936430486, -0.09019462924420077, 0.05416089916239082]
+      accelerations: [0.18272316438033348, -2.126068809313285e-14, -0.1973861940535487, -0.03978739608907794, 0.05652074623057311, 0.37685242397127644]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 271854812
+    - 
+      positions: [0.47991411830358793, 0.3501553262127924, -0.7613062963854027, 2.7413230848508623, -2.950619619531946, 2.173315427453972]
+      velocities: [0.09275483578642355, 0.258585769993229, -0.19664985611686517, 0.02660117725511581, -0.0901729180451875, 0.05516311282422475]
+      accelerations: [0.024073108959830287, 1.1704270995440894e-13, 0.04364795852338689, 0.007915237635226073, -0.04825029339272284, 0.007000428030662529]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 277070618
+    - 
+      positions: [0.4803984759392729, 0.3515047249208597, -0.7623318958309157, 2.74146200763696, -2.9510908328498924, 2.173603384809359]
+      velocities: [0.0928800993760509, 0.25858576999322935, -0.19642180916658492, 0.02664236771752057, -0.09042483429817169, 0.055199299283547054]
+      accelerations: [0.02393551986892139, 1.0634990435474556e-14, 0.043753419715009616, 0.007871453306681032, -0.04829926137654002, 0.006868447622823274]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 282288997
+    - 
+      positions: [0.4808837255885321, 0.3528547915054859, -0.7633568105352062, 2.7416012136925647, -2.9515635956292376, 2.1738916718643773]
+      velocities: [0.09300515238056675, 0.2585857699932292, -0.19619345453364206, 0.02668342834276885, -0.09067696249347237, 0.0552353392466253]
+      accelerations: [0.0239686595579231, -8.503781354307145e-14, 0.043722640358941856, 0.007857687547101028, -0.04828375876881862, 0.006937402349983052]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 287509960
+    - 
+      positions: [0.48136986948280513, 0.35420552696386143, -0.7643810403235908, 2.7417407030636567, -2.9520379097516503, 2.174180290991023]
+      velocities: [0.09309821780892, 0.258585769993229, -0.1959510141400977, 0.026784889431992656, -0.09096402145839635, 0.055198816798236586]
+      accelerations: [0.01166955927556342, 3.187925983527721e-14, 0.049110993694944406, 0.03098985800795178, -0.06163383224021067, -0.020918123898527513]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 292733509
+    - 
+      positions: [0.4818563935956886, 0.35555643398875225, -0.7654040599350714, 2.7418810558860782, -2.95251396614826, 2.174468375907752]
+      velocities: [0.09322363158682187, 0.2585857699932291, -0.19572284534001166, 0.02682581322033986, -0.09121609931573524, 0.05523558176394687]
+      accelerations: [0.03632797644273425, -2.1242301177353825e-14, 0.03822609293428792, -0.015314296249615566, -0.03485867800297396, 0.03497650054102301]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 297957721
+    - 
+      positions: [0.4823443314013761, 0.3569085097837545, -0.7664269200008661, 2.742021111631739, -2.9529913870285416, 2.1747576658998837]
+      velocities: [0.09338155998788723, 0.25858576999322913, -0.19550881343968562, 0.026806250002898026, -0.09143339494933089, 0.05534569782741164]
+      accelerations: [0.02408964868369335, 5.3069609713198784e-14, 0.04364718585367012, 0.007822765349403233, -0.04826038288073945, 0.007156439885949886]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 303186454
+    - 
+      positions: [0.48283317085024907, 0.35826125768388023, -0.7674490943331324, 2.7421614510289984, -2.953470365636183, 2.1750472954959754]
+      velocities: [0.09350761727694576, 0.2585857699932291, -0.19528060821847043, 0.026847122040980748, -0.09168575883907548, 0.0553832918410862]
+      accelerations: [0.02410353598099511, -8.486917672003724e-14, 0.04359837342071871, 0.0078031016736187205, -0.048221317836738484, 0.007216180014530297]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 308417785
+    - 
+      positions: [0.4833229135542584, 0.3596146783767073, -0.7684705830069312, 2.742302073929918, -2.9539509031143605, 2.1753372667714275]
+      velocities: [0.09363386277651364, 0.2585857699932289, -0.19505249918118472, 0.026887927422316278, -0.09193810477163919, 0.055421244642855465]
+      accelerations: [0.024137603424959592, 1.0603371004537668e-14, 0.04356705284427238, 0.007789524347679334, -0.048205548756156916, 0.007286392545343142]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 313651719
+    - 
+      positions: [0.48381356178206264, 0.36096877282754586, -0.7694913858270536, 2.74244298038159, -2.9544330013449187, 2.1756275821529165]
+      velocities: [0.09372802330863164, 0.2585857699932288, -0.1948103461230018, 0.02698902806814868, -0.09222528254736959, 0.055387285649492156]
+      accelerations: [0.0118305317878326, -4.240021511482357e-14, 0.04892656997669503, 0.0308239757274449, -0.06148478837952188, -0.02025329661828881]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 318888258
+    - 
+      positions: [0.48430459736366144, 0.3623230408216567, -0.7705109775851329, 2.74258475028931, -2.954916847681504, 2.175917379262464]
+      velocities: [0.09385463956598772, 0.258585769993229, -0.19458242832394795, 0.027029697746220098, -0.09247757564429422, 0.05542597856285632]
+      accelerations: [0.03650692951801522, 1.165424998020371e-13, 0.03809788502714943, -0.015284314802199729, -0.034850386789331445, 0.03501294572897729]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 324125468
+    - 
+      positions: [0.4847970621437343, 0.36367848528259034, -0.7715304087483721, 2.7427262235837744, -2.9554020714757017, 2.176208389721562]
+      velocities: [0.09401387930213138, 0.25858576999322913, -0.19436861071638326, 0.027009987024027193, -0.092695183868926, 0.055537388059321666]
+      accelerations: [0.02426097753827901, -6.352518679357764e-14, 0.04349016652654008, 0.0077550944572716074, -0.04818139874624189, 0.007508807792730379]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 329367227
+    - 
+      positions: [0.4852904399530119, 0.3650346066447037, -0.7725491531766642, 2.742867980768152, -2.9558888624139676, 2.1764997519765212]
+      velocities: [0.09469967505474461, 0.2585857699932289, -0.19489615263924492, 0.026945447071344178, -0.0926757173605739, 0.056781806496138544]
+      accelerations: [0.23775362391548638, -2.1211970970477976e-14, -0.24515076448232162, -0.03243067648775147, 0.05570393988372768, 0.46799639500740925]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 334611605
+    - 
+      positions: [0.48578835506069296, 0.3663853329968972, -0.7735705470905878, 2.743008287363593, -2.9563721938462293, 2.176802749943631]
+      velocities: [0.09424800739989322, 0.2585857699932289, -0.1939094851220884, 0.027138405009599124, -0.09322466996107287, 0.055570974355200496]
+      accelerations: [-0.4092834944065707, 1.0578542211218547e-14, 0.6205671424876062, 0.10588923511903746, -0.26478328935681295, -0.9282724989570829]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 339835118
+    - 
+      positions: [0.48627952569618155, 0.367748476570774, -0.7745841642373761, 2.7431528129576903, -2.9568672931094273, 2.177082855033995]
+      velocities: [0.0942888440676205, 0.25987869884319514, -0.19389356634370672, 0.027419706888140903, -0.0942174137858714, 0.054684048564548504]
+      accelerations: [0.42579126562472047, 0.49387123006259487, -0.6158648141621211, 0.0013268952305510095, -0.113835572281474, 0.5915475052484913]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 345106652
+    - 
+      positions: [0.4867756485036003, 0.36910663578435116, -0.7756008447176911, 2.743295420505712, -2.9573587974978714, 2.177375279387326]
+      velocities: [0.09546882826844709, 0.26117162769316116, -0.19539139116506615, 0.027443702318320794, -0.09464275971607072, 0.05625406451807999]
+      accelerations: [0.025102159007714456, -5.3360167267476556e-14, 0.044016390667102244, 0.007890600007286272, -0.04895860663068636, 0.008218992265368439]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 350306908
+    - 
+      positions: [0.4872726982703037, 0.3704654728743117, -0.7766168414260375, 2.7434383127737463, -2.9578518721653175, 2.1776680721235953]
+      velocities: [0.09559892307854997, 0.26117162769316127, -0.19516194507433232, 0.027484615614738125, -0.0948977063422318, 0.056296294153985627]
+      accelerations: [0.024906904851760753, 8.533358116314775e-14, 0.04418365014357035, 0.00783666389083652, -0.049043972210861785, 0.008014315992808139]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 355509759
+    - 
+      positions: [0.4877706719597047, 0.3718249912124625, -0.7776321505647957, 2.7435814889756966, -2.9583465226361936, 2.1779612287584516]
+      velocities: [0.09572866854388887, 0.26117162769316143, -0.19493203401884296, 0.027525373720678405, -0.09515295965934528, 0.05633820343753636]
+      accelerations: [0.024942842098525538, -2.132270076108455e-14, 0.044150928973889406, 0.007823090157306147, -0.049027402167711474, 0.008087712424865175]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 360715218
+    - 
+      positions: [0.48826957189534187, 0.37318519171005105, -0.7786467719008143, 2.7437249491588824, -2.9588427507918227, 2.178254751805371]
+      velocities: [0.0958267332543847, 0.2611716276931614, -0.19468839863983833, 0.02762552331422466, -0.09544275630389581, 0.05631045290338939]
+      accelerations: [0.012721297280531972, 1.065795848179856e-14, 0.049417500696882145, 0.03063618396715468, -0.06226820130518568, -0.018741161917644363]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 365923290
+    - 
+      positions: [0.48876888421859704, 0.37454557559960344, -0.7796601893635504, 2.743869259828567, -2.959340735157279, 2.1785478059889276]
+      velocities: [0.09595687325345212, 0.26117162769316143, -0.19445868890435286, 0.027666147533442452, -0.0956979540898863, 0.05635313754462513]
+      accelerations: [0.03723290313891537, 0.0, 0.03877005145663071, -0.015029201339759603, -0.035708132700127716, 0.035114144462469556]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 371132063
+    - 
+      positions: [0.48926964233319614, 0.37590714273261755, -0.7806734350275049, 2.7440132877234493, -2.959840122736012, 2.178842069003548]
+      velocities: [0.0961192567232795, 0.26117162769316127, -0.19424276956342829, 0.027647296706098952, -0.09591875305350804, 0.056466322499451674]
+      accelerations: [0.025072764291288154, -6.387180178578467e-14, 0.04406967722439509, 0.007788895596693503, -0.04900101331492914, 0.008320600889760518]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 376345368
+    - 
+      positions: [0.4897713343815443, 0.3772693949972423, -0.7816859918963038, 2.7441575999428407, -2.960341094384677, 2.1791367064018834]
+      velocities: [0.0962500777138328, 0.26117162769316127, -0.19401303814942192, 0.02768787230200081, -0.09617423358454187, 0.05650988935320994]
+      accelerations: [0.02508934645455111, 5.319972689199891e-14, 0.04401874969348796, 0.007769451239069853, -0.048960674869268306, 0.008384695455329527]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 381561295
+    - 
+      positions: [0.4902739620630742, 0.3786323329862482, -0.7826978599873353, 2.74430219634, -2.9608436512353, 2.1794317203989078]
+      velocities: [0.09638110443008913, 0.2611716276931614, -0.19378341083026746, 0.027728382864292113, -0.09642969357470033, 0.056553840560878164]
+      accelerations: [0.025126362827697965, -1.0634590118393541e-14, 0.043985454862243534, 0.007756141506123824, -0.04894384339263523, 0.008459495350871647]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 386779848
+    - 
+      positions: [0.49077752774132427, 0.3799959575747907, -0.7837090390471958, 2.7444470769645997, -2.961347795165669, 2.179727113567513]
+      velocities: [0.09648033090909172, 0.2611716276931613, -0.19354009196918226, 0.027828166668129994, -0.09671954176116668, 0.056528777255640525]
+      accelerations: [0.01288828720655482, 0.0, 0.049226780760007235, 0.030466424908819723, -0.062092056762193246, -0.01805676148857474]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 392001030
+    - 
+      positions: [0.4912815133973315, 0.3813597678242688, -0.7847190135490443, 2.7445928080220074, -2.9618537007576924, 2.180022054613413]
+      velocities: [0.09661176327617471, 0.26117162769316143, -0.1933106715036344, 0.027868545136244982, -0.09697494379879754, 0.056573520045379605]
+      accelerations: [0.037435236636107115, 4.250332238407475e-14, 0.03862842015031932, -0.014992741881554522, -0.03571630704697639, 0.03517680617154347]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 397222923
+    - 
+      positions: [0.4917869608430687, 0.38272476782471526, -0.7857288144203153, 2.7447382568515444, -2.962361022880938, 2.1803182134203483]
+      velocities: [0.09677557123079025, 0.2611716276931614, -0.19309501402755508, 0.02784956886810061, -0.09719610046069363, 0.05668813519600199]
+      accelerations: [0.025258933236136386, -6.37111082552751e-14, 0.04390276833754962, 0.007722627039522593, -0.04891671425141654, 0.008695998858214276]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 402449371
+    - 
+      positions: [0.49229335408431857, 0.38409045729790325, -0.7867379252040047, 2.7448839902577764, -2.9628699384666213, 2.18061475953737]
+      velocities: [0.09690769771599303, 0.26117162769316127, -0.19286557691762612, 0.027889900879297227, -0.0974517840920797, 0.05673377766039481]
+      accelerations: [0.025276248269086116, 2.12263128846204e-14, 0.043851391579310575, 0.0077033969036972684, -0.04887610278443255, 0.008761123728028439]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 407678459
+    - 
+      positions: [0.4928006948475378, 0.38545683679985854, -0.7877463458979537, 2.7450300080937695, -2.9633804486372584, 2.180911695227571]
+      velocities: [0.09704003534871326, 0.26117162769316127, -0.19263624657135658, 0.027930168768335477, -0.09770744602553112, 0.056779812283442775]
+      accelerations: [0.025314122912125776, -2.1215589667685435e-14, 0.04381762913547391, 0.007690321676357147, -0.048859022606144074, 0.008837094705147444]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 412910189
+    - 
+      positions: [0.49330898553108016, 0.3868239071711861, -0.7887540762278464, 2.7451763104108364, -2.9638925552670665, 2.18120902311813]
+      velocities: [0.09714075587439724, 0.26117162769316127, -0.19239338425123556, 0.028029195526374652, -0.09799724703808721, 0.056758068433357275]
+      accelerations: [0.01317561869795304, 2.1208761378381366e-14, 0.048985199561981545, 0.030146621588190228, -0.06187897004910232, -0.017141772785520266]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 418144565
+    - 
+      positions: [0.4938177076237778, 0.38819116672389964, -0.7897606036032675, 2.7453234591231896, -2.96440642851898, 2.1815059223947064]
+      velocities: [0.09727351079629937, 0.2611716276931614, -0.1921642658083922, 0.02806933350278232, -0.0982528492562812, 0.05680491093066382]
+      accelerations: [0.03752614358948614, 1.0599016528686173e-14, 0.038532996706300705, -0.014803890475979796, -0.035759102850008745, 0.03502083751144947]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 423379665
+    - 
+      positions: [0.4943279040196339, 0.38955962093914753, -0.7907669530160981, 2.745470330157491, -2.964921732083464, 2.1818040421401217]
+      velocities: [0.09743847008418863, 0.2611716276931614, -0.19194875607730974, 0.028050633171140163, -0.0984744532771669, 0.05692040646900219]
+      accelerations: [0.025449263054138183, 0.0, 0.043733477819414716, 0.007657512760281993, -0.04883107842338304, 0.009077156934646701]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 428619339
+    - 
+      positions: [0.49483905824283897, 0.39092876879355937, -0.7917726109451586, 2.7456174860281095, -2.965438638480838, 2.182102562391291]
+      velocities: [0.09757193134046219, 0.26117162769316127, -0.19171962646159862, 0.028090726695367586, -0.09873033503260921, 0.05696816573538875]
+      accelerations: [0.025467497993617146, -3.175901721828688e-14, 0.043681709385026427, 0.007638560990707333, -0.04879030716354811, 0.00914345031107028]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 433861669
+    - 
+      positions: [0.49535117205189944, 0.39229861080571826, -0.7927775773677558, 2.7457649265895183, -2.965957148825943, 2.182401485463829]
+      velocities: [0.09770560975314674, 0.2611716276931611, -0.19149060616624072, 0.028130757237177978, -0.09898619420725482, 0.057016325440088306]
+      accelerations: [0.02550625877595169, -4.232389108805224e-14, 0.04364748615772912, 0.007625743008587617, -0.04877298802298395, 0.009220613731377995]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 439106657
+    - 
+      positions: [0.4958642478804855, 0.3936691477803641, -0.7937818519885836, 2.7459126518950847, -2.966477264988236, 2.1827008140403312]
+      velocities: [0.09780792310791656, 0.26117162769316116, -0.19124824158974824, 0.02822890866441906, -0.0992758700128775, 0.05699809869129277]
+      accelerations: [0.013493234504544507, 6.346525791379119e-14, 0.048730868827672344, 0.029781859809054793, -0.061637155611342934, -0.016163768678969768]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 444354306
+    - 
+      positions: [0.496377767842141, 0.39503987836509047, -0.794784926252972, 2.7460612183704134, -2.9669991523376273, 2.182999739692501]
+      velocities: [0.09794203104068011, 0.26117162769316127, -0.19101943808988897, 0.02826881179491398, -0.09953166802063454, 0.057047082973876354]
+      accelerations: [0.03759569247318889, -3.171652441813292e-14, 0.03844574248989222, -0.01456753355422776, -0.03582828776701582, 0.03481381290911294]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 449602696
+    - 
+      positions: [0.49689277368347573, 0.3964118072592634, -0.7957878170170573, 2.746209512926592, -2.967522484133491, 2.183299886894328]
+      velocities: [0.09810810342855511, 0.2611716276931614, -0.19080406104041925, 0.02825051686395785, -0.0997537882145407, 0.05716334528087183]
+      accelerations: [0.02564400805168105, 8.45189725429471e-14, 0.043561852568749296, 0.007593694886275249, -0.04874420704927785, 0.009464275976719833]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 454855674
+    - 
+      positions: [0.49740874955962944, 0.39778443377762995, -0.7967900147966612, 2.7463580925889812, -2.96804742810602, 2.183600448075035]
+      velocities: [0.09824292989726832, 0.2611716276931615, -0.19057525217740673, 0.028290377678548882, -0.10000986327559166, 0.05721326364406853]
+      accelerations: [0.025663235954733618, -5.279750795095661e-14, 0.043509737913606905, 0.007575057908578637, -0.04870333733220362, 0.009531783147556571]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 460111323
+    - 
+      positions: [0.4979256972631211, 0.39915775840068013, -0.79779151954794, 2.7465069572143337, -2.968573985362813, 2.183901425604661]
+      velocities: [0.09837797982497917, 0.2611716276931614, -0.19034655510961285, 0.028330176809281828, -0.10026591501353625, 0.05726359096115914]
+      accelerations: [0.025702911555866584, 2.1108264548766395e-14, 0.0434750610943881, 0.007562520369511664, -0.04868578942042575, 0.009610161267241537]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 465369646
+    - 
+      positions: [0.49844361926344044, 0.4005317818959358, -0.7987923309545147, 2.746656106858506, -2.969102157767339, 2.1842028222223604]
+      velocities: [0.09848186195829545, 0.26117162769316127, -0.19010467696394687, 0.02842756164534681, -0.10055551768887706, 0.057248816292898665]
+      accelerations: [0.013794050874397001, -5.2753458826681376e-14, 0.04848394402284381, 0.02945871916483763, -0.06141637927775109, -0.015223304392308304]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 470630644
+    - 
+      positions: [0.4989619974031883, 0.4019060024105793, -0.7997919436338393, 2.746806093425898, -2.9696321061603266, 2.1845038406140946]
+      velocities: [0.09861735379420758, 0.26117162769316116, -0.1898762017667107, 0.02846723606114905, -0.10081150658719745, 0.05729998517023167]
+      accelerations: [0.03769109361675127, 1.0545321251559986e-14, 0.038346513915652705, -0.014370015440842094, -0.03587408612342914, 0.034656415057300625]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 475892397
+    - 
+      positions: [0.4994818740720813, 0.4032814255296078, -0.8007913680344891, 2.746955812877915, -2.970163512835991, 2.1848060831911034]
+      velocities: [0.09878462540715076, 0.26117162769316105, -0.18966099521090293, 0.028449250135595756, -0.1010340814134543, 0.05741716501099298]
+      accelerations: [0.025843391010872543, -5.269012029818685e-14, 0.04338799568968358, 0.007531313363446364, -0.04865624101001558, 0.009857509772410964]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 481158754
+    - 
+      positions: [0.5000027331639877, 0.40465755007077464, -0.8017900978439867, 2.7471058177192678, -2.970696541002113, 2.185108753504701]
+      velocities: [0.09892084863047548, 0.26117162769316105, -0.18943252027889734, 0.02848888470600581, -0.1012903452266182, 0.05746928576448213]
+      accelerations: [0.02586360716733124, 5.266326211963087e-14, 0.043335513010049787, 0.007513004705520032, -0.04861524428791435, 0.009926235772883613]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 486427797
+    - 
+      positions: [0.5005245765048228, 0.40603437647466223, -0.8027881329977476, 2.747256107809119, -2.9712311917565364, 2.1854118539798884]
+      velocities: [0.09905730170783689, 0.26117162769316143, -0.18920415971184174, 0.028528458992556602, -0.10154658487892333, 0.057521824120886446]
+      accelerations: [0.02590422699064408, 8.421825433466673e-14, 0.0433003898210741, 0.007500771299623276, -0.04859747787477807, 0.01000585185482157]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 491699528
+    - 
+      positions: [0.5010474066003959, 0.4074119054701781, -0.8037854731582383, 2.747406683206271, -2.971767466955461, 2.1857153874135418]
+      velocities: [0.09916279658500746, 0.2611716276931615, -0.18896278530047017, 0.028625062936794572, -0.10183609466222004, 0.05751058139513267]
+      accelerations: [0.01410380487282532, -5.261915695609804e-14, 0.04823356181018364, 0.029130133795594003, -0.06118926495454329, -0.014265375328549513]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 496973948
+    - 
+      positions: [0.5015707052279745, 0.4087896349320117, -0.8047816163306062, 2.747558091079074, -2.972305522823472, 2.186018568076796]
+      velocities: [0.0992997043707069, 0.26117162769316143, -0.18873465167195347, 0.028664515480033362, -0.10209226987734182, 0.057563978663483784]
+      accelerations: [0.03778699048823763, 2.1036920501737223e-14, 0.038246279444992724, -0.014164035923241603, -0.03592403772849427, 0.03449392223971271]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 502249136
+    - 
+      positions: [0.5020955150112332, 0.4101685708710844, -0.8057775661242742, 2.747709236870553, -2.972845050860436, 2.1863229753798774]
+      velocities: [0.09946819527068441, 0.26117162769316143, -0.18851962490589852, 0.02864686652136049, -0.10231530985939638, 0.05768208375754724]
+      accelerations: [0.026047517841670302, -2.1022343374034355e-14, 0.04321190630671157, 0.00747047460812831, -0.04856718280323765, 0.010256954086039603]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 507528944
+    - 
+      positions: [0.5026213197875296, 0.41154821183549734, -0.8067728196143091, 2.7478606683496167, -2.9733862096636177, 2.1866278244669295]
+      velocities: [0.09960584760079295, 0.2611716276931615, -0.1882914972760485, 0.028686281926945494, -0.10257175777395064, 0.05773645105805365]
+      accelerations: [0.026068761233863393, 3.151740033136826e-14, 0.04315907128701416, 0.007452521038674177, -0.04852608042831312, 0.01032692732706323]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 512811451
+    - 
+      positions: [0.5031481214169731, 0.412928558224691, -0.8077673767152214, 2.748012385378409, -2.9739290003201493, 2.1869331178192226]
+      velocities: [0.0997437363912069, 0.2611716276931617, -0.18806348657710326, 0.028725638587914055, -0.10282818072626991, 0.05779124480928084]
+      accelerations: [0.026110355954337507, 5.250214941451488e-14, 0.04312350921068938, 0.007440616081604079, -0.048508106317168856, 0.010407806000221833]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 518096659
+    - 
+      positions: [0.5036759224422023, 0.41430961072751693, -0.8087612370682347, 2.748164388019159, -2.974473424677638, 2.187238858292541]
+      velocities: [0.09985086596971657, 0.26117162769316166, -0.1878226236630179, 0.028821489520079537, -0.10311760166950586, 0.05778356751214361]
+      accelerations: [0.01441392814513426, -6.298183089313518e-14, 0.04798342483584582, 0.028812011475501487, -0.060964920695157396, -0.013307880521264744]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 523384571
+    - 
+      positions: [0.504204204404478, 0.4156908668174891, -0.8097539019209592, 2.748317218887208, -2.975019634369853, 2.1875442716390587]
+      velocities: [0.0999892226094798, 0.2611716276931613, -0.18759484502621132, 0.028860727668664696, -0.10337395856502599, 0.057839237883139244]
+      accelerations: [0.037892226623234174, -6.294961066884301e-14, 0.03814139958600504, -0.013965259876911934, -0.035969120613170785, 0.03434446107404948]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 528673262
+    - 
+      positions: [0.5047340105038722, 0.4170733331845388, -0.8107463683341344, 2.748469792542516, -2.975567330047247, 2.187850914479541]
+      velocities: [0.10015897670382051, 0.2611716276931614, -0.18738001710400634, 0.02884340276566636, -0.10359745043066998, 0.05795832420445049]
+      accelerations: [0.026256557021615532, 7.339026153663345e-14, 0.04303363414310513, 0.007411304896448538, -0.04847710281652642, 0.010662740909511453]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 533966587
+    - 
+      positions: [0.5052648243511748, 0.4184565079783307, -0.8117381366247517, 2.748622652201353, -2.97611666572244, 2.1881580134472576]
+      velocities: [0.10029809148523194, 0.2611716276931614, -0.18715225020740184, 0.02888260676664796, -0.10385407787871942, 0.058014983186086756]
+      accelerations: [0.026278853206353304, -7.335267308685619e-14, 0.04298045022715719, 0.0073937295035018296, -0.04843589992942235, 0.010733983421724453]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 539262625
+    - 
+      positions: [0.5057966478410126, 0.41984039155568104, -0.8127292066864436, 2.7487757977292993, -2.976667642470312, 2.1884655710808194]
+      velocities: [0.10043744951211281, 0.26117162769316127, -0.18692460283632034, 0.028921753694550967, -0.10411067955663639, 0.058072077651874256]
+      accelerations: [0.0263214543629283, 4.189434087413104e-14, 0.04294445681977981, 0.007382177804367633, -0.04841772904893748, 0.010816150557808307]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 544561376
+    - 
+      positions: [0.5063294835533585, 0.42122498456389096, -0.8137195781390979, 2.7489292291925165, -2.9772202621284967, 2.1887735902961243]
+      velocities: [0.10104923347361303, 0.2624774858316271, -0.18761707709395178, 0.029162214020624227, -0.10492274575463945, 0.05835831876435102]
+      accelerations: [0.20548524503132423, 0.4950542430752938, -0.30566264334775184, 0.0837426884674058, -0.2592139036633021, 0.09764838875531183]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 549862844
+    - 
+      positions: [0.5068628138002508, 0.422609785089422, -0.8147087564518852, 2.7490834836165376, -2.9777746714316096, 2.18908130996877]
+      velocities: [0.10169300751558913, 0.26378334397009295, -0.18832144664831701, 0.029346342914779756, -0.1057030403375608, 0.058707391611461344]
+      accelerations: [0.03874415195982762, 4.227759091281836e-14, 0.038807552394975416, -0.01400145047044605, -0.03676193879597768, 0.03484159013460533]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 555112609
+    - 
+      positions: [0.5073976803488143, 0.4239957984694621, -0.8156977301771877, 2.7492374867542244, -2.9783305807964875, 2.189390260649752]
+      velocities: [0.101865710049787, 0.26378334397009306, -0.18810466130356146, 0.02932928812243297, -0.1059292855484698, 0.05882857516079118]
+      accelerations: [0.027002682080907756, 0.0, 0.04371452704909545, 0.007501729409822514, -0.04935856300940732, 0.011297584119038783]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 560366972
+    - 
+      positions: [0.5079335675860195, 0.42538252346767347, -0.8166860038547237, 2.7493917762311826, -2.9788881393378936, 2.1896996821023476]
+      velocities: [0.10200772760653348, 0.263783343970093, -0.18787499484057713, 0.02936867914537311, -0.10618865589119635, 0.058888161854267915]
+      accelerations: [0.027026573469925756, -2.111328391032413e-14, 0.04365996172016505, 0.007484224250678746, -0.049316487979765206, 0.011371601513102944]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 565624032
+    - 
+      positions: [0.5084704774428632, 0.42676996039739423, -0.8176735773566554, 2.74954635191736, -2.9794473481185983, 2.190009576924422]
+      velocities: [0.10214999800255752, 0.2637833439700928, -0.18764545164262864, 0.02940801438692322, -0.10644799952435079, 0.05894819776946404]
+      accelerations: [0.02707109107206632, -6.330734489075628e-14, 0.04362281282020629, 0.007472826739463748, -0.04929776281826245, 0.011456762417147607]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 570883792
+    - 
+      positions: [0.509008412537168, 0.4281581098628405, -0.8186604502814406, 2.7497012138833843, -2.980008208964837, 2.190319948093218]
+      velocities: [0.10226162911263541, 0.26378334397009273, -0.18740326129049356, 0.029503282835789135, -0.10674008360447654, 0.058947869906929934]
+      accelerations: [0.01536013829057377, 5.2738595700983194e-14, 0.04842925108253767, 0.028733727064859764, -0.06171688217791268, -0.011577551453629419]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 576146252
+    - 
+      positions: [0.5095468544022623, 0.42954646912023414, -0.8196461308738524, 2.74985689517144, -2.980570864117808, 2.190630045473098]
+      velocities: [0.1024043998821694, 0.26378334397009295, -0.18717396281806167, 0.029542505790028466, -0.10699935745625067, 0.05900882818414184]
+      accelerations: [0.03887586981052264, 3.16269088936726e-14, 0.038689251755912285, -0.013821055330636699, -0.036793886991233794, 0.03472517515739107]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 581409508
+    - 
+      positions: [0.5100868464687525, 0.43093604503481175, -0.8206316020715225, 2.7500123295148553, -2.9811350329403026, 2.190941377816694]
+      velocities: [0.10257848264189755, 0.263783343970093, -0.18695742222331801, 0.02952573308896976, -0.10722602122318203, 0.05913114246838953]
+      accelerations: [0.02722644629764608, -2.106995786686088e-14, 0.04352834169926605, 0.007445163141110198, -0.04926476743520853, 0.011724879285648193]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 586677377
+    - 
+      positions: [0.5106278723563695, 0.4323263355427373, -0.8216163711881367, 2.750168050556747, -2.9817008600617534, 2.191253195885373]
+      velocities: [0.10272204767043037, 0.26378334397009295, -0.1867281474887019, 0.029564928394901116, -0.10748556382999416, 0.05919313799055202]
+      accelerations: [0.02725145856729161, 1.0529564453804242e-14, 0.04347342195248916, 0.007428090126280601, -0.049222592695640964, 0.011800235505196134]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 591947954
+    - 
+      positions: [0.5111699340310046, 0.4337173409115126, -0.8226004380751107, 2.750324058171408, -2.9822683465291684, 2.191565502336385]
+      velocities: [0.10286587275025585, 0.26378334397009284, -0.18649899871184922, 0.029604069882553312, -0.10774507887937204, 0.05925559224259826]
+      accelerations: [0.027297070697474102, -7.366906686315934e-14, 0.043435849025838295, 0.0074171055259979095, -0.049203690289774546, 0.011886767711743346]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 597221241
+    - 
+      positions: [0.5117130341488393, 0.43510906170068553, -0.823583802309379, 2.7504803524344874, -2.9828374941559024, 2.191878300209567]
+      velocities: [0.10297932152801106, 0.26378334397009295, -0.18625738789206603, 0.029698493119413805, -0.10803698229019848, 0.05925916204638684]
+      accelerations: [0.015714346155877836, 1.1572704562925036e-13, 0.0481602654577981, 0.028376121823200227, -0.06145755546194487, -0.01052968118772241]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 602497241
+    - 
+      positions: [0.5122566551030047, 0.4365009959718783, -0.8245659764802602, 2.750637460736538, -2.9834084402232808, 2.192190852890709]
+      velocities: [0.10312366172279236, 0.26378334397009306, -0.18602848889899548, 0.029737526525172454, -0.10829642630321437, 0.05932255783003021]
+      accelerations: [0.03897717817038141, -7.360661582805536e-14, 0.038583137662029705, -0.013573681530853695, -0.03686470001467385, 0.034541830323649304]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 607774050
+    - 
+      positions: [0.512801838716506, 0.4378941488438118, -0.8255479347704536, 2.75079432813093, -2.98398091397378, 2.1925046422739647]
+      velocities: [0.10329906550325063, 0.26378334397009295, -0.1858121684297135, 0.029721219659566388, -0.10852361027452365, 0.05944584982606004]
+      accelerations: [0.027455655317219486, 5.2539633314228144e-14, 0.043339987736008244, 0.007390669944764839, -0.049170022745597834, 0.01215902825554286]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 613055478
+    - 
+      positions: [0.5133480694737662, 0.4392880190582091, -0.8265291888393907, 2.7509514826080563, -2.984555055077204, 2.1928189326488807]
+      velocities: [0.10344421458094634, 0.26378334397009306, -0.18558329941815, 0.02976022919876576, -0.1087833204692638, 0.059510302788379515]
+      accelerations: [0.02748188832165744, -1.0502519413632441e-14, 0.043284778452713515, 0.00737407523578586, -0.049127835654989495, 0.012235787433633984]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 618339626
+    - 
+      positions: [0.5138953493782674, 0.44068260683616817, -0.8275097385168124, 2.7511089240477853, -2.9851308645657904, 2.1931337267345055]
+      velocities: [0.10358963130886412, 0.26378334397009295, -0.18535455892391772, 0.029799187085615103, -0.10904300246991504, 0.059575224298521454]
+      accelerations: [0.027528630841328772, -5.2485574817858297e-14, 0.043246789784700534, 0.007363530781280586, -0.0491087683115366, 0.012323721771312444]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 623626494
+    - 
+      positions: [0.5144436811250667, 0.4420779126909313, -0.8284895833580257, 2.7512666525313736, -2.9857083442384784, 2.1934490276345446]
+      velocities: [0.10370482653543367, 0.26378334397009284, -0.18511349612846917, 0.029892969337414053, -0.10933482907622212, 0.05958254284101955]
+      accelerations: [0.016032658680805677, 2.0987208750406778e-14, 0.04790675262341779, 0.028095369896840607, -0.06123910709559801, -0.00955266472908436]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 628916085
+    - 
+      positions: [0.5149925461630824, 0.443473433815316, -0.829468238640993, 2.7514251916333547, -2.986287626857991, 2.1937641098364296]
+      velocities: [0.10385077314849267, 0.26378334397009306, -0.18488501079959735, 0.02993182354118361, -0.10959443834369742, 0.05964842534707297]
+      accelerations: [0.03912551142241232, 5.2441015167986247e-14, 0.0384573341659316, -0.013398785353116685, -0.03689287329022374, 0.03444325373535994]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 634206491
+    - 
+      positions: [0.5155429883125062, 0.4448701769238994, -0.8304466731072647, 2.751583494056371, -2.986868450653911, 2.194080433217345]
+      velocities: [0.10402764375086626, 0.26378334397009284, -0.1846689698928232, 0.02991579914644538, -0.10982202951315381, 0.059772942672188786]
+      accelerations: [0.027690623926286767, -1.152900564149856e-13, 0.04314962078959296, 0.00733842631117333, -0.04907454377324438, 0.012600258953588291]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 639501530
+    - 
+      positions: [0.5160944911255595, 0.44626763989174884, -0.831424401102881, 2.751742083975713, -2.987450950785597, 2.1943972731784642]
+      velocities: [0.10417441490893686, 0.26378334397009273, -0.1844405203818499, 0.029954633745433924, -0.11008190308709237, 0.05983990300081653]
+      accelerations: [0.027718043977912638, 5.237758025121511e-14, 0.04309407290642922, 0.0073223170539997206, -0.049032278971389266, 0.012678414176841015]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 644799298
+    - 
+      positions: [0.5166470566414928, 0.44766582289096774, -0.8324014224367536, 2.7519009612767587, -2.988035128266391, 2.194714632500604]
+      velocities: [0.10329296373291516, 0.2611845569816609, -0.18239847253228642, 0.029697733565278106, -0.10925338339680107, 0.05931680271459594]
+      accelerations: [-0.3566249483256588, -0.9705729024762435, 0.7200034908115553, -0.10319060623867927, 0.3579477828074278, -0.20790882135206884]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 650099796
+    - 
+      positions: [0.5172006875947516, 0.4490647263868121, -0.8333777366424655, 2.7520601260469846, -2.988620984879223, 2.195032514352634]
+      velocities: [0.1018736408943503, 0.25730564241900516, -0.1794545770016976, 0.02934720899820712, -0.10791578674857259, 0.05844735207129183]
+      accelerations: [-0.17083143348990001, -0.47086885386116867, 0.37372531137533926, -0.027301573774073412, 0.13946726804708454, -0.11504168068114991]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 655509620
+    - 
+      positions: [0.5177548661848943, 0.45046384840752957, -0.8343528632934133, 2.7522200963482155, -2.989208648412923, 2.195350206871291]
+      velocities: [0.10100724168388925, 0.25475806180099514, -0.17745742581330332, 0.029094526603064687, -0.10709850203246508, 0.057934199057526614]
+      accelerations: [-0.14631628454694226, -0.46135229742313194, 0.3571282625191449, -0.06495898044723847, 0.15947621090172373, -0.07294366789767492]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 660974396
+    - 
+      positions: [0.5183106348457356, 0.45186419385157545, -0.8353277624740187, 2.752379835928956, -2.9897978669954863, 2.19566914282689]
+      velocities: [0.10017778695452029, 0.2522357047534606, -0.1754941406592419, 0.02879133086588602, -0.1062560857645749, 0.05748095635083095]
+      accelerations: [-0.1539573365231214, -0.4519481457325354, 0.3537214072236212, -0.04492339558497344, 0.14560478478858713, -0.09106200250408167]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 666498646
+    - 
+      positions: [0.5188674778852844, 0.4532652614288838, -0.83630195282668, 2.7525398634506977, -2.9903887708123387, 2.195988611277196]
+      velocities: [0.09932645598608877, 0.24973832153807984, -0.1735406992439617, 0.028542880479431577, -0.10545023262111372, 0.056977653998068145]
+      accelerations: [-0.15105653158218654, -0.4428146698392018, 0.34616004555849306, -0.04409104520825167, 0.14311400641524089, -0.0892610286132056]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 672081015
+    - 
+      positions: [0.5194253973813475, 0.45466705126194756, -0.8372754341385072, 2.7527001788056373, -2.9909813608589206, 2.196308615067301]
+      velocities: [0.09848242800344839, 0.24726566488918783, -0.171608861877935, 0.02829648346269561, -0.1046498926653421, 0.056479141213416656]
+      accelerations: [-0.14819261217792123, -0.4338658052406145, 0.3387749986038548, -0.043268660140422306, 0.14064431082941245, -0.08748653596453106]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 677722115
+    - 
+      positions: [0.5199843961082781, 0.4560695637662989, -0.8382482059212477, 2.752860782088119, -2.99157563890051, 2.1966291574325605]
+      velocities: [0.09761790181424974, 0.24481748998929503, -0.16968720212959554, 0.02810168457717156, -0.10388412708329728, 0.05593440509096958]
+      accelerations: [-0.15510960406915247, -0.4251742291880761, 0.33549791350965175, -0.02517381976771847, 0.12810566012190544, -0.10356328217705645]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 683422563
+    - 
+      positions: [0.5205439564409344, 0.4574722973333824, -0.8392197915451839, 2.7530221864367865, -2.9921717278705966, 2.1969495394935405]
+      velocities: [0.09678828472044129, 0.24239355444484675, -0.16779786042059758, 0.027859346999971765, -0.10309470978417776, 0.05544534408035504]
+      accelerations: [-0.13308975236053908, -0.41658112160054034, 0.3206527230819061, -0.05880178125420244, 0.14592582752851577, -0.0664571059611622]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 689180923
+    - 
+      positions: [0.5211051205774875, 0.4588762559846275, -0.8401911434351278, 2.75318336546851, -2.9927693855519744, 2.197271168247901]
+      velocities: [0.09599367088415421, 0.23999361826222432, -0.1659404847399643, 0.02756949954749542, -0.1022817909438575, 0.05501197410073365]
+      accelerations: [-0.13990581545396769, -0.4080897733428918, 0.31756390649762095, -0.040886069138700284, 0.13346200158914415, -0.08236553596472425]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 695001946
+    - 
+      positions: [0.5216673730086079, 0.46028093879289594, -0.8411617840302446, 2.753344832921115, -2.993368737276888, 2.1975933457456986]
+      velocities: [0.09517847870257222, 0.2376174438239844, -0.1640925146550456, 0.027331233510024984, -0.10150347800443427, 0.05453227431174108]
+      accelerations: [-0.13726985711045292, -0.3998425984731493, 0.310773605289338, -0.04012734180794331, 0.13117306934992493, -0.08073886675823902]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 700884211
+    - 
+      positions: [0.5222307158504541, 0.46168634582910334, -0.842131713096038, 2.753506588694087, -2.993969784020474, 2.1979160748971895]
+      velocities: [0.09437027851086652, 0.2352647958653311, -0.16226499287877966, 0.027094943434819465, -0.10073052328232615, 0.05405712586889247]
+      accelerations: [-0.1346675396924658, -0.3917621358198855, 0.30414170992081585, -0.03937778690015771, 0.12890403478265197, -0.07913605065917263]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 706828363
+    - 
+      positions: [0.5227951519178021, 0.4630924774572714, -0.8431009301223141, 2.7536686328893087, -2.994572527528649, 2.198239359005559]
+      velocities: [0.09354276770235101, 0.23293544145082273, -0.1604471747437783, 0.026907322077255054, -0.09999032234842797, 0.053539185671932776]
+      accelerations: [-0.1408477742622385, -0.3839138420744913, 0.30117622786333637, -0.023180257233538518, 0.1176283462503651, -0.09325664843000495]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 712835051
+    - 
+      positions: [0.523360163155458, 0.4644988319383185, -0.8440689617650082, 2.7538314743251533, -2.995177085988334, 2.19856251152285]
+      velocities: [0.09274836445691734, 0.23062914995130945, -0.15865987491729672, 0.026674938215897476, -0.09922798200593269, 0.0530730189866158]
+      accelerations: [-0.12104783102562987, -0.37615464751675376, 0.28788984255523, -0.05324344662002786, 0.13351430623355218, -0.060537704493512604]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 718902768
+    - 
+      positions: [0.5239267927366138, 0.4659064133985604, -0.8450367538122318, 2.7539940952826725, -2.9957832266128204, 2.1988869149820514]
+      velocities: [0.09198715819821282, 0.2283456930210986, -0.15690275991084418, 0.02639781885615361, -0.09844364374913989, 0.05265864160134213]
+      accelerations: [-0.12713780407163663, -0.3684875077605623, 0.285094113627166, -0.03720639840036658, 0.1223063812543857, -0.07451024415735825]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 725036508
+    - 
+      positions: [0.5244945247316042, 0.467314720780378, -0.8460038319875951, 2.754157005179573, -2.9963910699922587, 2.1992118837744212]
+      velocities: [0.09120656414529939, 0.22608484457534542, -0.15515461737396763, 0.026169351442466463, -0.09769208587614103, 0.05220137195771761]
+      accelerations: [-0.12474254583281531, -0.36104069727474875, 0.27899646357502533, -0.036514907602499674, 0.12020357468460952, -0.07304085240518667]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 731234781
+    - 
+      positions: [0.5250633612946883, 0.46872375410107525, -0.8469701960352047, 2.7543202039231156, -2.9970006170789754, 2.199537420876261]
+      velocities: [0.09043266425315494, 0.22384638076766866, -0.15342582870388488, 0.025942785105804285, -0.09694573340251285, 0.051748427674254305]
+      accelerations: [-0.12237794966102103, -0.3537444329193406, 0.2730411359322188, -0.03583185027879382, 0.11811949504496982, -0.07159293805492446]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 737498264
+    - 
+      positions: [0.525633305281579, 0.4701335136713298, -0.84793584542282, 2.754483691623428, -2.9976118695977574, 2.199863529659951]
+      velocities: [0.08964062700754094, 0.22163007996798872, -0.1517063117166122, 0.025762024636068914, -0.0962303477349071, 0.051256005627694834]
+      accelerations: [-0.12788266980586346, -0.3466575193368469, 0.2703512768677937, -0.021364051469242282, 0.1079990936822569, -0.08395206973852355]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 743827642
+    - 
+      positions: [0.5262038393561216, 0.47154349882511465, -0.8489003111758199, 2.754647971667444, -2.9982249407046657, 2.2001895375926597]
+      velocities: [0.08887993644653236, 0.21943572274058307, -0.15001559165142464, 0.025539216380843832, -0.0954943061175079, 0.05081159735350048]
+      accelerations: [-0.11011180414669475, -0.33965137738628404, 0.25847357523139164, -0.04817758030986389, 0.12211966274650231, -0.05518454369870233]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 750221337
+    - 
+      positions: [0.5267760053730809, 0.4729547113821349, -0.8498645302762703, 2.754812037225788, -2.9988396076106594, 2.2005167993805435]
+      velocities: [0.08771614578039619, 0.2161928830059348, -0.1476230463582893, 0.02514980927351938, -0.0942705449412432, 0.05016672225600704]
+      accelerations: [-0.24804797488678015, -0.6588514579483761, 0.4783375077150531, -0.07183958661403848, 0.25459459297834036, -0.14318697694783553]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 756684590
+    - 
+      positions: [0.5273492881267902, 0.4743666513557949, -0.8508280328180503, 2.754976392283514, -2.9994559858736616, 2.200844643437906]
+      velocities: [0.08611124669337697, 0.2119330291206103, -0.14453220563592328, 0.024684997354167074, -0.09262232517796287, 0.04924051345431063]
+      accelerations: [-0.23858441207553888, -0.6328172055368032, 0.4588700424632914, -0.06909919775497438, 0.2451703426093811, -0.13765581500447815]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 763281153
+    - 
+      positions: [0.527923689811696, 0.4757793187087376, -0.8517908185231581, 2.755141036756857, -3.000074076423251, 2.2011730728092838]
+      velocities: [0.08453578063881384, 0.20775711118577633, -0.14150596647542435, 0.024228707969303865, -0.0910024328737248, 0.048331737681280684]
+      accelerations: [-0.22946963315371166, -0.6078117999231074, 0.44020492179894405, -0.06645947699965056, 0.2360793974209768, -0.13233237868907388]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 770013773
+    - 
+      positions: [0.5284992133249652, 0.47719271369639704, -0.8527528868371879, 2.7553059707649274, -3.000693880961257, 2.201502090937646]
+      velocities: [0.08296666500832477, 0.20366347533161117, -0.13853405691561804, 0.023820584947177398, -0.08943375981786206, 0.04740107480459894]
+      accelerations: [-0.2272501308943946, -0.5838990457883971, 0.4249355979764282, -0.05246790757480148, 0.2206452581795312, -0.13847854426190365]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 776885257
+    - 
+      positions: [0.5290753405421208, 0.4786063353849071, -0.8537137718472224, 2.7554716937304558, -3.001315507904394, 2.201831037497061]
+      velocities: [0.08144844691959657, 0.19965050027606213, -0.13563300264131928, 0.023380879688605326, -0.0878690912243224, 0.046526183547970175]
+      accelerations: [-0.2059584067953197, -0.5608247676124295, 0.4026636095325019, -0.07272785484181131, 0.22554344597076087, -0.11131508837960172]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 783895982
+    - 
+      positions: [0.5296531150117167, 0.4800211859626545, -0.8546744043463084, 2.755637206780308, -3.0019387438683536, 2.2021612429857815]
+      velocities: [0.07998073280417495, 0.19571659668273894, -0.13280141510515606, 0.02290947869415634, -0.08630811216729273, 0.045706795360711025]
+      accelerations: [-0.20415174811941564, -0.5385697954404245, 0.3886498177679681, -0.05912554735914651, 0.21075931403291961, -0.1175644623443019]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 791053839
+    - 
+      positions: [0.5302320207507477, 0.4814367651746373, -0.8556343174881901, 2.7558030099357995, -3.0025636996767564, 2.202492048035824]
+      velocities: [0.07851788941142127, 0.19186020653145677, -0.13002022142965808, 0.022485819800140118, -0.08479706559982303, 0.04486458487905829]
+      accelerations: [-0.19636384353356068, -0.5172886756659566, 0.3728305684604196, -0.05686910239932793, 0.2029515301822673, -0.11302702296865773]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 798359330
+    - 
+      positions: [0.530812059992385, 0.482853072926192, -0.8565935109734248, 2.7559691031223412, -3.003190376232483, 2.202823455760205]
+      velocities: [0.07708186752096866, 0.18807980250118284, -0.1272971725546792, 0.02206993660890917, -0.08331203407458437, 0.0440381979333891]
+      accelerations: [-0.18886300255096355, -0.4968485738130979, 0.3576634230214312, -0.05469562263813633, 0.19542032430119025, -0.10865983413290638]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 805815496
+    - 
+      positions: [0.5313932356757612, 0.48427010941556636, -0.8575519842253323, 2.7561354864688, -3.00381877521251, 2.203155469673898]
+      velocities: [0.07528095360824641, 0.18347022713380914, -0.12401270639482986, 0.021590723306323965, -0.0814716510466403, 0.04298138407433967]
+      accelerations: [-0.2820536829486381, -0.7088337143702603, 0.5015137246556616, -0.0707235381327932, 0.2858773975795346, -0.1676297715530316]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 813425445
+    - 
+      positions: [0.5319750300736724, 0.48568737469663753, -0.8585092755041916, 2.756302654302886, -3.004449000016768, 2.2034874433540614]
+      velocities: [0.07317196747628915, 0.17807439489412247, -0.12021290755395322, 0.020982464093086826, -0.07925205782622029, 0.041771600563905165]
+      accelerations: [-0.2560059264144735, -0.6674066752624598, 0.467718650716683, -0.0841420801041319, 0.28007296432479933, -0.1411933744272787]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 821267249
+    - 
+      positions: [0.5325584860621227, 0.4871058688107169, -0.8594663071892122, 2.7564696179726136, -3.005080847218938, 2.203820679703992]
+      velocities: [0.07114228054284001, 0.17283725328241217, -0.11653724265655165, 0.020356076699512796, -0.07707196517855944, 0.040630121580327874]
+      accelerations: [-0.2460716034646497, -0.6282950270208553, 0.4416429250023886, -0.0709599358689591, 0.25936325375138375, -0.1410871548170345]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 829353673
+    - 
+      positions: [0.5331430880614261, 0.4885250924877969, -0.8604226166076179, 2.7566368724033463, -3.0057144226247994, 2.2041545332677317]
+      velocities: [0.06881260569023986, 0.16693606341188227, -0.11241586690446428, 0.019685083483344197, -0.07460510944553374, 0.039295354142505456]
+      accelerations: [-0.31018868861396975, -0.7809152076839301, 0.5426448295533443, -0.08925722292513599, 0.32961024057149635, -0.17762102767806676]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 837689409
+    - 
+      positions: [0.5337288383456166, 0.48994504557478497, -0.8613782034377789, 2.756804417530954, -3.0063497271105506, 2.204489007229042]
+      velocities: [0.0662234604205762, 0.16042227572415585, -0.10789230550034949, 0.01894010402042382, -0.0718526100903911, 0.037812939882934375]
+      accelerations: [-0.2867116441783978, -0.7207917026923811, 0.500242797310106, -0.08249023190348093, 0.30494378508725317, -0.16413495144703427]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 846368067
+    - 
+      positions: [0.534315739896306, 0.49136572821074087, -0.8623330670806235, 2.7569722534948666, -3.0069867623263593, 2.2048241051763435]
+      velocities: [0.06340581771399323, 0.15341465814500654, -0.10304213022844425, 0.018163709704596936, -0.06888212248365776, 0.03618272893040092]
+      accelerations: [-0.3340737169006724, -0.823473960019972, 0.5686484544018638, -0.08871980623183565, 0.34963495492343444, -0.19495715507544695]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 855403753
+    - 
+      positions: [0.5349032745238952, 0.49278664074117956, -0.8632867492645835, 2.7571408703532967, -3.007625626791781, 2.205159193671086]
+      velocities: [0.060415275184919806, 0.14596878320089296, -0.0979161215961008, 0.017304557082553237, -0.06568403417678201, 0.0344722068984099]
+      accelerations: [-0.29608438529620995, -0.7450911369955799, 0.5112935632118764, -0.09196246520017888, 0.3238827698187799, -0.16566886464059957]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 864901886
+    - 
+      positions: [0.5354924861504223, 0.49420878244626243, -0.8642401653658266, 2.7573092880261947, -3.0082661267574657, 2.2054955498624738]
+      velocities: [0.057304224119203315, 0.13821384244183843, -0.09260251434856522, 0.016377686207869162, -0.062314664059882466, 0.03271128047649932]
+      accelerations: [-0.3239241809196333, -0.8007893165225168, 0.5479694587790381, -0.09295843011121585, 0.3477804468172619, -0.18516639939893742]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 874893156
+    - 
+      positions: [0.5360828587432501, 0.49563165434539125, -0.8651928561785215, 2.757477997169438, -3.0089083631510793, 2.2058325412895674]
+      velocities: [0.0538019519164471, 0.12957835440992993, -0.08670647456686406, 0.01537303358126263, -0.05854913857156539, 0.03070964826781858]
+      accelerations: [-0.33351711324974664, -0.8203841301131051, 0.5589937183816804, -0.09563588530425843, 0.3590472374427412, -0.1905792789550511]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 885504536
+    - 
+      positions: [0.5366743946166719, 0.49705525622469454, -0.866144821359171, 2.7576469977298808, -3.009552336819055, 2.2061701712076314]
+      velocities: [0.05001487579611705, 0.12028258214451601, -0.08038394361709365, 0.014287456898863321, -0.05446756075480268, 0.028545950813880117]
+      accelerations: [-0.3294530604158381, -0.8070707735162171, 0.54799491029059, -0.09440883240704756, 0.35544931758008463, -0.1882023128316137]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 896887208
+    - 
+      positions: [0.5372670967952865, 0.49847958816198557, -0.867096060286196, 2.75781628985836, -3.010198049382723, 2.2065084432799993]
+      velocities: [0.04580586455667536, 0.11002813300477479, -0.0734332036072403, 0.013105147261412094, -0.04994401414989709, 0.026129961147185077]
+      accelerations: [-0.3476228987574261, -0.8428769130512556, 0.5704650321002022, -0.09594267518535501, 0.37234276960338086, -0.2003638843898463]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 909219331
+    - 
+      positions: [0.537860446921256, 0.49990415121525544, -0.8680461184775873, 2.7579863590713067, -3.010845594389535, 2.2068467375961633]
+      velocities: [0.04095287634575196, 0.09823163589294151, -0.06547664595712033, 0.011716252442286253, -0.04468700060593032, 0.02335890508696]
+      accelerations: [-0.35653421270475205, -0.8685360496038543, 0.5840706795864968, -0.10519561119520351, 0.3899765896393469, -0.20191411923978392]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 922843878
+    - 
+      positions: [0.5384554893767509, 0.5013299430562824, -0.8689959036629145, 2.758156234407982, -3.0114947879458165, 2.207186304468279]
+      velocities: [0.04102809243357948, 0.09823163589294157, -0.06539205810559133, 0.011711284898691759, -0.04477871016474748, 0.023412444570227522]
+      accelerations: [0.3666238101413212, 0.8679778546784093, -0.5720908771643419, 0.10444651673804456, -0.4023073986907051, 0.20912932096897763]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 938357684
+    - 
+      positions: [0.5390517079690169, 0.5027564654136647, -0.8699449604252681, 2.758326401982126, -3.012145726007321, 2.207526524973905]
+      velocities: [0.04602186830623965, 0.11002813300477482, -0.0731519113774326, 0.013133378437570719, -0.05026420012912963, 0.02626085308950544]
+      accelerations: [0.35712194041181444, 0.8414496876244971, -0.5522508417649493, 0.10165179295297615, -0.3927527812404591, 0.20368804905907126]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 952000970
+    - 
+      positions: [0.5396491050535478, 0.504183718011019, -0.8708932883989893, 2.758496861752588, -3.012798409389297, 2.20786740244145]
+      velocities: [0.05038436043319992, 0.12028258214451602, -0.07986772639504408, 0.014374584580804409, -0.05506716571993839, 0.028748951755935587]
+      accelerations: [0.34340739247202445, 0.8050232682582343, -0.5259429852711126, 0.09765704262747568, -0.37854780176532515, 0.1958503271029767]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 964358381
+    - 
+      positions: [0.5402476836984346, 0.505611700862802, -0.8718408869398757, 2.7586676138824924, -3.013452839682146, 2.208208940610652]
+      velocities: [0.05324529216071763, 0.12696229629465292, -0.08419102900903208, 0.015215243227019748, -0.058263551136058474, 0.030366196226811283]
+      accelerations: [0.14573209350545316, 0.3368383577088471, -0.21282474843605437, 0.046256097904134055, -0.16823501974646576, 0.08055559021562006]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 975776082
+    - 
+      positions: [0.540846925450714, 0.5070399159599219, -0.8727873054838716, 2.7588391392867084, -3.0141091054151596, 2.2085505333531126]
+      velocities: [0.05204628501242069, 0.12392726466607706, -0.08207589768244136, 0.014869402565058663, -0.056990328921051374, 0.029681203527668072]
+      accelerations: [-0.34963508273286925, -0.853800688687093, 0.5736632279232388, -0.10496102245963954, 0.38441185929905436, -0.1971149037079796]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 986859792
+    - 
+      positions: [0.5414478750082682, 0.5084693589190181, -0.873733443856674, 2.7590104762461154, -3.014767032636832, 2.2088934036401966]
+      velocities: [0.04791844373461967, 0.11390072942528817, -0.07534387765172754, 0.013660271436339702, -0.05247876052830554, 0.027339468076904117]
+      accelerations: [-0.3353420855335286, -0.8103819120497682, 0.5437359731718683, -0.09589165735272136, 0.36442759848196915, -0.19137339767146333]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 998872180
+    - 
+      positions: [0.5420500160909076, 0.5098995323975326, -0.8746788505588846, 2.7591821062724287, -3.0154267122838476, 2.2092369463421564]
+      velocities: [0.04326137273207337, 0.10268106974610505, -0.0678356552629817, 0.012329320203828579, -0.04741030421520189, 0.02468195656297641]
+      accelerations: [-0.36447849609819, -0.8758520423540291, 0.5848388955599939, -0.10411649955151454, 0.3971581635062675, -0.20797367709212475]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  12016667
+    - 
+      positions: [0.5426533510959693, 0.5113304360546705, -0.8756235252025009, 2.759354029337454, -3.0160881451384736, 2.2095811648620454]
+      velocities: [0.03774284486926554, 0.08945243099751753, -0.05902106197902521, 0.01075361883995733, -0.04138999877800929, 0.021533192597156352]
+      accelerations: [-0.36895396042543904, -0.8825652404001055, 0.5870039243870823, -0.10530616908990405, 0.40290166595865085, -0.210509760205001]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  26835765
+    - 
+      positions: [0.5432578831355382, 0.5127620698393612, -0.8765674671205788, 2.7595262456175242, -3.0167513327580147, 2.2099260630175204]
+      velocities: [0.030835244542364887, 0.07299252366259054, -0.04809770183356318, 0.008796998026795164, -0.03385137807849419, 0.017585496622800404]
+      accelerations: [-0.394840364474058, -0.9381106878302392, 0.6215101732614243, -0.11119694104106641, 0.43071332458554096, -0.2259320295235562]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  44221189
+    - 
+      positions: [0.5438630939932019, 0.5141939371539238, -0.8775102300189321, 2.759699231132726, -3.017416358569565, 2.2102710490014768]
+      velocities: [0.01881344413834433, 0.04448549872056616, -0.029280239978688963, 0.0053714199665984, -0.020670901110016335, 0.010726806881259604]
+      accelerations: [-0.4089845814066372, -0.9688905125402647, 0.638421672687419, -0.11720066084151667, 0.4495038327511529, -0.23299769081285865]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  66721290
+    - 
+      positions: [0.5444700280217223, 0.5156270305970434, -0.8784527051147341, 2.7598720339950487, -3.0180830587268854, 2.210617317370873]
+      velocities: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
+      accelerations: [-0.37930324409505406, -0.8956113292770032, 0.5889995362229764, -0.1079930984057799, 0.41665406885619305, -0.2164003164557405]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 123292108
+multi_dof_joint_trajectory: 
+  header: 
+    seq: 0
+    stamp: 
+      secs: 0
+      nsecs:         0
+    frame_id: ''
+  joint_names: []
+  points: []

+ 23096 - 0
catkin_ws/src/lstrobot_planning/date/plan1.txt

@@ -0,0 +1,23096 @@
+joint_trajectory: 
+  header: 
+    seq: 0
+    stamp: 
+      secs: 0
+      nsecs:         0
+    frame_id: "base_link"
+  joint_names: 
+    - joint1
+    - joint2
+    - joint3
+    - joint4
+    - joint5
+    - joint6
+  points: 
+    - 
+      positions: [1.1464613984820697, -0.8285714033361316, -0.0161483435250168, 1.5294937296154147, -2.5691213095261225, -0.7880968130168696]
+      velocities: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
+      accelerations: [-0.1283308881314261, 0.0, 0.0, 0.0, 0.0, 0.0]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:         0
+    - 
+      positions: [1.1462507618504345, -0.8277938618960784, -0.017428501680724573, 1.5293503167553226, -2.569297916892875, -0.7866714206503089]
+      velocities: [-0.006556286426147267, 0.024150599741519656, -0.03975091074318073, -0.0044336272721135295, -0.005473413777771444, 0.04426916439317859]
+      accelerations: [-0.14460790967754786, 0.5312332515652678, -0.8740761267766117, -0.09693806569887047, -0.12005704445157049, 0.9736672769236889]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:  57294950
+    - 
+      positions: [1.1460397036965082, -0.8270170545638599, -0.018706956017961088, 1.5292079700320396, -2.5694738185681065, -0.7852475449634875]
+      velocities: [-0.010904087347531606, 0.04008832988661973, -0.06596690562595825, -0.007327968237384621, -0.009067070017883896, 0.07347785758226419]
+      accelerations: [-0.14883731771747793, 0.543282356786212, -0.8931414833114916, -0.09772382280998455, -0.12194655616293354, 0.9954808860487656]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:  79661769
+    - 
+      positions: [1.1458283638051154, -0.8262407328682891, -0.019984280228266624, 1.5290663290351416, -2.569649247967729, -0.7838246764169724]
+      velocities: [-0.01345562418286507, 0.049374763870657645, -0.08122759673991095, -0.008987364254496637, -0.011144976899630656, 0.09049165927016159]
+      accelerations: [-0.13701101798075868, 0.49668495774882643, -0.81578372698932, -0.08794914843546314, -0.11065904986896431, 0.9098262511811956]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:  96743940
+    - 
+      positions: [1.1456167418127992, -0.8254648950070327, -0.021260477042539843, 1.5289253914629855, -2.5698242043859127, -0.7824028131567305]
+      velocities: [-0.015479431471296446, 0.05669111820068096, -0.09323990900136364, -0.010274669645091071, -0.012770059639284286, 0.10389207397960762]
+      accelerations: [-0.1369430488561422, 0.4934899516877007, -0.8098826648797042, -0.08618630417700202, -0.10922382098236058, 0.9037311669418651]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 111299120
+    - 
+      positions: [1.1454048373062833, -0.8246895388924605, -0.022535549633247186, 1.5287851545764797, -2.569998686901298, -0.7809819530071102]
+      velocities: [-0.017208608707754935, 0.06290185179344857, -0.10342796070456445, -0.01135099328838448, -0.014139579466903106, 0.11526409999848934]
+      accelerations: [-0.12780328908305466, 0.45722448741065175, -0.7496230119273265, -0.07849866501376224, -0.10037147590094739, 0.8370380451523641]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 124204724
+    - 
+      positions: [1.145192649871659, -0.8239146624452994, -0.023809501158030294, 1.5286456156433628, -2.570172694596774, -0.7795620938038375]
+      velocities: [-0.018668146661784082, 0.06810442647973736, -0.11195333819968831, -0.012236448159635663, -0.015276887337617614, 0.12478677901505739]
+      accelerations: [-0.1177528123429875, 0.4179286499965231, -0.6844449901406592, -0.07039109445304925, -0.09090583073881002, 0.7648109741437168]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 135994458
+    - 
+      positions: [1.1449801790944028, -0.8231402635944501, -0.025082334760010358, 1.5285067719384184, -2.5703462265593084, -0.7781432333935997]
+      velocities: [-0.019956224150983963, 0.07266207274904488, -0.11941424258111896, -0.012998384599557884, -0.01626466146874079, 0.13312602918697783]
+      accelerations: [-0.11582503346913123, 0.4084604537799777, -0.6683409028049008, -0.06772715656296138, -0.08817433755160965, 0.7472479524634823]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 146981305
+    - 
+      positions: [1.1447674245594497, -0.8223663402772056, -0.026354053567430896, 1.528368620744127, -2.570519281880405, -0.7767253696329717]
+      velocities: [-0.021230803716745746, 0.07715248662832327, -0.12676062476861372, -0.01374121170566116, -0.01723280786956003, 0.14134044036087062]
+      accelerations: [-0.13091467671082938, 0.46079197387934956, -0.7537628168689402, -0.0760591628019933, -0.09923222384994353, 0.8428916543487018]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 157322347
+    - 
+      positions: [1.1445543858510985, -0.821592890438864, -0.02762466069429668, 1.5282311593497737, -2.5706918596554784, -0.7753085003896445]
+      velocities: [-0.022471479325711276, 0.08150274817421621, -0.13387294520117088, -0.014452476493453038, -0.01816531813699896, 0.149296500714331]
+      accelerations: [-0.12296921439792463, 0.42931688599225265, -0.701468823594454, -0.06943175616530807, -0.09154283813467647, 0.7849918681889511]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 167055561
+    - 
+      positions: [1.1443410625529906, -0.8208199120326052, -0.028894159240582723, 1.5280943850512374, -2.5708639589837152, -0.7738926235426227]
+      velocities: [-0.023549712630013195, 0.08524800120621154, -0.13998794369940767, -0.015050322982251505, -0.018958895493451255, 0.1561427761738986]
+      accelerations: [-0.10907419259830023, 0.3765857817571922, -0.6143312855053575, -0.059170528403516755, -0.07919200882534254, 0.6881784312597634]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 176308300
+    - 
+      positions: [1.1441274542481683, -0.8200474030196457, -0.030162552291976858, 1.5279582951514759, -2.571035578968416, -0.7724777369814138]
+      velocities: [-0.024560034581335436, 0.08873283950771269, -0.1456720155652579, -0.015596584366519773, -0.019690752701897525, 0.1625106170591844]
+      accelerations: [-0.11847137869084115, 0.40825739488062024, -0.6658120071555251, -0.06385078041731376, -0.08562998961153304, 0.7459627591669572]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 185192257
+    - 
+      positions: [1.1439135605191644, -0.8192753613695275, -0.03142984291940947, 1.5278228869613546, -2.5712067187175704, -0.771063838604701]
+      velocities: [-0.025484199866483745, 0.09189380191955346, -0.15082152134072585, -0.016081119646702263, -0.02034740412727294, 0.16828399014208842]
+      accelerations: [-0.09722919555011833, 0.32940166829628587, -0.5358778394819941, -0.049176686703982946, -0.0675798371956246, 0.6013315937672965]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 193722146
+    - 
+      positions: [1.1436993809477585, -0.8185037850591849, -0.03269603418059193, 1.5276881577973678, -2.571377377342279, -0.7696509263236071]
+      velocities: [-0.026314292723194625, 0.09470339296712167, -0.15539156425887132, -0.016499562831749706, -0.020923008713443, 0.17341261640448863]
+      accelerations: [-0.10352327859918346, 0.3500696083109139, -0.5693385597617211, -0.05201591058352037, -0.07162137038966815, 0.6389736675792749]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 201993989
+    - 
+      positions: [1.1434849151152104, -0.8177326720737447, -0.03396112911869972, 1.5275541049837664, -2.5715475539582306, -0.7682389980584609]
+      velocities: [-0.027171383923469964, 0.0975989436985041, -0.1601000840474793, -0.01692877419170239, -0.02151457748599377, 0.17869742385358553]
+      accelerations: [-0.11022448120449292, 0.3720339462910797, -0.6048876018215111, -0.055018578287239606, -0.07590316347681757, 0.6789704947484849]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 210015607
+    - 
+      positions: [1.1432701626021282, -0.8169620204060004, -0.0352251307632428, 1.5274207258513126, -2.5717172476848438, -0.7668280517405283]
+      velocities: [-0.028056350428690584, 0.10058308585920504, -0.164951276694202, -0.017369027706274937, -0.02212254266845887, 0.18414316516483703]
+      accelerations: [-0.11735911730635291, 0.3953759769511898, -0.6426552417273593, -0.058194066433418026, -0.08043941029506718, 0.7214692999329103]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 217794582
+    - 
+      positions: [1.143055122988504, -0.8161918280564999, -0.036488042129920885, 1.527288017737594, -2.571886457645488, -0.7654180853114577]
+      velocities: [-0.028824383388577714, 0.1031376435819758, -0.16909557494762864, -0.0177312514620794, -0.02263316954564083, 0.18880125935389996]
+      accelerations: [-0.08530988496321197, 0.2785908584075246, -0.4506993449779329, -0.03731540764275798, -0.05424204414786116, 0.5074581344126348]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 225338267
+    - 
+      positions: [1.1428397958537124, -0.8154220930334972, -0.03774986622070735, 1.5271559779869892, -2.572055182967459, -0.7640090967232278]
+      velocities: [-0.029468416618809952, 0.105238872849992, -0.1724943960040759, -0.018011996820795274, -0.023041631531612573, 0.1926283700871369]
+      accelerations: [-0.0890397540802454, 0.29023860853128364, -0.46940329043252815, -0.038683980703216665, -0.05633199750185246, 0.5285885022578735]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 232726944
+    - 
+      positions: [1.14262418077653, -0.8146528133529697, -0.0390106060238211, 1.5270246039508102, -2.572223422782084, -0.7626010839378458]
+      velocities: [-0.030126795896968595, 0.10738297484657341, -0.1759615333637577, -0.018297057655818315, -0.02345711145315329, 0.19653292851907075]
+      accelerations: [-0.09293243593831399, 0.30237303774088287, -0.4888826520315553, -0.04010239900887123, -0.058501246119462454, 0.5505974837722954]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 239963811
+    - 
+      positions: [1.1424082773350759, -0.8138839870383727, -0.04027026451413412, 1.5268938929867504, -2.572391176224339, -0.7611940449280664]
+      velocities: [-0.03079983998040547, 0.10957082566008147, -0.17949836018436915, -0.01858649821557942, -0.023879721694223227, 0.20051649948685524]
+      accelerations: [-0.09699502698022305, 0.3150144700924766, -0.5091695464935334, -0.04157245300410222, -0.06075275415423526, 0.5735215945318158]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 247051999
+    - 
+      positions: [1.1421920851068865, -0.8131156121208567, -0.04152884465281572, 1.526763842459543, -2.572558442433309, -0.7597879776763198]
+      velocities: [-0.03148787469415387, 0.11180331930925427, -0.1831062772240752, -0.01888038362957571, -0.024309576273463123, 0.20458067950606068]
+      accelerations: [-0.1012349326245814, 0.3281840780654973, -0.530297419730065, -0.04309600920118385, -0.06308958378190134, 0.5973988368938696]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 253994573
+    - 
+      positions: [1.1419756036689148, -0.8123476866392223, -0.04278634938740579, 1.5266344497409359, -2.572725220552164, -0.7583828801746713]
+      velocities: [-0.03219123308719976, 0.11408136811013947, -0.18678671339627934, -0.019178780062000883, -0.024746790746074394, 0.20872709707978004]
+      accelerations: [-0.1056598804658975, 0.341903917608751, -0.5523011015348142, -0.04467503033863528, -0.06551488483916086, 0.6222687217746531]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 260794535
+    - 
+      positions: [1.1417588325973793, -0.8115802086393372, -0.04404278165278347, 1.526505712208263, -2.5728915097271936, -0.7569787504268052]
+      velocities: [-0.03291025559258199, 0.11640590305157308, -0.19054112633554415, -0.01948175460890637, -0.02519148231686419, 0.21295741361866216]
+      accelerations: [-0.11027793461442123, 0.35619696561762787, -0.5752168630219919, -0.04631148600807674, -0.06803197371117613, 0.6481725470663917]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 267454827
+    - 
+      positions: [1.1415417714679494, -0.8108131761747599, -0.04529814437013648, 1.5263776272461547, -2.5730573091089752, -0.7555755864454352]
+      velocities: [-0.033476889921224245, 0.11818393438254263, -0.1933991960692668, -0.01969064082857365, -0.02551569154235525, 0.21618692376075155]
+      accelerations: [-0.06262318045593958, 0.18618430075095374, -0.2965834512262141, -0.017337235033852844, -0.03081760150926844, 0.3369573687953365]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 273978326
+    - 
+      positions: [1.1413244198556707, -0.8100465873064272, -0.046552440447478326, 1.526250192245811, -2.573222617851875, -0.7541733862532777]
+      velocities: [-0.03388567478651547, 0.11939822583536983, -0.19533318802995972, -0.019803384814153467, -0.02571623678249621, 0.21838429805695853]
+      accelerations: [-0.06406865783557483, 0.19015080124725897, -0.30280182047648774, -0.017604008811773736, -0.03133494852970051, 0.34405587422814554]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 280431748
+    - 
+      positions: [1.1411067773349246, -0.8092804401024721, -0.047805672779954386, 1.5261234046046184, -2.5733874351137995, -0.7527721478835092]
+      velocities: [-0.034299402781370635, 0.12062506598657154, -0.19728651991025925, -0.01991663347838642, -0.02591795548300594, 0.22060386245414348]
+      accelerations: [-0.06554733247059677, 0.19420161675779826, -0.309150078549821, -0.017874707908372176, -0.03186002968997755, 0.35130317766270425]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 286815857
+    - 
+      positions: [1.1408888434794953, -0.8085147326384169, -0.04905784424951991, 1.5259972617267368, -2.573551760056583, -0.7513718693788389]
+      velocities: [-0.03471813327373342, 0.12186458528052775, -0.1992593851093619, -0.020030388106810442, -0.026120848761385283, 0.22284583988100237]
+      accelerations: [-0.06705996357063966, 0.1983385367475447, -0.31563093011378845, -0.018149383909154725, -0.032392938233798, 0.3587023941464102]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 293131405
+    - 
+      positions: [1.140670617862584, -0.807749462997189, -0.05030895772491736, 1.525871761023236, -2.573715591846091, -0.749972548791201]
+      velocities: [-0.035141926340769916, 0.12311691552519474, -0.20125197896045552, -0.020144650078556765, -0.026324917547031916, 0.22511045528073284]
+      accelerations: [-0.06860732742546295, 0.20256338839512195, -0.32224713590991017, -0.018428126869741403, -0.032933736892824965, 0.36625661588818953]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 299379140
+    - 
+      positions: [1.1404521000566625, -0.806984629268549, -0.05155901606262571, 1.5257468999106727, -2.5738789296512583, -0.7485741841837483]
+      velocities: [-0.03557084277773672, 0.12438218990700223, -0.2032644987500601, -0.02025942077636737, -0.026530162651113035, 0.22739793584106832]
+      accelerations: [-0.07019021834319446, 0.20687803795353468, -0.3290015140088284, -0.018710961510919673, -0.03348254221817777, 0.3739691539006306]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 305559800
+    - 
+      positions: [1.1402332896336176, -0.8062202295495774, -0.05280802210605645, 1.5256226758124547, -2.574041772645012, -0.7471767736287704]
+      velocities: [-0.03600494410700392, 0.12566054300612983, -0.20529714373756075, -0.02037470148768425, -0.026736584843951167, 0.22970851124500957]
+      accelerations: [-0.07180944856924541, 0.2112843912203068, -0.33589694110948853, -0.01899794769270081, -0.03403944302518216, 0.3818433070087491]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 311674113
+    - 
+      positions: [1.1400141861647426, -0.8054562619445982, -0.054055978685677096, 1.5254990861587272, -2.5742041200041945, -0.7457803152077821]
+      velocities: [-0.03644429258568692, 0.12695211080983962, -0.2073501151749362, -0.02049049358978062, -0.02694418470328415, 0.23204241326677855]
+      accelerations: [-0.07346584867885535, 0.21578439399151678, -0.34293635355175345, -0.019289171527554477, -0.034604508027985544, 0.3898823843494659]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 317722802
+    - 
+      positions: [1.1397947892206244, -0.804692724564734, -0.05530288861975668, 1.5253761283852898, -2.5743659709088393, -0.744384807012995]
+      velocities: [-0.03688895121536641, 0.1282570307283577, -0.2094236163266856, -0.02060679840825206, -0.027152962725059657, 0.23439987612037516]
+      accelerations: [-0.07516026865370531, 0.22038003405446702, -0.35012274870447574, -0.01958464791929701, -0.035177863623800536, 0.3980899306214576]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 323706580
+    - 
+      positions: [1.139575098371327, -0.8039296155285307, -0.05654875471332257, 1.5252537999353235, -2.5745273245433236, -0.7429902471447458]
+      velocities: [-0.0373389837502663, 0.1295754416091681, -0.21151785248995256, -0.02072361730127755, -0.02736291925447804, 0.23678113629084885]
+      accelerations: [-0.0768935771206268, 0.22507334038164947, -0.3574591861435563, -0.01988449325272388, -0.0357595561944698, 0.4064693314250338]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 329626153
+    - 
+      positions: [1.13935511318617, -0.8031669329611151, -0.05779357975956867, 1.5251320982572514, -2.5746881800949506, -0.7415966337144863]
+      velocities: [-0.03779445470600903, 0.13090748375163241, -0.21363303101485193, -0.020840951707816392, -0.027574054444978714, 0.2391864324475857]
+      accelerations: [-0.0786666631124972, 0.22986638567275489, -0.36494878887806725, -0.02018873999247606, -0.03634969961303389, 0.4150242395804251]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 335482220
+    - 
+      positions: [1.1391348332338465, -0.8024046749945887, -0.0590373665391985, 1.5250110208058514, -2.5748485367546916, -0.7402039648430986]
+      velocities: [-0.03825542937029606, 0.13225329892437676, -0.21576936132500055, -0.02095880291713182, -0.027786368437502637, 0.24161600599422173]
+      accelerations: [-0.08048043585226984, 0.23476128662077902, -0.3725947449316383, -0.020497428313119098, -0.03694840182698031, 0.4237583662366838]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 341275469
+    - 
+      positions: [1.1389142580825036, -0.8016428397682785, -0.06028011782000819, 1.5248905650430211, -2.575008393717684, -0.7388122386597095]
+      velocities: [-0.03872197381024379, 0.1336130303787867, -0.21792705493825076, -0.021077172300398045, -0.02799986117482728, 0.24407010056343195]
+      accelerations: [-0.0823358247058555, 0.23976020411781576, -0.3804003084253568, -0.02081067131718081, -0.037555714368798204, 0.4326753346670253]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 347006584
+    - 
+      positions: [1.1386933872995606, -0.8008814254280352, -0.061521836358056824, 1.5247707284359893, -2.575167750182059, -0.7374214533041822]
+      velocities: [-0.03919415488212938, 0.13498682286470776, -0.22010632548763315, -0.021196061291307196, -0.028214532414940853, 0.24654896208727534]
+      accelerations: [-0.08423378089239417, 0.24486534547030342, -0.38836880096536386, -0.021128504444217794, -0.038171750459251086, 0.44177902503489147]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 352676240
+    - 
+      positions: [1.1384722204518145, -0.8001204301265897, -0.0627625248970733, 1.5246515084583407, -2.575326605349617, -0.7360316069255538]
+      velocities: [-0.03967204024213131, 0.13637482264801543, -0.22230738874250913, -0.021315471190462308, -0.0284303818812151, 0.2490528392662928]
+      accelerations: [-0.08617527708988709, 0.2500789648589272, -0.3965036132721347, -0.021450974218196705, -0.03879661490334897, 0.45107337305617967]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 358285104
+    - 
+      positions: [1.1382507571055056, -0.7993598520237416, -0.06400218616814217, 1.5245329025906087, -2.575484958426214, -0.7346426976811075]
+      velocities: [-0.04015569835367965, 0.13777717752407853, -0.22453046262993415, -0.021435403421719915, -0.028647409059048855, 0.25158198301157]
+      accelerations: [-0.08816130755452889, 0.2554033632928005, -0.40480820631364145, -0.02177820856332868, -0.03943034971172834, 0.46056221303224365]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 363833837
+    - 
+      positions: [1.1380289968261048, -0.7985996892855611, -0.0652408228910391, 1.5244149083182152, -2.5756428086204166, -0.7332547237392397]
+      velocities: [-0.04064519849814842, 0.13919403683496112, -0.2267757672562338, -0.021555859437479348, -0.028865613267326465, 0.2541366466856453]
+      accelerations: [-0.09019289009752009, 0.2608408918046403, -0.41328611286362615, -0.022110222121706012, -0.04007308574587434, 0.47024972085790717]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 369323092
+    - 
+      positions: [1.1378069391784953, -0.7978399400850074, -0.06647843777319541, 1.5242975231332085, -2.575800155144641, -0.7318676832768909]
+      velocities: [-0.041140610785645515, 0.14062555148709466, -0.22904352492879615, -0.0216768405766635, -0.029084993765906956, 0.2567170864492668]
+      accelerations: [-0.09227106518444851, 0.26639395058716125, -0.42194093916919195, -0.022447093738956262, -0.040724904152503086, 0.4801400132146193]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 374753514
+    - 
+      positions: [1.137584583726935, -0.7970806026017573, -0.06771503350998706, 1.524180744533884, -2.575956997214901, -0.7304815744800093]
+      velocities: [-0.04164200616329802, 0.14207187396588633, -0.23133396017808416, -0.021798348236167577, -0.02930554961898201, 0.25932356089822417]
+      accelerations: [-0.09439689692546686, 0.27206499076581037, -0.4307763662617677, -0.022788901569955684, -0.04138588717229393, 0.49023729678089367]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 380125741
+    - 
+      positions: [1.1373619300350282, -0.7963216750220635, -0.06895061278497198, 1.5240645700244893, -2.5761133340506213, -0.729096395543887]
+      velocities: [-0.041939532147039625, 0.1428189625095001, -0.23248487540285084, -0.021811564352756385, -0.02938055478508888, 0.26065296820427464]
+      accelerations: [-0.01706305150643411, 0.00760705703795816, 1.567378149722327e-14, 0.01794622381613369, 0.01338976807102678, 0.007389736613426006]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 385440407
+    - 
+      positions: [1.137138977665743, -0.7955631555387862, -0.07018517826983728, 1.523948997115375, -2.576269164874733, -0.7277121446728706]
+      velocities: [-0.04203024972698454, 0.1428594237273717, -0.23248487540285087, -0.02171635770214294, -0.02930925887189121, 0.2606921454505512]
+      accelerations: [-0.01710356731128912, 0.007631701020616984, -2.091552098619358e-14, 0.01791106484647514, 0.013462158527023363, 0.007365424243189]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 390750711
+    - 
+      positions: [1.1369157261813272, -0.7948050423510545, -0.0714187326249677, 1.5238340233221697, -2.576424488913143, -0.7263288200814543]
+      velocities: [-0.042121108202827134, 0.1428999826856921, -0.23248487540285076, -0.02162141587463519, -0.029237637406132812, 0.2607311618153939]
+      accelerations: [-0.017144166097308407, 0.007656389861131536, 6.279794922875198e-14, 0.01787579464361147, 0.013534490301465639, 0.007341189528405924]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 396056666
+    - 
+      positions: [1.136692175143536, -0.7940473336650491, -0.07265127849813435, 1.5237196461679685, -2.576579305396148, -0.7249464199910832]
+      velocities: [-0.04221210785505469, 0.1429406394919413, -0.23248487540285057, -0.02152673924025856, -0.029165690950814463, 0.26077001734978994]
+      accelerations: [-0.017184847039986077, 0.007681122376268655, 1.0474880822107205e-14, 0.01784030374342513, 0.013606847536052296, 0.0073167851442255075]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 401358284
+    - 
+      positions: [1.136468324113292, -0.7932900276927508, -0.0738828185265907, 1.5236058631800264, -2.5767336135562995, -0.7235649426347887]
+      velocities: [-0.04230324896422555, 0.14298139425347203, -0.23248487540285054, -0.021432328198584517, -0.029093420043573525, 0.2608087120314895]
+      accelerations: [-0.01722561119341402, 0.007705899744292152, 0.0, 0.01780469051324211, 0.01367915483899292, 0.007292431180173287]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 406655575
+    - 
+      positions: [1.1362441726509878, -0.7925331226529817, -0.0751133553353319, 1.5234926718926554, -2.576887412630277, -0.7221843862529744]
+      velocities: [-0.04239453181284267, 0.14302224707965755, -0.2324848754028507, -0.021338183005227874, -0.02902082532945484, 0.2608472461549697]
+      accelerations: [-0.01726645844504873, 0.007730721594121792, -6.295180517535104e-14, 0.01776891087412004, 0.013751446330707035, 0.007268027252020039]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 411948551
+    - 
+      positions: [1.1360197203163456, -0.7917766167708801, -0.07634289153797198, 1.5233800698458722, -2.577040701858012, -0.7208047490952801]
+      velocities: [-0.04248595668285245, 0.14306319807887702, -0.2324848754028509, -0.021244304040095526, -0.028947907355383204, 0.26088561972866053]
+      accelerations: [-0.017307388906662884, 0.007755587967746493, -5.250249166330669e-15, 0.017732962003341558, 0.013823724155689545, 0.007243566058570918]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 417237222
+    - 
+      positions: [1.1357949666684073, -0.791020508277824, -0.07757142973687259, 1.5232680545852786, -2.5771934804826135, -0.7194260294206624]
+      velocities: [-0.042577523856893736, 0.14310424735996, -0.23248487540285076, -0.021150691657818375, -0.02887466668534594, 0.26092383281196674]
+      accelerations: [-0.017348402932584044, 0.007780499037315546, 5.254510399393765e-14, 0.017696856260403775, 0.013895978967888321, 0.007219074390698407]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 422521601
+    - 
+      positions: [1.1355699112655704, -0.7902647954115318, -0.07879897252297807, 1.5231566236623921, -2.5773457477505843, -0.7180482254968528]
+      velocities: [-0.04266923361852127, 0.14314539503268306, -0.2324848754028507, -0.021057346171276175, -0.028801103912174053, 0.26096188555085437]
+      accelerations: [-0.017389500722777815, 0.007805455034793132, -3.155260485294398e-14, 0.017660597087122632, 0.013968208440282176, 0.0071945584677851155]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 427801699
+    - 
+      positions: [1.135344553665596, -0.7895094764160507, -0.08002552247583014, 1.5230457746347095, -2.5774975029118576, -0.7166713356001931]
+      velocities: [-0.04276108625125075, 0.14318664120655697, -0.23248487540285076, -0.020964267939380797, -0.02872721959121845, 0.2609997779823783]
+      accelerations: [-0.01743068227011885, 0.007830455673455231, 1.0526040811167139e-14, 0.017624163609727003, 0.014040428340043943, 0.007169971071536589]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 433077526
+    - 
+      positions: [1.135118893425544, -0.7887545495414977, -0.08125108216400782, 1.5229355050650553, -2.5776487452193857, -0.7152953580164795]
+      velocities: [-0.04285308203968174, 0.1432279859919505, -0.2324848754028508, -0.02087145727902101, -0.028653014306582035, 0.2610375102301653]
+      accelerations: [-0.017471948200299674, 0.007855501611757593, -2.633634600599882e-14, 0.01758759265351552, 0.014112611234950825, 0.007145392525194353]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 438349093
+    - 
+      positions: [1.1348929301018809, -0.7880000130444084, -0.08247565414453775, 1.5228258125226297, -2.5777994739298027, -0.7139202910394123]
+      velocities: [-0.04294522126903238, 0.14326942949964966, -0.23248487540285073, -0.020778914505419722, -0.02857848864108472, 0.26107508241553756]
+      accelerations: [-0.01751329833204578, 0.007880592396779072, 5.79866526122946e-14, 0.017550848021308508, 0.014184784304265926, 0.007120741853428767]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 443616412
+    - 
+      positions: [1.1346666632503681, -0.7872458651873139, -0.08369924096360797, 1.522716694581908, -2.57794968830273, -0.7125461329720696]
+      velocities: [-0.04303750422483679, 0.14331097184050196, -0.2324848754028505, -0.020686639947644143, -0.02850364316400692, 0.2611124946226412]
+      accelerations: [-0.017554733176483584, 0.007905728552863762, 1.5827263304337202e-14, 0.017513960701862383, 0.014256924734046513, 0.007096086249229043]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 448879493
+    - 
+      positions: [1.1344400924261548, -0.7864921042390302, -0.08492184515608134, 1.5226081488235135, -2.5780993876013234, -0.711172882125611]
+      velocities: [-0.04312993119220168, 0.14335261312466277, -0.2324848754028506, -0.02059463400575958, -0.028428478390027365, 0.2611497467727666]
+      accelerations: [-0.017596252264865955, 0.007930909337789449, -4.223992715339921e-14, 0.017476872677273984, 0.014329075381523683, 0.007071296753182909]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 454138348
+    - 
+      positions: [1.1342132171836017, -0.7857387284740032, -0.08614346924659717, 1.5225001728324858, -2.5782485710911938, -0.7098005368216309]
+      velocities: [-0.04322250245897317, 0.14339435346525814, -0.23248487540285065, -0.020502896908443854, -0.028352994957754306, 0.26118683915882884]
+      accelerations: [-0.01763785731888925, 0.007956136672892666, 2.1136893058609326e-14, 0.01743970721821681, 0.014401145473262609, 0.007046644031846264]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 459392987
+    - 
+      positions: [1.1339860370766437, -0.78498573617357, -0.08736411574744646, 1.5223927642018453, -2.578397238042631, -0.7084290953870878]
+      velocities: [-0.043315218312118424, 0.14343619297393195, -0.2324848754028506, -0.020411428995779607, -0.02827719342079848, 0.2612237718225201]
+      accelerations: [-0.017679546495135753, 0.007981408121945319, 0.0, 0.017402298608190852, 0.014473257443215943, 0.007021761908270471]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 464643421
+    - 
+      positions: [1.133758551658299, -0.7842331256241784, -0.08858378716157471, 1.522285920527723, -2.5785453877275644, -0.7070585561610625]
+      velocities: [-0.04340807903824961, 0.14347813176155227, -0.23248487540285062, -0.020320230686771537, -0.028201074272004592, 0.26126054462544623]
+      accelerations: [-0.01772132170731048, 0.008006725873076336, -1.5878027344507346e-14, 0.017364782592025722, 0.01454531120362691, 0.006996948378484636]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 469889661
+    - 
+      positions: [1.1335307604810665, -0.7834808951187713, -0.0898024859802447, 1.522179639413283, -2.5786930194220106, -0.7056889174891848]
+      velocities: [-0.043501084926801895, 0.14352016994224437, -0.23248487540285054, -0.02022930220448879, -0.028124638146193814, 0.2612971578542965]
+      accelerations: [-0.01776318232686725, 0.008032089027388006, 5.296895950202438e-14, 0.01732709802903807, 0.014617352063785099, 0.006972067498507418]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 475131717
+    - 
+      positions: [1.1333026630967447, -0.7827290429561089, -0.0910202146841834, 1.5220739184669059, -2.578840132404941, -0.7043201777261141]
+      velocities: [-0.04359423626687574, 0.14356230762914696, -0.23248487540285045, -0.020138643858865237, -0.02804788561087737, 0.26133361159818935]
+      accelerations: [-0.017805129071767335, 0.008057498160713779, -1.5903336223609344e-14, 0.01728927303887377, 0.014689359597492966, 0.006947180284942239]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 480369601
+    - 
+      positions: [1.1330742590565093, -0.7819775674410235, -0.09223697574314908, 1.5219687553029708, -2.578986725958763, -0.7029523352343711]
+      velocities: [-0.043687533347072094, 0.14360454493470123, -0.23248487540285057, -0.020048256031783417, -0.027970817179043886, 0.2613699057831963]
+      accelerations: [-0.017847161240920627, 0.008082952478788551, -2.6526620823373246e-14, 0.01725125199799948, 0.014761374355308093, 0.0069221635905076465]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 485603322
+    - 
+      positions: [1.1328455479107524, -0.781226466883803, -0.09345277161697155, 1.521864147540212, -2.57913279936831, -0.701585388386564]
+      velocities: [-0.043780976457529756, 0.1436468819729042, -0.23248487540285057, -0.01995813902159834, -0.027893433422003747, 0.26140604051187166]
+      accelerations: [-0.01788928033246358, 0.008108453420010195, 2.1238128927797498e-14, 0.01721312248927967, 0.014833332757506215, 0.0068972082814291605]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 490832892
+    - 
+      positions: [1.1326165292093329, -0.7804757396010624, -0.09466760475408355, 1.5217600928042152, -2.579278351922381, -0.7002193355618338]
+      velocities: [-0.04387456588984463, 0.14368931885886432, -0.23248487540285084, -0.019868293076094362, -0.027815734945119325, 0.2614420159920233]
+      accelerations: [-0.017931485620761183, 0.00813400002306745, -1.2221593463310931e-13, 0.017174816263535325, 0.014905284666523813, 0.00687216390349584]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 496058321
+    - 
+      positions: [1.132387202501376, -0.7797253839149999, -0.09588147759277436, 1.5216565887254132, -2.5794233829124993, -0.698854175148584]
+      velocities: [-0.043968301933937616, 0.14373185570545988, -0.23248487540285095, -0.01977871860468962, -0.02773772223392832, 0.2614778320722222]
+      accelerations: [-0.017973777401525875, 0.008159592446631515, 6.91331724675554e-14, 0.01713633976642884, 0.014977225333863175, 0.006847043726870093]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 501279619
+    - 
+      positions: [1.1321575673352904, -0.7789753981534298, -0.09709439256113547, 1.5215536329392407, -2.579567891633015, -0.6974899055441938]
+      velocities: [-0.044062184882368016, 0.14377449262844966, -0.2324848754028508, -0.01968941585951381, -0.02765939588533703, 0.26151348893847537]
+      accelerations: [-0.018016156599906533, 0.00818523168562061, 5.322132409610304e-15, 0.017097746799707148, 0.015049116149224504, 0.006821963905694027]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 506496797
+    - 
+      positions: [1.131927623258922, -0.7782257806502924, -0.09830635207619834, 1.5214512230876447, -2.5797118773820276, -0.6961265251528456]
+      velocities: [-0.044156215027628495, 0.14381722974333816, -0.23248487540285073, -0.019600385131791243, -0.027580756465315277, 0.2615489866852918]
+      accelerations: [-0.018058622481562266, 0.008210916701001863, 1.5978973492564368e-14, 0.017058968594683335, 0.015121006879579362, 0.006796773413042948]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 511709865
+    - 
+      positions: [1.131697369819353, -0.7774765297449174, -0.09951735854517817, 1.521349356817078, -2.5798553394601558, -0.6947640323882578]
+      velocities: [-0.044250392661805124, 0.14386006716457697, -0.23248487540285062, -0.01951162679333835, -0.027501804479538337, 0.26158432522664893]
+      accelerations: [-0.018101175836130072, 0.00823664817961226, 1.5991537852368106e-14, 0.017020043056964484, 0.015192870155754486, 0.006771554301981962]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 516918834
+    - 
+      positions: [1.1314668065630091, -0.7767276437823761, -0.1007274143648806, 1.5212480317795538, -2.579998277171187, -0.6934024256721384]
+      velocities: [-0.04434471807964645, 0.1439030050093426, -0.23248487540285084, -0.019423141074396466, -0.027422540532601417, 0.2616195047785512]
+      accelerations: [-0.018143817110002333, 0.008262426533304107, -9.602454206657295e-14, 0.016980986641024546, 0.01526469467955213, 0.006746340642569165]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 522123713
+    - 
+      positions: [1.1312359330357022, -0.775979121113606, -0.10193652192148846, 1.52114724563308, -2.5801406898223345, -0.692041703433525]
+      velocities: [-0.04443919157466664, 0.14394604339318512, -0.23248487540285098, -0.019334928318704262, -0.02734296514536843, 0.26165452530449385]
+      accelerations: [-0.018186545598213928, 0.00828825077904921, 4.271101599976152e-14, 0.016941739312810854, 0.015336523219791735, 0.00672100155615715]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 527324514
+    - 
+      positions: [1.1310047487824606, -0.7752309600947758, -0.10314468359163743, 1.5210469960399153, -2.580282576723181, -0.6906818641111372]
+      velocities: [-0.04453381344106935, 0.14398918243208314, -0.2324848754028509, -0.019246988860211353, -0.02726307884348215, 0.2616893867843437]
+      accelerations: [-0.018229362481901146, 0.008314122116728584, -5.343053283428268e-15, 0.01690236491082814, 0.015408310457166506, 0.006695674456279828]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 532521247
+    - 
+      positions: [1.1307732533477066, -0.77448315908789, -0.10435190174139308, 1.5209472806683562, -2.5804239371867634, -0.6893229061508284]
+      velocities: [-0.0446285839752506, 0.14403242224430324, -0.23248487540285073, -0.019159322931941787, -0.02718288222180923, 0.261724089410467]
+      accelerations: [-0.018272267639606626, 0.00834004028100932, 6.951393336870723e-14, 0.016862838435896317, 0.015480074398744789, 0.0066703038449062125]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 537713921
+    - 
+      positions: [1.1305414462751826, -0.7737357164604989, -0.10555817872673802, 1.52084809719199, -2.580564770529117, -0.6879648280065598]
+      velocities: [-0.04472350347297559, 0.1440757629469808, -0.2324848754028508, -0.019071930847676027, -0.027102375814938618, 0.2617586331943559]
+      accelerations: [-0.0183152611681738, 0.008366005157654843, -9.097369955756074e-14, 0.016823153859595628, 0.015551819531863298, 0.006644875853646592]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 542902546
+    - 
+      positions: [1.1303093271079332, -0.7729886305856086, -0.10676351689372772, 1.5207494432894937, -2.5807050760691506, -0.6866076281406173]
+      velocities: [-0.04481857223080789, 0.14411920465779163, -0.23248487540285095, -0.01898481290303165, -0.027021560168093428, 0.2617930181817446]
+      accelerations: [-0.018358343493377834, 0.008392017123542705, 2.142223455188327e-14, 0.016783324241158443, 0.015623536580223356, 0.006619417747768828]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 548087134
+    - 
+      positions: [1.1300768953883393, -0.7722418998417735, -0.10796791857833221, 1.5206513166449707, -2.580844853128856, -0.6852513050230744]
+      velocities: [-0.04491379054535004, 0.14416274749397284, -0.23248487540285084, -0.01889796943403857, -0.026940435796059745, 0.2618272443267079]
+      accelerations: [-0.018401514418101346, 0.00841807568607973, 2.6798596465496212e-14, 0.01674332093528365, 0.015695245891893892, 0.006593867042626193]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 553267693
+    - 
+      positions: [1.1298441506580357, -0.7714955226127826, -0.10917138610696878, 1.5205537149471116, -2.580984101032799, -0.6838958571328886]
+      velocities: [-0.04500915871516069, 0.14420639157486909, -0.23248487540285073, -0.018811400691216854, -0.026859003270796794, 0.2618613117609481]
+      accelerations: [-0.0184447751115426, 0.008444182207414622, 5.363876068492385e-15, 0.016703205656557023, 0.01576690434551978, 0.006568355045152455]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 558444234
+    - 
+      positions: [1.1296110924580811, -0.7707494972882275, -0.11037392179553464, 1.5204566358909009, -2.5811228191091424, -0.6825412829554875]
+      velocities: [-0.04510467703907917, 0.14425013702003275, -0.23248487540285076, -0.018725106931625074, -0.026777263156979793, 0.2618952205960542]
+      accelerations: [-0.01848812473337072, 0.00847033546298802, -1.0736057950993387e-14, 0.0166629141898949, 0.015838557207388654, 0.006542742846262851]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 563616767
+    - 
+      positions: [1.1293777203287783, -0.770003822262839, -0.11157552795053505, 1.5203600771757766, -2.5812610066885404, -0.6811875809852418]
+      velocities: [-0.045200345814496654, 0.1442939839465498, -0.23248487540285073, -0.018639088545039956, -0.02669521592474905, 0.26192897065498577]
+      accelerations: [-0.01853156377827959, 0.00849653577878722, 1.6116534070597293e-14, 0.016622459487929234, 0.01591019506751786, 0.006517057990851645]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 568785302
+    - 
+      positions: [1.1291440338097072, -0.7692584959365878, -0.11277620686891385, 1.5202640365059672, -2.5813986631043497, -0.6798347497249305]
+      velocities: [-0.04529616534190409, 0.1443379324748239, -0.2324848754028506, -0.01855334577704799, -0.026612862142321995, 0.2619625620640691]
+      accelerations: [-0.01857509316538035, 0.008522784167311517, 4.301058579233451e-14, 0.01658188439266085, 0.0159817887309067, 0.006491390437445559]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 573949848
+    - 
+      positions: [1.1289100324398407, -0.7685135167150594, -0.11397596083741153, 1.5201685115916594, -2.5815357876933134, -0.6784827876840825]
+      velocities: [-0.045392135922333515, 0.14438198272569192, -0.23248487540285045, -0.018467878871229915, -0.026530202376354756, 0.2619959949478805]
+      accelerations: [-0.0186187124076246, 0.008549079842812782, 5.3804645884562014e-15, 0.016541146886525093, 0.016053367323519318, 0.006465649752639471]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 579110416
+    - 
+      positions: [1.1286757157574276, -0.7677688830090184, -0.1151747921333084, 1.5200735001477903, -2.5816723797948464, -0.6771316933805717]
+      velocities: [-0.045488257856601336, 0.14442613481927394, -0.23248487540285057, -0.01838268812005507, -0.02644723715737658, 0.26202926932170767]
+      accelerations: [-0.0186624221296574, 0.00857542337251892, -4.846141914725814e-14, 0.016500270129514914, 0.01612491501844781, 0.006439884305286745]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 584267015
+    - 
+      positions: [1.1284410833000538, -0.767024593234596, -0.1163727030241038, 1.5199789998946631, -2.5818084387513993, -0.6757814653397074]
+      velocities: [-0.04558453144541645, 0.14447038887513983, -0.2324848754028505, -0.018297773856797615, -0.026363966985595816, 0.2620623851085371]
+      accelerations: [-0.01870622188059179, 0.008601814031408105, 7.005356606515552e-14, 0.016459215129870832, 0.016196458762730428, 0.006414010018541792]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 589419655
+    - 
+      positions: [1.1282061346045327, -0.7662806458128845, -0.11756969576820744, 1.5198850085568314, -2.5819439639077992, -0.674432102095706]
+      velocities: [-0.04568095699189917, 0.14451474501550604, -0.2324848754028505, -0.018213136311299498, -0.026280392429634376, 0.26209534244609883]
+      accelerations: [-0.01875011326739744, 0.008628253630733513, -6.47143892525712e-14, 0.016418061098946106, 0.016267944369053454, 0.006388194570436246]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 594568346
+    - 
+      positions: [1.127970869207121, -0.7655370391706625, -0.1187657726136999, 1.5197915238652717, -2.582078954612526, -0.6730836021886567]
+      velocities: [-0.04577753479911835, 0.1445592033619319, -0.23248487540285073, -0.018128775754414853, -0.026196514027752915, 0.26212814138024104]
+      accelerations: [-0.01879409488553001, 0.008654740163287383, -2.6984959490085075e-14, 0.016376712905979182, 0.016339437182511615, 0.006362234701985053]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 599713097
+    - 
+      positions: [1.1277352866432555, -0.764793771739455, -0.11996093579993874, 1.5196985435547095, -2.5822134102161405, -0.6717359641681169]
+      velocities: [-0.04587426516864987, 0.14460376403387887, -0.23248487540285076, -0.01804469256580145, -0.026112332241845306, 0.2621607817209003]
+      accelerations: [-0.01883816777548127, 0.008681274878389003, 2.160445696552261e-14, 0.016335223456122403, 0.016410900860471575, 0.006336242207931886]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 604853919
+    - 
+      positions: [1.1274993864476979, -0.7640508419560066, -0.12115518755674855, 1.5196060653650598, -2.5823473300721353, -0.6703891865910776]
+      velocities: [-0.045971148406297985, 0.14464842715539122, -0.23248487540285073, -0.017960886936509768, -0.026027847659931016, 0.26219326367299933]
+      accelerations: [-0.018882332761136468, 0.008707858367669645, -1.621569843930838e-14, 0.016293613216919484, 0.016482322053210315, 0.006310259035800872]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 609990819
+    - 
+      positions: [1.1272631681545835, -0.7633082482624431, -0.12234853010414404, 1.5195140870419617, -2.582480713537235, -0.6690432680211894]
+      velocities: [-0.046068184817604094, 0.14469319284987697, -0.23248487540285073, -0.017877359106764967, -0.025943060833715968, 0.26222558733126144]
+      accelerations: [-0.018926589144205457, 0.00873448985527414, 1.622804287320388e-14, 0.016251842663974902, 0.016553727574609264, 0.006284200590986577]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 615123810
+    - 
+      positions: [1.127026631297316, -0.7625659891058606, -0.12354096565302983, 1.5194226063356535, -2.582613559970745, -0.6676982070302244]
+      velocities: [-0.04616537470713081, 0.14473806123918387, -0.23248487540285082, -0.0177941093919297, -0.02585797226176923, 0.2622577526268486]
+      accelerations: [-0.01897093746371427, 0.008761169569843946, -4.330766948315882e-14, 0.01620992211851897, 0.016625110646143238, 0.006258087968364597]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 620252898
+    - 
+      positions: [1.1267897754085923, -0.7618240629384005, -0.12473249640507582, 1.5193316210012309, -2.582745868734698, -0.6663540021976754]
+      velocities: [-0.046262718380556414, 0.1447830324460036, -0.23248487540285084, -0.017711138088941956, -0.025772582452907727, 0.26228975952514755]
+      accelerations: [-0.019015377833820648, 0.00878789767018669, 2.7087830032166486e-14, 0.016167848450605145, 0.016696473425456403, 0.006231913508678464]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 625378095
+    - 
+      positions: [1.1265526000203911, -0.7610824682171812, -0.12592312455282775, 1.5192411287985308, -2.5828776391937875, -0.6650106521108475]
+      velocities: [-0.046360216144617335, 0.1448281065939352, -0.2324848754028508, -0.017628445467766138, -0.025686891932305528, 0.26232160804407134]
+      accelerations: [-0.019059910774702604, 0.008814674411789998, 0.0, 0.016125635354735497, 0.01676780673186363, 0.006205705519109423]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 630499410
+    - 
+      positions: [1.1263151046640096, -0.7603412034044035, -0.12711285227953228, 1.5191511274924796, -2.583008870715571, -0.663668155364329]
+      velocities: [-0.04645786830797795, 0.14487328380820202, -0.23248487540285073, -0.01754603174490883, -0.0256009012581465, 0.2623532983085603]
+      accelerations: [-0.019104536745305337, 0.00884150023664882, 1.6277308416474877e-14, 0.016083290077411255, 0.016839106206671794, 0.006179477684454787]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 635616851
+    - 
+      positions: [1.1260772888700765, -0.7596002669673791, -0.1283016817590804, 1.5190616148532603, -2.5831395626705573, -0.662326510559715]
+      velocities: [-0.0465556751783483, 0.1449185642128798, -0.23248487540285062, -0.01746389720399942, -0.02551461094117538, 0.2623848302970477]
+      accelerations: [-0.01914925513944161, 0.008868374317145161, 2.7149328193502425e-14, 0.016040779201211313, 0.016910394104207957, 0.006153159249795309]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 640730429
+    - 
+      positions: [1.1258391521684665, -0.758859657378194, -0.12948961515658874, 1.5189725886553689, -2.583269714431667, -0.6609857163068203]
+      velocities: [-0.04665363706411214, 0.14496394793229203, -0.23248487540285048, -0.017382042127224523, -0.025428021491039187, 0.2624162039866187]
+      accelerations: [-0.019194067049663845, 0.008895297639787983, 3.2603748649555076e-14, 0.015998136768043077, 0.01698164795502365, 0.00612682062722849]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 645840152
+    - 
+      positions: [1.125600694088384, -0.758119373113992, -0.1306766546279092, 1.518884046678517, -2.583399325374749, -0.6596457712224063]
+      velocities: [-0.04675175427406465, 0.14500943509064954, -0.23248487540285057, -0.01730046681273264, -0.025341133404862107, 0.26244741931668164]
+      accelerations: [-0.01923897176557953, 0.008922269234265454, -7.06946095831115e-14, 0.015955322490051573, 0.017052894526364833, 0.006100376717364643]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 650946030
+    - 
+      positions: [1.1253619141582587, -0.7573794126565782, -0.1318628023203122, 1.5187959867065048, -2.5835283948779346, -0.6583066739316457]
+      velocities: [-0.04685002711946812, 0.14505502581475144, -0.23248487540285095, -0.017219171470634426, -0.02525394723558365, 0.26247847640593147]
+      accelerations: [-0.0192839711910531, 0.008949291149321177, -7.074771597816391e-14, 0.015912411231944323, 0.017124084532544326, 0.0060739830873326826]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 656048073
+    - 
+      positions: [1.1251228119059355, -0.7566397744930684, -0.13304806037136618, 1.5187084065292304, -2.583656922322783, -0.6569684230653505]
+      velocities: [-0.04694845591193132, 0.14510072023145815, -0.23248487540285084, -0.01713815632655033, -0.02516646352328005, 0.26250937533508284]
+      accelerations: [-0.019329063787775984, 0.008976361425410867, 1.0347805538499965e-13, 0.01586932208890287, 0.01719527168930783, 0.0060474694039455166]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 661146288
+    - 
+      positions: [1.1248833868584645, -0.7559004571151235, -0.1342324309102541, 1.5186213039404597, -2.583784907093005, -0.6556310172629378]
+      velocities: [-0.04704704096148431, 0.14514651846528234, -0.23248487540285076, -0.017057421708521748, -0.0250786827382488, 0.2625401159665707]
+      accelerations: [-0.019374250700378695, 0.009003481165493541, -6.540349475574305e-14, 0.01582609588578553, 0.017266428997818325, 0.006020920621980961]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 666240687
+    - 
+      positions: [1.1246436385422034, -0.7551614590192933, -0.13541591605718203, 1.518534676738909, -2.5839123485750823, -0.6542944551709003]
+      velocities: [-0.04714578258038399, 0.14519242064278298, -0.2324848754028508, -0.01697696787415646, -0.024990605395466957, 0.2625706983060717]
+      accelerations: [-0.019419531880584828, 0.00903065013127705, 4.908928836531924e-14, 0.0157827194409149, 0.01733756533112245, 0.005994308047392405]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 671331276
+    - 
+      positions: [1.1244035664827825, -0.754422778706868, -0.13659851792363334, 1.51844852272786, -2.584039246158048, -0.6529587354432799]
+      velocities: [-0.047244681082001194, 0.14523842689167388, -0.23248487540285073, -0.016896795053112985, -0.024902232025530064, 0.262601122411903]
+      accelerations: [-0.019464908043438377, 0.009057869080737722, -2.1833743540475183e-14, 0.015739216995764707, 0.01740866504723231, 0.005967681253785257]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 676418067
+    - 
+      positions: [1.124163170205165, -0.7536844146840642, -0.13778023861204647, 1.518362839715786, -2.5841655992338355, -0.6516238567407632]
+      velocities: [-0.047343736779946216, 0.14528453733936472, -0.23248487540285093, -0.016816903499815548, -0.024813563140749905, 0.26263138828656396]
+      accelerations: [-0.019510378797106896, 0.009085137202092237, -5.462502773820588e-14, 0.015695554623550458, 0.017479750365265, 0.0059409688593515106]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 681501067
+    - 
+      positions: [1.1239224492335567, -0.7529463654616951, -0.1389610802163828, 1.5182776255154091, -2.584291407196748, -0.6502898177319029]
+      velocities: [-0.04744294998923468, 0.14533075211442753, -0.23248487540285082, -0.016737293440460092, -0.024724599268948266, 0.2626614959857214]
+      accelerations: [-0.019555945316957937, 0.009112455831781037, 9.839818891778285e-14, 0.01565177745431846, 0.017550792326523013, 0.005914263391828968]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 686580286
+    - 
+      positions: [1.1236814030915196, -0.7522086295555424, -0.1401410448214831, 1.5181928779448872, -2.5844166694441193, -0.6489566170914701]
+      velocities: [-0.04754232102359972, 0.14537707134357974, -0.23248487540285073, -0.01665796517912993, -0.024635340885826796, 0.2626914454001753]
+      accelerations: [-0.01960160614939649, 0.00913982296744587, -6.564750871750495e-14, 0.015607809702023674, 0.017621839829187046, 0.005887407459167124]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 691655733
+    - 
+      positions: [1.123440031301778, -0.7514712054856554, -0.14132013450427716, 1.5181085948257496, -2.5845413853751618, -0.6476242535031607]
+      velocities: [-0.047641850198927735, 0.1454234951555588, -0.23248487540285062, -0.01657891895676874, -0.024545788505600803, 0.2627212365465973]
+      accelerations: [-0.019647363824651192, 0.009167241473983652, 1.0401895440753983e-13, 0.015563752128323447, 0.01769282816413343, 0.00586060827542925]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 696727416
+    - 
+      positions: [1.1231983333864721, -0.7507340917772178, -0.1424983513322868, 1.5180247739855757, -2.5846655543924584, -0.6462927256559634]
+      velocities: [-0.04774153783246687, 0.14547002368030615, -0.23248487540285057, -0.01650015498668109, -0.02445594265805475, 0.2627508694940832]
+      accelerations: [-0.01969321658050615, 0.00919470902780787, -7.12235461005423e-14, 0.015519514877897673, 0.017763815332540723, 0.005833679329982137]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 701795345
+    - 
+      positions: [1.122956308866926, -0.7499972869597199, -0.14367569736505142, 1.5179414132555573, -2.5847891759006023, -0.6449620322473637]
+      velocities: [-0.04784138424121398, 0.1455166570469379, -0.2324848754028505, -0.016421673524373584, -0.0243658038432632, 0.2627803442199896]
+      accelerations: [-0.019739166313750105, 0.009222227696939374, 8.224174875587257e-14, 0.015475171292184594, 0.017834754405644644, 0.00580677123366764]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 706859529
+    - 
+      positions: [1.1227139572638343, -0.7492607895675829, -0.14485217465305117, 1.5178585104724354, -2.5849122493072714, -0.643632171980706]
+      velocities: [-0.04794138974201051, 0.14556339538407048, -0.23248487540285057, -0.016343474850485033, -0.02427537254341053, 0.26280966064580547]
+      accelerations: [-0.019785211293505058, 0.009249795280843104, -9.876291526573653e-14, 0.015430638091326903, 0.017905698822330444, 0.005779711300138409]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 711919975
+    - 
+      positions: [1.122471278097049, -0.7485245981393974, -0.14602778523902096, 1.5177760634762485, -2.5850347740219783, -0.6423031435681498]
+      velocities: [-0.048041554653505986, 0.14561023882185453, -0.23248487540285076, -0.016265559208942376, -0.02418464926187851, 0.2628388187641375]
+      accelerations: [-0.019831354196281348, 0.009277414655087517, 2.1963481809609884e-14, 0.015386013172229152, 0.017976586137149784, 0.005752700556526423]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 716976694
+    - 
+      positions: [1.122228270885822, -0.7477887112187539, -0.1472025311565125, 1.517694070112918, -2.5851567494575023, -0.6409749457271614]
+      velocities: [-0.04814187929677108, 0.145657187492728, -0.23248487540285084, -0.016187926771593572, -0.024093634545757022, 0.2628678187118899]
+      accelerations: [-0.019877593538071097, 0.00930508391799149, -5.494908741489556e-14, 0.015341227171382603, 0.018047460943080282, 0.005725595100373565]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 722029693
+    - 
+      positions: [1.121984935148631, -0.7470531273536095, -0.14837641443098992, 1.5176125282323718, -2.5852781750288445, -0.6396475771829732]
+      velocities: [-0.048242363989970116, 0.14570424152551426, -0.2324848754028508, -0.01611057785006697, -0.024002328850773875, 0.2628966603333126]
+      accelerations: [-0.019923929886674727, 0.009332803611113013, 7.148626553460016e-14, 0.01529629424220547, 0.018118314183632175, 0.005698423241182801]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 727078982
+    - 
+      positions: [1.1217412704032128, -0.7463178450963825, -0.14954943707966326, 1.5175314356888963, -2.585399050153426, -0.6383210366680588]
+      velocities: [-0.048343009053798985, 0.14575140105151485, -0.23248487540285073, -0.016033512683974342, -0.02391073267642172, 0.262925343616746]
+      accelerations: [-0.019970363905836973, 0.009360574241223382, -4.952677271779946e-14, 0.01525122877789459, 0.018189137013855078, 0.005671213790745182]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 732124569
+    - 
+      positions: [1.121497276166596, -0.745582863004053, -0.15072160111131377, 1.5174507903414922, -2.5855193742512785, -0.6369953229216105]
+      velocities: [-0.04844381481092748, 0.14579866620361312, -0.23248487540285084, -0.015956731467063612, -0.023818846549128143, 0.2629538686408534]
+      accelerations: [-0.020016895950726553, 0.009388395999839793, 1.6521007451693696e-14, 0.015206034641481124, 0.01825992701156055, 0.0056439738908015714]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 737166463
+    - 
+      positions: [1.1212529519551093, -0.74484817963817, -0.151892908526281, 1.5173705900539498, -2.5856391467450868, -0.6356704346893878]
+      velocities: [-0.04854478158326847, 0.14584603711351227, -0.23248487540285084, -0.015880234444846722, -0.023726670960287823, 0.2629822353733348]
+      accelerations: [-0.020063525602680078, 0.00941626829892692, -2.204410690183017e-14, 0.015160687517110766, 0.01833069990514943, 0.005616652540390339]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 742204672
+    - 
+      positions: [1.1210082972843196, -0.7441137935646117, -0.15306336131687626, 1.5172908326941792, -2.585758367059815, -0.6343463707245595]
+      velocities: [-0.04864590969388254, 0.14589351391372057, -0.23248487540285084, -0.015804021852337397, -0.023634206405241175, 0.2630104437987627]
+      accelerations: [-0.020110253971158062, 0.009444192117191663, 1.654514244476368e-14, 0.015115215969132319, 0.01840143780921133, 0.005589307595795113]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 747239205
+    - 
+      positions: [1.1207633116690983, -0.7433797033538077, -0.15423296146699514, 1.5172115161349393, -2.5858770346231057, -0.6330231297866871]
+      velocities: [-0.04874719946493338, 0.1459410967353692, -0.23248487540285073, -0.0157280939770253, -0.023541453344982966, 0.2630384937908767]
+      accelerations: [-0.020157079822235174, 0.009472165997525149, 2.759532381010963e-14, 0.015069570608765407, 0.018472171699729475, 0.005561837207840264]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 752270070
+    - 
+      positions: [1.1205179946235022, -0.7426459075802881, -0.15540171095290042, 1.5171326382525117, -2.5859951488645563, -0.6317007106434311]
+      velocities: [-0.048848651222500115, 0.14598878571359863, -0.2324848754028508, -0.01565245098866827, -0.02344841231187351, 0.26306638545962135]
+      accelerations: [-0.020204006184399315, 0.0095001930641566, -4.4184628624822676e-14, 0.015023847737566204, 0.018542841628967806, 0.0055344373354422206]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 757297277
+    - 
+      positions: [1.1202723456610026, -0.7419124048234824, -0.15656961174183168, 1.5170541969292073, -2.5861127092170806, -0.6303791120671813]
+      velocities: [-0.04895026529181967, 0.14603658098188377, -0.23248487540285068, -0.015577093118330027, -0.02335508379772895, 0.2630941187858505]
+      accelerations: [-0.020251029933029067, 0.00952826960248092, 9.396051198514247e-14, 0.014977926693293876, 0.01861352313077013, 0.005506860700339244]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 762320833
+    - 
+      positions: [1.1200263642941923, -0.7411791936666641, -0.15773666579384088, 1.516976190050171, -2.5862297151151683, -0.6290583328392421]
+      velocities: [-0.049052041996002466, 0.14608448267117247, -0.23248487540285062, -0.015502020694034219, -0.023261468231704756, 0.2631216935479572]
+      accelerations: [-0.020298153579979394, 0.00955639839269563, -7.74353420078578e-14, 0.014931889647491271, 0.01868416501449533, 0.005479274189499773]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 767340747
+    - 
+      positions: [1.1197800500349824, -0.7404462726976228, -0.15890287506061723, 1.5168986155055146, -2.586346165996044, -0.6277383717469586]
+      velocities: [-0.04915398166588883, 0.14613249092035524, -0.232484875402851, -0.015427233800353525, -0.023167566192107615, 0.2631491100166895]
+      accelerations: [-0.020345377932530252, 0.00958457989187463, -7.749139079864911e-14, 0.014885751455025633, 0.018754758506329954, 0.005451707116114632]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 772357027
+    - 
+      positions: [1.119533402394633, -0.7397136405087663, -0.16006824148531368, 1.516821471190676, -2.586462061299853, -0.6264192275831952]
+      velocities: [-0.0492560846267808, 0.1461806058618058, -0.23248487540285095, -0.015352732735994, -0.02307337812252549, 0.2631763680228179]
+      accelerations: [-0.02039270021826531, 0.009612811120607507, 9.41646898836797e-14, 0.014839411980221132, 0.018825365517721897, 0.005423954909384466]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 777369682
+    - 
+      positions: [1.1192864208835167, -0.7389812956962475, -0.16123276700406192, 1.5167447550037787, -2.5865774004682405, -0.6251008991497775]
+      velocities: [-0.04935835120606238, 0.14622882762994838, -0.23248487540285073, -0.015278517753176566, -0.022978904492970034, 0.2632034674873116]
+      accelerations: [-0.020440124275592386, 0.009641095948799286, -5.543096054255201e-15, 0.01479299000393209, 0.01889591300880345, 0.005396258305560752]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 782378719
+    - 
+      positions: [1.119039105011395, -0.7382492368609412, -0.16239645354426957, 1.5166684648487079, -2.5866921829460026, -0.6237833852533818]
+      velocities: [-0.049460781735682996, 0.14627715636351812, -0.23248487540285062, -0.015204588976504566, -0.022884145849734652, 0.2632304085859608]
+      accelerations: [-0.020487648331123768, 0.009669432302351169, 4.99238037231875e-14, 0.014746417721209519, 0.01896644303890309, 0.005368478319045378]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 787384148
+    - 
+      positions: [1.1187914542872572, -0.7375174626078471, -0.16355930302566044, 1.5165925986333155, -2.5868064081801165, -0.6224666847078631]
+      velocities: [-0.04956337654108099, 0.14632559219366534, -0.2324848754028506, -0.01513094677331189, -0.02278910258853352, 0.2632571909992996]
+      accelerations: [-0.020535271795928664, 0.009697819299249458, -3.3306474949877775e-14, 0.014699666051263166, 0.01903697313707226, 0.0053405562226518846]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 792385977
+    - 
+      positions: [1.1185434682192505, -0.7367859715458286, -0.1647213173607297, 1.5165171542686444, -2.5869200756193336, -0.6211507963352157]
+      velocities: [-0.04966613595496603, 0.1463741352589943, -0.23248487540285084, -0.015057591292568225, -0.022693775236404857, 0.263283814846224]
+      accelerations: [-0.020582998403744102, 0.009726260875172962, -6.110572196180904e-14, 0.014652851449565215, 0.01910743271221808, 0.0053127261151596035]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 797384213
+    - 
+      positions: [1.1182951463149506, -0.7360547622885527, -0.16588249845310127, 1.5164421296719248, -2.5870331847157675, -0.6198357189615928]
+      velocities: [-0.04976906031014479, 0.14642278569817085, -0.2324848754028508, -0.014984522699537067, -0.022598164307993836, 0.263310280207325]
+      accelerations: [-0.0206308247072439, 0.009754753196899729, 8.338573106233596e-14, 0.014605850991155, 0.019177896785757653, 0.005284738625992663]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 802378865
+    - 
+      positions: [1.118046488081073, -0.7353238334534439, -0.16704284819934886, 1.516367522763362, -2.5871457349231832, -0.6185214514214893]
+      velocities: [-0.04987214993791588, 0.1464715436475256, -0.23248487540285062, -0.014911741239452863, -0.022502270266732124, 0.26333658699766316]
+      accelerations: [-0.020678753796917627, 0.009783299242692596, -2.2252113928590356e-14, 0.014558755754847164, 0.019248310234652684, 0.005256777155538922]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 807369942
+    - 
+      positions: [1.1177974930236818, -0.7345931836624168, -0.16820236848772055, 1.5162933314684697, -2.587257725698233, -0.6172079925546218]
+      velocities: [-0.04997540517007905, 0.14652040924319099, -0.23248487540285062, -0.014839247166123913, -0.02240609356973182, 0.2633627351127154]
+      accelerations: [-0.020726783020334906, 0.009811896026947457, 1.6701014630336648e-14, 0.014511471207150347, 0.019318730220650424, 0.005228650377227204]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 812357450
+    - 
+      positions: [1.1175481606479694, -0.733862811541073, -0.16936106119953848, 1.5162195537156051, -2.5873691564991548, -0.6158953412091197]
+      velocities: [-0.05007882633884596, 0.14656938262159153, -0.23248487540285076, -0.014767040740772657, -0.02230963466726421, 0.2633887244281946]
+      accelerations: [-0.020774915435845528, 0.009840546728422843, -6.685173517391216e-14, 0.014464089014311468, 0.019389101757363962, 0.005200541864276612]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 817341399
+    - 
+      positions: [1.1172984904584666, -0.7331327157194293, -0.1705189282079243, 1.5161461874383104, -2.587480026787001, -0.6145834962384122]
+      velocities: [-0.05018241378108937, 0.1466184639238142, -0.23248487540285057, -0.014695122095846697, -0.022212894085142064, 0.2634145550755917]
+      accelerations: [-0.020823150100441945, 0.009869250116072719, 1.393736914206133e-13, 0.014416569214476673, 0.019459449007286134, 0.005172370690666384]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 822321796
+    - 
+      positions: [1.117048481958949, -0.7324028948315663, -0.17167597137841156, 1.5160732305742572, -2.5875903360250834, -0.6132724565025609]
+      velocities: [-0.0502861678323612, 0.14666765328891196, -0.23248487540285057, -0.01462349143506093, -0.02211587230375448, 0.26344022703872644]
+      accelerations: [-0.020871487678750966, 0.009898006686598926, -1.3389393754329612e-13, 0.014368923299057921, 0.019529765473604094, 0.005144158723632064]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 827298650
+    - 
+      positions: [1.1167981346524598, -0.7316733475156985, -0.17283219256882243, 1.5160006810655182, -2.5877000836791084, -0.6119622208678691]
+      velocities: [-0.0503900888270148, 0.14671695085412767, -0.23248487540285073, -0.01455214902495319, -0.02201856976402785, 0.2634657401714079]
+      accelerations: [-0.020919927267224844, 0.00992681529226639, 7.257740312207582e-14, 0.014321114579538767, 0.01960007298958176, 0.005115831897233399]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 832271968
+    - 
+      positions: [1.1165474480412243, -0.7309440724138523, -0.17398759362982896, 1.5159285368576032, -2.587809269216675, -0.6106527882080897]
+      velocities: [-0.050494177102661804, 0.14676635675997823, -0.23248487540285073, -0.014481095048276224, -0.021920986954822506, 0.2634910944919898]
+      accelerations: [-0.020968471325382404, 0.009955678476143814, -7.262888053712256e-14, 0.014273213530488129, 0.019670329902043027, 0.005087530578615543]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 837241758
+    - 
+      positions: [1.116296421626811, -0.7302150681724153, -0.17514217640399016, 1.515856795901241, -2.5879178921082007, -0.6093441574020572]
+      velocities: [-0.05059843299720522, 0.14681587114668698, -0.23248487540285073, -0.01441032970489367, -0.02182312435279948, 0.2635162899808009]
+      accelerations: [-0.02101711775907381, 0.009984593656088529, 6.149872826125126e-14, 0.014225142837814989, 0.019740582264444292, 0.0050590991307105865]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 842208028
+    - 
+      positions: [1.11604505490995, -0.7294863334414871, -0.17629594272688812, 1.5157854561503776, -2.5880259518258755, -0.6080363273362565]
+      velocities: [-0.0507028568479826, 0.14686549415329236, -0.23248487540285054, -0.014339853239264306, -0.021724982405994468, 0.2635413265251193]
+      accelerations: [-0.021065868682607892, 0.010013563017620733, 2.2378986859267414e-14, 0.014176961978383999, 0.019810794995746884, 0.005030655902804975]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 847170787
+    - 
+      positions: [1.1157933473906692, -0.728757866875336, -0.1774488944263252, 1.5157145155636733, -2.58813344784444, -0.6067292969028232]
+      velocities: [-0.050807448995056896, 0.14691522592145964, -0.23248487540285076, -0.014269665830173436, -0.02162656159930676, 0.263566204139987]
+      accelerations: [-0.021114723326780892, 0.010042585512241695, -1.1197393369442448e-13, 0.01412863797597921, 0.019880987821743246, 0.005002134040420062]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 852130042
+    - 
+      positions: [1.1155412985682156, -0.7280296671321116, -0.17860103332282748, 1.5156439721036377, -2.588240379640733, -0.6054230650006324]
+      velocities: [-0.050912209779129206, 0.14696506659305875, -0.23248487540285095, -0.014199767664002771, -0.021527862410767436, 0.26359092282110974]
+      accelerations: [-0.02116368297127818, 0.010071662354373517, 3.361586039187497e-14, 0.014080200869012167, 0.019951143239942393, 0.004973592783257133]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 857085800
+    - 
+      positions: [1.1152889079411226, -0.7273017328740616, -0.17975236122926094, 1.5155738237373708, -2.58834674669407, -0.6041176305342888]
+      velocities: [-0.05101713954105325, 0.14701501630970595, -0.23248487540285076, -0.014130158944315959, -0.02142888530619067, 0.2636154825261523]
+      accelerations: [-0.02121274664862537, 0.010100792308383073, 4.485269493575795e-14, 0.014031613754005556, 0.020021283171263168, 0.0049449576084873974]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 862038070
+    - 
+      positions: [1.115036175007124, -0.7265740627672144, -0.18090287995138832, 1.5155040684356025, -2.588452548485747, -0.602812992415337]
+      velocities: [-0.05112223861883981, 0.1470650752092021, -0.23248487540285068, -0.014060839984899317, -0.021329630685448416, 0.2636398829906899]
+      accelerations: [-0.021261914422449648, 0.01012997514713754, -5.6105270985390854e-15, 0.013982869077341682, 0.020091411814539488, 0.004916213397317722]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 866986860
+    - 
+      positions: [1.1147830992631356, -0.725846655481301, -0.1820525912880068, 1.515434704172481, -2.5885577844989336, -0.6015091495624816]
+      velocities: [-0.05122750735836407, 0.14711524343763507, -0.23248487540285057, -0.01399181088482142, -0.02123009907144118, 0.26366412437314135]
+      accelerations: [-0.021311189658421353, 0.010159214528816204, 4.49157128410001e-14, 0.01393406125207562, 0.020161474733567605, 0.004887546251023357]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 871932176
+    - 
+      positions: [1.1145296802054654, -0.7251195096904759, -0.18320149702967498, 1.5153657289279392, -2.5886624542198793, -0.6002061008984888]
+      velocities: [-0.05133294610585389, 0.14716552114093723, -0.23248487540285084, -0.01392307176008085, -0.02113029097449011, 0.2636882067940226]
+      accelerations: [-0.021360569395852114, 0.010188506819898097, -1.629335390492171e-13, 0.013885089120615264, 0.020231530940402087, 0.0048587548590870895]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 876874028
+    - 
+      positions: [1.1142759173295829, -0.7243926240724965, -0.18434959896015657, 1.5152971406851112, -2.588766557136586, -0.598903845353488]
+      velocities: [-0.05143855519961878, 0.1472159084557495, -0.232484875402851, -0.013854622985891449, -0.021030206752779626, 0.26371212985651915]
+      accelerations: [-0.021410053639922197, 0.01021785197558134, 9.557958425955877e-14, 0.013835949046419627, 0.020301582460421293, 0.004829831316256551]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 881812422
+    - 
+      positions: [1.1140218101301118, -0.7236659973086751, -0.18549689885650403, 1.515228937430223, -2.5888700927387553, -0.5976023818650714]
+      velocities: [-0.05154433498695929, 0.14726640552843134, -0.23248487540285082, -0.013786464684852742, -0.020929846908968763, 0.2637358936609171]
+      accelerations: [-0.021459646273703326, 0.010247254055992019, -1.1252511758663307e-14, 0.013786747011999221, 0.020371568268447514, 0.004800984854919633]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 886747366
+    - 
+      positions: [1.1137673581010648, -0.7229396280846874, -0.18664339848763217, 1.5151611171552402, -2.5889730605191352, -0.5963017093748243]
+      velocities: [-0.0516502858161854, 0.1473170125054038, -0.23248487540285073, -0.013718596987644402, -0.020829211938617483, 0.26375949828816503]
+      accelerations: [-0.021509344084376616, 0.010276709112910455, 4.504144071953123e-14, 0.01373737383489612, 0.020441551776744338, 0.004771998465825759]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 891678868
+    - 
+      positions: [1.1135125607355936, -0.7222135150896973, -0.1877890996158588, 1.5150936778550954, -2.5890754599721, -0.5950018268318755]
+      velocities: [-0.051756408030489746, 0.1473677295272333, -0.23248487540285054, -0.013651020191494447, -0.020728302239279142, 0.2637829434857231]
+      accelerations: [-0.021559148464577255, 0.01030621880589396, 3.3804606759845354e-14, 0.013687871297216962, 0.020511508780621693, 0.004742954115814116]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 896606936
+    - 
+      positions: [1.1132574175260868, -0.7214876570166597, -0.18893400399636967, 1.5150266175287195, -2.589177290594181, -0.5937027331915169]
+      velocities: [-0.05186270197817387, 0.14741855673983487, -0.23248487540285057, -0.013583734461771897, -0.020627118282694548, 0.26380622925856834]
+      accelerations: [-0.021609060345032672, 0.010335783726900845, -3.946613300119597e-14, 0.013638251152617102, 0.020581432907865342, 0.004713874312017879]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 901531576
+    - 
+      positions: [1.113001927964189, -0.7207620525623922, -0.19007811337708888, 1.5149599341793134, -2.589278551884195, -0.5924044274148154]
+      velocities: [-0.05196916800915949, 0.1474694942898913, -0.23248487540285073, -0.013516739953005655, -0.020525660544173166, 0.26382935562947984]
+      accelerations: [-0.021659079713545977, 0.010365403683509777, -2.8209668607057257e-14, 0.013588506157724773, 0.020651328575615895, 0.004684743900577552]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 906452797
+    - 
+      positions: [1.112746091540784, -0.7200367004274976, -0.19122142949881588, 1.514893625814144, -2.5893792433431386, -0.5911069084688372]
+      velocities: [-0.05207580647239142, 0.14752054232270467, -0.2324848754028507, -0.013450036865320977, -0.020423929471091947, 0.26385232252764945]
+      accelerations: [-0.02170920644486347, 0.010395078394299859, 3.3875071803553945e-14, 0.013538625129907179, 0.020721202215240854, 0.004655540117678859]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 911370605
+    - 
+      positions: [1.112489907745969, -0.719311599316254, -0.19236395409541565, 1.514827690444243, -2.5894793644740366, -0.5898101753269932]
+      velocities: [-0.05218261771722371, 0.14757170098362712, -0.2324848754028508, -0.013383625406873077, -0.02032192550420695, 0.2638751298631334]
+      accelerations: [-0.021759441087140972, 0.01042480824654617, -6.214729122603324e-14, 0.013488616068162927, 0.020791049596501555, 0.004626278018042234]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 916285009
+    - 
+      positions: [1.1122333760690704, -0.7185867479366601, -0.1935056888937399, 1.5147621260845852, -2.589578914782025, -0.5885142269687735]
+      velocities: [-0.05228960209331614, 0.14762297041759143, -0.23248487540285095, -0.013317505803685651, -0.020219649072331744, 0.26389777750773685]
+      accelerations: [-0.02180978347152003, 0.010454592766544432, -1.13073181458854e-14, 0.013438463757903984, 0.020860879333554176, 0.004596927001918076]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 921196016
+    - 
+      positions: [1.1119764959986072, -0.717862145000294, -0.1946466356138735, 1.5146969307536888, -2.5896778937741542, -0.587219062380215]
+      velocities: [-0.05239675995451777, 0.14767435077383087, -0.2324848754028509, -0.013251678186186272, -0.020117100656299125, 0.26392026551733505]
+      accelerations: [-0.02186023573413583, 0.010484434267939114, 3.960292900957017e-14, 0.01338822245208407, 0.02093066113056721, 0.004567592746772576]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 926103633
+    - 
+      positions: [1.1117192670224094, -0.7171377892227077, -0.19578679596843238, 1.5146321024749436, -2.5897763009600445, -0.5859246805521623]
+      velocities: [-0.05250409165363608, 0.1477258421996981, -0.23248487540285084, -0.013186142740165715, -0.020014280703441176, 0.26394259383618857]
+      accelerations: [-0.021910795577399552, 0.01051432975934409, -2.8307302003024992e-14, 0.013337815412234312, 0.02100043846138785, 0.004538124140917304]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 931007868
+    - 
+      positions: [1.1114616886274462, -0.7164136793228238, -0.1969261716636335, 1.5145676392746816, -2.5898741358509216, -0.5846310804827024]
+      velocities: [-0.052611597544991506, 0.14777744484369545, -0.2324848754028508, -0.013120899630833356, -0.01991118967014025, 0.2639647624443834]
+      accelerations: [-0.021961466180241772, 0.010544282792282873, 6.231892066535343e-14, 0.013287327920572202, 0.02107016364581913, 0.004508687102249953]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 935908727
+    - 
+      positions: [1.1112037603000118, -0.7156898140235579, -0.1980647643981884, 1.5145035391842718, -2.589971397960656, -0.5833382611744412]
+      velocities: [-0.05271927798085194, 0.14782915885168385, -0.23248487540285073, -0.013055949098281942, -0.019807827969598672, 0.26398677117301267]
+      accelerations: [-0.022012243783495138, 0.010574288822097499, -5.1023244305035135e-14, 0.013236644149083291, 0.021139901545614233, 0.004479054839420712]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 940806219
+    - 
+      positions: [1.110945481525472, -0.7149661920509289, -0.19920257586488002, 1.5144398002372312, -2.590068086804328, -0.5820462216381673]
+      velocities: [-0.05282713331742948, 0.1478809843730622, -0.2324848754028508, -0.012991291305581135, -0.019704196055636707, 0.26400862000074676]
+      accelerations: [-0.022063134020026527, 0.010604353929166747, 3.971197468371132e-14, 0.013185911531990524, 0.021209570197004927, 0.004449514608450368]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 945700350
+    - 
+      positions: [1.1106868517885795, -0.7142428121351448, -0.20033960774863324, 1.5143764204728503, -2.590164201900021, -0.5807549608881635]
+      velocities: [-0.05293516391081221, 0.14793292155672327, -0.23248487540285068, -0.01292692643363589, -0.019600294370590462, 0.2640303088678957]
+      accelerations: [-0.02211413146750532, 0.010634471912695183, 5.677026054394335e-15, 0.013134975344006587, 0.021279255834864823, 0.004419763368794321]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 950591128
+    - 
+      positions: [1.1104278705731414, -0.7135196730094244, -0.2014758617286076, 1.5143133979323504, -2.5902597427669174, -0.5794644779470983]
+      velocities: [-0.05304337011641157, 0.14798497055024637, -0.23248487540285065, -0.012862854709260269, -0.019496123328803606, 0.2640518376214991]
+      accelerations: [-0.02216524153654128, 0.01066464852894517, 0.0, 0.013083971711861472, 0.021348883148629774, 0.004390066259558959]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 955478559
+    - 
+      positions: [1.1101685373623067, -0.712796773410994, -0.20261133947642057, 1.514250730662222, -2.590354708926944, -0.5781747718417094]
+      velocities: [-0.05315175229690634, 0.14803713150861766, -0.23248487540285065, -0.012799076187076843, -0.019391683437909077, 0.26407320644141696]
+      accelerations: [-0.022216462057376856, 0.010694881142830898, 0.0, 0.01303283500390016, 0.02141848884198465, 0.004360294288215406]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 960362652
+    - 
+      positions: [1.109908851638425, -0.7120741120805776, -0.2037460426570553, 1.5141884167125834, -2.590449099903956, -0.5768858416048687]
+      velocities: [-0.053260310809904114, 0.14808940458061004, -0.2324848754028507, -0.01273559108189241, -0.019286975114687906, 0.2640944151913583]
+      accelerations: [-0.022267793396775065, 0.010725169941992912, -2.2754672974470838e-14, 0.012981565432464072, 0.021488072906872255, 0.004330447214388384]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 965243414
+    - 
+      positions: [1.109648812883044, -0.7113516877623781, -0.20487997292888932, 1.5141264541371677, -2.5905429152237325, -0.5755976862755631]
+      velocities: [-0.05336904601255285, 0.14814178991412177, -0.23248487540285068, -0.012672399636371456, -0.01918199875914525, 0.2641154636784311]
+      accelerations: [-0.022319235259186453, 0.01075551446762682, 3.984780046702603e-14, 0.012930151414297531, 0.021557641780038043, 0.0043005020667260955]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 970120850
+    - 
+      positions: [1.1093884205768865, -0.7106294992039753, -0.20601313194387877, 1.514064840993019, -2.5906361544138243, -0.5743103048992388]
+      velocities: [-0.053477958265115255, 0.14819428765970388, -0.23248487540285054, -0.012609502034896785, -0.01907675480167122, 0.2641363518206139]
+      accelerations: [-0.022370789480037206, 0.010785916355564812, 1.1392829191924757e-14, 0.012878628496643518, 0.021627176112429418, 0.004270527299168178]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 974994970
+    - 
+      positions: [1.1091276741999205, -0.7099075451565704, -0.20714552134711983, 1.5140035753413443, -2.5907288170039706, -0.5730236965266798]
+      velocities: [-0.05358704793200911, 0.14824689797195129, -0.23248487540285065, -0.012546898383806227, -0.01897124371267997, 0.26415707968315]
+      accelerations: [-0.022422456200285445, 0.010816375723529434, -5.700283271194354e-14, 0.012826993250500117, 0.021696678373400436, 0.004240514951816902]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 979865779
+    - 
+      positions: [1.1088665732313496, -0.7091858243749334, -0.20827714277693404, 1.5139426552474067, -2.5908209025260347, -0.571737860214112]
+      velocities: [-0.05369631537504483, 0.14829962100206412, -0.23248487540285068, -0.012484588874297656, -0.018865465914074387, 0.2641776471632741]
+      accelerations: [-0.022474234481173267, 0.0108468911552632, 3.992904271764346e-14, 0.012775214377286959, 0.021766165545724938, 0.004210404108396092]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 984733284
+    - 
+      positions: [1.1086051171495472, -0.7084643356171628, -0.20940799786530484, 1.5138820787797416, -2.590912410513627, -0.5704527950241607]
+      velocities: [-0.05380576095756505, 0.1483524569023397, -0.2324848754028505, -0.012422573677254769, -0.018759421837271216, 0.264198054195238]
+      accelerations: [-0.022526126160635672, 0.010877464611814562, 2.854005835872024e-14, 0.012723331628346485, 0.021835616274910895, 0.004180270984833951]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 989597493
+    - 
+      positions: [1.1083433054321383, -0.7077430776449536, -0.21053808823739148, 1.5138218440111064, -2.591003340502561, -0.5691685000246063]
+      velocities: [-0.05391538504396938, 0.14840540582574308, -0.23248487540285062, -0.012360852962419178, -0.0186531119122365, 0.26421830071189406]
+      accelerations: [-0.022578130105266693, 0.010908094499700965, -7.425432843150314e-14, 0.012671305788574776, 0.021905052074310937, 0.004150038801033334]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 994458413
+    - 
+      positions: [1.1080811375559132, -0.7070220492232917, -0.21166741551207333, 1.5137619490175054, -2.591093692030378, -0.5678849742895912]
+      velocities: [-0.05402518799701244, 0.14845846792257564, -0.23248487540285095, -0.012299426965886097, -0.01854653653095564, 0.26423838651520526]
+      accelerations: [-0.022630247039789202, 0.010938781409439255, -5.715728207320434e-14, 0.012619148862508539, 0.021974466605150678, 0.004119730542323085]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 999316051
+    - 
+      positions: [1.1078186129968528, -0.7063012491205273, -0.2127959813018201, 1.5137023918784636, -2.5911834646364778, -0.5666022168992298]
+      velocities: [-0.0541351701885746, 0.1485116433529551, -0.23248487540285112, -0.012238295709983082, -0.01843969619822896, 0.264258311815799]
+      accelerations: [-0.022682480274578202, 0.010969528890539811, -5.719582052604898e-15, 0.012566936979293107, 0.02204381930189854, 0.004089491587815887]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:   4170413
+    - 
+      positions: [1.1075557312302835, -0.705580676108898, -0.2139237872117485, 1.5136431706788516, -2.591272657862987, -0.5653202269372659]
+      velocities: [-0.054245331983116096, 0.1485649322679884, -0.2324848754028509, -0.012177459428513166, -0.018332591303682873, 0.26427807641400664]
+      accelerations: [-0.022734823719038084, 0.011000329777898634, 9.729836037326904e-14, 0.012514506959611897, 0.022113197751346028, 0.004059007540787653]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:   9021507
+    - 
+      positions: [1.1072924917305382, -0.7048603289633436, -0.21505083484174908, 1.5135842835049118, -2.5913612712528584, -0.5640390034960691]
+      velocities: [-0.05435567374501535, 0.14861833481805437, -0.23248487540285062, -0.012116918383224588, -0.018225222219915353, 0.2642976800536894]
+      accelerations: [-0.022787283697342887, 0.011031191030458356, 1.1454561895974383e-14, 0.012462010593118921, 0.02218252091426631, 0.004028569653907619]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  13869339
+    - 
+      positions: [1.1070288939712671, -0.7041402064625726, -0.21617712578456696, 1.513525728447916, -2.5914493043516136, -0.5627585456719667]
+      velocities: [-0.054466195849091854, 0.14867185116470247, -0.23248487540285068, -0.012056672592463302, -0.018117589447409564, 0.26431712294325127]
+      accelerations: [-0.022839858467533784, 0.011062110392184916, -3.438675611702605e-14, 0.01240939652183575, 0.02225181667705319, 0.00399807822502733]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  18713916
+    - 
+      positions: [1.1067649374253308, -0.7034203073886776, -0.2173026616264939, 1.5134675036029004, -2.591536756706734, -0.5614788525668156]
+      velocities: [-0.054576898662597406, 0.14872548146022685, -0.23248487540285073, -0.01199672228660863, -0.018009693371548764, 0.264336404880765]
+      accelerations: [-0.022892546930346272, 0.01109308640062024, 1.1469936374322725e-14, 0.01235662873417156, 0.022321104201429326, 0.0039674637447269885]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  23555246
+    - 
+      positions: [1.1065006215647235, -0.7027006305268605, -0.2184274439478584, 1.5134096070677792, -2.5916236278672384, -0.5601999232890814]
+      velocities: [-0.05468778255561861, 0.14877922585972106, -0.23248487540285073, -0.011937067646529567, -0.017901534402391762, 0.2643555257565992]
+      accelerations: [-0.02294535162798361, 0.011124121769708718, -1.1477614922171162e-14, 0.012303763776132084, 0.022390353699364488, 0.003936833882639369]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  28393334
+    - 
+      positions: [1.106235945860689, -0.7019811746658162, -0.2195514743223334, 1.5133520369446885, -2.5917099173843203, -0.5589217569521097]
+      velocities: [-0.054798847899685955, 0.14883308451905425, -0.23248487540285062, -0.011877708842413098, -0.017793112953859887, 0.26437448547901626]
+      accelerations: [-0.022998270889510283, 0.011155214201468892, 5.1683794663886063e-14, 0.012250749562803039, 0.02245959295485157, 0.003906088325225619]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  33228187
+    - 
+      positions: [1.1059709097836092, -0.7012619385973478, -0.2206747543176283, 1.5132947913387143, -2.5917956248107394, -0.5576443526756949]
+      velocities: [-0.05491009507091673, 0.14888705759862889, -0.2324848754028507, -0.011818645954929492, -0.017684429484145555, 0.26439328412341057]
+      accelerations: [-0.023051308568308032, 0.011186367972825718, -8.045068317966472e-14, 0.012197675370541882, 0.022528775411221783, 0.0038753966979855584]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  38059814
+    - 
+      positions: [1.1057055128031867, -0.7005429211169739, -0.2217972854943909, 1.513237868360016, -2.5918807497018173, -0.5563677095833759]
+      velocities: [-0.05502152444389037, 0.1489411452565939, -0.2324848754028508, -0.011759879122339681, -0.017575484419417503, 0.26441192165264493]
+      accelerations: [-0.023104460458755766, 0.011217577975107904, 4.025215618936146e-14, 0.012144428164548795, 0.022597960469140074, 0.003844542811864915]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  42888219
+    - 
+      positions: [1.1054397543882115, -0.6998241210231201, -0.22291906940766443, 1.513181266121096, -2.591965291614152, -0.5550918268058345]
+      velocities: [-0.05513313638816201, 0.14899534764463823, -0.23248487540285073, -0.011701408628469852, -0.017466278107983783, 0.26443039774908883]
+      accelerations: [-0.023157728961428915, 0.01124884673978917, -5.754135831474338e-15, 0.012091060809211253, 0.02266712053254909, 0.0038136267814582203]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  47713410
+    - 
+      positions: [1.105173634006668, -0.6991055371174719, -0.22404010760624937, 1.5131249827380493, -2.5920492501062053, -0.5538167034792899]
+      velocities: [-0.05524493128144163, 0.14904966492323737, -0.23248487540285073, -0.011643234579873785, -0.01735681098880357, 0.2644487124298699]
+      accelerations: [-0.023211115330503646, 0.011280175472697638, 0.0, 0.012037593945586738, 0.02273624523247235, 0.0037826871679301154]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  52535393
+    - 
+      positions: [1.1049071511257733, -0.6983871682050987, -0.22516040163247433, 1.5130690163310385, -2.5921326247385172, -0.5525423387448719]
+      velocities: [-0.05535690950037545, 0.14910409725087742, -0.23248487540285068, -0.01158535713104817, -0.017247083473736498, 0.26446686561840405]
+      accelerations: [-0.023264618155863285, 0.011311562245431919, 1.728534877787077e-14, 0.01198398715308424, 0.022805355757114707, 0.003751646604914659]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  57354175
+    - 
+      positions: [1.1046403052118956, -0.6976690130941596, -0.22627995302273118, 1.513013365023309, -2.5922154150732446, -0.5512687317498187]
+      velocities: [-0.05546907142523688, 0.149158644789323, -0.23248487540285084, -0.011527776376063423, -0.017137096003681136, 0.26448485734980953]
+      accelerations: [-0.023318240641903326, 0.01134301045272275, -7.495282908934151e-14, 0.011930306082618965, 0.0228744184252873, 0.0037206289671600982]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  62169764
+    - 
+      positions: [1.1043730957306814, -0.6969510705963375, -0.22739876330668282, 1.512958026942735, -2.5922976206748753, -0.5499958816455124]
+      velocities: [-0.05558141743350505, 0.1492133076966925, -0.2324848754028508, -0.011470492496438583, -0.01702684897239872, 0.2645026874897467]
+      accelerations: [-0.023371978708354918, 0.0113745152868548, 9.23106998301732e-14, 0.011876448832091551, 0.02294348609821758, 0.0036894399903680433]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  66982164
+    - 
+      positions: [1.1041055221468516, -0.6962333395261173, -0.22851683400856887, 1.5129030002193744, -2.5923792411090907, -0.5487237875905049]
+      velocities: [-0.05569394790190128, 0.14926808612956127, -0.23248487540285062, -0.011413505711975188, -0.016916342751984243, 0.2645203558288683]
+      accelerations: [-0.02342583640176004, 0.011406081015711078, -2.3092929762786887e-14, 0.011822501516356288, 0.023012514487640925, 0.0036582428637258915]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  71791383
+    - 
+      positions: [1.1038375839243715, -0.695515818701367, -0.22963416664615244, 1.5128482829875012, -2.592460275943705, -0.5474524487479419]
+      velocities: [-0.05580666321473887, 0.14932298025253246, -0.23248487540285062, -0.011356816083705139, -0.016805577794423293, 0.26453786245617705]
+      accelerations: [-0.023479813117998374, 0.011437706811223091, 2.8885216765952675e-14, 0.011768444098222395, 0.023081514274402554, 0.003626998426059828]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  76597427
+    - 
+      positions: [1.103569280526409, -0.6947985069431771, -0.2307507627310079, 1.5127938733851078, -2.592540724748432, -0.5461818642861525]
+      velocities: [-0.05591956375199637, 0.14937799022440576, -0.23248487540285057, -0.01130042379962442, -0.016694554484300905, 0.26455520721672887]
+      accelerations: [-0.02353390794862344, 0.011469391193067802, -1.1561702973547813e-14, 0.011714243913708913, 0.02315050240373018, 0.0035956444318453865]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  81400304
+    - 
+      positions: [1.1033006114152664, -0.6940814030756252, -0.23186662376894732, 1.5127397695531146, -2.592620587094514, -0.5449120333796078]
+      velocities: [-0.05603264989595805, 0.14943311620603703, -0.23248487540285062, -0.011244329016987395, -0.016583273219882913, 0.2645723900115059]
+      accelerations: [-0.023588123047724403, 0.011501136600846068, -5.784656851767158e-15, 0.011659946527343555, 0.023219455825453993, 0.003564266461628456]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  86200018
+    - 
+      positions: [1.1030315760524714, -0.693364505926068, -0.23298175125948478, 1.51268596963643, -2.592699862555209, -0.5436429552075637]
+      velocities: [-0.05614592203328729, 0.14948835836256189, -0.23248487540285062, -0.011188531812687492, -0.01647173443828554, 0.264589410890154]
+      accelerations: [-0.023642458378243875, 0.01153294248447236, 5.788459459538486e-15, 0.011605539955933672, 0.023288381004957517, 0.003532840915455005]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  90996577
+    - 
+      positions: [1.1027621738987476, -0.6926478143250419, -0.2340961466960193, 1.512632471783648, -2.5927785507056456, -0.5423746289544064]
+      velocities: [-0.05625938054465654, 0.14954371685156587, -0.23248487540285073, -0.011133032421187475, -0.01635993849489147, 0.26460626960216516]
+      accelerations: [-0.023696911768073783, 0.011564806350744507, -5.79225931934819e-14, 0.011550970580665303, 0.02335730515592599, 0.0035012662817702185]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  95789988
+    - 
+      positions: [1.1024924044139124, -0.691931327105886, -0.23520981156651538, 1.512579274145766, -2.592856651122237, -0.5411070538112174]
+      velocities: [-0.05637302581571871, 0.14959919183575343, -0.23248487540285068, -0.011077830986477286, -0.016247885789005934, 0.2646229660652211]
+      accelerations: [-0.023751487753610304, 0.011596732932152331, 7.534873374158919e-14, 0.011496329865313936, 0.023426182337017834, 0.0034697142857717175]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 100580256
+    - 
+      positions: [1.1022222670570496, -0.691215043105343, -0.23632274735240802, 1.5125263748783242, -2.592934163383652, -0.5398402289730814]
+      velocities: [-0.0564868582371987, 0.14965478348259886, -0.23248487540285084, -0.011022927561970545, -0.016135576763187852, 0.26463950036476713]
+      accelerations: [-0.023806184211932677, 0.011628719595391405, -1.333965692769898e-13, 0.01144156424226315, 0.023495040052246095, 0.003438083243638868]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 105367388
+    - 
+      positions: [1.1019517612864054, -0.6904989611631805, -0.23743495552929164, 1.5124737721401236, -2.5930110870702245, -0.5385741536406464]
+      velocities: [-0.05660087819398451, 0.14971049195261427, -0.23248487540285087, -0.010968322349044005, -0.016023011783692316, 0.26465587230456644]
+      accelerations: [-0.023861001124189228, 0.011660766175296797, 1.1607285036861462e-13, 0.011386665610736249, 0.023563882261433064, 0.003406357285932929]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 110151390
+    - 
+      positions: [1.1016808865593708, -0.6897830801221213, -0.23854643756704194, 1.51242146409302, -2.5930874217638626, -0.5373088270203538]
+      velocities: [-0.05671508607353215, 0.1497663174082799, -0.23248487540285062, -0.0109140155182363, -0.015910191230617786, 0.2646720817441338]
+      accelerations: [-0.023915939870558397, 0.011692873763443471, -1.1614862985297208e-14, 0.01133165503058995, 0.0236326988384723, 0.003374575568879717]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 114932269
+    - 
+      positions: [1.1014096423325193, -0.6890673988279709, -0.23965719492958493, 1.5123694489024018, -2.5931631670482576, -0.5360442483238105]
+      velocities: [-0.05682948226741633, 0.14982226001597437, -0.2324848754028505, -0.010860007169209302, -0.015797115517147367, 0.2646881286735622]
+      accelerations: [-0.023971001089016772, 0.011725043007075933, 6.392339548974173e-14, 0.01127654118352374, 0.023701485686744284, 0.0033427535815651432]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 119710031
+    - 
+      positions: [1.1011380280616228, -0.6883519161296553, -0.24076722907482295, 1.512317724737374, -2.5932383225089644, -0.5347804167675285]
+      velocities: [-0.05694406716814751, 0.14987831994269635, -0.23248487540285054, -0.010806297400258595, -0.01568378505492224, 0.2647040130823147]
+      accelerations: [-0.02402618483498277, 0.011757273630672548, -8.141001913641738e-14, 0.011221316089991152, 0.02377024715418587, 0.0033108756604292933]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 124484682
+    - 
+      positions: [1.100866043201634, -0.6876366308791538, -0.24187654145475637, 1.512266289770554, -2.5933128877333034, -0.5335173315731525]
+      velocities: [-0.057058841164773694, 0.1499344973506822, -0.2324848754028508, -0.010752886408585776, -0.015570200204782062, 0.2647197347716621]
+      accelerations: [-0.024081489898456373, 0.01178956402360285, -2.3275129150513035e-14, 0.011165946397783632, 0.023838999790209335, 0.00327887866997989]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 129256228
+    - 
+      positions: [1.1005936872066209, -0.6869215419312629, -0.24298513351591317, 1.5122151421772765, -2.593386862310005, -0.5322549919684144]
+      velocities: [-0.05717380464880234, 0.14999079240414215, -0.23248487540285084, -0.010699774360524886, -0.015456361341064151, 0.2647352935985047]
+      accelerations: [-0.024136918812809608, 0.011821916730472384, 0.0, 0.011110478481309638, 0.023907721010303848, 0.003246849069686073]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 134024677
+    - 
+      positions: [1.1003209595298526, -0.6862066481438868, -0.244093006698815, 1.5121642801366582, -2.5934602458296805, -0.5309933971857788]
+      velocities: [-0.05728895801787552, 0.15004720527349186, -0.23248487540285087, -0.01064696131078024, -0.015342268890801133, 0.26475068962619075]
+      accelerations: [-0.024192471919128516, 0.011854331920702278, -1.1652672295887695e-14, 0.011054912879608997, 0.023976410927088933, 0.003214787006393975]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 138790032
+    - 
+      positions: [1.1000478596238006, -0.6854919483780273, -0.24520016243799522, 1.5121137018315922, -2.593533037884814, -0.5297325464624291]
+      velocities: [-0.0574043016668145, 0.1501037361255157, -0.23248487540285057, -0.010594447393077397, -0.015227923239969835, 0.26476592276666333]
+      accelerations: [-0.024248147998538805, 0.011886808015651172, 1.3992261863073581e-13, 0.010999216025210083, 0.024045086272065006, 0.0031826288847051644]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 143552302
+    - 
+      positions: [1.0997743869400705, -0.6847774414975407, -0.24630660216243785, 1.5120634054479496, -2.593605238069403, -0.5284724390412189]
+      velocities: [-0.05751983598838505, 0.15016038512369023, -0.23248487540285065, -0.01054223281082858, -0.015113324738807249, 0.26478099279986617]
+      accelerations: [-0.02430394770363205, 0.011919345314116961, -1.7501638316151734e-13, 0.01094339231272217, 0.024113744950073332, 0.003150382884247079]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 148311493
+    - 
+      positions: [1.0995005409294099, -0.6840631263691613, -0.24741232729553733, 1.5120133891746665, -2.5936768459789987, -0.5272130741705361]
+      velocities: [-0.057635561380643394, 0.15021715243668193, -0.232484875402851, -0.010490317675642433, -0.014998473780533338, 0.2647958996748009]
+      accelerations: [-0.02435987290343902, 0.011951945807906783, 2.335058858423994e-14, 0.010887476004535754, 0.024182370631545897, 0.003118111858312793]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 153067609
+    - 
+      positions: [1.0992263210417714, -0.6833490018627034, -0.24851733925472308, 1.5119636512045216, -2.5937478612110425, -0.5259544511033144]
+      velocities: [-0.05775147824442586, 0.1502740382358553, -0.2324848754028509, -0.01043870205729834, -0.014883370776176361, 0.2648106434146551]
+      accelerations: [-0.024415923206331923, 0.01198460875521394, 2.336564897192104e-14, 0.010831450543157674, 0.02425097178872792, 0.0030857842020611276]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 157820658
+    - 
+      positions: [1.0989517267262798, -0.6826350668509392, -0.24962163945168186, 1.5119141897337338, -2.5938182833646826, -0.5246965690975042]
+      velocities: [-0.057867586974570465, 0.15033104268504593, -0.23248487540285087, -0.01038738617635674, -0.014768016061955368, 0.2648252237598916]
+      accelerations: [-0.02447209678243608, 0.01201733184226033, -1.1690349477642042e-14, 0.010775269140279079, 0.02431957106136335, 0.003053312582142177]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 162570645
+    - 
+      positions: [1.0986767574311411, -0.6819213202092805, -0.2507252292929379, 1.5118650029608665, -2.5938881120402932, -0.5234394274173876]
+      velocities: [-0.057983887973910776, 0.15038816595586632, -0.2324848754028509, -0.01033637011080486, -0.01465241004112966, 0.2648396407144577]
+      accelerations: [-0.024528399132077418, 0.012050120770790535, 0.0, 0.01071903873048223, 0.02438811721054917, 0.0030208953279809254]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 167317577
+    - 
+      positions: [1.0984014126038415, -0.6812077608164603, -0.251828110178607, 1.5118160890892787, -2.593957346840545, -0.5221830253305315]
+      velocities: [-0.0581003816465758, 0.15044540822104768, -0.23248487540285068, -0.01028565392697466, -0.01453655312018891, 0.26485389430025674]
+      accelerations: [-0.024584825612313364, 0.012082970426720721, 8.779037958467051e-14, 0.010662657371879774, 0.024456659771138915, 0.0029883416615530574]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 172061459
+    - 
+      positions: [1.098125691690956, -0.6804943875538507, -0.2529302835036366, 1.5117674463247563, -2.594025987369359, -0.520927362110683]
+      velocities: [-0.05821706838809376, 0.1505027696431863, -0.23248487540285062, -0.010235237892954274, -0.014420445606814995, 0.264867984161697]
+      accelerations: [-0.02464137754470026, 0.012115881765830804, -5.270802057022653e-14, 0.010606142080629306, 0.024525190486836386, 0.0029556832994127764]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 176802298
+    - 
+      positions: [1.0978495941381772, -0.6797811993055659, -0.2540317506576202, 1.5117190728758914, -2.594094033232077, -0.5196724370372675]
+      velocities: [-0.058333948605376613, 0.1505602503964064, -0.2324848754028508, -0.010185122063090996, -0.01430408790963427, 0.2648819103388516]
+      accelerations: [-0.02469805871278483, 0.0121488588072465, -1.7580596788397922e-14, 0.010549566072202223, 0.024593674688600055, 0.0029230553951667395]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 181540099
+    - 
+      positions: [1.0975731193904505, -0.6790681949589149, -0.25513251302396517, 1.5116709669557469, -2.5941614840361815, -0.5184182493933084]
+      velocities: [-0.058451022707498565, 0.1506178506566217, -0.23248487540285065, -0.01013530646972289, -0.014187480444797198, 0.26489567290870103]
+      accelerations: [-0.02475486656560441, 0.012181898408988902, 7.036738298915678e-14, 0.01049286554820021, 0.024662143516037995, 0.002890338438314819]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 186274869
+    - 
+      positions: [1.0972962668918518, -0.6783553734039754, -0.25623257198066807, 1.511623126780374, -2.5942283393906367, -0.5171647984672366]
+      velocities: [-0.05856829109419048, 0.15067557058875408, -0.23248487540285054, -0.01008579135782994, -0.014070623525492536, 0.2649092715517461]
+      accelerations: [-0.02481180001791251, 0.012214999187476781, -2.34707827916234e-14, 0.010436014616896788, 0.024730608955185206, 0.002857484542465962]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 191006613
+    - 
+      positions: [1.0970190360855407, -0.6776427335334185, -0.2573319289006395, 1.5115755505682045, -2.594294598905636, -0.5159120835535953]
+      velocities: [-0.05868575417215319, 0.15073341036452276, -0.2324848754028508, -0.010036576849413118, -0.013953517521866264, 0.26492270617462577]
+      accelerations: [-0.024868863404681883, 0.012248165511824597, -7.632872372449969e-14, 0.01037909121811047, 0.024799034606501198, 0.0028246371401921947]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 195735338
+    - 
+      positions: [1.0967414264139006, -0.6769302742429903, -0.2584305851508166, 1.5115282365418201, -2.5943602621933555, -0.5146601039508458]
+      velocities: [-0.05880341235223123, 0.15079137015965655, -0.232484875402851, -0.009987663004113845, -0.013836162831251105, 0.26493597679650793]
+      accelerations: [-0.02492605445865653, 0.012281394827027689, -2.9375911798176205e-14, 0.010322043866867525, 0.024867445040185298, 0.00279170037128179]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 200461048
+    - 
+      positions: [1.0964634373184434, -0.6762179944311677, -0.2595285420927905, 1.5114811829267571, -2.5944253288674375, -0.5134088589628052]
+      velocities: [-0.05892126604132204, 0.150849450144821, -0.23248487540285084, -0.009939049982466301, -0.013718559801170644, 0.2649490832471495]
+      accelerations: [-0.024983374094006663, 0.012314687666676776, 9.994167276570493e-14, 0.010264881494013124, 0.02493583640450386, 0.0027586900338340092]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 205183751
+    - 
+      positions: [1.0961850682398224, -0.6755058929992025, -0.26062580108272604, 1.5114343879516956, -2.594489798543065, -0.512158347898389]
+      velocities: [-0.059039315652720414, 0.15090765049676375, -0.23248487540285068, -0.009890737841594626, -0.013600708825596166, 0.2649620255447632]
+      accelerations: [-0.025040824422342595, 0.012348046192903419, -1.764797700365398e-14, 0.010207639068433394, 0.025004192540405295, 0.002725670165569401]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 209903452
+    - 
+      positions: [1.0959063186178948, -0.6747939688513265, -0.2617223634709795, 1.5113878498492392, -2.594553670837293, -0.5109085700706273]
+      velocities: [-0.059157561595539206, 0.15096597138695741, -0.23248487540285068, -0.009842726740157935, -0.013482610249252755, 0.26497480351857317]
+      accelerations: [-0.025098401876936387, 0.01238146612790808, 1.7659180773649673e-14, 0.010150238685745628, 0.025072550144680426, 0.0026924966402010874]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 214620156
+    - 
+      positions: [1.095627187891579, -0.6740822208942514, -0.2628182306030226, 1.511341566854127, -2.594616945368282, -0.5096595247988266]
+      velocities: [-0.05927600427991003, 0.15102441298742503, -0.23248487540285062, -0.009795016835465537, -0.013364264415308153, 0.2649874169968687]
+      accelerations: [-0.025156110770326503, 0.01241495210201754, -5.890125707499146e-15, 0.010092758941331966, 0.02514087283270511, 0.0026593132385326593]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 219333869
+    - 
+      positions: [1.0953476754989955, -0.6733706480376418, -0.2639134038185627, 1.5112955372050052, -2.594679621756048, -0.5084112114063782]
+      velocities: [-0.059394644119830815, 0.15108297547345573, -0.23248487540285068, -0.009747608233006291, -0.013245671689688536, 0.26499986590229363]
+      accelerations: [-0.02521394874430458, 0.012448500987413487, -5.893855360868073e-15, 0.010035143268114572, 0.02520918702655183, 0.0026260161194620033]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 224044598
+    - 
+      positions: [1.0950677808773612, -0.6726592491937569, -0.2650078844522082, 1.5112497591431275, -2.59474169962191, -0.5071636292223134]
+      velocities: [-0.0595134815331036, 0.15114165902381183, -0.23248487540285062, -0.009700500985343846, -0.013126832459955549, 0.26501215025134284]
+      accelerations: [-0.0252719200993903, 0.012482117513880897, 1.769274768840655e-14, 0.00997747087394304, 0.025277456761511864, 0.0025927491086565335]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 228752348
+    - 
+      positions: [1.0947875034631311, -0.6719480232779173, -0.26610167383259636, 1.5112042309141336, -2.594803178589232, -0.5059167775791139]
+      velocities: [-0.05963251693421021, 0.1512004638130856, -0.23248487540285068, -0.009653695226368615, -0.013007747074355664, 0.26502426990865163]
+      accelerations: [-0.02533001944624053, 0.012515795301572532, -3.5407843942263524e-14, 0.009919628072613828, 0.025345734393690297, 0.002559303823983323]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 233457125
+    - 
+      positions: [1.0945068426917934, -0.671236969207797, -0.2671947732837075, 1.5111589507654601, -2.5948640582823317, -0.5046706558158378]
+      velocities: [-0.0597517507379231, 0.1512593900151252, -0.23248487540285084, -0.009607191109466968, -0.01288841587011912, 0.2650362247011897]
+      accelerations: [-0.02538825261887427, 0.012549540537987503, -4.1335207576263796e-14, 0.009861720412681666, 0.025413971898986133, 0.0025258727392610493]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 238158934
+    - 
+      positions: [1.094225797998055, -0.670526085904057, -0.2682871841236866, 1.511113916948713, -2.5949243383274725, -0.5034252632752062]
+      velocities: [-0.05987118336662245, 0.15131843781136434, -0.23248487540285087, -0.009560988663234762, -0.012768839239749284, 0.2650480146819953]
+      accelerations: [-0.025446617342656304, 0.01258335038412829, 3.5452497388267406e-14, 0.009803695482979154, 0.02548219349170923, 0.002492359469357381]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 242857780
+    - 
+      positions: [1.0939443688157457, -0.6698153722900104, -0.26937890766546285, 1.511069127718467, -2.594984018352357, -0.5021805993050367]
+      velocities: [-0.05999081523283197, 0.15137760737191763, -0.23248487540285068, -0.009515088121914327, -0.012649017479765472, 0.2650596395251765]
+      accelerations: [-0.025505112020007364, 0.012617222985165637, 4.729973652539566e-14, 0.009745518284191741, 0.02555041548074827, 0.0024586991593329517]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 247553671
+    - 
+      positions: [1.0936625545777574, -0.6691048272913924, -0.27046994521717194, 1.511024581331463, -2.595043097985786, -0.500936663259195]
+      velocities: [-0.06011064676005836, 0.15143689887795908, -0.23248487540285068, -0.00946948953256702, -0.012528950970205545, 0.2650710992455433]
+      accelerations: [-0.02556374324839903, 0.012651165029066403, -4.1413275177254124e-14, 0.00968730363715838, 0.025618585665321207, 0.0024251017807158225]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 252246611
+    - 
+      positions: [1.0933803547162424, -0.6683944498370554, -0.27156029808086984, 1.5109802760491784, -2.5951015768587333, -0.49969345449443886]
+      velocities: [-0.0602306783742657, 0.15149631251253987, -0.23248487540285057, -0.009424192920237206, -0.012408640098551003, 0.2650823938951672]
+      accelerations: [-0.025622505812076746, 0.012685170756616213, 7.695863349268315e-14, 0.009628946198011705, 0.02568675277243888, 0.0023913732321923405]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 256936606
+    - 
+      positions: [1.0930977686624261, -0.667684238858304, -0.2726499675537566, 1.5109362101354407, -2.595159454603334, -0.4984509723733068]
+      velocities: [-0.06035091049306178, 0.151555848448997, -0.23248487540285048, -0.009379198485111751, -0.012288085170837916, 0.26509352320353036]
+      accelerations: [-0.025681401694344623, 0.01271924191393064, -3.554163133689032e-14, 0.009570476789567023, 0.025754902463850437, 0.0023575701783365554]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 261623661
+    - 
+      positions: [1.092814795846661, -0.666974193289076, -0.27373895492784567, 1.5108923818571063, -2.5952167308531773, -0.49720921626325026]
+      velocities: [-0.06047134353957763, 0.15161550686568542, -0.2324848754028506, -0.00933450634365972, -0.01216728652961453, 0.26510448705158385]
+      accelerations: [-0.02574043158897562, 0.012753379016342882, -1.1854626390177393e-14, 0.009511900353625674, 0.025823033208533665, 0.002323700488604536]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 266307783
+    - 
+      positions: [1.0925314356984324, -0.6662643120659586, -0.2748272614899301, 1.5108487894841574, -2.5952734052433346, -0.49596818553650457]
+      velocities: [-0.06059197793814075, 0.15167528794173257, -0.23248487540285068, -0.009290116611211003, -0.012046244515602836, 0.26511528531948203]
+      accelerations: [-0.025799595641862086, 0.01278758200445193, -1.779305643451655e-14, 0.009453212527769001, 0.02589114701194039, 0.0022897559458531524]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 270988975
+    - 
+      positions: [1.0922476876463496, -0.6655545941281465, -0.27591488852165463, 1.510805431289589, -2.5953294774103135, -0.494727879570192]
+      velocities: [-0.0607128141194488, 0.15173519186222584, -0.23248487540285068, -0.009246029308402865, -0.011924959509893931, 0.26512591805807073]
+      accelerations: [-0.02585889676646679, 0.012821853615921074, 1.7804166251804803e-14, 0.009394458269375988, 0.025959224304836482, 0.0022558177641712135]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 275667246
+    - 
+      positions: [1.0919635511182213, -0.6648450384177035, -0.277001837299032, 1.5107623055503987, -2.595384946992457, -0.4934882977451023]
+      velocities: [-0.06083385250977852, 0.15179521880655084, -0.2324848754028509, -0.009202244558766844, -0.011803431845330128, 0.26513638512807214]
+      accelerations: [-0.02591833049592799, 0.012856188805808234, -1.1283003743518504e-13, 0.009335548736146086, 0.026027304984087844, 0.002221723456591931]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 280342598
+    - 
+      positions: [1.0916790255409, -0.664135643879012, -0.27808810909346154, 1.5107194105455868, -2.5954398136291186, -0.4922494394480917]
+      velocities: [-0.06095509353460599, 0.15185536895280305, -0.23248487540285084, -0.009158762516104885, -0.011681661839281064, 0.26514668633251065]
+      accelerations: [-0.025977901286267303, 0.012890592195971865, 1.3666879768614682e-13, 0.009276559951252244, 0.02609535545435944, 0.0021876108866367735]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 285015039
+    - 
+      positions: [1.0913941103404128, -0.6634264094592169, -0.27917370517090284, 1.5106767445578395, -2.5954940769613497, -0.49101130407001525]
+      velocities: [-0.061076537625308194, 0.1519156424844676, -0.23248487540285062, -0.00911558324996759, -0.011559649844739039, 0.2651568216261636]
+      accelerations: [-0.026037607538641195, 0.012925061597605878, -4.162072559422016e-14, 0.009217452003466114, 0.026163393787613443, 0.002153407055778442]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 289684573
+    - 
+      positions: [1.0911088049418893, -0.6627173341079768, -0.28025862679233654, 1.5106343058726246, -2.5955477366315245, -0.4897738910068013]
+      velocities: [-0.06119818521115683, 0.1519760395817873, -0.23248487540285076, -0.009072706891473787, -0.01143739618556969, 0.2651667908498402]
+      accelerations: [-0.02609745028841127, 0.012959597942906947, -2.3798047775377157e-14, 0.009158238563703288, 0.026231414079358313, 0.0021191362038325183]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 294351206
+    - 
+      positions: [1.0908231087695848, -0.6620084167775327, -0.2813428752136356, 1.5105920927784815, -2.5956007922834576, -0.4885371996590738]
+      velocities: [-0.06132003672872173, 0.15203656043252428, -0.2324848754028508, -0.009030133455430312, -0.011314901234388398, 0.26517659405219224]
+      accelerations: [-0.026157431969923296, 0.01299420365577879, 5.953203655886959e-15, 0.009098955927934778, 0.02629940104474724, 0.0020848631983779926]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 299014944
+    - 
+      positions: [1.0905370212469387, -0.6612996564229047, -0.28242645168519165, 1.510550103567811, -2.5956532435627144, -0.48730122943117404]
+      velocities: [-0.06144209260780312, 0.15209720521599063, -0.2324848754028508, -0.008987863102399612, -0.011192165297826417, 0.2651862310158247]
+      accelerations: [-0.02621754758549636, 0.01302887282024021, -5.956893088194231e-15, 0.009039505385620036, 0.02636739798087609, 0.0020504090626971986]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 303675791
+    - 
+      positions: [1.090250541796406, -0.6605910520013042, -0.2835093574530172, 1.5105083365346734, -2.595705090115719, -0.4860659797337993]
+      velocities: [-0.061564353279488504, 0.15215797411189963, -0.23248487540285076, -0.008945895992018012, -0.011069188681409683, 0.2651957015236448]
+      accelerations: [-0.02627780301938263, 0.013063611654102098, 2.384232100329773e-14, 0.008979986158277255, 0.026435361763830167, 0.0020159529297782467]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 308333753
+    - 
+      positions: [1.0899636698396233, -0.6598826024727049, -0.28459159375767407, 1.510466789976973, -2.5957563315906356, -0.4848314499813361]
+      velocities: [-0.06168681918700608, 0.1522188673128959, -0.23248487540285057, -0.0089042320832077, -0.010945971775506182, 0.26520500571823147]
+      accelerations: [-0.026338197944661957, 0.013098419625347558, 5.367838640778519e-14, 0.008920385279884214, 0.02650329882036797, 0.001981470048395419]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 312988836
+    - 
+      positions: [1.0896764047973857, -0.6591743067997463, -0.2856731618344463, 1.5104254621961541, -2.5958069676372326, -0.48359763959221036]
+      velocities: [-0.061809490763114705, 0.15227988499916387, -0.23248487540285048, -0.008862871544152634, -0.01082251487758944, 0.2652141433620687]
+      accelerations: [-0.02639872853894157, 0.013133292050338934, -1.1935895629838264e-14, 0.008860625949206846, 0.026571242339422207, 0.0019468219330858517]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 317641044
+    - 
+      positions: [1.0893887460895146, -0.6584661639472825, -0.2867540629141914, 1.5103843514954922, -2.5958569979062007, -0.4823645479909194]
+      velocities: [-0.06193236844845669, 0.152341027358398, -0.2324848754028506, -0.008821814426152541, -0.010698818333883364, 0.2652231144270094]
+      accelerations: [-0.026459402358535177, 0.01316823697723672, -3.582976942666159e-14, 0.008800835355762838, 0.026639137875746524, 0.0019122371453309662]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 322290383
+    - 
+      positions: [1.0891006931350704, -0.6577581728831059, -0.28783429822197737, 1.5103434561828846, -2.595906422050263, -0.4811321746046465]
+      velocities: [-0.062055452678754564, 0.1524022945723919, -0.2324848754028505, -0.00878106088518164, -0.01057488244345334, 0.26523191869344753]
+      accelerations: [-0.02652021007065786, 0.013203243948789266, 7.170367722102816e-14, 0.00874084130012853, 0.02670705991751992, 0.0018774046120458591]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 326936859
+    - 
+      positions: [1.088812245352061, -0.6570503325769346, -0.2889138689789799, 1.510302774567044, -2.5959552397226493, -0.4799005188678235]
+      velocities: [-0.06217874389102211, 0.1524636868233798, -0.23248487540285057, -0.008740611076113465, -0.010450707503730033, 0.26524055594206164]
+      accelerations: [-0.026581161906973606, 0.013238323747623203, -8.968473625435095e-14, 0.008680816613849708, 0.02677493437196941, 0.0018426356326752763]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 331580476
+    - 
+      positions: [1.0885234021577312, -0.6563426420014075, -0.28999277640061644, 1.5102623049612895, -2.596003450578607, -0.47866958021754097]
+      velocities: [-0.06230224253793322, 0.15252520430993033, -0.23248487540285068, -0.008700464899147674, -0.010326293919450422, 0.26524902640972337]
+      accelerations: [-0.02664225473333322, 0.013273472763219706, 3.589593718081314e-14, 0.008620698204545377, 0.026842788872381684, 0.001807815292074934]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 336221240
+    - 
+      positions: [1.0882341629684538, -0.6556351001316996, -0.2910710216972601, 1.510222045682141, -2.596051054274833, -0.4774393580952236]
+      velocities: [-0.062425949057097724, 0.15258684721328353, -0.2324848754028507, -0.00866062253892718, -0.010201641971159133, 0.2652573298189611]
+      accelerations: [-0.02670348555154656, 0.013308687282764683, -4.7890622274742375e-14, 0.00856042676340092, 0.026910649008448296, 0.0017728369835484858]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 340859156
+    - 
+      positions: [1.0879445271996293, -0.6549277059451742, -0.2921486060748989, 1.5101819950480064, -2.5960980504689504, -0.4762098519481753]
+      velocities: [-0.06254986389045837, 0.15264861571857918, -0.2324848754028509, -0.008621084126321156, -0.010076751960554759, 0.2652654659873537]
+      accelerations: [-0.026764859570581813, 0.013343972833840291, -3.5939983140019326e-14, 0.00850008487213801, 0.026978479798808346, 0.001737848270249427]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 345494229
+    - 
+      positions: [1.087654494265822, -0.6542204584218433, -0.29322553073426033, 1.5101421513809796, -2.5961444388202164, -0.4749810612274068]
+      velocities: [-0.06267398748737443, 0.15271051001808827, -0.23248487540285084, -0.008581849685229504, -0.0099516242329932, 0.26527343492249655]
+      accelerations: [-0.0268263751331221, 0.013379327102466684, 6.593030868154278e-14, 0.008439636168552764, 0.027046297139401505, 0.0017027835054059372]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 350126464
+    - 
+      positions: [1.0873640635806965, -0.6535133565441494, -0.29430179687122665, 1.5101025130060284, -2.596190218989198, -0.4737529853885795]
+      velocities: [-0.06279832029341456, 0.15277253029915872, -0.23248487540285062, -0.008542919323148688, -0.009826259095783897, 0.2652812364794874]
+      accelerations: [-0.026888032618593988, 0.013414750420219073, 2.3989318007386282e-14, 0.008379081066308766, 0.02711410128247793, 0.001667642564576527]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 354755867
+    - 
+      positions: [1.0870732345570193, -0.6528063992969552, -0.2953774056768484, 1.510063078250991, -2.596235390637762, -0.47252562389199637]
+      velocities: [-0.06292286275604146, 0.1528346767504843, -0.2324848754028509, -0.008504293136137212, -0.00970065685935646, 0.2652888705318907]
+      accelerations: [-0.02694983281860932, 0.01345024317528381, -1.3802282588157629e-13, 0.008318424184648954, 0.02718189036946359, 0.0016324335270738732]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 359382443
+    - 
+      positions: [1.0867820066066618, -0.6520995856675575, -0.2964523583373166, 1.5100238454466635, -2.596279953429113, -0.47129897620246464]
+      velocities: [-0.06304761532725586, 0.15289694956453742, -0.23248487540285084, -0.008465971166208713, -0.009574817854848204, 0.26529633704836014]
+      accelerations: [-0.027011777262428916, 0.01348580675523906, 1.561209837337834e-13, 0.008257684382253803, 0.0272496570456677, 0.0015971894358474883]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 364006196
+    - 
+      positions: [1.0864903791406304, -0.6513929146457846, -0.2975266560337788, 1.5099848129271967, -2.5963239070279367, -0.4700730417888046]
+      velocities: [-0.06317257845383037, 0.15295934892755242, -0.23248487540285057, -0.008427953560652339, -0.009448742366980591, 0.26530363580661176]
+      accelerations: [-0.027073862515059062, 0.013521437213834841, -3.6049871308537705e-14, 0.008196797348034227, 0.027317428492874208, 0.001561794620888062]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 368627132
+    - 
+      positions: [1.086198351568961, -0.6506863852236197, -0.2986002999430462, 1.509945979028684, -2.596367251099848, -0.4688478201255179]
+      velocities: [-0.06329775258909602, 0.15302187503179798, -0.23248487540285068, -0.008390240380431204, -0.009322430714564157, 0.26531076673682763]
+      accelerations: [-0.02713609520853334, 0.013557141251452803, -1.2023936867303727e-14, 0.008135864882451702, 0.02738516250888653, 0.0015264307792019168]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 373245255
+    - 
+      positions: [1.085905923300881, -0.6499799963957668, -0.29967329123652364, 1.5099073420913611, -2.5964099853122438, -0.4676233106901338]
+      velocities: [-0.06342313818749577, 0.15308452806995942, -0.23248487540285062, -0.00835283168589197, -0.009195883214946713, 0.2653177297686733]
+      accelerations: [-0.027198469553052055, 0.01359291248941987, 3.007811439281412e-14, 0.008074785512260646, 0.02745290169864226, 0.001490915906635686]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 377860572
+    - 
+      positions: [1.0856130937446444, -0.6492737471590643, -0.3007456310813158, 1.5098689004573889, -2.596452109333437, -0.4663995129658337]
+      velocities: [-0.06354873569777553, 0.15314730822761968, -0.2324848754028506, -0.008315727653831905, -0.00906910013472453, 0.26532452462161027]
+      accelerations: [-0.02726098922957754, 0.013628754372079542, -1.2038550458662597e-14, 0.0080136103833254, 0.0275206251823522, 0.001455340971570279]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 382473086
+    - 
+      positions: [1.0853198623076115, -0.6485676365127663, -0.3018173206396951, 1.5098306524719514, -2.5964936228330777, -0.4651764264401217]
+      velocities: [-0.06367454558744981, 0.1532102157098742, -0.23248487540285076, -0.008278928170638923, -0.008942081858161447, 0.26533115153041364]
+      accelerations: [-0.027323659065041, 0.013664672063427712, -6.022925499552221e-14, 0.007952414385324215, 0.027588302574814753, 0.0014198384554191803]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 387082804
+    - 
+      positions: [1.0850262283963692, -0.647861663458944, -0.3028883610683341, 1.5097925964848604, -2.596534525482765, -0.46395405060289285]
+      velocities: [-0.06380056830830483, 0.15327325070407943, -0.2324848754028509, -0.008242433400486826, -0.00881482865321276, 0.26533761023279145]
+      accelerations: [-0.02738646777988195, 0.01370065285104716, 6.026573699235713e-15, 0.007891002209958833, 0.027656014486551823, 0.0013840602065443735]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 391689729
+    - 
+      positions: [1.0847321914164139, -0.6471558270013883, -0.30395875352038887, 1.5097547308463204, -2.596574816954414, -0.4627323849514553]
+      velocities: [-0.06392680431048542, 0.15333641339449863, -0.23248487540285073, -0.00820624356038138, -0.00868734076404528, 0.265343900371139]
+      accelerations: [-0.027449426296284374, 0.0137367082456987, 6.030219837721127e-14, 0.007829546359639629, 0.02772369036685105, 0.001348313044849298]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 396293867
+    - 
+      positions: [1.084437750772427, -0.6464501261465623, -0.30502849914368907, 1.5097170539106444, -2.5966144969216804, -0.4615114289860829]
+      velocities: [-0.06405325406412614, 0.15339970398645159, -0.2324848754028506, -0.008170358555080953, -0.008559618561133167, 0.2653500221414484]
+      accelerations: [-0.027512532739927827, 0.013772836024787478, 0.0, 0.007768009982652719, 0.02779134569962748, 0.0013125304590797273]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 400895222
+    - 
+      positions: [1.084142905868215, -0.64574455990338, -0.3060975990811545, 1.5096795640354423, -2.596653565059647, -0.46029118221096016]
+      velocities: [-0.06417991803039835, 0.1534631226745496, -0.23248487540285084, -0.008134778459857243, -0.008431662342222158, 0.2653559754336585]
+      accelerations: [-0.027575785474422656, 0.013809033914602618, -1.1471261366489786e-13, 0.0077063560134556335, 0.027858996348986902, 0.001276646087195372]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 405493801
+    - 
+      positions: [1.0838476561066461, -0.6450391272829936, -0.3071660544711981, 1.50964225958081, -2.596692021044498, -0.4590716441351317]
+      velocities: [-0.06430679666365946, 0.1535266696452025, -0.2324848754028509, -0.008099503478480916, -0.008303472351383283, 0.2653617599080075]
+      accelerations: [-0.027639183534233117, 0.013845300764231449, 9.061719013805732e-14, 0.007644565704694596, 0.027926649564058544, 0.0012406263323254672]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 410089607
+    - 
+      positions: [1.0835520008896224, -0.6443338272986789, -0.3082338664479432, 1.5096051389089158, -2.596729864553374, -0.45785281427296387]
+      velocities: [-0.06443389043287481, 0.15359034509980082, -0.2324848754028508, -0.008064533598191318, -0.008175048918256546, 0.2653673756068058]
+      accelerations: [-0.02770273461166751, 0.01388164439082318, -4.231348814838572e-14, 0.007582752131244714, 0.02799426062595245, 0.001204671042902431]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 414682645
+    - 
+      positions: [1.083255939618254, -0.643628658966446, -0.30930103614005683, 1.509568200386415, -2.59676709526527, -0.45663469214126295]
+      velocities: [-0.06456119980329916, 0.15365414923450318, -0.23248487540285098, -0.008029868891620724, -0.008046392335823103, 0.26537282241947174]
+      accelerations: [-0.027766429775532522, 0.01391805484879309, -3.629052017744029e-14, 0.007520765105684868, 0.028061890005381684, 0.0011685137259902089]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 419272921
+    - 
+      positions: [1.0829594716926212, -0.6429236213042081, -0.31036756467233356, 1.5095314423812156, -2.5968037128598156, -0.45541727726309295]
+      velocities: [-0.06468872524055479, 0.1537180822452328, -0.2324848754028508, -0.007995509440900862, -0.007917502891055035, 0.26537810021599534]
+      accelerations: [-0.027830278497469937, 0.013954542136798441, 1.2104108090838458e-13, 0.007458750866251014, 0.02812947958772578, 0.001132412553032916]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 423860439
+    - 
+      positions: [1.0826625965120045, -0.642218713332566, -0.3114334531641969, 1.509494863265599, -2.5968397170184434, -0.4542005691640501]
+      velocities: [-0.06481646721232069, 0.1537821443291836, -0.2324848754028507, -0.007961455316680525, -0.007788380873403262, 0.2653832088848257]
+      accelerations: [-0.027894272573071532, 0.013991096954533001, -8.477960511973573e-14, 0.007396568192208024, 0.02819708621863734, 0.0010961172270684185]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 428445204
+    - 
+      positions: [1.0823653134746583, -0.641513934074031, -0.3124987027311789, 1.509458461413185, -2.596875107423243, -0.4529845673758455]
+      velocities: [-0.06494442618852707, 0.1538463356850302, -0.2324848754028508, -0.007927706577560048, -0.0076590265748614165, 0.26538814833360386]
+      accelerations: [-0.027958421573412037, 0.014027729406265163, 4.8474529157292427e-14, 0.007334363752912227, 0.028264651686397697, 0.0010598865640041482]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 433027221
+    - 
+      positions: [1.0820676219780405, -0.640809282553809, -0.3135633144834215, 1.509422235202055, -2.5969098837581313, -0.45176927143257983]
+      velocities: [-0.06507260263741392, 0.15391065650855118, -0.23248487540285062, -0.007894263325042502, -0.007529440268988761, 0.2653929183934523]
+      accelerations: [-0.02802271556240486, 0.014064428268806014, 1.8188832750983258e-14, 0.007271972158929606, 0.028332242066779024, 0.0010234281667776367]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 437606494
+    - 
+      positions: [1.0817695214185534, -0.6401047577989009, -0.31462728952739927, 1.509386183011209, -2.5969440457075206, -0.45055468087491823]
+      velocities: [-0.06520099703082796, 0.15397510699870925, -0.23248487540285073, -0.007861125626405393, -0.007399622239975425, 0.26539751895241004]
+      accelerations: [-0.02808716643638224, 0.014101206314155472, -6.673227449108018e-14, 0.007209573936814317, 0.02839978638770569, 0.0009870594313619906]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 442183028
+    - 
+      positions: [1.0814710111918213, -0.6394003588390578, -0.3156906289640799, 1.5093503032244022, -2.5969775929577454, -0.44934079524553855]
+      velocities: [-0.06532960984678805, 0.15403968736025808, -0.23248487540285076, -0.007828293472342365, -0.007269572800359463, 0.26540195003200273]
+      accelerations: [-0.028151765378966367, 0.014138053451785244, 6.07019463080514e-14, 0.0071470220542375895, 0.0284673430540184, 0.0009505211469429739]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 446756829
+    - 
+      positions: [1.0811720906924605, -0.6386960847059849, -0.3167533338904539, 1.5093145942270008, -2.5970105251958864, -0.4481276140928205]
+      velocities: [-0.06545844155226035, 0.15410439778465423, -0.23248487540285068, -0.00779576704826164, -0.007139292184031917, 0.2654062113095349]
+      accelerations: [-0.028216516760013022, 0.014174974116127531, -2.4295267710835003e-14, 0.007084378573219462, 0.028534887808549222, 0.000913922117282109]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 451327900
+    - 
+      positions: [1.0808727593141751, -0.6379919344336673, -0.31781540539891, 1.5092790544072916, -2.5970428421102563, -0.4469151369692822]
+      velocities: [-0.06558749262943495, 0.1541692384792432, -0.23248487540285093, -0.007763546320732281, -0.007008780708552612, 0.2654103028448198]
+      accelerations: [-0.028281423252740506, 0.014211970976350886, -8.508412236236811e-14, 0.007021677238306974, 0.028602408107926237, 0.0008773208053455498]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 455896247
+    - 
+      positions: [1.0805730164498062, -0.6372879070585324, -0.3188768445769138, 1.509243682157185, -2.597074543390651, -0.44570336343073275]
+      velocities: [-0.06571676355411424, 0.1542342096435977, -0.23248487540285087, -0.007731631375364582, -0.006878038642636126, 0.2654142244864838]
+      accelerations: [-0.028346479780256263, 0.014249038119516179, 1.0945900428402071e-13, 0.006958832302907689, 0.02866993767345957, 0.000840566294730555]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 460461873
+    - 
+      positions: [1.080272861491199, -0.636584001618989, -0.3199376525078976, 1.5092084758703845, -2.5971056287276704, -0.4444922930384086]
+      velocities: [-0.06584625480292977, 0.15429931147687492, -0.23248487540285068, -0.007700022307620083, -0.006747066249152726, 0.2654179760643037]
+      accelerations: [-0.028411692170644424, 0.014286181434048762, -3.0423361922789114e-14, 0.0068959253296988965, 0.028737445124862288, 0.0008038012818113642]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 465024785
+    - 
+      positions: [1.0799722938293252, -0.6358802171558503, -0.3209978302704444, 1.509173433944103, -2.5971360978133484, -0.44328192535693345]
+      velocities: [-0.06597596685677118, 0.15436454418195494, -0.2324848754028508, -0.007668719168532269, -0.006615863806243284, 0.2654215574841974]
+      accelerations: [-0.02847705684818288, 0.01432339681643887, -1.2176574192294313e-14, 0.0068328942745386236, 0.02880495496816093, 0.0007669163284557983]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 469584986
+    - 
+      positions: [1.079671312854187, -0.6351765527119936, -0.3220573789389384, 1.509138554777738, -2.597165950340659, -0.4420722599558581]
+      velocities: [-0.06610590019924589, 0.15442990796392175, -0.23248487540285068, -0.007637721985897268, -0.006484431598510115, 0.26542496869039184]
+      accelerations: [-0.028542578979225918, 0.014360689500418241, 6.701089934186004e-14, 0.006769811529838446, 0.028872439645956805, 0.0007300377529742256]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 474142481
+    - 
+      positions: [1.0793699179549263, -0.6344730073327338, -0.3231162995828457, 1.5091038367743894, -2.597195186004068, -0.4408632964078593]
+      velocities: [-0.06623605531244137, 0.15449540302521242, -0.23248487540285062, -0.007607030830551417, -0.006352769891947545, 0.2654282095498327]
+      accelerations: [-0.028608253123568666, 0.014398053248353275, -4.2668576495438665e-14, 0.006706585883571294, 0.02893993469947657, 0.0006930052459774768]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 478697275
+    - 
+      positions: [1.0790681085196827, -0.633769580065331, -0.32417459326765946, 1.509069278338922, -2.5972238044988196, -0.43965503429099406]
+      velocities: [-0.06636643267640024, 0.15456102956487117, -0.2324848754028507, -0.007576645827356323, -0.006220878929947589, 0.2654312798337838]
+      accelerations: [-0.028674084216163725, 0.014435492967527122, 0.0, 0.0066432849502987565, 0.02900741430389052, 0.0006559371280546394]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 483249372
+    - 
+      positions: [1.0787658839356966, -0.6330662699593431, -0.3252322610542227, 1.5090348778793807, -2.597251805521454, -0.4384474731870188]
+      velocities: [-0.06649703278555893, 0.15462678779666872, -0.23248487540285073, -0.0075465669023790346, -0.006088759029287044, 0.2654341796586983]
+      accelerations: [-0.02874007404651732, 0.014473010382855376, -6.102727379635146e-15, 0.0065799285457155575, 0.02907487186002225, 0.0006188666970232767]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 487798776
+    - 
+      positions: [1.0784632435893347, -0.6323630760667089, -0.3262893039985588, 1.5090006338073938, -2.5972791887699365, -0.4372406126809013]
+      velocities: [-0.06662785612128168, 0.15469267791917124, -0.23248487540285073, -0.007516794200510785, -0.005956410421380629, 0.265436908756828]
+      accelerations: [-0.028806215480364484, 0.014510597248563899, 6.106332867140132e-15, 0.0065164007627630345, 0.02914235130499194, 0.0005815917446693352]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 492345493
+    - 
+      positions: [1.0781601868659159, -0.6316599974411462, -0.3273457231530408, 1.5089665445357254, -2.5973059539427794, -0.4360344523636711]
+      velocities: [-0.06675890316555909, 0.15475870013068443, -0.23248487540285093, -0.0074873278769933965, -0.005823833332086307, 0.26543946684109676]
+      accelerations: [-0.028872516316608348, 0.014548261852499874, -9.775898468466717e-14, 0.006452813049909861, 0.029209810949923507, 0.0005443059499903582]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 496889527
+    - 
+      positions: [1.0778567131498762, -0.6309570331387129, -0.3284015195652971, 1.5089326084806067, -2.5973321007398744, -0.43482899182966506]
+      velocities: [-0.06689017442009429, 0.15482485464993795, -0.23248487540285087, -0.0074581678106638485, -0.005691028089043199, 0.26544185410417726]
+      accelerations: [-0.02893897783710762, 0.014586005059129646, 1.222707684072915e-13, 0.006389175681245549, 0.02927724752018255, 0.0005070267072510994]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 501430883
+    - 
+      positions: [1.0775528218247823, -0.6302541822178549, -0.3294566942781226, 1.508898824061936, -2.597357628862557, -0.43362423067627925]
+      velocities: [-0.06702167037633357, 0.15489114168357168, -0.23248487540285065, -0.007429314055380165, -0.005557994951443873, 0.2654440704315412]
+      accelerations: [-0.029005594661600784, 0.014623820853808247, -2.446855404568671e-14, 0.006325401470029846, 0.029344694239814815, 0.00046960142081160897]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 505969564
+    - 
+      positions: [1.0772485122732, -0.6295514437389432, -0.33051124833036777, 1.5088651897014416, -2.597382538012942, -0.43242016850610376]
+      velocities: [-0.06715339151838642, 0.15495756142907918, -0.2324848754028508, -0.007400766796890609, -0.005424734127337304, 0.2654461154775586]
+      accelerations: [-0.029072369335030223, 0.014661711381651675, -4.2845157780921036e-14, 0.006261519583618057, 0.02941214023469839, 0.00043208082843564734]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 510505575
+    - 
+      positions: [1.0769437838767344, -0.6288488167644191, -0.33156518275666197, 1.5088317038232824, -2.597406827894141, -0.4312168049261929]
+      velocities: [-0.06728533834582105, 0.15502411409969832, -0.2324848754028508, -0.0073725260101223725, -0.005291245901512987, 0.26544798926218793]
+      accelerations: [-0.029139306529835207, 0.014699681600776306, 4.899466700976424e-14, 0.006197593870184923, 0.02947956237785637, 0.0003945752969905542]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 515038921
+    - 
+      positions: [1.0766386360161262, -0.6281463003591115, -0.33261849858679193, 1.50879836485537, -2.5974304982107235, -0.43001413954650947]
+      velocities: [-0.06741751135439782, 0.15509079990376584, -0.23248487540285068, -0.007344591746300521, -0.005157530527876156, 0.26544969167015264]
+      accelerations: [-0.02920640030690115, 0.014737724559138753, 0.0, 0.006133526914837003, 0.029546997255261904, 0.00035691476238944097]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 519569607
+    - 
+      positions: [1.076333068071102, -0.6274438935897267, -0.33367119684669017, 1.5087651712273242, -2.597453548667985, -0.42881217198229454]
+      velocities: [-0.06754991103765176, 0.15515761904604453, -0.23248487540285062, -0.007316964111103268, -0.00502358823810469, 0.26545122248981634]
+      accelerations: [-0.02927365603267721, 0.014775845799483387, 2.4526084922389872e-14, 0.006069392230201732, 0.029614417905043565, 0.00031922679132266666]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 524097636
+    - 
+      positions: [1.076027079420485, -0.6267415955252182, -0.3347232785577177, 1.508732121371995, -2.5974759789724864, -0.4276109018522693]
+      velocities: [-0.06768253789882381, 0.1552245717408021, -0.23248487540285073, -0.0072896430874732675, -0.004889419306951029, 0.26545258172132535]
+      accelerations: [-0.029341073038236326, 0.01481404414304173, -6.748623813829076e-14, 0.0060051705764016805, 0.029681832109938966, 0.00028147726907973384]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 528623013
+    - 
+      positions: [1.075720669442161, -0.6260394052366771, -0.3357747447368725, 1.50869921372505, -2.597497788831897, -0.42641032877910184]
+      velocities: [-0.06781539244206758, 0.1552916582021952, -0.2324848754028508, -0.007262628668028993, -0.004755024002834517, 0.2654537693452924]
+      accelerations: [-0.029408652821430206, 0.01485232089663081, 3.683221301298948e-14, 0.005940877077111233, 0.0297492347060984, 0.00024369175538431625]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 533145742
+    - 
+      positions: [1.075413837513102, -0.6253373217973999, -0.33682559639665666, 1.5086664467252755, -2.5975189779550973, -0.42521045238904026]
+      velocities: [-0.06794847515679817, 0.15535887862744807, -0.23248487540285073, -0.007235921078361058, -0.004620402507790318, 0.2654547849379857]
+      accelerations: [-0.029476387771513474, 0.014890667427664959, -1.8426870217351534e-14, 0.005876393627621153, 0.029816668907040683, 0.0002056657628334534]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 537665828
+    - 
+      positions: [1.07510658300919, -0.6246353442822856, -0.33787583454625025, 1.5086338188121187, -2.5975395460513204, -0.42401127231475244]
+      velocities: [-0.0680817865515618, 0.15542623323349924, -0.23248487540285065, -0.007209520287052416, -0.004485555094771284, 0.2654556285184296]
+      accelerations: [-0.02954429437776271, 0.014929101261682296, 6.145876281585446e-14, 0.005811952178926046, 0.02988405109304467, 0.00016779971177143595]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 542183276
+    - 
+      positions: [1.0747989053055553, -0.6239334717689938, -0.33892546018925135, 1.5086013284304836, -2.597559492831813, -0.4228127881897312]
+      velocities: [-0.06821532713875719, 0.15549372224038416, -0.23248487540285045, -0.007183426228317353, -0.004350482046897064, 0.2654563001630261]
+      accelerations: [-0.029612358283141613, 0.014967606416912277, 1.8448382428170343e-14, 0.005747336035334218, 0.02995146025867906, 0.00012971845138461918]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 546698088
+    - 
+      positions: [1.0744908037762575, -0.6232317033368459, -0.3399744743258162, 1.5085689740262305, -2.5975788180082664, -0.421614999653513]
+      velocities: [-0.06834909741851371, 0.15556134585371245, -0.23248487540285057, -0.007157639035741719, -0.004215183572633257, 0.2654567996016498]
+      accelerations: [-0.02968058884139208, 0.015006192667970162, -5.53773929984114e-14, 0.0056826738079871035, 0.030018850276995704, 9.164383272264358e-05]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 551210270
+    - 
+      positions: [1.0741822777944716, -0.6225300380674624, -0.34102287795141545, 1.5085367540488273, -2.597597521293732, -0.4204179063485759]
+      velocities: [-0.068483097896053, 0.1556291042837366, -0.23248487540285062, -0.007132158786736124, -0.004079659899279537, 0.2654571266601206]
+      accelerations: [-0.029748979362900854, 0.015044852458449503, 1.8469874592715276e-14, 0.005617861759755131, 0.03008625881054917, 5.339629325446189e-05]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 555719827
+    - 
+      positions: [1.0738733267323366, -0.621828475044236, -0.34207067205786107, 1.508504666949196, -2.597615602401875, -0.4192215079228251]
+      velocities: [-0.06861732907900925, 0.15569699774214601, -0.23248487540285073, -0.007106985546564084, -0.00394391125608603, 0.26545728118367223]
+      accelerations: [-0.029817538031125176, 0.015083594157303638, -6.776224855568213e-14, 0.005553009151444416, 0.030153647163820543, 1.516404481272019e-05]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 560226761
+    - 
+      positions: [1.0735639499611114, -0.6211270133528695, -0.3431178576322549, 1.5084727111819571, -2.5976330610477403, -0.418025804026968]
+      velocities: [-0.06875179148607163, 0.15576502645147206, -0.23248487540285084, -0.00708211924507663, -0.003807937918181744, 0.2654572632484893]
+      accelerations: [-0.029886261998449893, 0.015122414382421618, 1.8491346988427877e-14, 0.005488066883208548, 0.030221033541265693, -2.313871579877476e-05]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 564731078
+    - 
+      positions: [1.0732541468511005, -0.620425652081118, -0.34416443565748595, 1.5084408852044051, -2.5976498969473942, -0.4168307943156957]
+      velocities: [-0.06888648562797478, 0.1558331906246927, -0.23248487540285065, -0.007057559945406032, -0.003671740110719608, 0.2654570726991265]
+      accelerations: [-0.02995515101875994, 0.01516131245742698, 7.400830346114647e-14, 0.005423025037750061, 0.030288421766532365, -6.152895297430079e-05]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 569232782
+    - 
+      positions: [1.0729439167716404, -0.6197243903187347, -0.34521040711234013, 1.5084091874762935, -2.597666109817847, -0.4156364784479042]
+      velocities: [-0.06902141201276546, 0.15590149047080962, -0.2324848754028505, -0.007033307766038015, -0.0035353180375945863, 0.26545670928411547]
+      accelerations: [-0.030024204565640925, 0.015200287463223702, -1.8512799905661758e-14, 0.0053578690034124625, 0.03035581732343698, -0.00010003245016226624]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 573731876
+    - 
+      positions: [1.0726332590910774, -0.6190232271573927, -0.34625577297165216, 1.508377616459526, -2.5976816993769454, -0.4144428560870436]
+      velocities: [-0.06915657116061392, 0.15596992621076033, -0.23248487540285062, -0.007009362678578885, -0.003398671952004403, 0.26545617300233815]
+      accelerations: [-0.03009342898639431, 0.015239345802326417, -2.4698025530359117e-14, 0.005292678786115322, 0.030423192669406518, -0.00013851215748434198]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 578228366
+    - 
+      positions: [1.0723221731768775, -0.6183221616910655, -0.3473005342055532, 1.5083461706197872, -2.597696665343918, -0.4132499268992082]
+      velocities: [-0.06929196358607148, 0.1560384980583362, -0.2324848754028505, -0.006985724755104863, -0.0032618020697964363, 0.26545546367868755]
+      accelerations: [-0.03016281586793656, 0.015278478070577388, 6.795885662885781e-14, 0.005227329755866201, 0.030490591836510022, -0.00017718260156550055]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 582722255
+    - 
+      positions: [1.0720106583954492, -0.6176211930154109, -0.34834469178068145, 1.508314848423977, -2.5977110074385052, -0.41205769055609287]
+      velocities: [-0.06942758980918383, 0.15610720623224011, -0.23248487540285054, -0.006962394010009874, -0.0031247086245232286, 0.2654545812349477]
+      accelerations: [-0.030232376508546852, 0.015317696042329885, -7.417977350869337e-14, 0.00516197237857786, 0.030557962753954854, -0.00021578604941995599]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 587213548
+    - 
+      positions: [1.0716987141123553, -0.616920320228498, -0.3493882466587526, 1.508283648343282, -2.5977247253819886, -0.41086614673142435]
+      velocities: [-0.06956345034655588, 0.1561760509462754, -0.23248487540285062, -0.0069393705248149, -0.002987391824392071, 0.26545352547657614]
+      accelerations: [-0.030302098507022757, 0.015356985933443703, 3.711129687055207e-14, 0.005096426296916736, 0.030625368678808784, -0.00025463223086436985]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 591702248
+    - 
+      positions: [1.0713863396920558, -0.6162195424299193, -0.3504311997983048, 1.5082525688494757, -2.5977378188959412, -0.40967529510521766]
+      velocities: [-0.06969954572139718, 0.15624503242046903, -0.23248487540285073, -0.006916654312070877, -0.0028498518989094005, 0.2654522963247983]
+      accelerations: [-0.030371997652145717, 0.015396364488913503, -8.664296123996317e-14, 0.005030902790234398, 0.03069273669980278, -0.0002933597030348166]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 596188360
+    - 
+      positions: [1.0710735344982043, -0.615518858721809, -0.3514735521526883, 1.5082216084192255, -2.5977502877036702, -0.4084851353587922]
+      velocities: [-0.06983587646668288, 0.15631415088408523, -0.2324848754028508, -0.006894245270708669, -0.002712089114769831, 0.26545089389412535]
+      accelerations: [-0.030442062955612654, 0.015435819264182596, 5.5731133871695154e-14, 0.004965241270024585, 0.030760123053428783, -0.00033224387575399186]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 600671887
+    - 
+      positions: [1.0707602978934196, -0.6148182682080575, -0.3525153046716169, 1.5081907655308022, -2.5977621315291053, -0.40729566717855015]
+      velocities: [-0.06997244309148637, 0.1563834065395587, -0.23248487540285062, -0.0068721436487353595, -0.002574103615936961, 0.26544931769999336]
+      accelerations: [-0.03051229518649856, 0.015475350921024356, 3.097955970583859e-14, 0.0048994467668478005, 0.030827526099971535, -0.00037127650018686835]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 605152835
+    - 
+      positions: [1.0704466292392933, -0.6141177699943275, -0.35355645830113097, 1.5081600386641767, -2.597773350096832, -0.4061068902558487]
+      velocities: [-0.0701092461278208, 0.1564527996129778, -0.23248487540285062, -0.006850349399630401, -0.002435895645558208, 0.2654475677601003]
+      accelerations: [-0.03058270424724841, 0.015514969530324232, -3.719684495013987e-14, 0.004833645746722752, 0.030894903099295913, -0.00041024177704629503]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 609631206
+    - 
+      positions: [1.0701325278965625, -0.6134173631886569, -0.3545970139824093, 1.508129426303583, -2.5977839431329377, -0.40491880428402854]
+      velocities: [-0.07024628610433198, 0.15652233032563703, -0.2324848754028508, -0.0068288625438356915, -0.00229746542175466, 0.26544564397613657]
+      accelerations: [-0.030653279181409036, 0.015554663064858918, -3.7218209230490924e-14, 0.004767681896894268, 0.030962307867707383, -0.0004494074133819032]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 614107006
+    - 
+      positions: [1.0698179932248926, -0.6127170469006983, -0.35563697265326616, 1.5080989269343292, -2.5977939103639485, -0.4037314089620767]
+      velocities: [-0.07038356355299655, 0.15659199890143644, -0.2324848754028508, -0.006807683077716968, -0.0021588131678678835, 0.2654435462883078]
+      accelerations: [-0.03072403289351279, 0.015594444911661669, 3.723956456316925e-14, 0.004701722491073057, 0.031029684106260707, -0.0004884883437699202]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 618580237
+    - 
+      positions: [1.0695030245831056, -0.6120168202425118, -0.35667633524658404, 1.508068539046185, -2.597803251517943, -0.40254470399070885]
+      velocities: [-0.07052107900315249, 0.1566618055600693, -0.23248487540285057, -0.006786811053920995, -0.00201993908639911, 0.26544127454004673]
+      accelerations: [-0.03079495174412094, 0.01563429998246466, 5.589136652872614e-14, 0.004635575095060223, 0.031097097350063857, -0.0005278130938308992]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 623050905
+    - 
+      positions: [1.0691876213289142, -0.6113166823276408, -0.3577151026921428, 1.5080382611294674, -2.5978119663232584, -0.40135868907685623]
+      velocities: [-0.07065883298337833, 0.15673175051940805, -0.23248487540285068, -0.006766246557838458, -0.0018808433661021643, 0.2654388285168868]
+      accelerations: [-0.030866049486754303, 0.01567424274227241, -9.320562166751018e-14, 0.004569417667966154, 0.031164488071275306, -0.0005670789402000258]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 627519012
+    - 
+      positions: [1.068871782819164, -0.6106166322719498, -0.35875327591495465, 1.5080080916786385, -2.5978200545096684, -0.400173363929517]
+      velocities: [-0.07079682603377405, 0.15680183400872824, -0.23248487540285087, -0.0067459895380050944, -0.001741526240002034, 0.2654362082361042]
+      accelerations: [-0.030937317974522344, 0.01571426401199996, 0.0, 0.004503133510145207, 0.03123189590598074, -0.0006064850704771242]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 631984564
+    - 
+      positions: [1.068555508409673, -0.6099166691930625, -0.35979085583637926, 1.507978029189932, -2.5978275158076003, -0.39898872826246456]
+      velocities: [-0.07093505868510827, 0.15687205624592065, -0.23248487540285073, -0.006726040089651542, -0.0016019878893031743, 0.2654334134635655]
+      accelerations: [-0.03100876163778909, 0.01575436806714807, 6.220816307204185e-14, 0.004436773785364586, 0.031299304298352516, -0.0006459448132967529]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 636447564
+    - 
+      positions: [1.0682387974552987, -0.6092167922105989, -0.3608278433736533, 1.5079480721623795, -2.597834349948464, -0.39780478179305645]
+      velocities: [-0.07107353148178294, 0.15694241746243714, -0.23248487540285068, -0.006706398147500247, -0.0014622285463115302, 0.2654304442361287]
+      accelerations: [-0.031080382614456052, 0.015794556898706395, -3.734620951973893e-14, 0.004370359331274232, 0.03136670680978741, -0.0006854234742877213]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 640908015
+    - 
+      positions: [1.0679216493099661, -0.6085170004462631, -0.3618642394397107, 1.5079182190982188, -2.5978405566647806, -0.39662152424175384]
+      velocities: [-0.07121224495687262, 0.15701291787644955, -0.23248487540285073, -0.006687063816757344, -0.0013222483846562145, 0.2654273002999527]
+      accelerations: [-0.03115217414852891, 0.01583482275194367, 6.2279187804336714e-15, 0.004303792953387753, 0.031434136091825236, -0.0007250861446777647]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 645365923
+    - 
+      positions: [1.0676040633265327, -0.60781729302338, -0.3629000449441062, 1.5078884685009266, -2.597846135689539, -0.39543895533435136]
+      velocities: [-0.07135119965211006, 0.157083557714289, -0.23248487540285073, -0.006668037110139256, -0.0011820476062012943, 0.2654239815561118]
+      accelerations: [-0.031224147341155986, 0.01587517723459252, -6.231467901040663e-15, 0.004237213461980032, 0.031501546714151375, -0.0007646982220427753]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 649821290
+    - 
+      positions: [1.0672860388569758, -0.607117669067539, -0.36393526079172833, 1.5078588188780044, -2.597851086757093, -0.3942570747987872]
+      velocities: [-0.07149039611337704, 0.15715433720561023, -0.2324848754028508, -0.00664931800513101, -0.0010416264219207446, 0.26542048796375495]
+      accelerations: [-0.031296293417837864, 0.015915610421131647, -1.2470031255956733e-14, 0.004170497897662023, 0.03156897994563272, -0.0008044683764879222]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 654274121
+    - 
+      positions: [1.0669675752522247, -0.6064181277060113, -0.364969887883963, 1.5078292687384942, -2.597855409602351, -0.39307588236796004]
+      velocities: [-0.0716298348786612, 0.1572252565702364, -0.23248487540285068, -0.006630906604400753, -0.0009009849996257713, 0.2654168192690175]
+      accelerations: [-0.031368618076498364, 0.015956128018747993, 6.238561972546019e-14, 0.0041037131420165246, 0.03163641379098522, -0.0008442835579961735]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 658724419
+    - 
+      positions: [1.0666486718622492, -0.6057186680680566, -0.3660039271180806, 1.5077998165943145, -2.59785910396121, -0.39189537777818745]
+      velocities: [-0.0717695164998608, 0.15729631604191774, -0.23248487540285057, -0.006612802849292937, -0.0007601235576186725, 0.26541297548907805]
+      accelerations: [-0.031441122336801915, 0.015996730771069927, -1.248421389617531e-14, 0.004036864867057811, 0.031703847477855276, -0.000884135113488242]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 663172189
+    - 
+      positions: [1.066329328036065, -0.6050192892849384, -0.3670373793872, 1.5077704609603633, -2.5978621695705715, -0.39071556076908]
+      velocities: [-0.07190944152086712, 0.15736751584466116, -0.23248487540285068, -0.006595006806160032, -0.0006190422705635971, 0.2654089564277281]
+      accelerations: [-0.031513802052583396, 0.01603741375109144, -3.1228252831933237e-14, 0.0039698912907309624, 0.031771301313167924, -0.0009241276735655383]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 667617435
+    - 
+      positions: [1.06600954312165, -0.6043199904896328, -0.3680702455808719, 1.5077412003532709, -2.597864606167945, -0.38953643108494584]
+      velocities: [-0.07204961049423866, 0.15743885621066897, -0.23248487540285076, -0.006577518448593528, -0.0004777413412639605, 0.2654047620440197]
+      accelerations: [-0.03158666574534412, 0.01607818577293557, -1.2498385680810416e-14, 0.00390289605605248, 0.031838742234655076, -0.0009640867365208006]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 672060159
+    - 
+      positions: [1.065689316466082, -0.6036207708172994, -0.3691025265841348, 1.507712033293465, -2.5978664134921003, -0.3883579884724242]
+      velocities: [-0.07219002396825198, 0.15751033736600184, -0.23248487540285065, -0.006560337830014302, -0.0003362209444134999, 0.26540039216133215]
+      accelerations: [-0.03165970343778234, 0.016119035451451495, 6.25273378212886e-14, 0.003835739619066094, 0.03190621589607103, -0.0010042480154048964]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 676500366
+    - 
+      positions: [1.0653686474153472, -0.6029216294046335, -0.37013422327881157, 1.5076829583023716, -2.5978675912821703, -0.38718023268365803]
+      velocities: [-0.07233068249266852, 0.1575819595373804, -0.23248487540285068, -0.006543465002686795, -0.0001944812526264883, 0.2653958466028043]
+      accelerations: [-0.03173292625297452, 0.016159974670028467, -8.133155424625889e-14, 0.0037685621868988268, 0.03197367748046033, -0.001044375860466406]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 680938060
+    - 
+      positions: [1.0650475353145314, -0.6022225653905001, -0.3711653365422366, 1.5076539739052066, -2.597868139278535, -0.3860031634731029]
+      velocities: [-0.07247158662335179, 0.15765372295682462, -0.23248487540285082, -0.006526899960691938, -5.252245522523419e-05, 0.26539112528865766]
+      accelerations: [-0.0318063262903004, 0.01620099412606535, 2.503924686980555e-14, 0.003701249780713361, 0.03204116422535194, -0.0010846623532435608]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 685373244
+    - 
+      positions: [1.0647259795076616, -0.60152357791541, -0.37219586724830817, 1.5076250786286924, -2.5978680572220916, -0.3848267806001105]
+      velocities: [-0.07261273691978584, 0.1577256278592346, -0.23248487540285062, -0.0065106426737844714, 8.965525387258271e-05, 0.2653862281774769]
+      accelerations: [-0.0318799135758032, 0.016242104631667406, 6.263348736868144e-14, 0.0036339275298811853, 0.03210863672331667, -0.001124898005123052]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 689805923
+    - 
+      positions: [1.064403979337873, -0.6008246661220739, -0.3732258162663659, 1.5075962710035415, -2.5978673448550307, -0.383651083826093]
+      velocities: [-0.07275413393855695, 0.15779767447504822, -0.23248487540285057, -0.006494693168744004, 0.00023205170074686986, 0.26538115513110244]
+      accelerations: [-0.03195367725754713, 0.016283293559410706, -4.386819131926848e-14, 0.003566444607534815, 0.032176143355093605, -0.0011653360974320755]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 694236099
+    - 
+      positions: [1.064081534147207, -0.6001258291547216, -0.3742551844625694, 1.5075675495614456, -2.597866001919888, -0.38247607291792735]
+      velocities: [-0.0728957782346592, 0.15786986303139203, -0.23248487540285068, -0.006479051517402749, 0.0003746667284152434, 0.26537590593412685]
+      accelerations: [-0.032027627954596086, 0.01632457224745041, -6.2704189412194614e-15, 0.0034989316484558223, 0.032243643296064696, -0.001205758170018917]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 698663777
+    - 
+      positions: [1.063758643276782, -0.5994270661596801, -0.3752839726987267, 1.5075389128376644, -2.5978640281603487, -0.3813017476450053]
+      velocities: [-0.07303767037075154, 0.1579421937629868, -0.23248487540285068, -0.006463717710156533, 0.0005175001559837467, 0.2653704805062923]
+      accelerations: [-0.032101758989320155, 0.01636593298326722, 6.273952150838203e-15, 0.003431294804073703, 0.03231116653054728, -0.0012463218279594958]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 703088961
+    - 
+      positions: [1.0634353060666695, -0.5987283762849452, -0.3763121818331572, 1.5075103593691532, -2.5978614233206603, -0.3801281077813409]
+      velocities: [-0.07317981091319155, 0.1580146669071298, -0.23248487540285065, -0.0064486917130004906, 0.0006605517979049581, 0.26536487880636883]
+      accelerations: [-0.032176079211695574, 0.016407384857656915, 1.2554968232417558e-14, 0.003363639118843862, 0.03237868088863665, -0.0012868517418098038]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 707511653
+    - 
+      positions: [1.0631115218560285, -0.598029758680646, -0.3773398127197544, 1.5074818876966363, -2.5978581871462674, -0.37895515310320976]
+      velocities: [-0.07332220042560854, 0.15808728269674382, -0.23248487540285073, -0.0064339735489793845, 0.0008038214889940318, 0.26535910069597735]
+      accelerations: [-0.032250579029026887, 0.016448917004683896, -5.024811879849834e-14, 0.0032958337916217857, 0.032446227706047416, -0.0013275672982462701]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 711931859
+    - 
+      positions: [1.0627872899829336, -0.5973312124984531, -0.3783668662091786, 1.5074534963620068, -2.597854319383002, -0.3777828833920812]
+      velocities: [-0.07346483947056268, 0.1581600413625549, -0.2324848754028508, -0.00641956327509135, 0.0009473090765637443, 0.2653531459786705]
+      accelerations: [-0.03232526804520114, 0.01649053950569036, 2.5138177454882862e-14, 0.0032279943989620215, 0.03251377122580283, -0.0013682753468438613]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 716349580
+    - 
+      positions: [1.0624626097845251, -0.5966327368920881, -0.37939334314782625, 1.507425183910606, -2.597849819777789, -0.3766112984320205]
+      velocities: [-0.07360772862064976, 0.15823294314475503, -0.23248487540285062, -0.0064054608431006535, 0.0010910143779045616, 0.26534701463260585]
+      accelerations: [-0.03240014169257053, 0.016532246767906416, 5.0304581370691564e-14, 0.003160053032191726, 0.03258133357940277, -0.0014090901414414623]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 720764822
+    - 
+      positions: [1.0621374805969168, -0.5959343310170145, -0.3804192443784539, 1.5073969488898717, -2.597844688078212, -0.37544039801121054]
+      velocities: [-0.07375086844007775, 0.15830598827316844, -0.23248487540285068, -0.006391666331427809, 0.0012349372518902337, 0.2653407064224109]
+      accelerations: [-0.03247520124020533, 0.01657403989910689, -6.920759762949386e-14, 0.003092020347671651, 0.032648911409411424, -0.0014499941455096063]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 725177588
+    - 
+      positions: [1.0618119017552117, -0.5952359940304801, -0.38144457074009347, 1.5073687898495403, -2.597838924032585, -0.3742701819217063]
+      velocities: [-0.07389425950204803, 0.1583791769863363, -0.23248487540285076, -0.00637817972482985, 0.001379077530617396, 0.265334221267769]
+      accelerations: [-0.032550449991632084, 0.016615921948691888, 2.5180502864906567e-14, 0.003023928202080725, 0.03271649589373859, -0.0014909347097697655]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 729587880
+    - 
+      positions: [1.0614858725935383, -0.5945377250916479, -0.3824693230677805, 1.5073407053422663, -2.5978325273901257, -0.37310064995872205]
+      velocities: [-0.0740379023837236, 0.15845250952542053, -0.23248487540285068, -0.006365000983815594, 0.001523435041721984, 0.26532755912755474]
+      accelerations: [-0.03262588694852136, 0.016657891269683655, 1.2597300959726838e-14, 0.0029557558295462243, 0.03278409378813222, -0.0015319467475527384]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 733995704
+    - 
+      positions: [1.061159392445024, -0.5938395233615034, -0.3834935021927477, 1.5073126939232042, -2.597825497900827, -0.3719318019210927]
+      velocities: [-0.0741817976562398, 0.158525986124129, -0.23248487540285062, -0.006352130160952893, 0.0016680096430123567, 0.265320719805092]
+      accelerations: [-0.03270151088103675, 0.016699946339957732, 1.890652226286232e-14, 0.0028874823219406133, 0.0328517119815247, -0.001573065957293862]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 738401062
+    - 
+      positions: [1.0608324606417676, -0.5931413880027503, -0.38451710894262925, 1.507284754149589, -2.5978178353153245, -0.3707636376117347]
+      velocities: [-0.07432594589843165, 0.15859960702295578, -0.23248487540285057, -0.006339567238265316, 0.001812801173580814, 0.2653137032201544]
+      accelerations: [-0.0327773270215252, 0.016742091975022418, 0.0, 0.002819160701296949, 0.0329193350462413, -0.001614203820609713]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 742803958
+    - 
+      positions: [1.0605050765149018, -0.5924433181800419, -0.38554014414099413, 1.5072568845817695, -2.5978095393852016, -0.3695961568364628]
+      velocities: [-0.07447034768900032, 0.15867337246095867, -0.23248487540285065, -0.006327312220064028, 0.001957809481635165, 0.2653065092536985]
+      accelerations: [-0.032853330587034546, 0.016784322920002984, -3.7855307325931466e-14, 0.0027507278850680337, 0.03298698252187212, -0.00165546657659596]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 747204396
+    - 
+      positions: [1.0601772393945157, -0.591745313059695, -0.3865626086079236, 1.5072290837819613, -2.59780060986261, -0.36842935940539234]
+      velocities: [-0.0746150036082647, 0.15874728267789567, -0.23248487540285065, -0.006315365109594165, 0.0021030344175004085, 0.265299137786848]
+      accelerations: [-0.03292952761156595, 0.01682664496634025, 3.7876428633950684e-14, 0.002682247559410189, 0.033054635786759094, -0.0016967479045653393]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 751602378
+    - 
+      positions: [1.0598489486097318, -0.5910473718099651, -0.38758450315945236, 1.5072013503154873, -2.5977910465006375, -0.3672632451315196]
+      velocities: [-0.07475991423663794, 0.1588213379119669, -0.2324848754028504, -0.00630372593309912, 0.0022484758405617753, 0.2652915886617801]
+      accelerations: [-0.03300591261383258, 0.01686905182565707, 6.947882941145625e-14, 0.0026136456183483607, 0.03312231756360382, -0.0017381719648235825]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 755997910
+    - 
+      positions: [1.0595202034886106, -0.5903494936007153, -0.3886058286082412, 1.5071736827493185, -2.5977808490528655, -0.3660978138323569]
+      velocities: [-0.07490508015811659, 0.15889553840425488, -0.23248487540285034, -0.006292394692033067, 0.002394133605565699, 0.2652838617592621]
+      accelerations: [-0.03308249322421365, 0.016911551317230697, -4.4238426688953636e-14, 0.0025450075623082735, 0.033190002979641184, -0.00177959703885217]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 760390993
+    - 
+      positions: [1.0591910033582586, -0.5896516776037818, -0.3896265857628292, 1.5071460796537381, -2.5977700172738603, -0.36493306532804926]
+      velocities: [-0.07505050196623361, 0.15896988440479712, -0.23248487540285068, -0.006281371293313727, 0.0025400075419138926, 0.26527595711594043]
+      accelerations: [-0.033159266678753685, 0.01695413991910425, -1.0749596716121435e-13, 0.002476291000672419, 0.03325770535376749, -0.0018210939554457284]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 764781632
+    - 
+      positions: [1.0588613475447712, -0.5889539229927833, -0.3906467754280221, 1.5071185396015034, -2.5977585509189147, -0.3637689994423022]
+      velocities: [-0.07519618023529358, 0.15904437614113687, -0.23248487540285084, -0.006270655901213762, 0.0026860975570610216, 0.2652678743405077]
+      accelerations: [-0.03323622749995724, 0.016996811123592092, 3.7960848385210747e-14, 0.0024074211736292016, 0.03332544689518808, -0.001862786885963166]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 769169830
+    - 
+      positions: [1.0585312353731389, -0.5882562289427978, -0.3916663984055565, 1.5070910611663815, -2.597746449743617, -0.3626056160040146]
+      velocities: [-0.07534211555873566, 0.1591190138603666, -0.23248487540285082, -0.006260248467825804, 0.002832403498329382, 0.2652596133919171]
+      accelerations: [-0.03331339040295218, 0.017039580564600712, -2.532129155850257e-14, 0.002338569623715372, 0.0333931779621305, -0.001904392082852008]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 773555591
+    - 
+      positions: [1.0582006661674601, -0.5875585946310891, -0.3926854554926074, 1.507063642926484, -2.5977337135048257, -0.3614429148435204]
+      velocities: [-0.07548830853953466, 0.15919379781885645, -0.23248487540285073, -0.006250148850185217, 0.0029789251883117433, 0.26525117438463164]
+      accelerations: [-0.03339074555837554, 0.017082437064827375, 6.967220344728222e-14, 0.002269608214598279, 0.03346093692182926, -0.0019461224756288312]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 777938917
+    - 
+      positions: [1.0578696392507796, -0.5868610192365511, -0.39370394748292364, 1.5070362834617623, -2.5977203419599233, -0.36028089579539435]
+      velocities: [-0.07563475976126494, 0.15926872825031604, -0.23248487540285068, -0.006240357162944781, 0.003125662527227257, 0.26524255700502125]
+      accelerations: [-0.03346829448114004, 0.01712538169287033, -5.703614494221776e-14, 0.002200547699268687, 0.03352872079029027, -0.0019879603879598166]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 782319813
+    - 
+      positions: [1.0575381539451, -0.5861635019397515, -0.3947218751667435, 1.5070089813542096, -2.5977063348668765, -0.35911955869820633]
+      velocities: [-0.07578146981703482, 0.15934380539746174, -0.23248487540285065, -0.0062308734260924405, 0.0032726153898097955, 0.26523376109518476]
+      accelerations: [-0.0335460405265442, 0.017168417705735017, 7.609033422524494e-14, 0.002131420561790365, 0.033596520914249375, -0.002029852558489937]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 786698281
+    - 
+      positions: [1.0572062095714219, -0.5854660419230625, -0.3957392393305212, 1.506981735188485, -2.5976916919844104, -0.35795890339381237]
+      velocities: [-0.075928439308801, 0.15941902951125325, -0.23248487540285076, -0.006221697576104097, 0.00341978362950425, 0.26522478663359206]
+      accelerations: [-0.03362398491728426, 0.017211545837482245, -1.2688743866277175e-13, 0.002062232540031368, 0.03366433621818311, -0.0020717900239166746]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 791074326
+    - 
+      positions: [1.0568738054497473, -0.5847686383706799, -0.3967560407568878, 1.5069545435520164, -2.597676413072033, -0.35679892972723004]
+      velocities: [-0.07607566883647421, 0.1594944008389804, -0.23248487540285107, -0.006212829595713478, 0.003567167115655067, 0.26521563352086713]
+      accelerations: [-0.03370212603897806, 0.017254763907416464, -6.347881694447041e-15, 0.001992956857953165, 0.033732175037155226, -0.0021138173466246093]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 795447950
+    - 
+      positions: [1.056540940899047, -0.5840712904685036, -0.3977722802248966, 1.506927405034472, -2.5976604978898754, -0.35563963754721384]
+      velocities: [-0.07622315899368158, 0.15956991962006498, -0.23248487540285095, -0.006204269561268615, 0.0037147657466118453, 0.26520630150145685]
+      accelerations: [-0.0337804631661071, 0.017298070721967262, 4.4459733370737796e-14, 0.001923577549421163, 0.033800042296351564, -0.0021559614622399088]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 799819156
+    - 
+      positions: [1.056207615237239, -0.5833739974040637, -0.3987879585101718, 1.5069003182274463, -2.5976439461986, -0.3544810267065994]
+      velocities: [-0.07637091038914229, 0.15964558610850635, -0.23248487540285084, -0.006196017394650026, 0.0038625793793292335, 0.2651967905736966]
+      accelerations: [-0.03385900447071564, 0.01734147437280641, 1.2709796617031102e-14, 0.0018541813381095088, 0.0338679141296421, -0.0021980793248673846]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 804187949
+    - 
+      positions: [1.0558738277812931, -0.5826767583668843, -0.3998030763841639, 1.506873281726127, -2.5976267577598713, -0.35332309706042336]
+      velocities: [-0.07651892362745413, 0.15972140055240208, -0.2324848754028508, -0.006188073087882379, 0.00401060789323009, 0.2651871006187654]
+      accelerations: [-0.033937740441152595, 0.01738496429636904, 6.358405188655672e-15, 0.0017846494458751401, 0.033935824703218515, -0.0022403677105896375]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 808554332
+    - 
+      positions: [1.0555395778470835, -0.5819795725479735, -0.40081763461519465, 1.5068462941269936, -2.5976089323356906, -0.3521658484684879]
+      velocities: [-0.07666719930795801, 0.15979736319326832, -0.23248487540285068, -0.006180436714664031, 0.004158851193545446, 0.26517723138111127]
+      accelerations: [-0.034016678725374346, 0.017428548272506044, 5.089528907377267e-14, 0.0017150633518091915, 0.03400375166376118, -0.002282692477726978]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 812918307
+    - 
+      positions: [1.0552048647494885, -0.5812824391401628, -0.40183163396775656, 1.5068193540293828, -2.5975904696888383, -0.35100928079360155]
+      velocities: [-0.07681573805219405, 0.15987347429473028, -0.23248487540285062, -0.006173108111101434, 0.0043073091211340815, 0.26516718299571207]
+      accelerations: [-0.034095822401753996, 0.01747222888643681, -1.9096248481342653e-14, 0.001645450523721042, 0.03407168788248058, -0.0023250088823418935]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 817279878
+    - 
+      positions: [1.0548696878024202, -0.580585357338215, -0.40284507520229373, 1.506792460036008, -2.597571369583018, -0.34985339390098225]
+      velocities: [-0.07696454046230461, 0.15994973409829313, -0.23248487540285073, -0.006166087361338386, 0.004455981588833818, 0.2651569551875512]
+      accelerations: [-0.03417516005345233, 0.017515993645341593, -4.458244195660626e-14, 0.0015756698399865237, 0.03413967350860629, -0.0023675497232692544]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 821639049
+    - 
+      positions: [1.0545340463186537, -0.5798883263382301, -0.40385795907642164, 1.5067656107502363, -2.597551631782073, -0.34869818766129335]
+      velocities: [-0.0771136071476336, 0.16002614285163552, -0.2324848754028508, -0.006159374489310746, 0.00460486849539231, 0.2651465477795991]
+      accelerations: [-0.03425470694965528, 0.017559858106576193, 3.186211752189106e-14, 0.001505890149427592, 0.0342076619273077, -0.002410037262015008]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 825995822
+    - 
+      positions: [1.054197939610028, -0.5791913453383456, -0.4048702863434869, 1.5067388047793282, -2.597531256050906, -0.3475436619470087]
+      velocities: [-0.07726293872414147, 0.16010270080831163, -0.23248487540285045, -0.006152969458952477, 0.004753969724801084, 0.2651359606921499]
+      accelerations: [-0.03433445140633807, 0.017603809635822178, 1.1476666527748748e-13, 0.0014359701251898675, 0.034275693024416805, -0.002452704785517599]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 830350201
+    - 
+      positions: [1.0538613669872778, -0.5784944135381407, -0.40588205775379244, 1.5067120407317156, -2.597510242154699, -0.3463898166354451]
+      velocities: [-0.0774125358100198, 0.1601794082230425, -0.23248487540285057, -0.006146872232936291, 0.004903285164038346, 0.26512519384541505]
+      accelerations: [-0.03441440670332305, 0.017647861650080837, -1.7224453781207678e-13, 0.0013660518440303509, 0.03434372828387277, -0.0024953189529876543]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 834702189
+    - 
+      positions: [1.0535243277601978, -0.57779753013922, -0.40689327405338915, 1.5066853172197197, -2.597488589859676, -0.34523665160571804]
+      velocities: [-0.07756239902456988, 0.16025626534973048, -0.23248487540285095, -0.006141082785359062, 0.005052814705538952, 0.26511424714046183]
+      accelerations: [-0.034494560629715065, 0.01769200058891333, 6.382927950888273e-15, 0.001295987988851191, 0.03441180877413143, -0.0025381220758963112]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 839051790
+    - 
+      positions: [1.0531868212374675, -0.577100694344603, -0.40790393598534475, 1.5066586328567197, -2.5974662989322996, -0.3440841667418851]
+      velocities: [-0.07771252898572241, 0.1603332724398204, -0.23248487540285084, -0.006135601124571469, 0.00520255825388034, 0.26510312041979367]
+      accelerations: [-0.034574925337100035, 0.017736239128208143, 4.470499414865124e-14, 0.0012259102764884395, 0.034479899015833926, -0.0025808987125501503]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 843399005
+    - 
+      positions: [1.0528488467268078, -0.5764039053592573, -0.40891404428863143, 1.5066319862596682, -2.597443369139973, -0.3429323619301389]
+      velocities: [-0.07786292632051894, 0.1604104297531771, -0.2324848754028509, -0.006130427174969861, 0.005352515693433831, 0.26509181366224716]
+      accelerations: [-0.03465549343020628, 0.01778056870140922, -7.667912033462199e-14, 0.0011557256291599173, 0.034548025241297124, -0.002623801746535493]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 847743840
+    - 
+      positions: [1.0525104035348667, -0.5757071623897119, -0.40992359969893183, 1.506605376047302, -2.5974198002505298, -0.34178123706077995]
+      velocities: [-0.07801359164467206, 0.16048773753574064, -0.2324848754028509, -0.006125561015202643, 0.005502686952762259, 0.265080326593219]
+      accelerations: [-0.03473626766036016, 0.017824991708625795, 7.032767324425693e-14, 0.0010854562298464327, 0.03461618158104347, -0.0026667949636874485]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 852086296
+    - 
+      positions: [1.0521714909672457, -0.5750104646441472, -0.41093260294845085, 1.5065788008405607, -2.597395592032354, -0.340630792027746]
+      velocities: [-0.07816452558531178, 0.16056519604436809, -0.2324848754028507, -0.006121002615647638, 0.005653071933577079, 0.26506865911405675]
+      accelerations: [-0.03481725109829666, 0.017869511013043352, 2.5587688747204286e-14, 0.0010151297897295507, 0.034684361580680424, -0.0027098336807383225]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 856426377
+    - 
+      positions: [1.0518321083285305, -0.5743138113324989, -0.41194105476569753, 1.5065522592631084, -2.597370744254511, -0.3394810267280192]
+      velocities: [-0.07831572877779518, 0.16064280554336072, -0.23248487540285068, -0.0061167518739133455, 0.005803670521196024, 0.2650568112428384]
+      accelerations: [-0.034898445048422974, 0.0179141274307953, -6.400418748469091e-15, 0.0009447522240025607, 0.034752564180172925, -0.0027529088247851465]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 860764087
+    - 
+      positions: [1.0514922549222956, -0.5736172016664767, -0.4129489558754456, 1.506525749941437, -2.5973452566867743, -0.3383319410615036]
+      velocities: [-0.07846720184449256, 0.16072056628159248, -0.23248487540285073, -0.006112808854319496, 0.005954482647599025, 0.2650447827246455]
+      accelerations: [-0.03497984279632965, 0.017958833276849363, -1.9211743614128167e-14, 0.0008742408192382786, 0.034820811997654334, -0.0027961554154289966]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 865099427
+    - 
+      positions: [1.0511519300510093, -0.5729206348592287, -0.4139563069994371, 1.5064992715032866, -2.5973191290991857, -0.3371835349327618]
+      velocities: [-0.07861894541643388, 0.16079847851576132, -0.2324848754028508, -0.006109173548478882, 0.006105508228510413, 0.2650325734215854]
+      accelerations: [-0.035061455626755986, 0.01800364008916551, -1.922222870727342e-14, 0.0008037119096355628, 0.0348890749527311, -0.00283938450195778]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 869432402
+    - 
+      positions: [1.050811133016163, -0.5722241101258005, -0.41496310885541476, 1.50647282257985, -2.5972923612626513, -0.3360358082485674]
+      velocities: [-0.07877096013625953, 0.1608765425134659, -0.23248487540285095, -0.006105845839145486, 0.006256747153326459, 0.26502018337190725]
+      accelerations: [-0.035143278200665345, 0.018048541608235026, -5.769813470900053e-14, 0.0007330994459495011, 0.03495737103623754, -0.002882703855862699]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 873763015
+    - 
+      positions: [1.050469863118198, -0.5715276266828706, -0.41596936215768454, 1.5064464018045107, -2.5972649529485934, -0.3348887609192904]
+      velocities: [-0.07892324663778903, 0.16095475853145194, -0.2324848754028508, -0.006102825728144679, 0.0064081993456333, 0.26500761241836535]
+      accelerations: [-0.035225312380540365, 0.01809353933841049, 1.4111674310627993e-13, 0.0006624146195963904, 0.03502569808721429, -0.002926095960358899]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 878091267
+    - 
+      positions: [1.0501281196565126, -0.5708311837487829, -0.4169750676170371, 1.5064200078130474, -2.5972369039289984, -0.3337423928586583]
+      velocities: [-0.0790758055548759, 0.16103312682499843, -0.23248487540285045, -0.006100113240625276, 0.006559864737638105, 0.26499486036436215]
+      accelerations: [-0.035307556900985484, 0.018138631341374098, 1.9253670763237175e-14, 0.0005916354971970556, 0.03509406230893399, -0.002969596642624613]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 882417164
+    - 
+      positions: [1.0497859019294387, -0.5701347805434612, -0.41798022594093404, 1.506393639243213, -2.5972082139763004, -0.33259670398421476]
+      velocities: [-0.07922863752550129, 0.16111164765217692, -0.23248487540285057, -0.006097708376732802, 0.006711743257406584, 0.2649819270532269]
+      accelerations: [-0.03539001552173888, 0.0181838210934828, -8.347797109077847e-14, 0.0005207956247804027, 0.03516245564054813, -0.003013151714034654]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 886740706
+    - 
+      positions: [1.0494432092342776, -0.5694384162885374, -0.4189848378332375, 1.5063672947353626, -2.5971788828635445, -0.33145169421661336]
+      velocities: [-0.07938174319718433, 0.16119032127990052, -0.23248487540285068, -0.006095611051668339, 0.006863834813849194, 0.26496881246472637]
+      accelerations: [-0.03547268949213645, 0.018229109461188126, 3.212436920051653e-14, 0.0004499008132709073, 0.03523087734665341, -0.00305675233137951]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 891061899
+    - 
+      positions: [1.0491000408673057, -0.568742090207366, -0.4199889039941766, 1.5063409729325563, -2.5971489103644068, -0.3303073634794932]
+      velocities: [-0.07953512321203302, 0.16126914796775704, -0.2324848754028506, -0.006093821263958766, 0.007016139340159435, 0.26495551644160875]
+      accelerations: [-0.03555557565953674, 0.01827449244319183, 1.2856729227103753e-14, 0.0003789067631681703, 0.03529933946547163, -0.0031004708129160016]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 895380744
+    - 
+      positions: [1.0487563961237214, -0.5680458015248473, -0.42099242512071977, 1.5063146724797154, -2.597118296252964, -0.3291637117004049]
+      velocities: [-0.07968877821858722, 0.16134812798078418, -0.23248487540285073, -0.006092338962832268, 0.0071686567595448634, 0.26494203890530865]
+      accelerations: [-0.03563868075790851, 0.01831997682152204, -7.718225671446229e-14, 0.00030788069416200496, 0.03536782539555706, -0.0031441984381733582]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 899697245
+    - 
+      positions: [1.0484122742977224, -0.5673495494676865, -0.42199540190602886, 1.5062883920248837, -2.5970870403040247, -0.3280207388094062]
+      velocities: [-0.07984270886635447, 0.16142726158337312, -0.23248487540285098, -0.0060911641089725875, 0.007321387000950993, 0.2649283797577653]
+      accelerations: [-0.03572199910570708, 0.01836555576961758, -3.8612065153251124e-14, 0.00023675012186834943, 0.0354363544757973, -0.003188053074132353]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 904011404
+    - 
+      positions: [1.0480676746824196, -0.5666533332641058, -0.4229978350400669, 1.5062621302178547, -2.597055142292756, -0.32687844474056604]
+      velocities: [-0.07999691580159723, 0.16150654903481604, -0.23248487540285093, -0.006090296722473708, 0.007474330011187969, 0.2649145388028836]
+      accelerations: [-0.03580553548636096, 0.018411234008547633, 6.438833024996132e-14, 0.00016556007962428113, 0.035504915713718645, -0.0032319623365213938]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 908323225
+    - 
+      positions: [1.047722596569887, -0.5659571521440142, -0.4239997252092373, 1.5062358857110132, -2.597022601994904, -0.3257368294310283]
+      velocities: [-0.08015139967668913, 0.1615859905997839, -0.23248487540285062, -0.006089736774276723, 0.007627485726764337, 0.2649005159229093]
+      accelerations: [-0.03588928855321703, 0.018457009564671948, 7.086553362491165e-14, 9.428835526869783e-05, 0.03557351540775073, -0.0032759624184321183]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 912632710
+    - 
+      positions: [1.0473770392511383, -0.565261005338918, -0.42500107309657453, 1.5062096571589112, -2.5969894191866776, -0.3245958928214676]
+      velocities: [-0.0803061611474214, 0.1616655865447859, -0.23248487540285068, -0.0060894842224658565, 0.007780854083898319, 0.2648863110202964]
+      accelerations: [-0.03597326185356069, 0.018502885526538455, -9.668713271044412e-14, 2.2963208430753336e-05, 0.03564214720103146, -0.003320007799603314]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 916939863
+    - 
+      positions: [1.0470310020161542, -0.5645648920820283, -0.4260018793815174, 1.5061834432187922, -2.5969555936448776, -0.32345563485550355]
+      velocities: [-0.08046120087290876, 0.16174533713835237, -0.2324848754028509, -0.0060895390119719926, 0.007934435018595809, 0.26487192401654464]
+      accelerations: [-0.03605745400083764, 0.018548860006192918, 6.449295865632734e-15, -4.8437450958393434e-05, 0.035710817437744645, -0.003364135238432248]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 921244686
+    - 
+      positions: [1.0466844841538567, -0.5638688116081656, -0.42700214474010684, 1.5061572425501693, -2.5969211251467796, -0.32231605548015796]
+      velocities: [-0.08061651950998737, 0.16182524264497883, -0.23248487540285095, -0.0060899011353747695, 0.008088228481354594, 0.2648573547550186]
+      accelerations: [-0.03614186594242053, 0.018594933280566762, -3.2263911536572146e-14, -0.00011991359533130155, 0.03577952658977291, -0.003408344337774274]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 925547183
+    - 
+      positions: [1.0463374849521079, -0.5631727631537612, -0.428001869844986, 1.50613105381482, -2.5968860134701304, -0.32117715464584756]
+      velocities: [-0.0807721177230703, 0.16190530333577471, -0.2324848754028508, -0.006090570523776097, 0.008242234409980231, 0.26484260317752906]
+      accelerations: [-0.03622650087542287, 0.018641108411745006, 1.0975655918019724e-13, -0.00019143660772601268, 0.03584826837451861, -0.003452589805798175]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 929847355
+    - 
+      positions: [1.0459900036977423, -0.56247674595696, -0.4290010553651817, 1.5061048756773152, -2.5968502583932773, -0.32003893230579594]
+      velocities: [-0.0809279961719345, 0.1619855194753027, -0.23248487540285057, -0.006091547180184713, 0.008396452762918876, 0.2648276691077684]
+      accelerations: [-0.03631135406929542, 0.01868737955617562, -1.937926055608165e-14, -0.0002630685025891938, 0.03591705877075436, -0.003496971976652299]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 934145207
+    - 
+      positions: [1.045642039676493, -0.5617807592573779, -0.42999970196661735, 1.5060787068038528, -2.596813859694861, -0.31890138841730387]
+      velocities: [-0.08108415551859374, 0.16206589132893298, -0.23248487540285062, -0.0060928311068857615, 0.008550883501174684, 0.2648125523699285]
+      accelerations: [-0.03639643191803696, 0.018733753197397195, -6.463238316023846e-15, -0.0003347468616577965, 0.03598588307937888, -0.003541390355414922]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 938440741
+    - 
+      positions: [1.0452935921730637, -0.5610848022963396, -0.43099781031161033, 1.5060525458634189, -2.596776817154111, -0.3177645229404653]
+      velocities: [-0.08124059643850418, 0.16214641917485523, -0.23248487540285073, -0.006094422183601745, 0.00870552655836766, 0.2647972529843678]
+      accelerations: [-0.036481734918716015, 0.018780229088496386, -3.23336129721555e-14, -0.00040647699301831375, 0.03605474335560682, -0.0035858542094593542]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 942733959
+    - 
+      positions: [1.0449446604711186, -0.5603888743168521, -0.43199538105892626, 1.5060263915276806, -2.59673913055081, -0.31662833583827893]
+      velocities: [-0.0813973196015084, 0.1622271032834507, -0.2324848754028507, -0.006096320374328758, 0.008860381891804612, 0.26478177083403276]
+      accelerations: [-0.03656726060159135, 0.018826804114307663, 3.882123820963527e-14, -0.0004782927528149929, 0.03612364867826123, -0.003630418312061806]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 947024865
+    - 
+      positions: [1.044595243853244, -0.5596929745634713, -0.4329924148640635, 1.506000242470349, -2.5967007996651255, -0.3154928270773341]
+      velocities: [-0.08155432567027783, 0.16230794391608816, -0.23248487540285062, -0.006098525739741096, 0.00901544948477551, 0.26476610564513975]
+      accelerations: [-0.03665300872183969, 0.018873477454236547, -6.473689650748941e-15, -0.0005502053060382932, 0.036192602182563545, -0.0036751010552025665]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 951313462
+    - 
+      positions: [1.0442453416009356, -0.5589971022822562, -0.4339889123793495, 1.505974097366966, -2.5966618242775508, -0.31435799662803754]
+      velocities: [-0.08171161532224568, 0.16238894134818876, -0.23248487540285073, -0.006101038205679664, 0.009170729290461902, 0.2647502573598781]
+      accelerations: [-0.03673898704206499, 0.01892025674992407, -4.534020719718517e-14, -0.0006221405661473417, 0.036261586800820436, -0.003719783438575144]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 955599751
+    - 
+      positions: [1.043894952994679, -0.5583012567210474, -0.43498487425335103, 1.5059479548962766, -2.59662220416925, -0.3132238444630977]
+      velocities: [-0.08186918923841749, 0.16247009585722444, -0.23248487540285082, -0.006103857684814279, 0.009326221262218427, 0.2647342259401294]
+      accelerations: [-0.03682519011434057, 0.018967135591964647, 1.2961309602647411e-14, -0.0006941664239727305, 0.03633061980114051, -0.003764575372401513]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 959883737
+    - 
+      positions: [1.0435440773138718, -0.5576054371292045, -0.43598030113142927, 1.50592181373896, -2.5965819391217244, -0.3120903705589133]
+      velocities: [-0.08202704809612234, 0.16255140771544455, -0.23248487540285095, -0.006106984149821513, 0.009481925370562508, 0.26471801124955985]
+      accelerations: [-0.036911622323208, 0.0190141182323673, -7.780964038628322e-14, -0.0007662428956221714, 0.03639969203364425, -0.0038094128038632523]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 964165421
+    - 
+      positions: [1.0431927138368684, -0.5569096427577519, -0.4369751936554301, 1.5058956725783659, -2.5965410289169997, -0.31095757489475057]
+      velocities: [-0.08218519257597107, 0.16263287719672773, -0.23248487540285084, -0.0061104175605300615, 0.00963784158545532, 0.26470161317181434]
+      accelerations: [-0.036998281462686834, 0.019061201452842097, 1.2326474511386168e-13, -0.0008384039331772624, 0.03646881251248305, -0.003854350582363005]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 968444807
+    - 
+      positions: [1.0428408618409402, -0.5562138728592511, -0.43796955246396063, 1.5058695300998788, -2.596499473337455, -0.3098254574534339]
+      velocities: [-0.08234362335873902, 0.1627145045733217, -0.2324848754028506, -0.006114157900171727, 0.009793969885594368, 0.2646850315513404]
+      accelerations: [-0.03708517046680089, 0.019108387986640236, 0.0, -0.0009106264571816336, 0.036537976424423545, -0.0038993522502811105]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 972721898
+    - 
+      positions: [1.0424885206022994, -0.5555181266878799, -0.4389633781922149, 1.5058433849913404, -2.596457272165926, -0.30869401822087644]
+      velocities: [-0.08250234112710542, 0.16279629011830032, -0.23248487540285082, -0.006118205151385999, 0.009950310251806866, 0.264668266232441]
+      accelerations: [-0.03717228794071701, 0.01915567576042283, -1.0391327765829864e-13, -0.0009829332456069493, 0.03660718970764052, -0.003944454469889549]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 976996695
+    - 
+      positions: [1.0421356893960743, -0.554822403499345, -0.43995667147216366, 1.5058172359426223, -2.5964144251855923, -0.3075632571865344]
+      velocities: [-0.08266134657199078, 0.16287823411157926, -0.23248487540285084, -0.0061225592346809184, 0.010106862653503267, 0.26465131715799595]
+      accelerations: [-0.037259639795912014, 0.019203070330613112, 9.097284150929245e-14, -0.0010552723804501509, 0.03667644120785479, -0.0039895745212041546]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 981269202
+    - 
+      positions: [1.0417823674963629, -0.5541267025510728, -0.4409494329321462, 1.5057910816465792, -2.5963709321802084, -0.3064331743423606]
+      velocities: [-0.08282064038554876, 0.16296033683246053, -0.23248487540285068, -0.006127220081962218, 0.010263627065745328, 0.26463418425142565]
+      accelerations: [-0.03734722136367423, 0.019250566136541795, -1.3003079976412597e-14, -0.0011277010661357404, 0.03674574486187201, -0.004034804330615261]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 985539422
+    - 
+      positions: [1.0414285541761699, -0.5534310231019928, -0.4419416631973362, 1.5057649207979864, -2.5963267929338336, -0.3053037696839538]
+      velocities: [-0.08298022325481935, 0.16304259855374242, -0.23248487540285068, -0.006132187697575274, 0.010420603483104463, 0.26461686731799006]
+      accelerations: [-0.037435035582990266, 0.019298165976831965, 6.505019508985054e-15, -0.0012001959513492362, 0.036815095998961385, -0.0040801073693814876]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 989807356
+    - 
+      positions: [1.0410742487074323, -0.5527353644126171, -0.4429333628895648, 1.5057387520939658, -2.5962820072309323, -0.3041750432100919]
+      velocities: [-0.08314009587757265, 0.16312501955771946, -0.2324848754028505, -0.0061374619992024485, 0.01057779188310383, 0.26459936630068237]
+      accelerations: [-0.03752308520885347, 0.019345871784853103, 8.461048290988488e-14, -0.0012727397406373131, 0.03688449144246363, -0.004125455741069143]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 994073009
+    - 
+      positions: [1.0407194503610337, -0.5520397257451053, -0.44392453262718884, 1.5057125742342978, -2.5962365748564444, -0.30304699492237575]
+      velocities: [-0.08330025895048684, 0.16320760012342497, -0.2324848754028506, -0.006143042940918371, 0.010735192254499704, 0.26458168108404845]
+      accelerations: [-0.037611367648822856, 0.019393680385685376, -1.3023955064408206e-13, -0.0013453667360892767, 0.03695393977919807, -0.004170904830862874]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 998336382
+    - 
+      positions: [1.0403641584067684, -0.5513441063631327, -0.44491517302537154, 1.5056863859207847, -2.5961904955956236, -0.30191962482591667]
+      velocities: [-0.08346071316503453, 0.16329034052310465, -0.23248487540285098, -0.0061489305493882375, 0.010892804605281196, 0.2645638114345897]
+      accelerations: [-0.03769988372218284, 0.01944159205331827, -5.2123648507493193e-14, -0.001418076646894305, 0.037023441586976, -0.004216454736300132]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:   2597478
+    - 
+      positions: [1.0400083721133409, -0.5506485055318889, -0.4459052846960871, 1.5056601858572514, -2.596143769234033, -0.3007929329293317]
+      velocities: [-0.08362145923180567, 0.16337324104772033, -0.2324848754028509, -0.006155124678032405, 0.011050628907158163, 0.264545757393854]
+      accelerations: [-0.03778864226338198, 0.019489615588831433, 9.778401442761145e-14, -0.0014907883895996907, 0.0370929794081518, -0.004261976342202028]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:   6856300
+    - 
+      positions: [1.0396520907484492, -0.5499529225183682, -0.44689486824749114, 1.505633972751027, -2.5960963955578986, -0.29966691924311784]
+      velocities: [-0.08378249785546746, 0.16345630197989192, -0.2324848754028508, -0.00616162526586701, 0.011208665154339426, 0.2645275188663875]
+      accelerations: [-0.0378776323457538, 0.019537738567366656, -4.565688569761936e-14, -0.0015636231967340868, 0.03716258142629401, -0.004307663199086445]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  11112850
+    - 
+      positions: [1.0392953135786565, -0.5492573565909288, -0.4478839242848794, 1.505607745310716, -2.5960483743535603, -0.2985415837820722]
+      velocities: [-0.08394382972969261, 0.16353952358886165, -0.23248487540285076, -0.006168432386490527, 0.011366913373799461, 0.264509095540176]
+      accelerations: [-0.03796686040939646, 0.019585967417878762, 5.2207119351576095e-14, -0.0016365229988500765, 0.037232234995776325, -0.004353423567514236]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  15367131
+    - 
+      positions: [1.0389380398694494, -0.5485618070194948, -0.44887245341024395, 1.5055815022472574, -2.5959997054077286, -0.2974169265641313]
+      velocities: [-0.08410545557215929, 0.16362290616790592, -0.23248487540285062, -0.0061755458908009046, 0.011525373545772542, 0.26449048745728904]
+      accelerations: [-0.038056331982227964, 0.01963430729789448, 1.3058734681376853e-14, -0.0017094411624595156, 0.037301930955356825, -0.004399182886253827]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  19619146
+    - 
+      positions: [1.0385802688852885, -0.5478662730757274, -0.44986045622190884, 1.5055552422747729, -2.595950388507676, -0.29629294760943903]
+      velocities: [-0.08426737609089599, 0.16370644999803682, -0.23248487540285045, -0.006182965752188587, 0.011684045680659741, 0.2644716944636678]
+      accelerations: [-0.038146037694700485, 0.01968274757857475, 5.879560070267121e-14, -0.0017824818869064338, 0.037371692822278514, -0.004445108060929699]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  23868897
+    - 
+      positions: [1.038221999889495, -0.5471707540326424, -0.45084793331535755, 1.5055289641086553, -2.595900423440778, -0.29516964694242154]
+      velocities: [-0.0844295919961403, 0.16379015536108038, -0.23248487540285048, -0.006190691943118382, 0.011842929791506793, 0.2644527164048516]
+      accelerations: [-0.03823598865138819, 0.019731299569661426, -6.53632147924019e-14, -0.0018555404532201224, 0.03744149847823744, -0.004491032412359191]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  28116387
+    - 
+      positions: [1.0378632321443615, -0.5464752491649835, -0.45183488528242194, 1.505502666467477, -2.59584980999496, -0.2940470245896993]
+      velocities: [-0.08459210400781676, 0.1638740225473338, -0.23248487540285057, -0.006198724361129414, 0.012002025878018859, 0.2644335532449308]
+      accelerations: [-0.038326179004803035, 0.019779956243509644, 3.2698991133047394e-14, -0.0019286863007309165, 0.03751136394103906, -0.004537066970183495]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  32361617
+    - 
+      positions: [1.0375039649110769, -0.5457797577489729, -0.4528213127118284, 1.5054763480717168, -2.5957985479583887, -0.2929250805814697]
+      velocities: [-0.0847549128410364, 0.16395805184007023, -0.2324848754028508, -0.006207062977104874, 0.012161333958841903, 0.26441420482996825]
+      accelerations: [-0.03841661304316672, 0.019828721623145498, -1.3740877036992025e-13, -0.0020018844521412535, 0.03758128228059518, -0.004583156334456954]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  36604592
+    - 
+      positions: [1.0371441974497615, -0.54508427906243, -0.453807216188937, 1.505450007644392, -2.595746637119618, -0.2918038149508049]
+      velocities: [-0.08491801921559153, 0.16404224352608388, -0.2324848754028509, -0.006215707736281384, 0.012320854050076243, 0.2643946710451911]
+      accelerations: [-0.03850728938607331, 0.019877593641772082, 8.51077649916545e-14, -0.0020751577788852486, 0.0376512594077373, -0.0046293375879991015]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  40845313
+    - 
+      positions: [1.036783929019443, -0.5443888123846872, -0.4547925962959236, 1.5054236439106372, -2.59569407726748, -0.2906832277341115]
+      velocities: [-0.08508142385126378, 0.16412659789010048, -0.2324848754028508, -0.006224658607936197, 0.012480586175775011, 0.2643749517369872]
+      accelerations: [-0.03859821011658976, 0.019926573691811222, -3.275113681320751e-14, -0.002148494700608003, 0.03772129333962228, -0.004675592060307407]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  45083783
+    - 
+      positions: [1.0364231588780661, -0.543693356996631, -0.45577745361169775, 1.5053972555979103, -2.5956408681911323, -0.28956331897088794]
+      velocities: [-0.08524512747395238, 0.16421111522148552, -0.23248487540285084, -0.006233915523433378, 0.012640530354633013, 0.2643550468110163]
+      accelerations: [-0.03868937674914695, 0.01997566287193512, 0.0, -0.0022218888752347098, 0.03779138371544105, -0.004721910571540534]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  49320004
+    - 
+      positions: [1.0360618862824993, -0.5429979121807196, -0.4567617887118602, 1.5053708414361018, -2.5955870096800755, -0.2884440887036075]
+      velocities: [-0.08540913081564631, 0.16429579581465528, -0.2324848754028506, -0.006243478375553509, 0.012800686600818439, 0.26433495623168846]
+      accelerations: [-0.03878079136721848, 0.020024862777310345, 1.1802922832085456e-13, -0.0022953283666121214, 0.03786152894572841, -0.004768274634551011]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  53553978
+    - 
+      positions: [1.0357001104885448, -0.54230247722102, -0.4577456021686207, 1.505344400157746, -2.5955325015241932, -0.287325536977481]
+      velocities: [-0.08557343460583386, 0.16438063995930186, -0.23248487540285062, -0.006253347106202967, 0.012961054941598035, 0.2643146798849556]
+      accelerations: [-0.03887245143084227, 0.020074169890799135, -1.2465244807059355e-13, -0.002368848262453468, 0.037931736998573946, -0.004814739881030963]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  57785709
+    - 
+      positions: [1.0353378307509016, -0.5416070514030846, -0.4587288945510734, 1.5053179304973798, -2.5954773435136023, -0.2862076638411407]
+      velocities: [-0.0857380395638863, 0.1644656479324358, -0.23248487540285076, -0.0062635217810454264, 0.013121635433059692, 0.2642942174602534]
+      accelerations: [-0.0389643554102755, 0.0201235820363002, 5.2513046948818536e-14, -0.0024424719518990464, 0.038002013718523006, -0.004861343703390453]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  62015199
+    - 
+      positions: [1.0349750463231406, -0.5409116340138657, -0.4597116664253828, 1.5052914311911154, -2.595421535438545, -0.2850904693470952]
+      velocities: [-0.08590294643549778, 0.16455082003750215, -0.23248487540285054, -0.006274002228141942, 0.013282428084825937, 0.26427356902113897]
+      accelerations: [-0.039056518009733476, 0.02017311419996345, 5.2540851911902394e-14, -0.00251606364263534, 0.03807233148394445, -0.004907871889829406]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  66242450
+    - 
+      positions: [1.0346117564578423, -0.5402162243421871, -0.460693918353749, 1.5052649009790913, -2.59536507708995, -0.2839739535490759]
+      velocities: [-0.08606815595608502, 0.16463615656502367, -0.23248487540285068, -0.006284788399532025, 0.01344343293494437, 0.26425273443428987]
+      accelerations: [-0.03914892039706353, 0.020222745592785956, -1.2485055872487732e-13, -0.0025898177792656606, 0.038142731580186634, -0.004954631960065094]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  70467464
+    - 
+      positions: [1.0342479604063972, -0.5395208216780633, -0.4616756508959067, 1.5052383386019523, -2.5953079682586173, -0.2828581165058279]
+      velocities: [-0.08623366886246653, 0.1647216578052057, -0.23248487540285073, -0.006295880258380342, 0.013604650027512606, 0.26423171354684666]
+      accelerations: [-0.039241582808887995, 0.020272497174459628, 1.1176747803334855e-13, -0.0026635450557604633, 0.03821317576936079, -0.005001325607363815]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  74690245
+    - 
+      positions: [1.033883657419197, -0.538825425313355, -0.4626568646076807, 1.505211742804264, -2.595250208735991, -0.28174295827742546]
+      velocities: [-0.08639948590030089, 0.16480732405559095, -0.23248487540285045, -0.006307277705133708, 0.013766079396279923, 0.2642105063047501]
+      accelerations: [-0.039334489925063255, 0.020322351764761208, 6.578032984737634e-15, -0.0027374051312178144, 0.038283697617186474, -0.005048204601510771]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  78910793
+    - 
+      positions: [1.0335188467454708, -0.5381300345412141, -0.46363756004221396, 1.5051851123316264, -2.5951917983134996, -0.28062847892836673]
+      velocities: [-0.08656560780979627, 0.16489315560652668, -0.2324848754028507, -0.006318980713971948, 0.013927721093351188, 0.2641891125356507]
+      accelerations: [-0.039427655233524324, 0.02037232345921394, -1.1846715144219007e-13, -0.002811273165037996, 0.038354272450761624, -0.005095073201401836]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  83129112
+    - 
+      positions: [1.0331535276334134, -0.5374346486565089, -0.4646177377490238, 1.5051584459329204, -2.5951327367830563, -0.2795146785251578]
+      velocities: [-0.0867320353403121, 0.1649791527558508, -0.23248487540285087, -0.006330989195955886, 0.014089575160924718, 0.2641675321659728]
+      accelerations: [-0.03952107032294654, 0.0204224020230496, 3.950990300128585e-14, -0.0028852441059382733, 0.03842492047523885, -0.005142080535950459]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  87345205
+    - 
+      positions: [1.0327876993300833, -0.5367392669555, -0.4655973982747271, 1.5051317423585924, -2.5950730239366675, -0.2784015571381426]
+      velocities: [-0.08689876923720818, 0.16506531579525344, -0.2324848754028506, -0.006343303123905431, 0.014251641656686225, 0.26414576502387377]
+      accelerations: [-0.03961474246053828, 0.02047259509828123, 9.223842964445177e-14, -0.0029592522210444283, 0.03849562904131621, -0.005189124128924328]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  91559073
+    - 
+      positions: [1.0324213610814732, -0.5360438887360579, -0.46657654216255295, 1.505105000361833, -2.5950126595666934, -0.27728911484023333]
+      velocities: [-0.08706581025602808, 0.1651516450256288, -0.23248487540285073, -0.006355922394396419, 0.014413920626337697, 0.26412381105582616]
+      accelerations: [-0.039708669962634516, 0.020522899728124246, -1.5820643304078557e-13, -0.0030333270559494297, 0.038566405340648924, -0.005236250464996956]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  95770718
+    - 
+      positions: [1.032054512132475, -0.5353485132975648, -0.4675551699525664, 1.5050782186980405, -2.594951643465716, -0.27617735170748237]
+      velocities: [-0.08723315915253071, 0.16523814074584497, -0.23248487540285073, -0.006368846928432352, 0.014576412123613809, 0.26410167016887565]
+      accelerations: [-0.039802855379517055, 0.02057331823528631, 1.6488525496730738e-13, -0.003107450596986856, 0.03863724621929206, -0.005283431839295071]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  99980144
+    - 
+      positions: [1.0316871517268977, -0.5346531399409673, -0.46853328218154777, 1.5050513961251397, -2.5948899754266104, -0.27506626781872745]
+      velocities: [-0.08740081667417296, 0.16532480324425092, -0.2324848754028505, -0.0063820767467836475, 0.014739116224483807, 0.2640793421126685]
+      accelerations: [-0.03989729296821525, 0.020623843615960816, -6.5988857411254e-14, -0.0031816882638437904, 0.038708165627961776, -0.005330770910454196]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 104187352
+    - 
+      positions: [1.0313192791074037, -0.5339577679685584, -0.4695108793834842, 1.5050245314024058, -2.5948276552422764, -0.2739558632568497]
+      velocities: [-0.08756878359089255, 0.16541163283121973, -0.2324848754028508, -0.006395611680453776, 0.01490203297130685, 0.2640568269328651]
+      accelerations: [-0.03999199992850548, 0.02067449367417353, -5.94212521904895e-14, -0.0032558843549615035, 0.03877913386566073, -0.005378024353018413]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 108392344
+    - 
+      positions: [1.0309508935156588, -0.5332623966844973, -0.47048796208840776, 1.5049976232932463, -2.5947646827062454, -0.27284613810578795]
+      velocities: [-0.08773706066712392, 0.165498629809385, -0.2324848754028507, -0.006409451635312568, 0.015065162424155929, 0.2640341245565328]
+      accelerations: [-0.04008695721764107, 0.020725247252833996, 9.24817187714009e-14, -0.003330230184159143, 0.03885018931220193, -0.005425492066510453]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 112595124
+    - 
+      positions: [1.030581994192144, -0.532567025394162, -0.4714645308238424, 1.504970670561774, -2.5947010576119185, -0.27173709245419847]
+      velocities: [-0.08790564865165512, 0.165585794462433, -0.2324848754028506, -0.006423596692554426, 0.01522850468051198, 0.26401123463535614]
+      accelerations: [-0.04018217720191965, 0.020776116822671723, -3.9655877142861355e-14, -0.0034046177854226626, 0.038921311611475815, -0.005473005228121751]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 116795693
+    - 
+      positions: [1.0302125803762594, -0.5318716534045139, -0.472440586113993, 1.5049436719747344, -2.594636779752987, -0.2706287263933892]
+      velocities: [-0.08807454832209624, 0.16567312710296894, -0.23248487540285065, -0.00643804668082658, 0.015392059791351425, 0.26398815721540314]
+      accelerations: [-0.040277662003211485, 0.02082710400208619, 1.3225577555856731e-14, -0.0034790349261194613, 0.03899249923418404, -0.0055205451168844]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 120994053
+    - 
+      positions: [1.029842651306337, -0.5311762800241334, -0.4734161284796669, 1.5049166263017177, -2.5945718489234735, -0.26952104001708055]
+      velocities: [-0.08824376045065407, 0.16576062803605324, -0.2324848754028505, -0.00645280150343009, 0.015555827825704527, 0.2639648922244512]
+      accelerations: [-0.040373407720028405, 0.020878203920148844, 5.293011867107745e-14, -0.003553529333091434, 0.0390637625600852, -0.00556818685709118]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 125190207
+    - 
+      positions: [1.0294722062195913, -0.530480904563058, -0.4743911584386335, 1.5048895323143032, -2.594506264917534, -0.26841403342232106]
+      velocities: [-0.08841328579910315, 0.16584829755340283, -0.23248487540285062, -0.0064678611888356234, 0.01571980887990799, 0.26394143939330794]
+      accelerations: [-0.040469414060494154, 0.020929415418603044, -9.92961155996913e-14, -0.0036281129133520517, 0.03913510447247127, -0.0056159493259450265]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 129384158
+    - 
+      positions: [1.029101244352107, -0.5297855263327425, -0.475365676505719, 1.5048623887858443, -2.5944400275294104, -0.2673077067097089]
+      velocities: [-0.08858312515561104, 0.16593613597303541, -0.23248487540285073, -0.00648322553745589, 0.015884003010015364, 0.26391779880787225]
+      accelerations: [-0.040565694695232905, 0.020980752536406848, 3.973930448371749e-14, -0.0037026649611898383, 0.039206503133806865, -0.0056636444040637345]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 133575906
+    - 
+      positions: [1.028729764938956, -0.5290901446464552, -0.47633968319191733, 1.5048351944936105, -2.5943731365538825, -0.26620205998109453]
+      velocities: [-0.08875327929218468, 0.16602414359375603, -0.23248487540285062, -0.006498894526008944, 0.01604841030821732, 0.26389397027831074]
+      accelerations: [-0.040662229037789065, 0.021032192403915493, 1.3253387942942228e-14, -0.00377739031146268, 0.039277997896084174, -0.005711591943171698]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 137765454
+    - 
+      positions: [1.0283577672139974, -0.5283947588186004, -0.4773131790059141, 1.5048079482151422, -2.594305591785483, -0.26509709334346904]
+      velocities: [-0.08892374898243166, 0.16611232071394044, -0.23248487540285054, -0.00651486814271382, 0.01621303087260314, 0.2638699535949448]
+      accelerations: [-0.04075903923423051, 0.02108375802800226, 2.652068291236736e-14, -0.0038520895284569756, 0.0393495524673783, -0.005759481581781895]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 141952806
+    - 
+      positions: [1.0279852504100684, -0.5276993681653716, -0.4782861644526166, 1.5047806487317896, -2.594237393019245, -0.2639928069051824]
+      velocities: [-0.08909453502258802, 0.16620066765410874, -0.23248487540285073, -0.006531146185361058, 0.016377864768563198, 0.2638457488441627]
+      accelerations: [-0.04085611474386119, 0.02113543731256103, -1.12772010928974e-13, -0.003926871150212005, 0.03942118780968113, -0.00580748251740431]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 146137961
+    - 
+      positions: [1.0276122137588797, -0.527003972004395, -0.47925864003396235, 1.504753294826781, -2.5941685400502856, -0.26288920077799505]
+      velocities: [-0.08926563817916296, 0.16628918470094284, -0.23248487540285084, -0.006547728754857212, 0.016542912120875063, 0.2638213556394721]
+      accelerations: [-0.04095345270715105, 0.02118722652809544, 5.973412415938059e-14, -0.004001771429464999, 0.0394929116023911, -0.005855651593169497]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 150320924
+    - 
+      positions: [1.0272386564909797, -0.5263085696546087, -0.4802306062491901, 1.5047258852845786, -2.5940990326736646, -0.26178627507776037]
+      velocities: [-0.08943705925926404, 0.16637787218270833, -0.23248487540285082, -0.006564615596191507, 0.01670817299228533, 0.26379677414659786]
+      accelerations: [-0.0410510762065269, 0.021239149632878377, -5.312481889094421e-14, -0.004076583896616777, 0.03956468677992192, -0.005903668026010198]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 154501696
+    - 
+      positions: [1.0268645778359509, -0.5256131604369332, -0.4812020635933289, 1.5046984188945276, -2.5940288706851473, -0.26068402992053025]
+      velocities: [-0.08960879905082186, 0.16646673040498794, -0.23248487540285087, -0.006581806656635976, 0.01687364748541357, 0.26377200421580066]
+      accelerations: [-0.04114895380516779, 0.021291172163762535, 2.6576320328902237e-14, -0.004151611819298926, 0.0396365697825737, -0.005952003713696294]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 158680279
+    - 
+      positions: [1.0264899770221196, -0.5249177436732833, -0.48217301255943207, 1.5046708944454885, -2.593958053880069, -0.2595824654282664]
+      velocities: [-0.08978085832845065, 0.16655575965686711, -0.23248487540285107, -0.006599302034873404, 0.01703933573419441, 0.26374704546066263]
+      accelerations: [-0.041247111377968465, 0.0213433210371691, -1.1965604550475599e-13, -0.004226624294466318, 0.03970851941263185, -0.006000300032707111]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 162856675
+    - 
+      positions: [1.0261148532767734, -0.5242223186873161, -0.4831434536368866, 1.5046433107299158, -2.593886582054185, -0.25848158172449204]
+      velocities: [-0.0899532379102691, 0.16664496027199055, -0.23248487540285095, -0.006617101447807895, 0.01720523780631715, 0.26372189808722735]
+      accelerations: [-0.04134554469581553, 0.021395591013139724, 1.6627590961359398e-13, -0.004301669489397275, 0.039780545454380443, -0.006048632184674456]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 167030887
+    - 
+      positions: [1.0257392058261168, -0.5235268848042742, -0.4841133873117727, 1.5046156665430004, -2.5938144550034847, -0.2573813789351991]
+      velocities: [-0.09012593858123685, 0.1667343325466421, -0.2324848754028509, -0.006635204942076007, 0.017371353831873985, 0.2636965617884224]
+      accelerations: [-0.041444242938135936, 0.021447969791331907, -1.3309030000395568e-13, -0.004376857149510871, 0.03985266831012748, -0.006097170860230344]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 171202916
+    - 
+      positions: [1.025363033895165, -0.5228314413506272, -0.48508281406767445, 1.504587960680733, -2.5937416725237843, -0.25628185719089897]
+      velocities: [-0.0902989611542488, 0.1668238768046611, -0.23248487540285112, -0.00665361233412038, 0.017537683903811656, 0.26367103661248303]
+      accelerations: [-0.041543231151290175, 0.02150048323945941, 2.6631975793972932e-14, -0.004451967111590664, 0.039924850056297874, -0.006145575091111016]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 175372765
+    - 
+      positions: [1.0249863367079497, -0.5221359876547804, -0.48605173438407495, 1.5045601919437768, -2.593668234411518, -0.25518301662250914]
+      velocities: [-0.09047230643369925, 0.16691359335866163, -0.23248487540285093, -0.0066723235415981595, 0.01770422813597349, 0.2636453224502705]
+      accelerations: [-0.04164248104626155, 0.02155310045594931, 6.661473246203504e-14, -0.004527268144517427, 0.03999713896007344, -0.006194261574209292]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 179540435
+    - 
+      positions: [1.024609113487268, -0.5214405230462105, -0.487020148738323, 1.5045323591327335, -2.5935941404627596, -0.25408485736636705]
+      velocities: [-0.09064597521277934, 0.1670034825073325, -0.2324848754028507, -0.0066913386088314425, 0.017870986667814885, 0.2636194189950329]
+      accelerations: [-0.04174201637595042, 0.021605846022387038, 3.998971745161695e-14, -0.004602552153508659, 0.04006949932353535, -0.00624290842652627]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 183705929
+    - 
+      positions: [1.0242313634548736, -0.5207450468561283, -0.487988057604125, 1.5045044610518006, -2.593519390473968, -0.25298737956034534]
+      velocities: [-0.09081996831258693, 0.16709354457684422, -0.23248487540285073, -0.006710657349916309, 0.01803795960155268, 0.2635933262958816]
+      accelerations: [-0.04184182761548152, 0.021658708896030773, -5.334746363027761e-14, -0.004677916795933623, 0.04014194929195982, -0.006291666979625052]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 187869249
+    - 
+      positions: [1.0238530858313872, -0.5200495584171696, -0.48895546145225577, 1.5044764965070503, -2.5934439842416266, -0.2518905833456729]
+      velocities: [-0.09099428654447886, 0.16718377988105776, -0.23248487540285068, -0.006730279692608905, 0.01820514706306225, 0.263567044224242]
+      accelerations: [-0.04194192047466892, 0.02171169458013968, 8.006296078220648e-14, -0.00475331891616877, 0.040214482389013796, -0.006340471259068073]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 192030396
+    - 
+      positions: [1.0234742798363339, -0.5193540570635248, -0.48992236075025636, 1.5044484643071836, -2.59336792156239, -0.2507944688661323]
+      velocities: [-0.09116893072673433, 0.16727418873886002, -0.23248487540285084, -0.006750205525704789, 0.018372549174466162, 0.26354057271101095]
+      accelerations: [-0.04204229342274923, 0.021764800347943276, -1.5353406798163012e-13, -0.004828782947581732, 0.04028710360747296, -0.006389358812340641]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 196189374
+    - 
+      positions: [1.0230949446881201, -0.5186585421308663, -0.4908887559626134, 1.504420363263098, -2.593291202232994, -0.24969903626850637]
+      velocities: [-0.09134390166626005, 0.16736477145495388, -0.23248487540285112, -0.006770434865141978, 0.018540166082884585, 0.26351391148977443]
+      accelerations: [-0.042142943371212764, 0.021818022464534223, 1.335775110847451e-14, -0.004904345600290893, 0.04035982029296991, -0.006438387131491118]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 200346182
+    - 
+      positions: [1.0227150796039999, -0.5179630129562256, -0.4918546475510308, 1.5043921921872423, -2.5932138260501163, -0.24860428570326057]
+      velocities: [-0.09151920019423543, 0.16745552835770514, -0.232484875402851, -0.006790967533960737, 0.01870799790631939, 0.2634870605906041]
+      accelerations: [-0.04224388594964596, 0.021871376417194794, 4.677650109415268e-14, -0.004979877326946368, 0.040432611410907676, -0.0064873561830317205]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 204500825
+    - 
+      positions: [1.0223346838001908, -0.5172674688784055, -0.4928200359734983, 1.5043639498958783, -2.5931357928108247, -0.2475102173221437]
+      velocities: [-0.0916948271345168, 0.16754645976545016, -0.23248487540285095, -0.006811803444139818, 0.018876044780839, 0.2634600199056382]
+      accelerations: [-0.04234510287256726, 0.021924842258158782, -2.005751853594097e-14, -0.005055550512174031, 0.04050550703367121, -0.0065365325862545036]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 208653304
+    - 
+      positions: [1.021953756491718, -0.5165719092374322, -0.4937849216855419, 1.5043356352060646, -2.593057102311969, -0.24641683128137132]
+      velocities: [-0.09187078330815096, 0.1676375659915105, -0.23248487540285068, -0.006832942557907285, 0.0190443068547024, 0.26343278924781893]
+      accelerations: [-0.042446611947256886, 0.021978437895953974, 1.4716508860327262e-13, -0.005131216891999653, 0.040578483277317036, -0.006585687889756089]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 212803620
+    - 
+      positions: [1.021572296892546, -0.5158763333750214, -0.4947493051391609, 1.5043072469382421, -2.5929777543506884, -0.24532412773888854]
+      velocities: [-0.09204706955053432, 0.16772884736211036, -0.23248487540285065, -0.006854384734132765, 0.019212784261976625, 0.2634053685887692]
+      accelerations: [-0.04254840314823671, 0.022032152002367005, -1.338561081759305e-13, -0.005206974990603823, 0.040651557536627206, -0.006634974331833284]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 216951775
+    - 
+      positions: [1.0211903042154908, -0.5151807406342692, -0.4957131867835389, 1.504278783914512, -2.5928977487240648, -0.24423210685618682]
+      velocities: [-0.09222368668846809, 0.16782030419209482, -0.23248487540285082, -0.006876129933713809, 0.019381477157143983, 0.26337775774195304]
+      accelerations: [-0.04265048324291881, 0.02208599079904912, 5.357031301849962e-14, -0.005282775415939826, 0.04072472259227821, -0.0066843159854770365]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 221097772
+    - 
+      positions: [1.02080777767226, -0.5144851303598027, -0.49667656706469954, 1.504250244959493, -2.5928170852292856, -0.24314076879738486]
+      velocities: [-0.09240063556447543, 0.1679119368110082, -0.23248487540285084, -0.006898178001013201, 0.01955038567918547, 0.26334995669882294]
+      accelerations: [-0.04275285393144888, 0.022139955528692423, -7.369750721175759e-14, -0.005358611357962173, 0.040797978535545516, -0.006733703086205823]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 225241613
+    - 
+      positions: [1.0204247164734626, -0.5137895018978013, -0.49763944642545926, 1.5042216289004362, -2.5927357636636574, -0.24205011372911445]
+      velocities: [-0.09257791701385652, 0.16800374553849806, -0.23248487540285095, -0.0069205288691879495, 0.019719509984886877, 0.2633219653130474]
+      accelerations: [-0.04285551092134809, 0.022194040552481635, 2.6813032770460338e-14, -0.0054345324653798655, 0.04087133421901248, -0.0067832120196368]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 229383299
+    - 
+      positions: [1.0200411198285608, -0.5130938545958428, -0.4986018253057868, 1.5041929345663587, -2.5926537838244346, -0.24096014182142278]
+      velocities: [-0.09275553187642085, 0.16809573069653894, -0.23248487540285087, -0.006943182458125566, 0.019888850232165384, 0.2632937834578256]
+      accelerations: [-0.04295846157519888, 0.02224825301221718, 1.3413487147554741e-14, -0.005510482664305827, 0.04094478168563095, -0.006832757089543837]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 233522832
+    - 
+      positions: [1.0196569869459193, -0.5123981878030721, -0.4995637041424125, 1.5041641607890144, -2.592571145508999, -0.23987085324674323]
+      velocities: [-0.09293348099188332, 0.16818789260466482, -0.23248487540285073, -0.006966138712848556, 0.02005840658627317, 0.26326541096745837]
+      accelerations: [-0.043061699374383644, 0.022302584960459695, 6.03920658907112e-14, -0.005586530215994905, 0.0410183327982174, -0.006882442998685278]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 237660215
+    - 
+      positions: [1.0192723170327447, -0.5117025008699971, -0.5005250833693112, 1.5041353064017071, -2.592487848514627, -0.2387822481811406]
+      velocities: [-0.09311176521895503, 0.1682802316006898, -0.23248487540285073, -0.0069893974352625435, 0.020228179193582635, 0.2632368478937963]
+      accelerations: [-0.04316524093577458, 0.022357053574445094, -6.713716120308024e-14, -0.005662537614001389, 0.041091966925088846, -0.00693205993059772]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 241795448
+    - 
+      positions: [1.0188871092952065, -0.5110067931488995, -0.5014859634167406, 1.504106370241669, -2.592403892638937, -0.23769432680180905]
+      velocities: [-0.09329038539866014, 0.1683727480012399, -0.2324848754028509, -0.007012958607355369, 0.020398168232162096, 0.26320809401175593]
+      accelerations: [-0.04326906199187148, 0.022411631808218913, -6.7172033211425086e-15, -0.005738729520494787, 0.041165720405842966, -0.006981951876320752]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 245928535
+    - 
+      positions: [1.018501362938237, -0.510311063993156, -0.5024463447128301, 1.5040773511461691, -2.5923192776791395, -0.23660708929115185]
+      velocities: [-0.09346934237963925, 0.1684654421285119, -0.23248487540285084, -0.007036822171433182, 0.020568373877342786, 0.26317914915625007]
+      accelerations: [-0.04337319140858857, 0.02246634979509887, 2.688276465247276e-14, -0.005814861995484956, 0.04123955592738519, -0.007031745841571404]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 250059476
+    - 
+      positions: [1.018115077165746, -0.5096153127579756, -0.5034062276818642, 1.5040482479567296, -2.5922340034328375, -0.2355205358323517]
+      velocities: [-0.09364863703392005, 0.1685583143275282, -0.23248487540285073, -0.007060987888363412, 0.02073879627960895, 0.26315001343906874]
+      accelerations: [-0.04347761255937242, 0.022521188835664802, 3.3620898328247947e-14, -0.005891091223223886, 0.04131349916986256, -0.0070816810487871855]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 254188273
+    - 
+      positions: [1.0177282511804826, -0.5089195387999261, -0.5043656127453896, 1.5040190595164225, -2.5921480696975014, -0.2344346666122002]
+      velocities: [-0.09382827020559062, 0.16865136491124466, -0.23248487540285062, -0.007085455789294658, 0.020909435635103737, 0.2631206865566355]
+      accelerations: [-0.0435823294707862, 0.022576152498515654, 6.727668844964454e-15, -0.0059673918587498905, 0.041387546937483, -0.0071317194925922525]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 258314929
+    - 
+      positions: [1.0173408841840565, -0.5082237414770083, -0.5053245003220413, 1.5039897846703054, -2.5920614762705503, -0.23334948182064327]
+      velocities: [-0.09400824275946867, 0.16874459421228533, -0.2324848754028508, -0.007110225749546334, 0.021080292119000754, 0.2630911684434354]
+      accelerations: [-0.04368734907736664, 0.022631247130404136, -8.750506334968389e-14, -0.006043713776056963, 0.041461692647796505, -0.007181784024179569]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 262439445
+    - 
+      positions: [1.0169529753769821, -0.5075279201488109, -0.506282890827192, 1.5039604222662835, -2.5919742229495064, -0.23226498164986278]
+      velocities: [-0.0941885555646659, 0.16883800256566267, -0.2324848754028508, -0.007135297630652885, 0.021251365908340904, 0.26306145905360334]
+      accelerations: [-0.04379266746474743, 0.0226864679405523, 8.755044098735305e-14, -0.006120100421242552, 0.04153594418215609, -0.007231942413410061]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 266561823
+    - 
+      positions: [1.016564523958639, -0.5068320741763719, -0.5072407846732683, 1.5039309711543565, -2.5918863095318447, -0.23118116629507063]
+      velocities: [-0.0943692094878901, 0.1689315903009928, -0.23248487540285076, -0.007160671345226707, 0.021422657191447723, 0.26303155826248203]
+      accelerations: [-0.04389828832509561, 0.022741817504097084, -6.738140625293792e-14, -0.006196533100274253, 0.04161029952298656, -0.007282165214316698]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 270682064
+    - 
+      positions: [1.016175529127285, -0.5061362029222428, -0.508198182269615, 1.5039014301869387, -2.591797735815051, -0.23009803595416006]
+      velocities: [-0.09455020540293291, 0.1690253577535184, -0.2324848754028509, -0.007186346765996652, 0.021594166154108023, 0.2630014660051502]
+      accelerations: [-0.04400421234855015, 0.0227972963767014, 0.0, -0.006273011156590085, 0.04168475985585026, -0.007332453032411954]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 274800171
+    - 
+      positions: [1.015785990080062, -0.5054403057504808, -0.5091550840225058, 1.5038717982188663, -2.5917085015966115, -0.22901559082770304]
+      velocities: [-0.0947315441775565, 0.1691193052498299, -0.2324848754028508, -0.007212323842599286, 0.021765892997228947, 0.2629711820976979]
+      accelerations: [-0.04411043686209816, 0.022852900199962098, 5.3961004223934375e-14, -0.006349572612784271, 0.041759331739941, -0.00738286321337903]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 278916145
+    - 
+      positions: [1.0153959060129565, -0.5047443820265416, -0.5101114903354043, 1.5038420741067429, -2.591618606673891, -0.22793383111962406]
+      velocities: [-0.09491322668753246, 0.16921343312205667, -0.23248487540285062, -0.007238602485389381, 0.02193783791914199, 0.2629407064164009]
+      accelerations: [-0.04421696937832076, 0.022908636424289367, 2.024585744253825e-14, -0.006426160369185353, 0.04183400776692892, -0.007433309323422489]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 283029989
+    - 
+      positions: [1.015005276120851, -0.504048431117446, -0.5110674016085743, 1.5038122567099161, -2.591528050844305, -0.2268527570361751]
+      velocities: [-0.09509525381577098, 0.16930774170806173, -0.23248487540285062, -0.007265182564645563, 0.022110001116094808, 0.2629100388967337]
+      accelerations: [-0.04432380681217831, 0.022964500790089708, -2.0256340710845026e-14, -0.006502812074139007, 0.041908794747609154, -0.007483849204306861]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 287141702
+    - 
+      positions: [1.0146140995974906, -0.5033524523916676, -0.5120228182393467, 1.5037823448898298, -2.5914368339051914, -0.2257723687866115]
+      velocities: [-0.09527762644851251, 0.16940223134659788, -0.23248487540285062, -0.007292063949794106, 0.022282382787973613, 0.2628791794745733]
+      accelerations: [-0.04443095484095895, 0.02302049840459492, 2.026682644451152e-14, -0.006579489634490664, 0.04198368805458501, -0.0075344249113075586]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 291251289
+    - 
+      positions: [1.0142223756355147, -0.5026564452192455, -0.5129777406218582, 1.5037523375106725, -2.591344955653926, -0.22469266658250603]
+      velocities: [-0.09546034547517479, 0.1694969023773082, -0.23248487540285073, -0.007319246509358994, 0.022454983138185676, 0.26284812808604063]
+      accelerations: [-0.0445384103069311, 0.02307662500607562, -6.759104899781793e-14, -0.006656230714309559, 0.04205869445302454, -0.007585094424111975]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 295358749
+    - 
+      positions: [1.0138301034264234, -0.5019604089716724, -0.5139321691473174, 1.503722233438731, -2.591252415887795, -0.22361365063842645]
+      velocities: [-0.09564341177439056, 0.16959175512617747, -0.23248487540285082, -0.0073467302284411, 0.022627802390401335, 0.26281688448901763]
+      accelerations: [-0.04464617208503104, 0.023132878614719143, 2.7050407369489777e-14, -0.006733054427834326, 0.04213381746476368, -0.0076358867113287135]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 299464085
+    - 
+      positions: [1.013437282160562, -0.5012643430218372, -0.5148861042041418, 1.5036920315420619, -2.5911592144039344, -0.2225353211722655]
+      velocities: [-0.09582682624167127, 0.1696867899345385, -0.2324848754028509, -0.007374514973997953, 0.02280084075478698, 0.26278544862021225]
+      accelerations: [-0.04475425049595672, 0.023189269097305485, -6.089489695193355e-14, -0.006809884130332533, 0.04220904741593286, -0.007686685862202169]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 303567298
+    - 
+      positions: [1.0130439110271847, -0.5005682467442527, -0.5158395461774303, 1.5036617306917972, -2.591065350999555, -0.22145767840388209]
+      velocities: [-0.09601058977738824, 0.16978200714620661, -0.23248487540285087, -0.0074026005991514356, 0.02297409844352197, 0.2627538204364067]
+      accelerations: [-0.04486263857615526, 0.023245788214342505, 6.769598375579354e-14, -0.006886789751079571, 0.04228439540245943, -0.007737598181931049]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 307668391
+    - 
+      positions: [1.0126499892143943, -0.49987211951484783, -0.5167924954494516, 1.503631329760949, -2.590970825471723, -0.22038072255633828]
+      velocities: [-0.09619470328030269, 0.16987740710125487, -0.23248487540285073, -0.007430986995246303, 0.023147575678080692, 0.2627219998347924]
+      accelerations: [-0.04497134350343048, 0.02330244280702032, -6.773098003651494e-15, -0.00696371996427161, 0.042359855295812716, -0.007788546506311352]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 311767364
+    - 
+      positions: [1.012255515909186, -0.49917596071111575, -0.5177449523992966, 1.5036008276252808, -2.590875637617507, -0.21930445385499212]
+      velocities: [-0.09637916765401053, 0.16997299014219305, -0.23248487540285062, -0.007459674039715508, 0.023321272681336547, 0.2626899867327871]
+      accelerations: [-0.04508036145322545, 0.02335922764182997, 6.776598564285297e-14, -0.007040719344181497, 0.04243543435460125, -0.00783959832126073]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 315864219
+    - 
+      positions: [1.011860490297407, -0.4984797697119872, -0.5186969174031857, 1.5035702231625472, -2.5907797872338394, -0.21822887252828288]
+      velocities: [-0.09656398379433162, 0.17006875660065246, -0.23248487540285068, -0.007488661700910422, 0.023495189692459676, 0.26265778090942815]
+      accelerations: [-0.04518969344974662, 0.02341614306180076, -8.814130097745884e-14, -0.007117787717716857, 0.042511133719373304, -0.007890753855945667]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 319958959
+    - 
+      positions: [1.0114649115637593, -0.4977835458978294, -0.5196483908344746, 1.5035395152524946, -2.5906832741175094, -0.2171539788077243]
+      velocities: [-0.09674915261116898, 0.17016470682080287, -0.23248487540285084, -0.007517949854804371, 0.02366932694154606, 0.2626253822828571]
+      accelerations: [-0.04529934634603498, 0.023473195267521573, 0.0, -0.0071948801785829035, 0.04258694826880927, -0.007941945134824836]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 324051584
+    - 
+      positions: [1.0110687788918338, -0.49708728865057783, -0.5205993730633455, 1.5035087027776224, -2.5905860980652915, -0.21607977292711228]
+      velocities: [-0.09693467502552125, 0.1702608411561342, -0.23248487540285073, -0.007547538310890275, 0.023843684653515454, 0.2625927908703416]
+      accelerations: [-0.045409319732038184, 0.02353038304568228, 5.4296848192837887e-14, -0.007272009152771042, 0.04266288105766408, -0.007993191836996809]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 328142096
+    - 
+      positions: [1.0106720914641012, -0.4963909973536956, -0.5215498644569041, 1.5034777846229679, -2.590488258873898, -0.21500625512274452]
+      velocities: [-0.09712055194900218, 0.17035715994769346, -0.2324848754028506, -0.007577426982640684, 0.024018263071331095, 0.26256000653068123]
+      accelerations: [-0.04551961045429497, 0.023587701961100768, 1.3581221000662646e-14, -0.007349213047094431, 0.04273893831600377, -0.008044551886806908]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 332230497
+    - 
+      positions: [1.0102748484618782, -0.49569467139206685, -0.5224998653794396, 1.503446759675454, -2.590389756339861, -0.2139334256340934]
+      velocities: [-0.09730678429672801, 0.1704536635373554, -0.23248487540285073, -0.007607615782922591, 0.024193062441401094, 0.2625270291232761]
+      accelerations: [-0.045630224398735056, 0.02364515728370039, -7.473527602737911e-14, -0.007426453178035542, 0.04281511596243139, -0.008095967228853801]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 336316789
+    - 
+      positions: [1.0098770490653588, -0.49499831015210694, -0.5234493761921674, 1.503415626824542, -2.59029059025964, -0.2128612847031235]
+      velocities: [-0.09749337298980253, 0.1705503522711715, -0.23248487540285082, -0.00763810459740861, 0.024368083009954432, 0.2624938585473037]
+      accelerations: [-0.04574115963327879, 0.02370274621717877, 2.7190490198112084e-14, -0.007503754969902277, 0.04289141846475284, -0.008147476658406757]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 340400972
+    - 
+      positions: [1.0094786924535954, -0.4943019130216893, -0.5243983972534054, 1.5033843849617998, -2.590190760429541, -0.21178983257473796]
+      velocities: [-0.09768031895117665, 0.17064722649457736, -0.23248487540285076, -0.0076688933241854836, 0.02454332502889571, 0.262460494682319]
+      accelerations: [-0.04585242002903902, 0.023760471693264333, 0.0, -0.007581099091541995, 0.04296784460929218, -0.008199051141960626]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 344483048
+    - 
+      positions: [1.0090797778045109, -0.49360547939020055, -0.5253469289184463, 1.5033530329812264, -2.5900902666457646, -0.2107190694964367]
+      velocities: [-0.09786762311212052, 0.170744286558805, -0.2324848754028508, -0.007699981821176594, 0.024718788748898123, 0.26242693746752105]
+      accelerations: [-0.04596400683151562, 0.023818334058814936, -6.80463885421228e-15, -0.007658485224886246, 0.04304439548991018, -0.008250690664532144]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 348563020
+    - 
+      positions: [1.0086803042948989, -0.4929090086485422, -0.5262949715395601, 1.5033215697792546, -2.5899891087044, -0.20964899571831067]
+      velocities: [-0.09805528640532701, 0.1708415328143722, -0.23248487540285082, -0.007731369958422947, 0.024894474425799833, 0.262393186822689]
+      accelerations: [-0.04607592054374109, 0.02387633306159442, -1.3616297301081475e-14, -0.007735919638378371, 0.04312107303253873, -0.00830240490617183]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 352640888
+    - 
+      positions: [1.0082802711004202, -0.4922125001891119, -0.5272425254660397, 1.5032899942546436, -2.5898872864014004, -0.20857961149315044]
+      velocities: [-0.09824330976352974, 0.1709389656093094, -0.23248487540285076, -0.00776305763161138, 0.025070382322406652, 0.2623592426281849]
+      accelerations: [-0.04618816173479512, 0.02393446817767092, 4.086995741001472e-14, -0.007813408664099394, 0.043197879219818235, -0.0083542036824281]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 356716654
+    - 
+      positions: [1.0078796773955956, -0.4915159534057866, -0.5281895910442487, 1.5032583053083701, -2.5897847995325605, -0.2075109170765526]
+      velocities: [-0.09843169411984933, 0.17103658528912313, -0.23248487540285062, -0.007795044761990197, 0.02524651270878142, 0.2623251047249482]
+      accelerations: [-0.0463007310767956, 0.023992739133935126, 2.7260686505585793e-14, -0.007890958556017187, 0.04327481612501878, -0.008406096716490556]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 360790319
+    - 
+      positions: [1.0074785223537996, -0.49081936769390583, -0.5291361686176637, 1.5032265018435218, -2.5896816478934883, -0.2064429127270305]
+      velocities: [-0.0986204404251505, 0.1711343922156639, -0.2324848754028508, -0.007827331151253102, 0.025422865843874105, 0.2622907731326657]
+      accelerations: [-0.04641363767818876, 0.024051154679820698, -1.0909895751985843e-13, -0.007968504374110223, 0.043351876721368546, -0.008457986671333904]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 364861885
+    - 
+      positions: [1.0070768051473145, -0.49012274245045184, -0.5300822585264462, 1.5031945827663864, -2.5895778312797835, -0.2053755987048814]
+      velocities: [-0.09880954962074678, 0.17123238673787747, -0.23248487540285095, -0.007859916705966679, 0.02559944200350023, 0.2622562477126638]
+      accelerations: [-0.04652686881095137, 0.02410970017786695, 2.0466597729604947e-14, -0.008046162616494948, 0.04342907683271986, -0.008510048864751329]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 368931354
+    - 
+      positions: [1.0066745249472329, -0.4894260770737275, -0.5310278611082235, 1.503162546984493, -2.5894733494867026, -0.204308975274209]
+      velocities: [-0.09899902264803201, 0.17133056920229411, -0.23248487540285087, -0.007892801358124826, 0.025776241470452734, 0.26222152828682666]
+      accelerations: [-0.04664043831504548, 0.024168389531819993, 2.7302859359438963e-14, -0.008123829280924467, 0.04350640456641812, -0.008562127490084389]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 372998726
+    - 
+      positions: [1.0062716809235448, -0.48872937096364333, -0.5319729766973994, 1.5031303934083562, -2.5893682023094455, -0.20324304270111734]
+      velocities: [-0.09918886046305897, 0.17142893996836817, -0.23248487540285073, -0.00792598494656361, 0.025953264519805945, 0.2621866148159697]
+      accelerations: [-0.04675434063169374, 0.024227215639948986, 3.414615827477827e-14, -0.008201562652101193, 0.04358386854295251, -0.008614310300395906]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 377064004
+    - 
+      positions: [1.005868272245087, -0.48803262352155774, -0.5329176056255446, 1.5030981209504972, -2.5892623895429834, -0.20217780125472049]
+      velocities: [-0.09937906402075605, 0.1715274993912247, -0.2324848754028509, -0.007959467349038296, 0.026130511435651038, 0.2621515072020446]
+      accelerations: [-0.04686858186242831, 0.024286183939236126, -1.0249124562122127e-13, -0.008279323580558745, 0.0436614650972507, -0.0086665386098127]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 381127188
+    - 
+      positions: [1.005464298079575, -0.4873358341503869, -0.5338617482211395, 1.5030657285260973, -2.5891559109821616, -0.20111325120646042]
+      velocities: [-0.09956963428072368, 0.17162624782865515, -0.23248487540285098, -0.007993248429197585, 0.026307982503825225, 0.2621162053669778]
+      accelerations: [-0.046983159298088495, 0.02434529076380817, 5.4690152152365445e-14, -0.008357144321313374, 0.043739199283896475, -0.008718861470931765]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 385188281
+    - 
+      positions: [1.0050597575935782, -0.4866390022545132, -0.5348054048097945, 1.5030332150524564, -2.5890487664216058, -0.20004939283066656]
+      velocities: [-0.09976057219628312, 0.17172518562903144, -0.23248487540285068, -0.008027328129162006, 0.026485678023782926, 0.2620807091137456]
+      accelerations: [-0.047098073650140466, 0.024404535600267424, 9.575705449500902e-14, -0.008435031302702069, 0.043817073283151035, -0.00877128859284858]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 389247283
+    - 
+      positions: [1.0046546499525129, -0.4859421272397719, -0.5357485757142927, 1.5030005794488845, -2.5889409556556946, -0.19898622640466365]
+      velocities: [-0.09995187874414814, 0.17182431316246694, -0.2324848754028505, -0.008061706231654978, 0.02666359828015708, 0.26204501848399986]
+      accelerations: [-0.04721333684279359, 0.024463930142570322, -1.36866229843737e-14, -0.008512899579481578, 0.043895078149732786, -0.008823692822150396]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 393304196
+    - 
+      positions: [1.0042489743207086, -0.485245208513681, -0.5366912612540324, 1.5029678206381185, -2.588832478478785, -0.1979237522073046]
+      velocities: [-0.10014355488600908, 0.17192363078079245, -0.2324848754028506, -0.008096382664155369, 0.026841743577955407, 0.26200913330108944]
+      accelerations: [-0.04732893065692486, 0.024523454148902273, -2.7387338777881252e-14, -0.008590905525850364, 0.04397323342250825, -0.00887630915516542]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 397359021
+    - 
+      positions: [1.0038427298612864, -0.484548245485017, -0.537633461746066, 1.5029349375437109, -2.588723334684786, -0.19686197052166424]
+      velocities: [-0.1003356015922933, 0.17202313884210685, -0.23248487540285057, -0.008131357313321923, 0.02702011422221815, 0.26197305344839517]
+      accelerations: [-0.047444878740624974, 0.024583131427074238, 4.795251463382493e-14, -0.008668872615690064, 0.04405152011517019, -0.008928873081996521]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 401411760
+    - 
+      positions: [1.0034359157362953, -0.48385123756429577, -0.5385751775039334, 1.502901929092972, -2.5886135240676187, -0.19580088163200146]
+      velocities: [-0.10052801985185451, 0.17212283772123854, -0.23248487540285057, -0.008166629946008235, 0.02719871050785819, 0.2619367789881685]
+      accelerations: [-0.04756116766409486, 0.0246429468941696, -6.168496617207676e-14, -0.008746918348619761, 0.044129952783195266, -0.008981561107283055]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 405462414
+    - 
+      positions: [1.0030285311066205, -0.48315418416345246, -0.539516408838445, 1.5028687942150096, -2.588503046420902, -0.19474048582577622]
+      velocities: [-0.1007208106251708, 0.17222272776028813, -0.23248487540285073, -0.008202200580371605, 0.02737753276202172, 0.26190030960570154]
+      accelerations: [-0.04767779797967319, 0.02470289995283834, -2.057223720982361e-14, -0.008825049300695388, 0.04420853333652105, -0.00903438296315029]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 409510984
+    - 
+      positions: [1.0026205751319786, -0.4824570846958288, -0.540457156057725, 1.5028355318406208, -2.5883919015379298, -0.19368078339375455]
+      velocities: [-0.10091397490492954, 0.17232280933252514, -0.23248487540285084, -0.008238069007870028, 0.02755658129080933, 0.26186364532417755]
+      accelerations: [-0.04779478617525317, 0.024763007069555275, -2.0582823220807972e-14, -0.00890314696907976, 0.04428725003008345, -0.009087162214600914]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 413557472
+    - 
+      positions: [1.0022120469710079, -0.48175993857648836, -0.5413974194664362, 1.5028021409042585, -2.588280089211969, -0.19262177462798927]
+      velocities: [-0.1011075136754569, 0.17242308279961788, -0.23248487540285082, -0.008274235112405767, 0.02773585641434767, 0.2618267860280816]
+      accelerations: [-0.04791211277461065, 0.02482324652172877, 2.7457884645003407e-14, -0.008981375627746405, 0.04436612211970957, -0.009140144088019976]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 417601879
+    - 
+      positions: [1.0018029457811426, -0.4810627452217809, -0.5423371993668612, 1.5027686203413027, -2.588167609235832, -0.19156345982461376]
+      velocities: [-0.10130142792295299, 0.17252354852245266, -0.23248487540285073, -0.008310698790034462, 0.02791535845825273, 0.26178973158215235]
+      accelerations: [-0.04802979933591114, 0.02488364013524064, 6.868002686159534e-15, -0.009059576987319176, 0.044445133628155505, -0.009193093204120725]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 421644206
+    - 
+      positions: [1.0013932707187334, -0.48036550404976197, -0.5432764960578701, 1.5027349690906855, -2.588054461402274, -0.1905058392811523]
+      velocities: [-0.10149571864589395, 0.17262420687173935, -0.23248487540285065, -0.008347459869914935, 0.028095087744712692, 0.2617524819510356]
+      accelerations: [-0.04814783152245472, 0.024944171419746648, 4.122921401481951e-14, -0.00913787636136251, 0.044524299426183064, -0.009246195812739694]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 425684454
+    - 
+      positions: [1.0009830209389503, -0.479668214479866, -0.5442153098357383, 1.5027011860928126, -2.587940645503668, -0.18944891329863991]
+      velocities: [-0.10169038683939738, 0.17272505821196255, -0.23248487540285073, -0.008384518233349951, 0.028275044606226336, 0.26171503702025245]
+      accelerations: [-0.04826622318294621, 0.02500485428273125, -8.937591169553026e-14, -0.00921617422144058, 0.04460361032669256, -0.00929930491022224]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 429722626
+    - 
+      positions: [1.0005721955958609, -0.4789708759331657, -0.5451536409935057, 1.5026672702912096, -2.5878261613322473, -0.18839268217994148]
+      velocities: [-0.10188543350707396, 0.1728261029140237, -0.2324848754028508, -0.008421873720846658, 0.02845522937441536, 0.26167739673457513]
+      accelerations: [-0.04838496583969118, 0.025065678479181747, 6.878606090799533e-14, -0.009294549985504882, 0.044683075679438335, -0.009352538412813508]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 433758721
+    - 
+      positions: [1.0001607938423667, -0.4782734878321642, -0.5460914898214958, 1.5026332206312074, -2.587711008679904, -0.1873371462310881]
+      velocities: [-0.10208085964801872, 0.17292734134079363, -0.23248487540285068, -0.008459526238894037, 0.028635642392205108, 0.2616395609403136]
+      accelerations: [-0.048504066912076434, 0.025126650771741716, -1.3764287140660337e-14, -0.009372956944994744, 0.044762692327873166, -0.009405827332848176]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 437792742
+    - 
+      positions: [0.9997488148302405, -0.47757604960092226, -0.547028856607011, 1.502599036060713, -2.587595187338293, -0.18628230576049246]
+      velocities: [-0.10227666627004013, 0.17302877386128318, -0.23248487540285068, -0.008497475653236396, 0.028816284002466764, 0.26160152954384214]
+      accelerations: [-0.04862352447516257, 0.025187767930195715, 1.3771365179265737e-14, -0.009451421697446625, 0.044842464004892856, -0.009459211128755222]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 441824690
+    - 
+      positions: [0.9993362577101041, -0.4768785606649882, -0.5479657416345112, 1.50256471552977, -2.5874786970987653, -0.18522816107938708]
+      velocities: [-0.1024728543826371, 0.17313040084365472, -0.23248487540285062, -0.008535721842273646, 0.02899715455293233, 0.2615633024315351]
+      accelerations: [-0.04874334248173461, 0.025249033262338336, 6.889223169220507e-15, -0.009529923966309091, 0.04492238999469937, -0.009512660443168397]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 445854565
+    - 
+      positions: [0.9989231216314457, -0.47618102045145033, -0.5489021451854862, 1.5025302579908906, -2.587361537752409, -0.18417471250148795]
+      velocities: [-0.10266942500430651, 0.17323222266273386, -0.23248487540285068, -0.008574264643278552, 0.02917825439185924, 0.2615248795497973]
+      accelerations: [-0.048863522641155614, 0.025310447267728246, -3.4463826650821226e-14, -0.009608463675846514, 0.04500247188871679, -0.009566175042980461]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 449882369
+    - 
+      positions: [0.9985094057426175, -0.4754834283889407, -0.5498380675384543, 1.5024956623990575, -2.58724370909004, -0.1831219603429896]
+      velocities: [-0.10286637916266683, 0.17333423969964715, -0.2324848754028506, -0.008613103852524909, 0.02935958386782469, 0.2614862609050832]
+      accelerations: [-0.04898406898883402, 0.02537201308780289, 8.275570912897227e-14, -0.00968702056404943, 0.045082708877108184, -0.00961972548780155]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 453908103
+    - 
+      positions: [0.9980951091908513, -0.47478578390768744, -0.5507735089688387, 1.5024609277120542, -2.587125210902247, -0.18206990492222527]
+      velocities: [-0.10306371787141055, 0.17343645231809207, -0.2324848754028506, -0.00865223939945137, 0.02954114334621514, 0.261447446305361]
+      accelerations: [-0.04910497177943665, 0.02543371942689813, -8.279825377289325e-14, -0.009765681115974555, 0.045163110746559605, -0.009673440038813836]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 457931769
+    - 
+      positions: [0.9976802311221947, -0.4740880864392928, -0.551708469749525, 1.502426052889043, -2.5870060429791772, -0.18101854656111385]
+      velocities: [-0.10326144215144506, 0.1735388608865344, -0.2324848754028509, -0.008691671185959003, 0.02972293319416104, 0.2614084355985755]
+      accelerations: [-0.04922624555264128, 0.025495580455174523, -6.903401511634764e-14, -0.00984434521069866, 0.04524366919909324, -0.009727170755332002]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 461953367
+    - 
+      positions: [0.9972647706815845, -0.47339033541699205, -0.5526429501502211, 1.5023910368922095, -2.586886205110767, -0.17996788558348137]
+      velocities: [-0.1034595530362289, 0.17364146578335898, -0.23248487540285068, -0.008731399046347042, 0.02990495377616774, 0.2613692287325879]
+      accelerations: [-0.049347883225744106, 0.025557587438454106, 1.795807053851634e-13, -0.009923079464628136, 0.04532439186783967, -0.009781016170934792]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 465972899
+    - 
+      positions: [0.9968487270127973, -0.4726925302754869, -0.5535769504378846, 1.5023558786856686, -2.5867656970865798, -0.17891792231617124]
+      velocities: [-0.103658051556078, 0.17374426738072007, -0.23248487540285045, -0.008771422867628557, 0.030087205466131386, 0.26132982557601625]
+      accelerations: [-0.04946989155293072, 0.025619746529466646, -6.219450529502406e-14, -0.010001843515775218, 0.045405276431005316, -0.0098349173308216]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 469990366
+    - 
+      positions: [0.9964320992584788, -0.47199467045104615, -0.5545104708764693, 1.5023205772361248, -2.586644518695893, -0.17786865708837307]
+      velocities: [-0.10385693876438498, 0.17384726607214984, -0.23248487540285073, -0.008811742388049383, 0.030269688628494995, 0.26129022621620557]
+      accelerations: [-0.04959227651594669, 0.0256820627411153, -7.605457945678957e-14, -0.010080603713134541, 0.04548632115812447, -0.009888824482046678]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 474005769
+    - 
+      positions: [0.996014886560169, -0.47129675538159566, -0.5554435117267127, 1.502285131513422, -2.586522669727769, -0.17682009023105857]
+      velocities: [-0.10405621569698505, 0.17395046222972568, -0.23248487540285062, -0.008852357506465725, 0.03045240364667986, 0.261250430502421]
+      accelerations: [-0.04971502464133585, 0.025744520899298042, 1.175993104416193e-13, -0.010159473754845454, 0.0455675378910972, -0.00994290614507468]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 478019109
+    - 
+      positions: [0.995597088058219, -0.4705987845064275, -0.5563760732468664, 1.5022495404886822, -2.586400149970784, -0.17577222207887305]
+      velocities: [-0.10425588337606487, 0.17405385620782995, -0.23248487540285057, -0.008893268255654924, 0.030635350920478532, 0.2612104380857393]
+      accelerations: [-0.04983814383154046, 0.025807127869523005, -8.997510682737752e-14, -0.010238406764995552, 0.04564892359151792, -0.009997092800252396]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 482030387
+    - 
+      positions: [0.995178702891824, -0.4699007572663271, -0.5573081556923927, 1.5022138031350736, -2.586276959213135, -0.17472505296935087]
+      velocities: [-0.10445594287556462, 0.17415744841244568, -0.23248487540285073, -0.008934474304153839, 0.030818530821144247, 0.2611702491539638]
+      accelerations: [-0.049961653245917725, 0.02586990303735694, 1.3849438805509385e-14, -0.01031726809546035, 0.04573046773673187, -0.010051186592199652]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 486039605
+    - 
+      positions: [0.9947597301991218, -0.4692026731039062, -0.5582397593151184, 1.5021779184300066, -2.586153097242934, -0.17367858324068247]
+      velocities: [-0.10465639525181242, 0.17426123922788386, -0.23248487540285076, -0.008975975481134778, 0.03100194373860711, 0.2611298636567743]
+      accelerations: [-0.05008552622592008, 0.025932816745396412, -2.7713114142809163e-14, -0.010396272583864443, 0.04581219085329781, -0.010105504354072268]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 490046763
+    - 
+      positions: [0.994340169117037, -0.46850453146307186, -0.5591708843645966, 1.5021418853516275, -2.586028563847717, -0.17263281323527532]
+      velocities: [-0.10485724154369408, 0.17436522901696805, -0.23248487540285087, -0.009017771776656778, 0.031185590081524776, 0.26108928130563636]
+      accelerations: [-0.050209781998105864, 0.025995888462352623, -2.7727357929848084e-14, -0.010475285689007999, 0.045894082424712726, -0.010159848251583012]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 494051862
+    - 
+      positions: [0.9939200187813781, -0.4678063317893583, -0.5601015310872605, 1.5021057028810127, -2.58590335881474, -0.17158774329752166]
+      velocities: [-0.10505848281707642, 0.1744694181679396, -0.23248487540285084, -0.00905986300499553, 0.03136947024711446, 0.26104850207079217]
+      accelerations: [-0.05033441606836298, 0.026059111926936163, 3.467701132573785e-14, -0.010554354345107137, 0.04597614794008018, -0.010214287258142125]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 498054904
+    - 
+      positions: [0.9934992783268041, -0.4671080735298189, -0.5610316997267165, 1.5020693700014036, -2.5857774819308688, -0.17054337377457293]
+      velocities: [-0.10526012014018957, 0.1745738070680718, -0.23248487540285087, -0.009102248992958674, 0.03155358463821159, 0.26100752590311654]
+      accelerations: [-0.050459435412338174, 0.02612249346336831, -4.16338014347681e-14, -0.010633437900634809, 0.04605838540773909, -0.010268762214532462]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 502055890
+    - 
+      positions: [0.9930779468868519, -0.4664097561331232, -0.5619613905234959, 1.5020328856988667, -2.5856509329826602, -0.16949970501566863]
+      velocities: [-0.10546215458504415, 0.17467839610567953, -0.23248487540285087, -0.009144929566611518, 0.031737933662173534, 0.2609663527535187]
+      accelerations: [-0.05058483624475813, 0.02618602780985732, 4.165520055904387e-14, -0.010712576708805158, 0.04614079977973195, -0.010323332475156804]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 506054820
+    - 
+      positions: [0.9926560235939096, -0.46571137904946186, -0.5628906037153085, 1.5019962489616374, -2.585523711756267, -0.1684567373727984]
+      velocities: [-0.1056645872076884, 0.1747831856491877, -0.2324848754028507, -0.009187904699882352, 0.031922517742751594, 0.26092498235472256]
+      accelerations: [-0.05071061566071529, 0.02624971081646561, 4.167661108636887e-14, -0.010791804454785819, 0.046223394998851995, -0.010378048041961983]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 510051696
+    - 
+      positions: [0.9922335075791913, -0.4650129417304636, -0.5638193395372566, 1.501959458779574, -2.5853958180373606, -0.167414471201256]
+      velocities: [-0.10586741910085629, 0.17488817610225943, -0.23248487540285068, -0.009231174122438752, 0.032107337287965276, 0.26088341479778887]
+      accelerations: [-0.05083679623567585, 0.026313564813710968, -2.084901657850189e-14, -0.010870965284661877, 0.046306159956999195, -0.010432679792999845]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 514046519
+    - 
+      positions: [0.9918103979728481, -0.4643144436295841, -0.5647475982208587, 1.5019225141466839, -2.58526725161146, -0.1663729068570738]
+      velocities: [-0.10607065134488, 0.1749933678523527, -0.23248487540285065, -0.009274737684972317, 0.03229239272044135, 0.2608416499948968]
+      accelerations: [-0.05096335050982335, 0.026377559907030237, 2.7812977935399455e-14, -0.010950275753924293, 0.046389113801752285, -0.010487546673403682]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 518039289
+    - 
+      positions: [0.9913866939038141, -0.4636158842015707, -0.5656753799954115, 1.501885414057614, -2.585138012263456, -0.1653320447005812]
+      velocities: [-0.10627428501309386, 0.17509876127642449, -0.23248487540285068, -0.009318595318625665, 0.03247768447354217, 0.26079968773960926]
+      accelerations: [-0.05109030376768044, 0.0264417212896778, -4.174091245154035e-14, -0.011029559601185604, 0.046472243470700635, -0.010542389250946234]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 522030008
+    - 
+      positions: [0.990962394499933, -0.46291726290290314, -0.566602685086885, 1.5018481575105056, -2.585008099777989, -0.164291885093503]
+      velocities: [-0.10647832120114686, 0.17520435677150653, -0.23248487540285087, -0.009362746818485047, 0.0326632129740442, 0.260757528024424]
+      accelerations: [-0.05121764322607964, 0.02650603436775135, -5.56831599189606e-14, -0.011108925080622315, 0.04655555945857124, -0.01059736762548265]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 526018676
+    - 
+      positions: [0.9905374988878781, -0.46221857919152415, -0.5675295137186054, 1.5018107435052412, -2.584877513939204, -0.16325242840074136]
+      velocities: [-0.10668276099979117, 0.17531015472621314, -0.23248487540285084, -0.009407192046249815, 0.032848978658746184, 0.26071517074288986]
+      accelerations: [-0.051345380567646724, 0.02657051008346689, 6.96397324979869e-14, -0.011188297348594901, 0.046639057026454295, -0.010652371426972871]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 530005295
+    - 
+      positions: [0.9901120061932093, -0.4615198325270313, -0.5684558661107841, 1.5017731710446556, -2.5847462545309097, -0.16221367498914355]
+      velocities: [-0.10688760550535313, 0.1754161555319404, -0.23248487540285084, -0.009451930849592446, 0.03303498196751575, 0.260672615808884]
+      accelerations: [-0.05147350824883267, 0.026635139443537157, -6.967553544050047e-14, -0.011267744336589605, 0.046722743194909364, -0.010707501112013048]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 533989866
+    - 
+      positions: [0.989685915540322, -0.46082102237050643, -0.5693817424809503, 1.5017354391334377, -2.5846143213364225, -0.16117562522861095]
+      velocities: [-0.10709285582582723, 0.17552235958903417, -0.23248487540285068, -0.009496963020831986, 0.03322122334107347, 0.2606298632159525]
+      accelerations: [-0.05160204103956765, 0.026699936507050426, 1.6033612560062952e-13, -0.011347170357089284, 0.046806612117304004, -0.010762616375906234]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 537972389
+    - 
+      positions: [0.9892592260525165, -0.4601221481847555, -0.5703071430433521, 1.5016975467796738, -2.5844817141387635, -0.1601382794905398]
+      velocities: [-0.10729851304900953, 0.17562876727311036, -0.23248487540285065, -0.009542288528500168, 0.03340770323712635, 0.26058691269965173]
+      accelerations: [-0.05173095537551822, 0.02676487534789286, -1.5344384716659353e-13, -0.011426759749068174, 0.04689067892346083, -0.010817987417055242]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 541952865
+    - 
+      positions: [0.9888319368518685, -0.4594232094338635, -0.5712320680101065, 1.5016594929918787, -2.58434843272027, -0.1591016381508117]
+      velocities: [-0.10750457829498317, 0.1757353789904868, -0.23248487540285093, -0.009587907136034766, 0.03359442210319924, 0.2605437642942595]
+      accelerations: [-0.05186029242443377, 0.02682999789723326, 1.395661371563063e-14, -0.011506225129454123, 0.046974924117246714, -0.010873194051842845]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 545931296
+    - 
+      positions: [0.9884040470594289, -0.4587242055838893, -0.5721565175894161, 1.5016212767836208, -2.58421447686318, -0.1580657015851335]
+      velocities: [-0.10771105268220622, 0.17584219514233018, -0.23248487540285065, -0.009633818647171926, 0.033781380394165894, 0.26050041797490053]
+      accelerations: [-0.051990011580079376, 0.026895260197723113, 1.2567411927023836e-13, -0.011585874329465154, 0.04705937167159779, -0.010928686575586061]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 549907682
+    - 
+      positions: [0.987975555795011, -0.4580251361021293, -0.5730804919874801, 1.5015828971685707, -2.5840798463489927, -0.15703047017401953]
+      velocities: [-0.10791793731274249, 0.17594921610944092, -0.23248487540285062, -0.009680023014458913, 0.03396857858035892, 0.2604568734978599]
+      accelerations: [-0.05212014660457498, 0.026960696554521164, -1.0478229478214187e-13, -0.0116654743206413, 0.04714400614583439, -0.01098412479562488]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 553882024
+    - 
+      positions: [0.9875464621773515, -0.45732600045767563, -0.5740039914070539, 1.5015443531642474, -2.583944540958942, -0.15599594429902122]
+      velocities: [-0.10812523332086096, 0.17605644230303025, -0.2324848754028508, -0.00972651998552826, 0.034156017121718854, 0.26041313091833485]
+      accelerations: [-0.05225068132165211, 0.027026288525823734, 1.3978158586299529e-14, -0.011745155227411463, 0.04722883853753705, -0.011039698894882223]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 557854323
+    - 
+      positions: [0.9871167653240213, -0.45662679812111007, -0.5749270160482555, 1.5015056437899277, -2.583808560473721, -0.15496212434482587]
+      velocities: [-0.10833294183217662, 0.17616387412159976, -0.23248487540285073, -0.00977330940219548, 0.03434369649015728, 0.26036919015280724]
+      accelerations: [-0.05238162897907726, 0.027092048755459477, 2.0978023382855625e-14, -0.011824834334480944, 0.04731386466177172, -0.011095288611696494]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 561824579
+    - 
+      positions: [0.9866864643514813, -0.455927528564703, -0.5758495661080548, 1.5014667680679734, -2.5836719046736434, -0.15392901069792703]
+      velocities: [-0.10854106396865607, 0.17627151195658045, -0.23248487540285087, -0.00982039116056653, 0.03453161716537969, 0.2603250510385111]
+      accelerations: [-0.05251297589192688, 0.027157961610861352, -9.794780582397228e-14, -0.011904621861237611, 0.0473990934217349, -0.011151054451549803]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 565792795
+    - 
+      positions: [0.9862555583750096, -0.45522819126215447, -0.576771641780957, 1.5014277250220662, -2.5835345733384183, -0.1528966037483852]
+      velocities: [-0.10874960085651009, 0.1763793562003868, -0.2324848754028508, -0.009867765155875154, 0.03471977963133174, 0.26028071341309456]
+      accelerations: [-0.05264473929918683, 0.027224043805402588, 1.399974293287782e-13, -0.01198440722668926, 0.0474845188401727, -0.011206835910207128]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 569758970
+    - 
+      positions: [0.9858240465087751, -0.45452878568885974, -0.5776932432583202, 1.5013885136789786, -2.583396566247365, -0.15186490388805893]
+      velocities: [-0.1089585536473527, 0.17648740726847828, -0.2324848754028505, -0.009915431132282122, 0.034908184366951686, 0.2602361773334514]
+      accelerations: [-0.052776916200685156, 0.027290290833485744, -7.003473350849797e-15, -0.012064224968711, 0.047570145180644785, -0.011262683228341926]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 573723105
+    - 
+      positions: [0.985391927865814, -0.45382931132182824, -0.5786143707285729, 1.5013491330680206, -2.583257883179332, -0.15083391151115025]
+      velocities: [-0.10916792348354593, 0.17659566556340722, -0.2324848754028507, -0.009963388928896616, 0.035096831862273144, 0.26019144271751826]
+      accelerations: [-0.05290950638437676, 0.027356701295636016, -8.408493025257191e-14, -0.012144088497390394, 0.04765597459355047, -0.011318616429553662]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 577685201
+    - 
+      positions: [0.984959201558023, -0.4531297676396555, -0.5795350243772963, 1.501309582220826, -2.5831185239126695, -0.14980362701442343]
+      velocities: [-0.1093777115097114, 0.17670413148665676, -0.23248487540285095, -0.010011638397447394, 0.03528572261259712, 0.26014650946360984]
+      accelerations: [-0.0530425126498608, 0.027423276648897398, -4.907478800140045e-14, -0.012223990869665228, 0.04774200840541493, -0.011374625629273584]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 581645259
+    - 
+      positions: [0.9845258666961625, -0.45243015412254156, -0.5804552043871859, 1.5012698601714634, -2.582978488225233, -0.14877405079708844]
+      velocities: [-0.10958791887694264, 0.17681280544267589, -0.2324848754028509, -0.01006017937544983, 0.035474857117069866, 0.26010137749060336]
+      accelerations: [-0.05317593692018612, 0.02749001753302035, 9.118580655245105e-14, -0.012303931959054265, 0.04782824805705824, -0.01143071057778602]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 585603280
+    - 
+      positions: [0.9840919223898579, -0.4517304702522967, -0.5813749109380472, 1.501229965956439, -2.58283777589438, -0.1477451832607982]
+      velocities: [-0.10979854673882211, 0.1769216878350574, -0.23248487540285065, -0.010109011713342194, 0.035664235880507156, 0.26005604669788424]
+      accelerations: [-0.053309779993359716, 0.027556923478434543, 2.807161591591829e-14, -0.012383918528964463, 0.047914695804832846, -0.011486881621252328]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 589559265
+    - 
+      positions: [0.9836573677475944, -0.451030715512326, -0.5822941442068419, 1.5011898986145895, -2.582696386696947, -0.14671702480975468]
+      velocities: [-0.11000959625497846, 0.1770307790704005, -0.23248487540285057, -0.010158135247058529, 0.03585385941134875, 0.26001051700476424]
+      accelerations: [-0.053444045600597775, 0.027623997081242656, 7.02151752554138e-15, -0.012463936588057152, 0.04800135206340509, -0.011543118582660142]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 593513214
+    - 
+      positions: [0.9832222018767277, -0.45033088938766486, -0.5832129043676046, 1.501149657187305, -2.582554320409274, -0.14568957585048276]
+      velocities: [-0.11022106858950195, 0.17714007955621036, -0.2324848754028505, -0.010207549811766865, 0.03604372822272568, 0.25996478833145]
+      accelerations: [-0.05357873374915928, 0.027691236813286, 3.512566737546829e-14, -0.012543999852201192, 0.048088219638527205, -0.011599441439210365]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 597465127
+    - 
+      positions: [0.9827864238834749, -0.4496309913649531, -0.5841311915915246, 1.501109240718312, -2.582411576807168, -0.14466283679204697]
+      velocities: [-0.11043296491472357, 0.17724958970517568, -0.2324848754028505, -0.01025725521445741, 0.036233842831143226, 0.25991886063817593]
+      accelerations: [-0.05371385009872854, 0.027758647444047248, -4.920126296203923e-14, -0.012624080434298128, 0.0481752982871048, -0.011655810174607558]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 601415007
+    - 
+      positions: [0.9823500328729333, -0.4489310209324974, -0.5850490060467826, 1.5010686482541156, -2.582268155665951, -0.1436368080456055]
+      velocities: [-0.11064528639389479, 0.1773593099167437, -0.23248487540285065, -0.01030725135756099, 0.03642420376307643, 0.2598727337461678]
+      accelerations: [-0.05384938588476015, 0.027826218110320638, -1.406474535694615e-14, -0.012704254684836918, 0.048262594160111985, -0.011712335479814016]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 605362853
+    - 
+      positions: [0.98191302794903, -0.4482309775801055, -0.5859663478990071, 1.5010278788427907, -2.582124056760312, -0.14261149002562168]
+      velocities: [-0.1108580342160572, 0.17746924061390912, -0.23248487540285084, -0.01035753799124152, 0.03661481154159635, 0.2598264076961275]
+      accelerations: [-0.05398536445418068, 0.0278939722327799, -9.146794774333881e-14, -0.012784369178999864, 0.048350100248937454, -0.011768795658148413]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 609308666
+    - 
+      positions: [0.9814754082146242, -0.44753086079943233, -0.5868832173103593, 1.5009869315364128, -2.5819792798645795, -0.14158688314742982]
+      velocities: [-0.11107120956692138, 0.17757938221250727, -0.23248487540285087, -0.010408114920121524, 0.03680566669742885, 0.2597798824494487]
+      accelerations: [-0.054121762294962995, 0.027961883385904954, 8.447546137706112e-14, -0.012864605094004012, 0.04843782832866687, -0.011825452907092865]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 613252446
+    - 
+      positions: [0.981037172771387, -0.446830670083577, -0.5877996144406169, 1.50094580538819, -2.5818338247523878, -0.14056298783010165]
+      velocities: [-0.11128481360547736, 0.17768973509650302, -0.2324848754028507, -0.010458982168415504, 0.03699676977807251, 0.2597331576496457]
+      accelerations: [-0.05425859088510527, 0.028029962457111028, 0.0, -0.012944892694248927, 0.048525775997936955, -0.011882206439158527]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 617194196
+    - 
+      positions: [0.9805983207198502, -0.4461304049272427, -0.5887155394467588, 1.5009044994535683, -2.5816876911967976, -0.13953980449533585]
+      velocities: [-0.11149884754596026, 0.1778002997042734, -0.23248487540285068, -0.010510139401391675, 0.03718812131659041, 0.25968623345823494]
+      accelerations: [-0.05439586830508262, 0.02809822678997365, 7.046880973651128e-15, -0.013025119750166741, 0.048613939224327385, -0.01193889453119377]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 621133915
+    - 
+      positions: [0.9801588511594772, -0.4454300648269924, -0.5896309924822956, 1.5008630127920057, -2.581540878970487, -0.1385173335656921]
+      velocities: [-0.11171331259368156, 0.177911076461174, -0.2324848754028506, -0.010561586379834289, 0.037379721856353354, 0.25963910989743694]
+      accelerations: [-0.054533573516049996, 0.028166653081081794, 4.2303086495715794e-14, -0.01310544706663713, 0.048702328187380024, -0.011995749827452242]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 625071603
+    - 
+      positions: [0.9797187631885597, -0.44472964928088765, -0.5905459736982324, 1.5008213444644318, -2.581393387845459, -0.13749557546712354]
+      velocities: [-0.11192820992279041, 0.17802206575611712, -0.23248487540285062, -0.010613323112112648, 0.037571571958177244, 0.25959178663194427]
+      accelerations: [-0.05467171328011345, 0.028235246762737996, -6.348735407742585e-14, -0.01318583966550186, 0.0487909424620839, -0.012052721470862738]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 629007262
+    - 
+      positions: [0.979278055904243, -0.444029157788578, -0.591460483242858, 1.5007794935338032, -2.581245217593102, -0.13647453062841636]
+      velocities: [-0.11214354074574609, 0.17813326801417873, -0.23248487540285084, -0.010665349371442544, 0.03776367217576469, 0.25954426366553474]
+      accelerations: [-0.05481030184728587, 0.028304021405900916, -3.5288945550313306e-14, -0.013266213208957222, 0.048879779764601686, -0.012109688353378898]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 632940893
+    - 
+      positions: [0.9788367284025773, -0.44332858985148604, -0.5923745212612458, 1.500737459066433, -2.5810963679843257, -0.13545419947986825]
+      velocities: [-0.11235930627963508, 0.17824468366185942, -0.23248487540285068, -0.010717664929981979, 0.03795602306793539, 0.25949654100179353]
+      accelerations: [-0.054949328904165776, 0.028372964814070565, 1.129828865954536e-13, -0.013346651619853418, 0.048968845909161736, -0.012166771939654238]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 636872495
+    - 
+      positions: [0.978394779778467, -0.44262794497262603, -0.5932880878957542, 1.5006952401306697, -2.58094683878941, -0.13443458245460538]
+      velocities: [-0.11257550773199579, 0.1783563131118428, -0.2324848754028508, -0.010770269655990632, 0.038148625203030424, 0.25944861850576817]
+      accelerations: [-0.0550888014988255, 0.02844208281177084, -1.6249671082474902e-13, -0.01342711993565714, 0.04905814085116626, -0.012223921427047653]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 640802069
+    - 
+      positions: [0.9779522091256929, -0.4419272226566855, -0.5942011832858198, 1.5006528357974482, -2.5807966297780602, -0.1334156799880234]
+      velocities: [-0.11279214632119171, 0.1784681567840659, -0.23248487540285095, -0.010823163375682414, 0.03834147915240073, 0.2594004961028222]
+      accelerations: [-0.05522871967702435, 0.02851137391116037, 7.775593154150237e-14, -0.013507631876377192, 0.04914766710044224, -0.012281157228106358]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 644729617
+    - 
+      positions: [0.9775090155369035, -0.44122642240999915, -0.5951138075680389, 1.5006102451400762, -2.580645740719376, -0.1323974925180077]
+      velocities: [-0.11300922328039263, 0.1785802151103868, -0.23248487540285073, -0.010876345844741512, 0.03853458548934856, 0.2593521738181083]
+      accelerations: [-0.05536909254683033, 0.028580846334928287, 3.5361852172551283e-14, -0.013588137898953653, 0.04923742408758071, -0.012338408327921421]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 648655138
+    - 
+      positions: [0.9770651981036477, -0.44052554374065916, -0.5960259608758757, 1.5005674672350116, -2.5804941713819285, -0.1313800204841598]
+      velocities: [-0.11322673982305623, 0.17869248849816866, -0.2324848754028506, -0.01092981698476294, 0.03872794479955842, 0.25930365143816675]
+      accelerations: [-0.05550990256177067, 0.028650480033053965, 2.8304090253373514e-14, -0.01366877223844511, 0.04932741964046333, -0.012395867625808393]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 652578633
+    - 
+      positions: [0.9766207559162899, -0.4398245861582265, -0.5969376433404576, 1.5005245011597592, -2.580341921533528, -0.130363264329877]
+      velocities: [-0.1134446971796087, 0.17880497736841983, -0.23248487540285065, -0.010983576633513032, 0.038921557669830194, 0.2592549288698647]
+      accelerations: [-0.05565117753376294, 0.028720302672976435, -5.663741968482514e-14, -0.013749358028686128, 0.049417647447652265, -0.012453281110819234]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 656500103
+    - 
+      positions: [0.9761756880641229, -0.43912354917412205, -0.5978488550895293, 1.5004813459956445, -2.5801889909415165, -0.12934722449960415]
+      velocities: [-0.11366309660129721, 0.1789176821604238, -0.23248487540285057, -0.011037624516841461, 0.03911542468721228, 0.2592060061795358]
+      accelerations: [-0.05579290190098728, 0.028790296569450476, 9.208335698325737e-14, -0.013830015247407233, 0.04950811492268743, -0.012510821815203823]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 660419548
+    - 
+      positions: [0.9757299936352922, -0.43842243230136496, -0.5987595962481648, 1.5004380008259346, -2.5800353793725566, -0.1283319014406978]
+      velocities: [-0.11388193932392111, 0.17903060329305823, -0.2324848754028505, -0.011091960498581509, 0.03930954645019651, 0.25915688323499675]
+      accelerations: [-0.05593508500195423, 0.02886046968089279, -4.960896964765907e-14, -0.013910694375740518, 0.049598821465868345, -0.012568418152596532]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 664336969
+    - 
+      positions: [0.9752836717168285, -0.43772123505469, -0.599669866938473, 1.5003944647366148, -2.5798810865927098, -0.12731729560264932]
+      velocities: [-0.11410122659004171, 0.17914374118848098, -0.2324848754028506, -0.011146584428021633, 0.03950392356133942, 0.2591075599244952]
+      accelerations: [-0.0560777225882347, 0.028930816386361604, 0.0, -0.013991437691737727, 0.04968977073066113, -0.01262613162191816]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 668252367
+    - 
+      positions: [0.9748367213946219, -0.4370199569504542, -0.6005796672798491, 1.5003507368157296, -2.5797261123673603, -0.126303407437744]
+      velocities: [-0.11432095964895077, 0.17925709627213782, -0.2324848754028505, -0.011201496139867194, 0.03969855662761006, 0.2590580361563828]
+      accelerations: [-0.0562208240051789, 0.02900134466281726, 3.5471626226617735e-14, -0.014072195597063087, 0.04978096230339168, -0.01268389071625115]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 672165741
+    - 
+      positions: [0.9743891417534531, -0.4363185975067515, -0.6014889973886839, 1.5003068161541588, -2.5795704564612914, -0.12529023740028364]
+      velocities: [-0.1145411397735818, 0.17937066898970305, -0.23248487540285057, -0.011256695342705503, 0.039893446256548074, 0.25900831201912056]
+      accelerations: [-0.05636439367310072, 0.02907205755975046, -5.678395493902891e-14, -0.01415295336120679, 0.04987239789466149, -0.012741675149694327]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 676077093
+    - 
+      positions: [0.9739409318770024, -0.4356171562434471, -0.6023978573782774, 1.500262701845847, -2.579414118638696, -0.12427778594636975]
+      velocities: [-0.11476176821874504, 0.17948445976439473, -0.23248487540285073, -0.011312181897520517, 0.04008859306685392, 0.2589583873822608]
+      accelerations: [-0.056508419596448325, 0.029142941236754517, -3.5508332055392805e-14, -0.014233803760057409, 0.04996408251135805, -0.012799617388893096]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 679986422
+    - 
+      positions: [0.9734920908477954, -0.434915632681981, -0.6033062473593859, 1.5002183929863597, -2.5792570986630285, -0.12326605353531571]
+      velocities: [-0.11498284623390886, 0.17959846900971538, -0.23248487540285068, -0.011367955734360106, 0.04028399768440129, 0.258908262016294]
+      accelerations: [-0.05665291271458743, 0.0292140052437322, 7.815875540922198e-14, -0.014314689500026734, 0.050056015818363817, -0.012857635936717418]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 683893730
+    - 
+      positions: [0.9730426177472368, -0.4342140263454982, -0.6042141674398805, 1.500173888673779, -2.5790993962970887, -0.12225504062877411]
+      velocities: [-0.11520437510041087, 0.1797126971681296, -0.2324848754028507, -0.011424016601206408, 0.040479660733821636, 0.25885793595153195]
+      accelerations: [-0.056797880093007666, 0.029285255539070312, -9.952627108605515e-14, -0.014395574869384614, 0.05014819853524435, -0.012915679639010214]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 687799017
+    - 
+      positions: [0.972592511655635, -0.4335123367589277, -0.6051216177245463, 1.5001291880092587, -2.5789410113030686, -0.12124474769017728]
+      velocities: [-0.11542635610637467, 0.17982714468558642, -0.23248487540285082, -0.01148036423137973, 0.04067558284487624, 0.25880740923828305]
+      accelerations: [-0.05694331987576103, 0.029356688659720704, 4.2676201951870665e-14, -0.014476488175799027, 0.050240633610993325, -0.01297378962946872]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 691702283
+    - 
+      positions: [0.9721417716521835, -0.4328105634489226, -0.606028598315246, 1.5000842900965854, -2.5787819434425012, -0.12023517518517829]
+      velocities: [-0.11564879051383575, 0.17994181197653092, -0.23248487540285062, -0.011536998566714462, 0.04087176465921812, 0.258756681628447]
+      accelerations: [-0.057089222271064013, 0.029428292624544668, 5.693107449164372e-14, -0.014557508098727787, 0.05033332522495657, -0.013032077957408855]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 695603528
+    - 
+      positions: [0.9716903968149164, -0.43210870594370415, -0.6069351093113755, 1.5000391940409608, -2.5786221924761388, -0.1192263235828446]
+      velocities: [-0.11587167961491678, 0.18005669948239883, -0.23248487540285068, -0.011593919380897006, 0.04106820681836815, 0.2587057531140632]
+      accelerations: [-0.05723561422321168, 0.029500093953546875, -9.256092752817323e-14, -0.01463846989410466, 0.05042627017000726, -0.013090309732929234]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 699502754
+    - 
+      positions: [0.9712383862208058, -0.43140676377340975, -0.6078411508089104, 1.4999938989515569, -2.5784617581641913, -0.1182181933531401]
+      velocities: [-0.11609502470868655, 0.18017180764812774, -0.23248487540285087, -0.01165112643282297, 0.041264909968975444, 0.2586546237071716]
+      accelerations: [-0.05738247409824303, 0.029572068628727025, 0.0, -0.014719530916932554, 0.050519475348602544, -0.013148709937567487]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 703399960
+    - 
+      positions: [0.970785738945671, -0.4307047364697666, -0.6087467229013181, 1.4999484039390798, -2.5783006402660837, -0.11721078496932726]
+      velocities: [-0.11631882708233643, 0.18028713690218645, -0.23248487540285084, -0.011708619592242026, 0.04146187476611357, 0.25860329326088694]
+      accelerations: [-0.05752981920306424, 0.02964423294174422, 7.127454680467329e-15, -0.014800590770074508, 0.05061293924286911, -0.013207135316085361]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 707295147
+    - 
+      positions: [0.970332454064238, -0.4300026235663071, -0.609651825678978, 1.4999027081173257, -2.5781388385406037, -0.1162040989064305]
+      velocities: [-0.1165430880367481, 0.1804026876828301, -0.23248487540285076, -0.011766398672653859, 0.041659101868307916, 0.2585517617087522]
+      accelerations: [-0.057677641010520864, 0.029716576327876776, 4.278690616693645e-14, -0.014881721194094566, 0.05070666621309145, -0.013265688217609577]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 711188316
+    - 
+      positions: [0.969878530650097, -0.42930042459822404, -0.6105564592295933, 1.4998568106020738, -2.5779763527457846, -0.11519813564232614]
+      velocities: [-0.116767808877758, 0.18051846042943165, -0.2324848754028508, -0.01182446348648511, 0.04185659193992874, 0.25850002898486435]
+      accelerations: [-0.057825952376608404, 0.029789110652268448, -5.707880425087052e-14, -0.014962850014008747, 0.05080065598130641, -0.013324266242695868]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 715079466
+    - 
+      positions: [0.9694239677757487, -0.42859813910252537, -0.6114606236377784, 1.4998107105122025, -2.577813182639007, -0.1141928956566447]
+      velocities: [-0.11699299092272361, 0.1806344555891118, -0.23248487540285057, -0.01188281380355405, 0.04205434564931144, 0.2584480950835423]
+      accelerations: [-0.05797474815679914, 0.02986182875533359, 1.7846383045463953e-13, -0.015044027682023604, 0.05089491195740352, -0.013382941156194853]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 718968598
+    - 
+      positions: [0.9689687645125715, -0.4278957666179327, -0.6123643189853476, 1.4997644069689129, -2.5776493279769173, -0.1131883794315321]
+      velocities: [-0.1172186354812795, 0.18075067359682404, -0.2324848754028505, -0.011941449477013002, 0.04225236367241137, 0.2583959598799078]
+      accelerations: [-0.058124031327778325, 0.02993473227211713, -1.6427195963425643e-13, -0.015125246732132305, 0.05098943574754881, -0.013441702743885816]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 722855713
+    - 
+      positions: [0.9685129199308312, -0.4271933066849022, -0.6132675453512749, 1.4997178990958457, -2.5774847885154344, -0.11218458745153431]
+      velocities: [-0.11744474387879592, 0.18086711489967688, -0.2324848754028506, -0.012000370289001723, 0.042450646688674, 0.25834362334937455]
+      accelerations: [-0.05827380881761993, 0.030007826552044398, 1.2862742845595962e-13, -0.015206478261302288, 0.05108422864744267, -0.013500509922880098]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 726740810
+    - 
+      positions: [0.9680564330996955, -0.42649075884568854, -0.6141703028115263, 1.4996711860195286, -2.5773195640097835, -0.11118152020315884]
+      velocities: [-0.11767131744176527, 0.1809837799414698, -0.23248487540285068, -0.012059576049167593, 0.04264919538392103, 0.258291085428173]
+      accelerations: [-0.058424076100192505, 0.030081105279569555, -1.6444265481619858e-13, -0.01528776549865987, 0.05117929376206797, -0.013559424246434963]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 730623890
+    - 
+      positions: [0.9675993030872116, -0.42578812264426175, -0.615072591439308, 1.4996242668687128, -2.577153654214427, -0.11017917817552259]
+      velocities: [-0.1178983574953795, 0.1811006691603523, -0.23248487540285084, -0.012119066608586561, 0.04284801045023118, 0.2582383459933031]
+      accelerations: [-0.05857483886249242, 0.03015457259989007, 7.868735964068394e-14, -0.015369086709442656, 0.051274632330279665, -0.013618414954444116]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 734504954
+    - 
+      positions: [0.9671415289603192, -0.4250853976263566, -0.6159744113049411, 1.4995771407747096, -2.576987058883093, -0.10917756186002205]
+      velocities: [-0.11812586537205619, 0.18121778299772887, -0.2324848754028507, -0.012178841803581534, 0.04304709258457551, 0.25818540494211284]
+      accelerations: [-0.05872609697337884, 0.0302282267802183, -1.431423066946932e-14, -0.015450456228360335, 0.05137024676308696, -0.013677502672429027]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 738384002
+    - 
+      positions: [0.966683109784844, -0.42438258333944767, -0.6168757624759456, 1.4995298068711733, -2.5768197777687454, -0.10817667175054478]
+      velocities: [-0.11835384243099797, 0.18133512191875675, -0.23248487540285087, -0.012238901328864332, 0.043246442486911424, 0.2581322623717831]
+      accelerations: [-0.058877866245008056, 0.030302082559938617, -7.160837684026154e-14, -0.01553178683456794, 0.05146613733794193, -0.013736563984428072]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 742261033
+    - 
+      positions: [0.9662240446255481, -0.42367967933292955, -0.617776645016544, 1.4994822642954397, -2.576651810623697, -0.10717650834216069]
+      velocities: [-0.1185822900153029, 0.18145268636717865, -0.2324848754028508, -0.012299245019333748, 0.043446060865546414, 0.25807891818070305]
+      accelerations: [-0.05903012443191826, 0.030376114908323003, 1.146330144940417e-13, -0.015613238247430203, 0.05156230924395528, -0.013795825172806218]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 746136049
+    - 
+      positions: [0.9657643325460394, -0.4229766851578012, -0.6186770589885677, 1.4994345121860806, -2.576483157199387, -0.10617707213351155]
+      velocities: [-0.118811209462346, 0.1815704767764599, -0.23248487540285054, -0.01235987277946179, 0.04364594843526026, 0.25802537216838906]
+      accelerations: [-0.05918289269843124, 0.030450344308201403, 1.4336585053218944e-14, -0.0156946867911569, 0.051658761782129324, -0.01385511123947549]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 750009049
+    - 
+      positions: [0.9653039726088456, -0.42227360036692013, -0.6195770044507553, 1.4993865496848011, -2.5763138172465445, -0.1051783636249556]
+      velocities: [-0.11904060214526056, 0.181688493612766, -0.23248487540285062, -0.012420784315901056, 0.04384610591297874, 0.2579716244139031]
+      accelerations: [-0.05933617022741769, 0.03052476791431697, -5.737620059949827e-14, -0.015776154224847763, 0.051755497931035614, -0.013914453220713257]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 753880034
+    - 
+      positions: [0.964842963875399, -0.4215704245149625, -0.6204764814588776, 1.499338375936108, -2.5761437905151467, -0.1041803833188902]
+      velocities: [-0.11927046942739392, 0.1818067373277315, -0.23248487540285057, -0.012481979433129713, 0.04404653402330619, 0.25791767485717826]
+      accelerations: [-0.05948995470053998, 0.030599381843393912, 7.89333718639482e-14, -0.015857669457710912, 0.05185251986580956, -0.013973892197840197]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 757749004
+    - 
+      positions: [0.9643813054060253, -0.42086715715837025, -0.6213754900658995, 1.4992899900868704, -2.575973076754379, -0.10318313172018342]
+      velocities: [-0.11950081267315321, 0.1819252083696275, -0.2324848754028505, -0.012543457962929886, 0.04424723349681164, 0.2578635233989572]
+      accelerations: [-0.0596442508974816, 0.030674189009734194, -3.589750282444585e-14, -0.01593921786617384, 0.05194982968129295, -0.014033407649271704]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 761615959
+    - 
+      positions: [0.9639189962599496, -0.4201637978553866, -0.6222740303218975, 1.499241391286545, -2.5758016757126443, -0.10218660933595253]
+      velocities: [-0.11973163325207617, 0.18204390718739763, -0.23248487540285057, -0.012605219736809854, 0.04444820506907858, 0.257809169940718]
+      accelerations: [-0.05979905860922435, 0.030749187613785894, -7.183243561548703e-15, -0.016020814138816803, 0.05204742906967806, -0.014093020065957461]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 765480900
+    - 
+      positions: [0.9634560354952929, -0.4194603461660323, -0.6231721022741434, 1.4991925786869558, -2.575629587137545, -0.10119081667577146]
+      velocities: [-0.1199629325480074, 0.18216283424066804, -0.23248487540285062, -0.012667264528778773, 0.04464944948080729, 0.257754614464074]
+      accelerations: [-0.05995438738891467, 0.03082438576329783, -2.156097029057281e-14, -0.016102414004764306, 0.052145320193988126, -0.014152667788538376]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 769343826
+    - 
+      positions: [0.9629924221690952, -0.4187568016521961, -0.6240697059668536, 1.4991435514429703, -2.5754568107759246, -0.10019575425102337]
+      velocities: [-0.12019471195051723, 0.18228198999008993, -0.23248487540285062, -0.012729592112083408, 0.04485096747900089, 0.2576998569512611]
+      accelerations: [-0.06011023260493282, 0.030899776667415616, 2.876296079708008e-14, -0.0161840615232066, 0.05224350537602722, -0.014212412466680403]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 773204738
+    - 
+      positions: [0.9625281553372933, -0.41805316387755675, -0.6249668414414378, 1.4990943087118311, -2.57528334637381, -0.09920142257554006]
+      velocities: [-0.12042697284571985, 0.18240137488817323, -0.23248487540285073, -0.012792202315933546, 0.04505275981673412, 0.2576448973054698]
+      accelerations: [-0.06026659906642178, 0.030975363691447586, -8.633392676030454e-14, -0.016265741784836345, 0.05234198666588722, -0.014272233678407008]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 777063637
+    - 
+      positions: [0.9620632340547299, -0.41734943240761474, -0.6258635087364135, 1.4990448496533857, -2.5751091936764214, -0.09820782216538625]
+      velocities: [-0.12065971662496813, 0.18252098938862685, -0.23248487540285084, -0.012855094968798608, 0.045254827252203304, 0.2575897354303971]
+      accelerations: [-0.06042348664536568, 0.031051144875880295, 2.8793004868558846e-14, -0.016347469529757366, 0.05244076589952765, -0.0143321519399867]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 780920521
+    - 
+      positions: [0.9615976573751489, -0.4166456068096706, -0.6267597078874905, 1.498995173429865, -2.5749343524281554, -0.09721495353906608]
+      velocities: [-0.12089294469417668, 0.1826408339553952, -0.23248487540285068, -0.01291826984188358, 0.04545717054923577, 0.25753437131017265]
+      accelerations: [-0.06058090501091553, 0.031127128285986634, 5.041408532577355e-14, -0.016429200502676843, 0.052539845406865855, -0.014392105332349464]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 784775392
+    - 
+      positions: [0.9611314243512178, -0.4159416866529158, -0.6276554389273217, 1.498945279206558, -2.574758822372622, -0.09622281721687276]
+      velocities: [-0.12112665846967557, 0.18276090905847703, -0.23248487540285062, -0.01298172667698358, 0.04565979047779825, 0.25747880496939957]
+      accelerations: [-0.06073885190928734, 0.031203309804965423, -2.1617330528106756e-14, -0.016510963880188446, 0.05263922730605847, -0.014452135080001927]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 788628249
+    - 
+      positions: [0.9606645340345152, -0.4152376715083824, -0.6285507018856654, 1.4988951661513714, -2.574582603252609, -0.09523141372131734]
+      velocities: [-0.12136085934830547, 0.1828812151432182, -0.2324848754028507, -0.013045465371574664, 0.04586268781394605, 0.2574230362138784]
+      accelerations: [-0.06089732148719984, 0.031279681555939916, -1.441909040917445e-14, -0.016592811490928103, 0.052738913901758847, -0.014512313859843707]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 792479093
+    - 
+      positions: [0.9601969854755035, -0.41453356094884686, -0.6294454967896757, 1.4988448334340474, -2.574405694810015, -0.09424074357787876]
+      velocities: [-0.12159554874840234, 0.1830017526724006, -0.23248487540285084, -0.013109485723046103, 0.04606586333913114, 0.2573670649896899]
+      accelerations: [-0.06105633277695797, 0.03135626127456966, -5.049322112696128e-14, -0.016674639728280073, 0.05283890695926977, -0.014572496476350356]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 796327924
+    - 
+      positions: [0.9597287777235863, -0.4138293545490385, -0.630339823663322, 1.4987942802277359, -2.5742280967859625, -0.09325080731348755]
+      velocities: [-0.12183072811197454, 0.1831225221287534, -0.2324848754028509, -0.013173787414134774, 0.04626931784040095, 0.2573108914031081]
+      accelerations: [-0.0612158810969676, 0.03143304240999783, 1.443418634146857e-14, -0.016756492826878213, 0.05293920891618592, -0.014632745219608398]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 800174741
+    - 
+      positions: [0.9592599098270869, -0.4131250518855561, -0.6312336825276401, 1.4987435057083263, -2.5740498089207406, -0.0922616054571678]
+      velocities: [-0.12206639885973238, 0.18324352396803362, -0.23248487540285084, -0.013238370297678458, 0.04647305211134958, 0.2572545153216506]
+      accelerations: [-0.0613759621215687, 0.03151001832009248, 7.22087283360776e-15, -0.016838415141403794, 0.05303982203894346, -0.014693122192833804]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 804019545
+    - 
+      positions: [0.9587903808332234, -0.4124206525367924, -0.6321270734009717, 1.4986925090537813, -2.573870830953748, -0.09127313854068421]
+      velocities: [-0.12230256241805586, 0.1833647586472082, -0.23248487540285084, -0.013303234225756416, 0.046677066951264876, 0.2571979366134213]
+      accelerations: [-0.061536585176638244, 0.03158719709110625, 0.0, -0.01692036214173543, 0.05314074831915657, -0.014753565344952698]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 807862337
+    - 
+      positions: [0.9583201897881373, -0.4117161560830218, -0.6330199962987213, 1.4986412894448125, -2.573691162623538, -0.09028540709788727]
+      velocities: [-0.12253922023713788, 0.1834862266429657, -0.2324848754028508, -0.01336837893588799, 0.04688136316509503, 0.25714115530702564]
+      accelerations: [-0.061697755405305955, 0.03166458172608367, 3.614221831367006e-14, -0.017002318958908656, 0.05324199002730789, -0.0148140535541902]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 811703115
+    - 
+      positions: [0.9578493357369005, -0.41101156210643947, -0.6339124512332708, 1.498589846065107, -2.5735108036678294, -0.08929841166449114]
+      velocities: [-0.12277637376616302, 0.18360792842622328, -0.2324848754028508, -0.013433804207549865, 0.047085941563834166, 0.2570841713717129]
+      accelerations: [-0.061859469241978084, 0.03174216705745309, -3.6161174442343104e-14, -0.017084322493728314, 0.05334354937348384, -0.014874639153215062]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 815541881
+    - 
+      positions: [0.957377817723499, -0.4103068701910908, -0.6348044382141858, 1.4985381781007745, -2.5733297538234585, -0.08831215277861236]
+      velocities: [-0.12301402444874437, 0.18372986445743833, -0.2324848754028508, -0.013499509890851177, 0.04729080296470772, 0.25702698467730467]
+      accelerations: [-0.06202172945135713, 0.031819953639723834, 2.170809008102979e-14, -0.017166372846881398, 0.05344542872720108, -0.014935321939649075]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 819378634
+    - 
+      positions: [0.956905634790832, -0.4096020799228817, -0.635695957248212, 1.498486284740349, -2.5731480128263713, -0.08732663098076386]
+      velocities: [-0.12325217375029629, 0.1838520352145255, -0.23248487540285073, -0.013565495735301643, 0.047495948190954894, 0.2569695952343145]
+      accelerations: [-0.062184546749791, 0.03189795085999564, 7.239829108477435e-15, -0.017248417690101093, 0.05354763019973559, -0.01499602911861541]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 823213373
+    - 
+      positions: [0.9564327859807445, -0.4088971908896816, -0.6365870083389911, 1.498434165175579, -2.572965580411677, -0.0863418468130932]
+      velocities: [-0.12349082313532411, 0.18397444116937656, -0.2324848754028507, -0.013631761532665272, 0.04770137807146626, 0.25691200299439265]
+      accelerations: [-0.06234791208246452, 0.0319761470383983, 1.4487264325248926e-14, -0.0173305316093756, 0.05365015598873374, -0.015056864535434195]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 827046101
+    - 
+      positions: [0.9559592703339863, -0.40819220268119294, -0.6374775914874625, 1.4983818186003097, -2.5727824563135604, -0.08535780082045881]
+      velocities: [-0.12372997406494389, 0.18409708278571793, -0.23248487540285062, -0.013698307130962224, 0.047907093441227205, 0.25685420782941154]
+      accelerations: [-0.06251183487870879, 0.032054550446442794, 3.6237196093263105e-14, -0.017412669568185882, 0.0537530084402383, -0.015117766288802284]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 830876815
+    - 
+      positions: [0.9554850868902396, -0.407487114889035, -0.6383677066916248, 1.4983292442111629, -2.572598640265324, -0.08437449354977866]
+      velocities: [-0.12396962803374977, 0.1842199605572487, -0.23248487540285073, -0.01376513220602288, 0.04811309514213245, 0.2567962098513218]
+      accelerations: [-0.06267632535392884, 0.03213316932186245, -1.015175043101143e-13, -0.01749478691814764, 0.05385619019949113, -0.01517867127682398]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 834705516
+    - 
+      positions: [0.9550102346881427, -0.4067819271068375, -0.6392573539462856, 1.4982764412082084, -2.5724141319994276, -0.08339192554937612]
+      velocities: [-0.12420978651489549, 0.18434307494968985, -0.23248487540285073, -0.013832236604776938, 0.04831938402142883, 0.2567380089340464]
+      accelerations: [-0.06284136427256794, 0.03221198167748072, 9.431585097636721e-14, -0.0175770179015744, 0.053959702811709864, -0.015239767282532618]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 838532205
+    - 
+      positions: [0.9545347127652222, -0.40607663893, -0.6401465332437928, 1.4982234087929571, -2.572228931247342, -0.08241009737091841]
+      velocities: [-0.12445045098723001, 0.1844664264303042, -0.23248487540285084, -0.013899620173186682, 0.04852596093223527, 0.25667960495142444]
+      accelerations: [-0.06300697602734874, 0.03229101117201178, -1.5243657877945281e-13, -0.01765922796114082, 0.05406354919164413, -0.015300866874023048]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 842356881
+    - 
+      positions: [0.9540585201579646, -0.4053712499559399, -0.6410352445733045, 1.498170146170379, -2.5720430377396846, -0.08142900956747132]
+      velocities: [-0.12469162295421676, 0.18459001548646903, -0.23248487540285084, -0.013967282642257852, 0.048732826734284154, 0.25662099793821347]
+      accelerations: [-0.063173151287639, 0.03237024552540384, 1.5251686949261702e-13, -0.01774149183113771, 0.05416773129384987, -0.015362073778788008]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 846179544
+    - 
+      positions: [0.9535816559017799, -0.40466575978397157, -0.6419234879211896, 1.4981166525477878, -2.5718564512061364, -0.08044866269456949]
+      velocities: [-0.12493330391142943, 0.18471384259223197, -0.23248487540285057, -0.014035223828133844, 0.0489399822934665, 0.25656218780993395]
+      accelerations: [-0.06333989748365894, 0.03244969093137766, 0.0, -0.017823779491999196, 0.054272251811099424, -0.015423346929738575]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 850000194
+    - 
+      positions: [0.9531041190310179, -0.40396016801535706, -0.6428112632708698, 1.498062927135294, -2.5716691713754622, -0.07946905730978397]
+      velocities: [-0.12517549537230904, 0.18483790823534652, -0.23248487540285073, -0.014103443474554972, 0.049147428482291616, 0.25650317458230554]
+      accelerations: [-0.0635072187688845, 0.032529349252184835, -8.72444075627923e-14, -0.01790608329611345, 0.054377112949857635, -0.015484675304529821]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 853818831
+    - 
+      positions: [0.9526259085789742, -0.4032544742533343, -0.6436985706027718, 1.4980089691459217, -2.5714811979755177, -0.07849019397260931]
+      velocities: [-0.12541819885174155, 0.18496221289971695, -0.23248487540285065, -0.014171941353191782, 0.04935516617946566, 0.2564439582320853]
+      accelerations: [-0.0636751140007288, 0.032609217503719874, 1.3093565791377796e-13, -0.01798842572695013, 0.05448231719932575, -0.01554609065644961]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 857635455
+    - 
+      positions: [0.9521470235778806, -0.4025486781030771, -0.6445854098944533, 1.4979547777952762, -2.571292530733214, -0.07751207324478158]
+      velocities: [-0.12566141585173013, 0.18508675705063954, -0.23248487540285057, -0.014240717350186019, 0.04956319626822355, 0.25638453857725463]
+      accelerations: [-0.06384357981816155, 0.03268928980304805, -8.005847721343082e-14, -0.01807084453584054, 0.05458786589150072, -0.015607644816981523]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 861450066
+    - 
+      positions: [0.951667463058888, -0.4018427791716405, -0.6454717811207996, 1.4979003523009873, -2.571103169374485, -0.07653469569080897]
+      velocities: [-0.12590514791124302, 0.18521154118659722, -0.23248487540285073, -0.014309771163847785, 0.0497715196406059, 0.25632491569584326]
+      accelerations: [-0.0640126412380551, 0.03276959033237977, -2.1845663477113628e-14, -0.01815320370678562, 0.0546937637776477, -0.015669149945433555]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 865262663
+    - 
+      positions: [0.9511872260521376, -0.40113677706820516, -0.6463576842532964, 1.4978456918847354, -2.570913113624402, -0.07555806187603559]
+      velocities: [-0.1261493965613751, 0.18533656579254865, -0.23248487540285076, -0.014379102578448422, 0.04998013719396141, 0.25626508954686805]
+      accelerations: [-0.06418227140549052, 0.03285008871613667, 1.457147315308842e-14, -0.018235684619610854, 0.05480001037646407, -0.015730856721171076]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 869073247
+    - 
+      positions: [0.9507063115866689, -0.4004306714037651, -0.6472431192609975, 1.497790795769559, -2.5707223632070018, -0.07458217236921268]
+      velocities: [-0.12639416331784536, 0.1854618313323976, -0.23248487540285062, -0.014448711506966031, 0.0501890498296704, 0.2562050599104835]
+      accelerations: [-0.06435249140284115, 0.032930805187723275, 5.102712765709606e-14, -0.01831817363538485, 0.054906609764789206, -0.015792608637742993]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 872881817
+    - 
+      positions: [0.9502247186904826, -0.39972446179133236, -0.6481280861099197, 1.497735663181548, -2.5705309178453866, -0.07360702774088453]
+      velocities: [-0.12663944976227387, 0.18558733833302674, -0.23248487540285057, -0.014518597501409394, 0.05039825846188051, 0.25614482706625985]
+      accelerations: [-0.06452331708099426, 0.03301175350146429, -2.1880341378007248e-14, -0.018400595093908942, 0.0550135660807124, -0.015854300329017933]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 876688374
+    - 
+      positions: [0.9497424463905773, -0.3990181478460822, -0.6490125847626336, 1.497680293350966, -2.5703387772617816, -0.07263262856230888]
+      velocities: [-0.12688525742795603, 0.18571308726566094, -0.2324848754028508, -0.014588760444840691, 0.05060776400533858, 0.2560843908358008]
+      accelerations: [-0.06469470954839354, 0.03309289158774295, -8.027039887894388e-14, -0.018483198822271552, 0.05512087702585783, -0.015916278126366097]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 880492917
+    - 
+      positions: [0.949259493712827, -0.39831172918491387, -0.6498966151795987, 1.4976246855085542, -2.5701459411773087, -0.07165897540899648]
+      velocities: [-0.1271315878564676, 0.18583907860514837, -0.23248487540285073, -0.014659200204959973, 0.050817567381204895, 0.25602375106138997]
+      accelerations: [-0.06486671438885874, 0.03317426434427778, 9.491527870374746e-14, -0.018565727098943594, 0.055228549780008025, -0.015978185110321157]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 884295446
+    - 
+      positions: [0.9487758596821145, -0.3976052054269165, -0.6507801773177873, 1.4975688388893509, -2.5699524093122097, -0.07068606885705314]
+      velocities: [-0.12737844261991688, 0.18596531285228257, -0.23248487540285068, -0.014729916504868719, 0.051027669519657336, 0.2559629077856391]
+      accelerations: [-0.0650393044146085, 0.03325584142197898, -6.57454144154773e-14, -0.018648361982180176, 0.0553365834379565, -0.016040273404331635]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 888095960
+    - 
+      positions: [0.9482915433222389, -0.3968985761930532, -0.6516632711316505, 1.4975127527300025, -2.569758181385679, -0.0697139094857555]
+      velocities: [-0.12762582328748168, 0.18609179049917202, -0.23248487540285068, -0.014800909124715652, 0.05123807135682552, 0.2559018609722028]
+      accelerations: [-0.06521250767757099, 0.03333764955774237, 6.578029174206433e-14, -0.018730951560934163, 0.05544498359326465, -0.016102332636848214]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 891894460
+    - 
+      positions: [0.9478065436559951, -0.3961918411064373, -0.6525458965723119, 1.4974564262710124, -2.5695632571159894, -0.0687424978753947]
+      velocities: [-0.12787373143907618, 0.1862185120439813, -0.23248487540285062, -0.014872177814869898, 0.05144877383550025, 0.2558406106253234]
+      accelerations: [-0.06538630416618811, 0.03341966613320234, -3.656400546396663e-14, -0.018813632383348385, 0.05555374972178487, -0.016164552273020365]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 895690946
+    - 
+      positions: [0.9473208597051095, -0.39548499979209706, -0.6534280535882916, 1.4973998587547281, -2.5693676362203695, -0.06777183460920706]
+      velocities: [-0.12812216865669798, 0.18634547798155654, -0.23248487540285073, -0.014943722353795284, 0.05165977790480543, 0.25577915670978824]
+      accelerations: [-0.06556071741817557, 0.033501912980049675, -7.31668544268573e-15, -0.018896282867471654, 0.055662887261425355, -0.016226763886779808]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 899485416
+    - 
+      positions: [0.9468344904902987, -0.39477805187719656, -0.654309742124859, 1.4973430494271394, -2.569171318415099, -0.06680192027165238]
+      velocities: [-0.1283711365263307, 0.186472688804865, -0.23248487540285087, -0.015015542534287163, 0.05187108451991225, 0.2557174991717662]
+      accelerations: [-0.06573572841087098, 0.03358436821425091, -7.320574386483053e-14, -0.01897903247132611, 0.055772395544127495, -0.016289146187397366]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 903277872
+    - 
+      positions: [0.946347435031211, -0.3940709969908203, -0.655190962124717, 1.497285997535974, -2.568974303415397, -0.0658327554502279]
+      velocities: [-0.12862063663544593, 0.18660014500333214, -0.23248487540285084, -0.015087638176879282, 0.05208269464186835, 0.25565563791796686]
+      accelerations: [-0.06591135939651076, 0.03366705281315078, 8.789361547337709e-14, -0.0190617665731279, 0.055882279930545, -0.01635154158630235]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 907068312
+    - 
+      positions: [0.9458596923464839, -0.3933638347641749, -0.6560717135273954, 1.4972287023323907, -2.5687765909355096, -0.06486434073386121]
+      velocities: [-0.12887067059288793, 0.1867278470826622, -0.23248487540285068, -0.015160009014983948, 0.05229460924030235, 0.2555935729760887]
+      accelerations: [-0.06608760184923151, 0.03374995534008279, 7.32836618466114e-15, -0.01914455414300171, 0.05599254119614593, -0.016414044292706282]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 910856736
+    - 
+      positions: [0.945371261453713, -0.3926565648304837, -0.65695199626961, 1.497171163069968, -2.568578180688649, -0.06389667671386401]
+      velocities: [-0.1291212400043005, 0.18685579553967716, -0.2324848754028508, -0.015232654839171404, 0.05250682929045843, 0.2555313042942121]
+      accelerations: [-0.0662644650921519, 0.03383308352021285, -6.599042194187835e-14, -0.01922735659671437, 0.0561031831562731, -0.016476602441704315]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 914643145
+    - 
+      positions: [0.9448821413694708, -0.39194918682505153, -0.6578318102850659, 1.4971133790052755, -2.5683790723870144, -0.06292976398339696]
+      velocities: [-0.1293723464892378, 0.18698399088012835, -0.2324848754028509, -0.015305575395661112, 0.052719355775175156, 0.2554688318812185]
+      accelerations: [-0.06644194964076115, 0.03391643531628604, 7.336176749268432e-15, -0.019310189368043733, 0.056214207642742826, -0.016539236182337477]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 918427537
+    - 
+      positions: [0.9443923311093053, -0.3912417003852549, -0.6587111555045282, 1.4970553493976517, -2.5681792657417803, -0.061963603137674766]
+      velocities: [-0.12962399166666919, 0.18711243360311752, -0.23248487540285087, -0.01537877047371006, 0.052932189683089145, 0.2554061556873586]
+      accelerations: [-0.06662005718287047, 0.034000010233520186, 0.0, -0.01939306001739836, 0.05632561753753737, -0.016601956714168]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 922209913
+    - 
+      positions: [0.9439018296877352, -0.39053410515053105, -0.6595900318558672, 1.4969970735090972, -2.5679787604630766, -0.060998194774070376]
+      velocities: [-0.12987617716237057, 0.1872411242091319, -0.23248487540285084, -0.015452239862124855, 0.053145332009340435, 0.2553432756634775]
+      accelerations: [-0.06679879215054711, 0.034083810480692436, 7.344006343782083e-15, -0.019475961019400453, 0.05643741505492345, -0.016664752917077377]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 925990273
+    - 
+      positions: [0.9434106361182574, -0.38982640076240205, -0.6604684392640111, 1.4969385506043897, -2.567777556259998, -0.06003353949200083]
+      velocities: [-0.13012890461368348, 0.1873700632050548, -0.23248487540285062, -0.015525983319649543, 0.05335878375671578, 0.25528019180126843]
+      accelerations: [-0.06697815877168868, 0.034167838222557215, 1.1021892540103089e-13, -0.019558884266919662, 0.05654960369964659, -0.016727614692025015]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 929768615
+    - 
+      positions: [0.9429187494133536, -0.389118586864493, -0.661346377650908, 1.4968797799512072, -2.567575652840595, -0.05906963789281871]
+      velocities: [-0.13038217565969212, 0.18749925109376653, -0.23248487540285062, -0.015600000633539599, 0.05357254593404264, 0.25521690405294317]
+      accelerations: [-0.06715815629882489, 0.03425209017064908, -1.1027782850124111e-13, -0.019641853233773196, 0.05666218485027545, -0.016790573430083285]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 933544940
+    - 
+      positions: [0.9424261685844805, -0.38841066310250233, -0.6622238469356433, 1.496820760819789, -2.5673730499118586, -0.05810649058012403]
+      velocities: [-0.13063599194897796, 0.18762868838188157, -0.23248487540285087, -0.01567429157620459, 0.053786619557294385, 0.2551534123922742]
+      accelerations: [-0.06733879308450172, 0.03433657259324107, -1.471157399474848e-14, -0.01972483684956515, 0.05677516261130446, -0.016853586702077917]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 937319247
+    - 
+      positions: [0.9419328926420879, -0.38770262912426295, -0.6631008470342757, 1.4967614924833943, -2.567169747179731, -0.05714409815933297]
+      velocities: [-0.1308903551493537, 0.18775837559036251, -0.23248487540285087, -0.015748855845994215, 0.05400100565233097, 0.25508971689284504]
+      accelerations: [-0.06752007356980497, 0.03442128783930743, 1.4719447372931874e-14, -0.019807827203501077, 0.05688853983652445, -0.016916644421074246]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 941091535
+    - 
+      positions: [0.9414389205956236, -0.3869944845797578, -0.6639773778598002, 1.4967019742184213, -2.566965744349106, -0.056182461237569474]
+      velocities: [-0.1311452669081002, 0.18788831321282606, -0.23248487540285068, -0.01582369330133392, 0.05421570524583557, 0.25502581741008723]
+      accelerations: [-0.06770198503482446, 0.03450622007240671, 8.100031866869564e-14, -0.019890917363170283, 0.05700231583283566, -0.016979872741440083]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 944861806
+    - 
+      positions: [0.9409442514534938, -0.386286229120982, -0.6648534393226195, 1.4966422053030564, -2.5667610411237627, -0.05522158042493421]
+      velocities: [-0.13140072888685184, 0.18801850175182375, -0.2324848754028507, -0.015898803756315805, 0.054430719372656214, 0.2549617138604442]
+      accelerations: [-0.06788455042612941, 0.03459139088000905, -8.841134366406612e-14, -0.01997399102570617, 0.05711649735160376, -0.017043113544775612]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 948630057
+    - 
+      positions: [0.9404488842231193, -0.3855778624021362, -0.6657290313299482, 1.4965821850189727, -2.566555637206438, -0.054261456332904245]
+      velocities: [-0.13165674278445433, 0.18814894174245467, -0.2324848754028508, -0.015974186849161652, 0.054646049081842285, 0.25489740640005937]
+      accelerations: [-0.06806776919720753, 0.03467679697498457, 3.685781818778224e-14, -0.020057071460844574, 0.05723108693843916, -0.017106398162016652]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 952396289
+    - 
+      positions: [0.939952817910926, -0.38486938407959936, -0.6666041537859279, 1.4965219126509952, -2.5663495322987986, -0.053302089574646196]
+      velocities: [-0.13191331027387998, 0.18827963368704417, -0.23248487540285062, -0.016049842407259415, 0.05486169542198098, 0.25483289492704664]
+      accelerations: [-0.06825163083268933, 0.03476242528348562, 5.162864254636242e-14, -0.020140236096156186, 0.057346083576341474, -0.017169832626761885]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 956160502
+    - 
+      positions: [0.9394560515223146, -0.38416079381180995, -0.6674788065920259, 1.4964613874859805, -2.566142726101394, -0.05234348076607567]
+      velocities: [-0.13217043304281445, 0.18841057809731906, -0.23248487540285065, -0.016125770213345533, 0.05507765945018582, 0.254768179399795]
+      accelerations: [-0.06843615634017808, 0.03484829491004765, -5.903585747901506e-14, -0.020223384054387287, 0.05746149458658446, -0.01723327926525666]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 959922694
+    - 
+      positions: [0.938958584061706, -0.3834520912594363, -0.6683529896465138, 1.4964006088142865, -2.5659352183137076, -0.05138563052447113]
+      velocities: [-0.13242811279132255, 0.1885417754912448, -0.2324848754028509, -0.016201970020726802, 0.05529394223215378, 0.2547032598181006]
+      accelerations: [-0.06862133398203467, 0.0349343911004556, -8.121794049188231e-14, -0.020306600911745153, 0.057577319002132615, -0.01729685421626834]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 963682866
+    - 
+      positions: [0.9384604145325074, -0.3827432760852517, -0.6692267028449028, 1.4963395759285363, -2.5657270086341026, -0.050428539469633986]
+      velocities: [-0.1326863512212699, 0.18867322638269152, -0.23248487540285084, -0.016278441611023924, 0.05551054483941875, 0.2546381361426042]
+      accelerations: [-0.06880717917856255, 0.03502072748875925, 1.1819874000886929e-13, -0.020389816398223553, 0.05769356270434127, -0.01736046251003407]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 967441016
+    - 
+      positions: [0.9379615419371459, -0.3820343479542508, -0.6700999460795857, 1.496278288124641, -2.565518096759855, -0.049472208222930934]
+      velocities: [-0.1329451500490949, 0.18880493129485643, -0.23248487540285068, -0.016355184721408286, 0.05572746835209371, 0.25457280839435426]
+      accelerations: [-0.06899368699566094, 0.03510729645528549, -3.695699282425059e-14, -0.02047307745550681, 0.05781022619876747, -0.0174241674190953]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 971197146
+    - 
+      positions: [0.9374619652770511, -0.3813253065335843, -0.6709727192400733, 1.4962167447011252, -2.5653084823871257, -0.048516637407921996]
+      velocities: [-0.13320451098866443, 0.18893689074170453, -0.23248487540285068, -0.016432199147149384, 0.05594471385529434, 0.2545072765158701]
+      accelerations: [-0.06918086375579677, 0.03519410177067428, 5.1767667792320483e-14, -0.0205563683489872, 0.05792731348032507, -0.017487947860006774]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 974951253
+    - 
+      positions: [0.9369616835526621, -0.3806161514925934, -0.6718450222129106, 1.4961549449593596, -2.565098165210956, -0.04756182765014777]
+      velocities: [-0.13346443576864364, 0.189069105246219, -0.23248487540285057, -0.016509484638665858, 0.05616228244337772, 0.2544415405103906]
+      accelerations: [-0.06936871378810916, 0.03528114553350489, 7.399368930902378e-15, -0.020639681232985475, 0.058044827325257925, -0.01755179299858847]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 978703338
+    - 
+      positions: [0.9364606957634377, -0.3799068825028314, -0.6727168548816372, 1.4960928882036797, -2.5648871449252733, -0.04660777957701329]
+      velocities: [-0.13372492612213285, 0.18920157532999643, -0.23248487540285048, -0.01658704096050659, 0.05638017521698562, 0.25437560036220047]
+      accelerations: [-0.06955723792016155, 0.03536842598191357, 2.961344821320542e-14, -0.020723031785640597, 0.05816277017314769, -0.017615724183287045]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 982453400
+    - 
+      positions: [0.9359590009078496, -0.3791974992380455, -0.6735882171268637, 1.496030573741164, -2.5646754212228724, -0.04565449381799772]
+      velocities: [-0.13398598378745183, 0.18933430151336644, -0.2324848754028505, -0.01666486789154883, 0.05659839328340386, 0.254309456036664]
+      accelerations: [-0.0697464409162162, 0.0354559452825249, -5.1851523609802535e-14, -0.020806412272720568, 0.05828114500502363, -0.017679730568266265]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 986201438
+    - 
+      positions: [0.9354565979833883, -0.3784880013742007, -0.6744591088262291, 1.495968000881752, -2.5644629937954178, -0.044701971004541166]
+      velocities: [-0.13424761051763784, 0.18946728432580232, -0.2324848754028507, -0.016742965165767565, 0.05681693775927374, 0.25424310755981083]
+      accelerations: [-0.06993632869590351, 0.03554370723638887, -4.446818612405909e-14, -0.02088980677372188, 0.058399955726776, -0.017743791042505265]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 989947452
+    - 
+      positions: [0.9349534859865757, -0.37777838858950996, -0.6753295298543219, 1.4959051689384768, -2.5642498623334427, -0.04375021176982803]
+      velocities: [-0.13450980806802107, 0.18960052429284907, -0.23248487540285057, -0.01682133254581658, 0.057035809767495796, 0.25417655491853364]
+      accelerations: [-0.07012689941528621, 0.03563170704125693, 1.1123060406064462e-13, -0.020973246827428214, 0.05851920368491248, -0.017807948026537925]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 993691442
+    - 
+      positions: [0.9344496639129507, -0.37706866056439586, -0.6761994800828346, 1.495842077227018, -2.5640360265263276, -0.0427992167492064]
+      velocities: [-0.13477257820165495, 0.18973402194119496, -0.23248487540285068, -0.01689996979393671, 0.05725501043828859, 0.254109798101275]
+      accelerations: [-0.07031816191385012, 0.03571995121337753, -1.5580715433615435e-13, -0.02105670096983772, 0.05863889336587884, -0.01787215867046051]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 997433407
+    - 
+      positions: [0.9339451307570887, -0.37635881698155005, -0.677068959380402, 1.4957787250661587, -2.5638214860623116, -0.04184898657975639]
+      velocities: [-0.13503592268086456, 0.18986777779083325, -0.2324848754028509, -0.016978876715806036, 0.05747454090640633, 0.25404283703712105]
+      accelerations: [-0.07051010983812724, 0.035808430755876995, 3.711704241311195e-14, -0.021140224231075668, 0.058759024639093736, -0.01793649802002904]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:   1173346
+    - 
+      positions: [0.9334398855125793, -0.3756488575258523, -0.6779379676128794, 1.495715111777001, -2.563606240628461, -0.040899521901029634]
+      velocities: [-0.13529984328870995, 0.19000179237643172, -0.2324848754028508, -0.0170580530429738, 0.057694402318157645, 0.2539756717561854]
+      accelerations: [-0.07070276353845135, 0.035897163629696804, 1.485486836665189e-14, -0.021223722233019115, 0.058879605766424974, -0.018000837396397636]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:   4911259
+    - 
+      positions: [0.9329339271720708, -0.3749387818845318, -0.6788065046428615, 1.4956512366843253, -2.5633902899107084, -0.039950823353767956]
+      velocities: [-0.13556434180544258, 0.19013606622306772, -0.23248487540285073, -0.017137498565438513, 0.05791459582447702, 0.2539083022098736]
+      accelerations: [-0.0708961040784354, 0.03598612785305795, 7.431465439902212e-15, -0.02130732099911653, 0.05900063292601458, -0.018065348088878965]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:   8647145
+    - 
+      positions: [0.9324272547272177, -0.3742285897469768, -0.6796745703303156, 1.4955870991147902, -2.563173633593783, -0.0390028915815975]
+      velocities: [-0.1358294200291913, 0.1902705998680332, -0.23248487540285057, -0.017217213013443505, 0.05813512258670046, 0.25384072843003225]
+      accelerations: [-0.0710901629229363, 0.03607535308557568, 8.179052518165586e-14, -0.02139086277068485, 0.05912211749483841, -0.018129816080768184]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  12381004
+    - 
+      positions: [0.9319198671687535, -0.3735182808049888, -0.6805421645317894, 1.495522698399196, -2.5629562713612875, -0.03805572722890008]
+      velocities: [-0.13609507977908097, 0.19040539386345418, -0.2324848754028505, -0.01729719604287807, 0.05835598377783825, 0.25377295054946686]
+      accelerations: [-0.07128492282876574, 0.03616481874890367, -5.207681338475005e-14, -0.02147446583711421, 0.05924405635809631, -0.018194401784574148]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  16112835
+    - 
+      positions: [0.9314117634864406, -0.3728078547526085, -0.681409287100999, 1.4954580338707977, -2.5627382028956287, -0.03710933094240179]
+      velocities: [-0.1363613228319529, 0.19054044871125814, -0.23248487540285073, -0.017377447589485187, 0.05857718056289621, 0.25370496832311107]
+      accelerations: [-0.07148038136182495, 0.03625451966008766, -5.954874331830808e-14, -0.02155816218489042, 0.05936645034945238, -0.018259147688539926]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  19842637
+    - 
+      positions: [0.9309029426690624, -0.3720973112860805, -0.6822759378889847, 1.4953931048648543, -2.562519427878004, -0.036163703371584775]
+      velocities: [-0.13662815100900783, 0.19067576495244876, -0.23248487540285095, -0.01745796738182289, 0.0587987141260599, 0.25363678178637433]
+      accelerations: [-0.07167656772479065, 0.03634448308541739, -5.958117410590747e-14, -0.021641809103732982, 0.059489310933476675, -0.01832386140284247]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  23570410
+    - 
+      positions: [0.9303934037044858, -0.37138665010407623, -0.6831421167433995, 1.4953279107206734, -2.562299945988457, -0.035218845166779804]
+      velocities: [-0.13689556615526927, 0.19081134314587406, -0.23248487540285084, -0.01753875505911473, 0.05902058566438108, 0.2535683910949319]
+      accelerations: [-0.0718734685370816, 0.03643469249159843, 1.2667900800366448e-13, -0.021725501726304223, 0.05961263560630233, -0.01838867125231503]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  27296153
+    - 
+      positions: [0.9298831455796237, -0.37067587090755916, -0.684007823508981, 1.4952624507802572, -2.562079756905829, -0.03427475698043005]
+      velocities: [-0.13716357008915492, 0.19094718381623715, -0.2324848754028508, -0.01761981045216371, 0.05924279637117462, 0.2534997961465063]
+      accelerations: [-0.07207108596267119, 0.03652514725856607, -9.692503237393501e-14, -0.02180924802752714, 0.05973642693507822, -0.01845358772770699]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  31019865
+    - 
+      positions: [0.9293721672804364, -0.3699649733997848, -0.6848730580275852, 1.4951967243881963, -2.561858860307754, -0.03333143946719049]
+      velocities: [-0.13743216463943242, 0.19108328749215614, -0.232484875402851, -0.01770113337656803, 0.05946534744817558, 0.2534309968598185]
+      accelerations: [-0.07226942644089335, 0.03661585125904312, -2.2379528711526244e-14, -0.02189303225483474, 0.05986068893666678, -0.018518589571251267]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  34741546
+    - 
+      positions: [0.9288604677919399, -0.3692539572863316, -0.6857378201381086, 1.4951307308919, -2.5616372558706573, -0.032388893283709995]
+      velocities: [-0.137701351675102, 0.19121965473660274, -0.2324848754028509, -0.017782723469559614, 0.059688240116457306, 0.25336199339394694]
+      accelerations: [-0.07246850825278697, 0.036706820262381555, 8.210311934579773e-14, -0.02197677463461464, 0.059985430086377675, -0.018583569296755326]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  38461195
+    - 
+      positions: [0.9283480460982427, -0.3685428222752317, -0.6866021096760889, 1.495064469642736, -2.5614149432697793, -0.031447119087572015]
+      velocities: [-0.13797113304055153, 0.19135628608058772, -0.2324848754028508, -0.017864580545541957, 0.059911475592907625, 0.25329278566981883]
+      accelerations: [-0.07266830299813717, 0.0367980224955534, -2.2404008604955506e-14, -0.022060650567161503, 0.0601106417720392, -0.018648762912149088]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  42178811
+    - 
+      positions: [0.9278349011824787, -0.36783156807671874, -0.6874659264745719, 1.494997939993544, -2.561191922179109, -0.030506117539607174]
+      velocities: [-0.138241510591064, 0.1914931820595081, -0.23248487540285073, -0.01794670440353926, 0.06013505510347966, 0.25322337362928005]
+      accelerations: [-0.07286884806869051, 0.036889493283046276, 4.483255034845873e-14, -0.02214447667215063, 0.06023633960238823, -0.018713923533547682]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  45894394
+    - 
+      positions: [0.9273210320268828, -0.36712019440350924, -0.6883292703632005, 1.4949311413012463, -2.560968192271441, -0.029565889301465087]
+      velocities: [-0.1385124862145093, 0.19163034323479733, -0.23248487540285073, -0.018029094708840326, 0.060358979891093206, 0.2531537573950301]
+      accelerations: [-0.07307012675801465, 0.03698121249791726, -4.485711929420344e-14, -0.022228364776164973, 0.06036251924258308, -0.018779201256243997]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  49607942
+    - 
+      positions: [0.9268064376127497, -0.36640870097064926, -0.6891921411687646, 1.494864072925266, -2.5607437532183304, -0.028626435037081188]
+      velocities: [-0.13878406179291225, 0.19176777015530583, -0.23248487540285084, -0.018111751199869852, 0.06058325120115445, 0.25308393699101306]
+      accelerations: [-0.07327215583193009, 0.037073194718756544, -1.4960574759465046e-14, -0.022312242690671343, 0.06048918854246824, -0.018844499482744248]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  53319456
+    - 
+      positions: [0.9262911169204686, -0.36569708749562735, -0.6900545387148462, 1.4947967342285564, -2.5605186046901167, -0.0276877554117244]
+      velocities: [-0.13905623918924326, 0.19190546334351422, -0.23248487540285068, -0.01819467376328654, 0.06080787027690826, 0.25301391224267117]
+      accelerations: [-0.0734749114246583, 0.03716541234291077, 9.72971253001349e-14, -0.022396262926115507, 0.0606163406460626, -0.018910022350855364]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  57028934
+    - 
+      positions: [0.9257750689294625, -0.364985353698164, -0.6909164628225601, 1.4947291245754495, -2.560292746355862, -0.026749851093992413]
+      velocities: [-0.13932902030221575, 0.19204342335089267, -0.23248487540285068, -0.01827786213688974, 0.06103283837989548, 0.25294368317668353]
+      accelerations: [-0.0736784398857108, 0.03725790981898056, -8.237357931331276e-14, -0.0224801930369354, 0.06074399445747406, -0.018975457635807078]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  60736376
+    - 
+      positions: [0.9252582926182867, -0.36427349930056224, -0.6917779133094136, 1.4946612433349495, -2.5600661778834275, -0.02581272275274917]
+      velocities: [-0.1396024070739235, 0.19218165076683977, -0.23248487540285076, -0.018361315864082177, 0.061258156793115554, 0.2528732500793557]
+      accelerations: [-0.07388272152986934, 0.037350664390767396, 2.9970505161354854e-14, -0.022564160998081974, 0.06087214487738036, -0.019040978009028733]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  64441780
+    - 
+      positions: [0.9247407869645804, -0.36356152402752423, -0.6926388899899352, 1.4945930898789284, -2.5598388989394194, -0.02487637105881007]
+      velocities: [-0.13987640137821877, 0.19232014610347736, -0.23248487540285073, -0.01844503490446479, 0.0614838267784424, 0.2528026126800058]
+      accelerations: [-0.07408774248677756, 0.037443658348824495, -1.4993503061307825e-14, -0.02264826377262829, 0.061000787834144476, -0.01910671180048618]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  68145146
+    - 
+      positions: [0.9242225509450325, -0.36284942760603256, -0.6934993926761364, 1.494524663580766, -2.559610909189161, -0.02394079668619011]
+      velocities: [-0.1401510051329377, 0.19245890991069894, -0.23248487540285087, -0.01852901902390662, 0.06170984961913882, 0.2527317709686908]
+      accelerations: [-0.07429354363433198, 0.037536931018864406, -6.000706376253913e-14, -0.022732300178543326, 0.06112994117099327, -0.019172390387323063]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  71846474
+    - 
+      positions: [0.9237035835354638, -0.3621372097656402, -0.6943594211765352, 1.494455963818194, -2.559382208296745, -0.02300600030947399]
+      velocities: [-0.14042622031105417, 0.19259794278783604, -0.23248487540285084, -0.018613267734079973, 0.06193622662534276, 0.2526607252752947]
+      accelerations: [-0.07450011722222993, 0.03763047104590792, 7.505020651474178e-14, -0.022816334432490527, 0.061259603848429954, -0.01923809925403382]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  75545762
+    - 
+      positions: [0.9231838837108064, -0.3614248702383949, -0.695218975296463, 1.4943869899723938, -2.5591527959250078, -0.022071982604649525]
+      velocities: [-0.1407020488056817, 0.19273724524498742, -0.2324848754028508, -0.018697781023322896, 0.06216295908049388, 0.25258947529302345]
+      accelerations: [-0.07470743116493042, 0.03772424280244973, -3.754582305498852e-14, -0.022900560362546507, 0.061389764753613615, -0.019304097552819935]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  79243010
+    - 
+      positions: [0.9226634504450308, -0.3607124087585711, -0.6960780548390023, 1.4943177414252793, -2.5589226717354703, -0.021138744251623424]
+      velocities: [-0.14097849256810197, 0.19287681784463345, -0.23248487540285073, -0.01878255861091334, 0.06239004829554342, 0.2525180210751419]
+      accelerations: [-0.07491555234967995, 0.037818311503416316, 6.010651911198992e-14, -0.022984638949746162, 0.06152045216041233, -0.01936993180515799]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  82938216
+    - 
+      positions: [0.922142282711283, -0.359999825063163, -0.6969366596033413, 1.4942482175642684, -2.558691835388431, -0.020206285929802337]
+      velocities: [-0.1412555535690476, 0.193016661161763, -0.23248487540285062, -0.01886760015616286, 0.06261749559409213, 0.2524463627559472]
+      accelerations: [-0.07512442778615952, 0.03791261995466523, -7.517471526457622e-15, -0.02306887727383695, 0.06165164695762642, -0.0194360122853911]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  86631380
+    - 
+      positions: [0.9216203794817673, -0.35928711889145964, -0.6977947893862563, 1.4941784177779762, -2.5584602865428705, -0.01927460832207863]
+      velocities: [-0.14153323376314592, 0.193156775747516, -0.23248487540285073, -0.01895290545182227, 0.06284530229891774, 0.2523745002911552]
+      accelerations: [-0.07533410518753747, 0.03800721375047664, -4.512980737795249e-14, -0.02315304071173956, 0.06178337016220015, -0.019502025649706108]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  90322501
+    - 
+      positions: [0.9210977397278418, -0.35857428998538576, -0.6986524439809771, 1.4941083414595138, -2.558228024856511, -0.01834371211177998]
+      velocities: [-0.14181153513570588, 0.19329716217687976, -0.232484875402851, -0.01903847417070975, 0.06307346974929008, 0.25230243379771994]
+      accelerations: [-0.07554455687533272, 0.0381020614823117, -1.0536125655691079e-13, -0.023237299404523716, 0.06191561203907181, -0.01956819850855994]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  94011578
+    - 
+      positions: [0.9205743624199574, -0.3578613380892763, -0.6995096231780017, 1.4940379880041093, -2.557995049985769, -0.01741359798486585]
+      velocities: [-0.14209045963862207, 0.1934378209833782, -0.23248487540285112, -0.019124306209614247, 0.06330199927552174, 0.25223016309446733]
+      accelerations: [-0.0757557958674849, 0.03819717337900758, 5.270985996922719e-14, -0.023321604959900443, 0.062048379834396414, -0.019634466274006876]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  97698610
+    - 
+      positions: [0.9200502465276792, -0.3571482629499519, -0.7003663267648627, 1.493967356809794, -2.5577613615857615, -0.0164842666292909]
+      velocities: [-0.14237000928600824, 0.19357875275633013, -0.23248487540285084, -0.019210401180392772, 0.06353089223903899, 0.25215768838042685]
+      accelerations: [-0.07596784636494676, 0.038292570770092925, 9.040994967223597e-14, -0.023405851635307316, 0.06218168556370284, -0.019700687819990008]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 101383596
+    - 
+      positions: [0.9195253910197307, -0.3564350643168797, -0.7012225545256139, 1.493896447278887, -2.557526959310324, -0.015555718733638292]
+      velocities: [-0.1426501860640266, 0.19371995804909092, -0.2324848754028507, -0.01929675888908828, 0.06376014999373888, 0.2520850095967505]
+      accelerations: [-0.07618067250105068, 0.03838821411459566, -1.507670302243189e-14, -0.023490250988200182, 0.0623155155369574, -0.019767144751655894]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 105066536
+    - 
+      positions: [0.9189997948639189, -0.35572174194188916, -0.7020783062418433, 1.4938252588150458, -2.55729184281196, -0.014627954989835731]
+      velocities: [-0.14293099195896306, 0.19386143740763842, -0.2324848754028508, -0.019383379186387703, 0.0639897738983265, 0.2520121266258688]
+      accelerations: [-0.07639431372426428, 0.03848414026155563, -3.0170188604149677e-14, -0.023574616053387436, 0.06244988846864917, -0.019833587774360725]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 108747428
+    - 
+      positions: [0.9184734570272076, -0.3550082955794428, -0.7029335816917739, 1.4937537908258853, -2.5570560117418766, -0.013700976090739156]
+      velocities: [-0.14321242902556133, 0.1940031914400578, -0.23248487540285084, -0.019470261607208335, 0.06421976534602179, 0.25193903977038146]
+      accelerations: [-0.07660877133434688, 0.03858034742696706, 0.0, -0.02365896268410364, 0.06258480684790782, -0.01990003845028495]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 112426271
+    - 
+      positions: [0.9179463764757163, -0.35429472498662345, -0.703788380650337, 1.4936820427227606, -2.5568194657499723, -0.012774782730340783]
+      velocities: [-0.14349449928510344, 0.1941452207124374, -0.23248487540285073, -0.019557405910994523, 0.06445012572020074, 0.25186574903492365]
+      accelerations: [-0.0768240294567458, 0.03867681592523646, 6.040766725398379e-14, -0.023743397404092696, 0.06272026532424693, -0.019966637570429074]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 116103065
+    - 
+      positions: [0.9174185521746827, -0.3535810299230012, -0.7046427028896783, 1.49361001391929, -2.556582204484813, -0.011849375605117816]
+      velocities: [-0.1437772047277612, 0.194287525751416, -0.2324848754028506, -0.01964481206759566, 0.06468085639481097, 0.2517922541466987]
+      accelerations: [-0.07704009060719412, 0.03877354529960865, 1.5110348205880032e-14, -0.023827928587996407, 0.06285626657578691, -0.020033395803638897]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 119777808
+    - 
+      positions: [0.9168899830884668, -0.3528672101506349, -0.7054965481791893, 1.493537703831249, -2.5563442275936286, -0.010924755414130755]
+      velocities: [-0.14406054742964886, 0.19443010716370734, -0.23248487540285062, -0.019732479640056665, 0.06491195878666854, 0.25171855537233667]
+      accelerations: [-0.0772570026628221, 0.038870580930525006, -3.0237586272962065e-14, -0.023912326879447124, 0.06299283375282402, -0.020100009407646044]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 123450500
+    - 
+      positions: [0.9163606681806374, -0.3521532654343908, -0.7063499162844205, 1.493465111879763, -2.5561055347223443, -0.010000922856093351]
+      velocities: [-0.14434452944148796, 0.19457296552226505, -0.23248487540285057, -0.0198204083715742, 0.0651434343059205, 0.25164465274025855]
+      accelerations: [-0.07747470758289376, 0.038967860411127216, 5.2945380912526057e-14, -0.023996920203480803, 0.06312994260861181, -0.020166912405245936]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 127121139
+    - 
+      positions: [0.9158306064138573, -0.35143919554151365, -0.7072028069686298, 1.493392237486761, -2.5558661255155215, -0.009077878633542457]
+      velocities: [-0.1446291528178551, 0.19471610139583487, -0.23248487540285076, -0.019908598034816295, 0.06537528436940591, 0.2515705462407307]
+      accelerations: [-0.07769326921549631, 0.039065445251240276, -1.5135723948017115e-13, -0.024081396938358004, 0.06326762358975038, -0.02023369183475602]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 130789725
+    - 
+      positions: [0.9152997967499994, -0.3507250002420568, -0.708055219991305, 1.493319080079306, -2.555625999616403, -0.008155623448864674]
+      velocities: [-0.14491441962195198, 0.19485951535422674, -0.23248487540285095, -0.019997048402316038, 0.06560751040162506, 0.25149623586527975]
+      accelerations: [-0.07791263207331175, 0.03916327585141123, 4.5432629990222594e-14, -0.02416606925145384, 0.06340585296496921, -0.020300760736143886]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 134456256
+    - 
+      positions: [0.9147682381500405, -0.3500106793084756, -0.7089071551096349, 1.493245639085276, -2.555385156666863, -0.007234158008254272]
+      velocities: [-0.14520033192930226, 0.19500320797183196, -0.23248487540285087, -0.020085759230739828, 0.06584011383798803, 0.2514217216267239]
+      accelerations: [-0.07813286211974259, 0.03926141571861945, 0.0, -0.024250616587283523, 0.06354466300755447, -0.020367694751817957]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 138120731
+    - 
+      positions: [0.9142359295741791, -0.3492962325160672, -0.7097586120769933, 1.4931719139378108, -2.555143596307443, -0.006313483017639544]
+      velocities: [-0.1454868918508507, 0.1951471798505891, -0.23248487540285068, -0.02017473014095649, 0.06607309613475841, 0.25134700371906926]
+      accelerations: [-0.07835391646804789, 0.03935981775107735, 9.854795474527769e-14, -0.02433528594667575, 0.06368403542650682, -0.02043482003139839]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 141783150
+    - 
+      positions: [0.9137028699817515, -0.34858165964265514, -0.7106095906440986, 1.4930979040719006, -2.5549013181773175, -0.005393599185802841]
+      velocities: [-0.14577410144851904, 0.19529143153510997, -0.23248487540285057, -0.020263961054872173, 0.06630645872930852, 0.2512720819384021]
+      accelerations: [-0.07857581503224778, 0.03945849916132349, -3.7924379346500865e-14, -0.02441999503764393, 0.06382398082304616, -0.020502028082161526]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 145443511
+    - 
+      positions: [0.913169058331267, -0.34786696046870635, -0.7114600905586258, 1.4930236089255327, -2.5546583219143013, -0.0044745072233324835]
+      velocities: [-0.14606196285166304, 0.1954359636306071, -0.2324848754028508, -0.020353451591849217, 0.06654020309587892, 0.25119695648088436]
+      accelerations: [-0.07879857853348808, 0.039557477237444356, -7.589146902140871e-14, -0.024504661347966156, 0.06396451137143522, -0.020569209402061295]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 149101813
+    - 
+      positions: [0.9126344935804406, -0.34715213477745444, -0.7123101115648133, 1.492949027940837, -2.554414607154847, -0.0035562078415750592]
+      velocities: [-0.14635047819671626, 0.19558077674053534, -0.2324848754028509, -0.02044320138607828, 0.06677433071678401, 0.25112162752482037]
+      accelerations: [-0.07902219399640358, 0.03965673517070187, 2.2780275139789655e-14, -0.024589375882387757, 0.06410562200235106, -0.020636483697037744]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 152758055
+    - 
+      positions: [0.9120991746861642, -0.3464371823547928, -0.7131596534038865, 1.4928741605628375, -2.554170173534035, -0.002638701753772392]
+      velocities: [-0.1466396495679298, 0.195725871407416, -0.23248487540285084, -0.020533210388855923, 0.0670088430529768, 0.2510460948308905]
+      accelerations: [-0.07924664970597398, 0.0397562578569018, 0.0, -0.024674221529187093, 0.06424730877557427, -0.0207039602119579]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 156412236
+    - 
+      positions: [0.9115631006044842, -0.3457221029891777, -0.7140087158144407, 1.4927990062383196, -2.5539250206855635, -0.001721989676096928]
+      velocities: [-0.14692947911167414, 0.19587124822879554, -0.23248487540285095, -0.020623478278704588, 0.06724374160025032, 0.2509703585201943]
+      accelerations: [-0.07947199524770608, 0.0398560919356111, -5.32140198681552e-14, -0.024758966565815395, 0.06438959738915966, -0.0207713329788461]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 160064355
+    - 
+      positions: [0.9110262702906861, -0.3450068964719418, -0.7148572985313567, 1.4927235644190273, -2.553679148241759, -0.0008060723247290442]
+      velocities: [-0.14721996898670955, 0.19601690780647793, -0.232484875402851, -0.020714004718571943, 0.06747902786483607, 0.2508944187351408]
+      accelerations: [-0.07969819174541926, 0.03995619453529712, 7.606302574875784e-15, -0.024843834704161634, 0.06453247059548009, -0.020838896906753397]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 163714411
+    - 
+      positions: [0.9104886826992217, -0.3442915625970158, -0.7157054012868403, 1.4926478345585934, -2.5534325558335564, 0.00010904958133844164]
+      velocities: [-0.14751112132938538, 0.1961628507109636, -0.23248487540285065, -0.020804789537558346, 0.06771470334649024, 0.2508182754003635]
+      accelerations: [-0.07992526976678606, 0.04005659284801066, 1.9787584951383435e-13, -0.02492869360279885, 0.06467594485277231, -0.02090647677543273]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 167362402
+    - 
+      positions: [0.9099503367837587, -0.34357610116111365, -0.7165530238098006, 1.4925718161143666, -2.553185243090503, 0.0010233753219738738]
+      velocities: [-0.14780293831803404, 0.1963090775471223, -0.2324848754028504, -0.020895832397618892, 0.0679507695700782, 0.2507419286610424]
+      accelerations: [-0.08015322572167587, 0.04015727996705582, -6.853431554094172e-14, -0.02501358450013016, 0.06482002023029211, -0.020974127520603375]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 171008327
+    - 
+      positions: [0.9094112314971721, -0.34286051196368744, -0.7174001658260415, 1.4924955085468523, -2.552937209640749, 0.0019369041753901097]
+      velocities: [-0.14809542211406346, 0.19645558889405512, -0.23248487540285076, -0.020987133096746602, 0.068187228056149, 0.2506653784848588]
+      accelerations: [-0.08038205793098316, 0.040258250138673485, -1.219079308114158e-13, -0.02509854120860596, 0.06496469708762152, -0.021041892058657856]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 174652186
+    - 
+      positions: [0.9088713657915377, -0.3421447948069045, -0.7182468270584088, 1.492418911319258, -2.5526884551110482, 0.002849635417741658]
+      velocities: [-0.1483885749036985, 0.19660238534741115, -0.23248487540285107, -0.0210786913568762, 0.06842408034212569, 0.25058862494054424]
+      accelerations: [-0.08061178572509592, 0.04035951967371173, -3.811787410914596e-14, -0.02518348862964651, 0.06510998713673656, -0.021109672537821332]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 178293977
+    - 
+      positions: [0.9083307386181607, -0.3414289494957466, -0.7190930072264452, 1.4923420238985294, -2.552438979126747, 0.003761568324060697]
+      velocities: [-0.14868239888586243, 0.1967494675073581, -0.23248487540285104, -0.021170506884158884, 0.06866132797639343, 0.25051166811817505]
+      accelerations: [-0.08084240081381364, 0.04046107622772984, 4.576746859625222e-14, -0.025268493679930025, 0.06525588752466491, -0.02117755564481472]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 181933698
+    - 
+      positions: [0.9077893489275605, -0.34071297583794535, -0.7199387060466897, 1.4922648457544425, -2.552188781311785, 0.004672702167438333]
+      velocities: [-0.14897689626646543, 0.19689683597248694, -0.2324848754028509, -0.02126257939941955, 0.06889897251536653, 0.2504345080894019]
+      accelerations: [-0.0810739194383608, 0.04056293278922651, 2.2896766661265352e-14, -0.025353497914602934, 0.06540240838605173, -0.021245465272258506]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 185571349
+    - 
+      positions: [0.9072471956694922, -0.33999687364406095, -0.7207839232324112, 1.49218737636041, -2.551937861288685, 0.005583036219753891]
+      velocities: [-0.1492720692340715, 0.1970444913152575, -0.23248487540285068, -0.021354908760178093, 0.06913701550986712, 0.25035714474797854]
+      accelerations: [-0.08130631991526999, 0.040665063484330306, 1.0691250120629344e-13, -0.025438635483407725, 0.06554953937404284, -0.021313575974228068]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 189206928
+    - 
+      positions: [0.9067042777929111, -0.3392806427273354, -0.7216286584942143, 1.4921096151916604, -2.5516862186785576, 0.006492569750028886]
+      velocities: [-0.14956792004216468, 0.1971924341646471, -0.23248487540285062, -0.021447494549448005, 0.06937545854970473, 0.2502795783486688]
+      accelerations: [-0.0815396638178164, 0.04076752681272713, -8.405063156507235e-14, -0.0255236216093405, 0.06569731520039124, -0.021381515015596434]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 192840435
+    - 
+      positions: [0.9061605942460667, -0.33856428290405444, -0.7224729115387304, 1.492031561729127, -2.5514338531010816, 0.007401302027950013]
+      velocities: [-0.1498644509266185, 0.19734066512351128, -0.23248487540285082, -0.02154033648712475, 0.06961430321951206, 0.2502018089674325]
+      accelerations: [-0.08177388406756723, 0.040870251413438696, -1.5290666860954752e-14, -0.02560881698087218, 0.06584570123879599, -0.021449754202719055]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 196471867
+    - 
+      positions: [0.9056161439763927, -0.33784779399311254, -0.723316682070272, 1.4919532154545427, -2.5511807641745157, 0.008309232319429856]
+      velocities: [-0.1501616640912632, 0.19748918475327615, -0.23248487540285084, -0.021633434505941, 0.06985355109049296, 0.2501238364033025]
+      accelerations: [-0.08200903431173612, 0.04097328737627094, -7.649708046535851e-15, -0.025693978483109284, 0.06599472766515203, -0.02151797462272114]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 200101223
+    - 
+      positions: [0.9050709259305904, -0.3371311758163317, -0.7241599697897066, 1.4918745758537593, -2.5509269515156845, 0.009216359889612544]
+      velocities: [-0.15045956181366715, 0.19763799368108836, -0.23248487540285084, -0.02172678821809363, 0.07009320377769687, 0.2500456608757942]
+      accelerations: [-0.08224510573869977, 0.04107662233028455, 7.654090401801095e-15, -0.025779173252254223, 0.06614439141298016, -0.021586264244808303]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 203728503
+    - 
+      positions: [0.9045249390546137, -0.3364144281983872, -0.725002774394767, 1.4917956424158414, -2.550672414739976, 0.010122684002055574]
+      velocities: [-0.15075814636961404, 0.19778709252350052, -0.23248487540285062, -0.021820397296347063, 0.07033326289943026, 0.24996728252571532]
+      accelerations: [-0.08248211050019201, 0.04118026439359977, 1.3019416923932467e-13, -0.0258643679176326, 0.06629470037361745, -0.021654578883263064]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 207353705
+    - 
+      positions: [0.9039781822936817, -0.335697550966862, -0.7258450955798921, 1.4917164146335278, -2.550417153461336, 0.011028203919148119]
+      velocities: [-0.15105742002404496, 0.197936481876938, -0.23248487540285045, -0.021914261519943384, 0.07057373007221657, 0.24988870135614255]
+      accelerations: [-0.08272003476986725, 0.04128419590440574, -3.8314392589162005e-14, -0.02594965509705772, 0.06644564869365668, -0.02172303927139613]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 210976828
+    - 
+      positions: [0.9034306545922572, -0.33498054395214877, -0.7266869330366449, 1.4916368920019833, -2.5501611672922664, 0.011932918900983275]
+      velocities: [-0.15135738504610619, 0.1980861623329402, -0.23248487540285062, -0.02200838069850993, 0.07081460691877409, 0.24980991733218783]
+      accelerations: [-0.08295889901917626, 0.04138843339055365, -5.3670990596522075e-14, -0.026034959441283922, 0.06659724867898575, -0.021791546183312575]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 214597869
+    - 
+      positions: [0.9028823548940738, -0.33426340698755475, -0.7275282864533642, 1.4915570740198303, -2.54990445584382, 0.012836828206296303]
+      velocities: [-0.1516580437427505, 0.1982361345123037, -0.23248487540285057, -0.022102754503811117, 0.07105589508636981, 0.24973093059989876]
+      accelerations: [-0.08319870801718167, 0.04149297805369723, 6.904528335606917e-14, -0.02612028070323183, 0.06674950464507765, -0.021860099525367313]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 218216829
+    - 
+      positions: [0.9023332821421436, -0.3335461399093138, -0.7283691555151627, 1.4914769601891589, -2.5496470187255955, 0.013739931092471876]
+      velocities: [-0.15195939841941203, 0.1983863990250407, -0.23248487540285057, -0.022197382668161788, 0.07129759622584095, 0.24965174122742068]
+      accelerations: [-0.08343946057255339, 0.04159782433310654, -6.908507914041297e-14, -0.0262056530691178, 0.06690241735265576, -0.021928742959891695]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 221833706
+    - 
+      positions: [0.9017834352787497, -0.3328287425565621, -0.7292095399040716, 1.4913965500150743, -2.549388855545732, 0.01464222681513664]
+      velocities: [-0.1522614514074463, 0.1985369564983344, -0.23248487540285076, -0.022292264846978667, 0.07153971200670331, 0.24957234938366196]
+      accelerations: [-0.08368117666638065, 0.041702988901687554, -3.072219872355389e-14, -0.026291000284020444, 0.06705599950219569, -0.021997377590666504]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 225448497
+    - 
+      positions: [0.9012328132454765, -0.33211121477143507, -0.7300494392987024, 1.491315843006734, -2.5491299659109, 0.015543714629097365]
+      velocities: [-0.15256420501171242, 0.1986878075231401, -0.23248487540285068, -0.022387400879401595, 0.07178224408691031, 0.24949275500066664]
+      accelerations: [-0.08392382611064657, 0.04180843663961779, 7.684987526525883e-14, -0.026376500821507387, 0.06721023512974207, -0.022066233998886835]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 229061203
+    - 
+      positions: [0.9006814149831597, -0.3313935563988808, -0.7308888533750333, 1.4912348386749494, -2.548870349426317, 0.01644439378618316]
+      velocities: [-0.1528676615697846, 0.1988389527139825, -0.2324848754028506, -0.022482790496741914, 0.07202519414722022, 0.24941295815170086]
+      accelerations: [-0.08416746170273978, 0.04191421733981728, -3.075773395805451e-14, -0.02646191697233186, 0.0673651559878723, -0.022135003911660598]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 232671821
+    - 
+      positions: [0.9001292394319644, -0.33067576728694376, -0.731727781805347, 1.4911535365354, -2.548610005695714, 0.017344263538137963]
+      velocities: [-0.15317182342932817, 0.1989903926865168, -0.23248487540285068, -0.022578433430538655, 0.07226856387738284, 0.24933295891157062]
+      accelerations: [-0.08441204074187601, 0.042020283438818924, -7.69388761817639e-15, -0.026547487227535253, 0.06752073848220272, -0.022203995488358042]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 236280350
+    - 
+      positions: [0.899576285531319, -0.32995784728650646, -0.7325662242592894, 1.4910719361054297, -2.5483489343213654, 0.01824332313374818]
+      velocities: [-0.15347669295256333, 0.1991421280612613, -0.23248487540285068, -0.022674329396099972, 0.07251235497990201, 0.24925275737690467]
+      accelerations: [-0.0846576185947348, 0.04212668686737875, 0.0, -0.02663296447744324, 0.06767701651346988, -0.022272888850508175]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 239886789
+    - 
+      positions: [0.899022552219994, -0.32923979625158684, -0.7334041804027627, 1.49099003690738, -2.548087134904044, 0.019141571821829767]
+      velocities: [-0.1537822725372902, 0.19929415948563128, -0.2324848754028508, -0.022770477985246868, 0.0727565691821245, 0.24917235380504804]
+      accelerations: [-0.08490416423316978, 0.04223339225824361, -6.162256455306691e-14, -0.026718527950951903, 0.06783397321012423, -0.022341915409306117]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 243491136
+    - 
+      positions: [0.8984680384360562, -0.3285216140391448, -0.7342416498987211, 1.4909078384661896, -2.5478246070430473, 0.020039008849078332]
+      velocities: [-0.15408856453315184, 0.1994464875483698, -0.23248487540285084, -0.022866879082252538, 0.07300120818655254, 0.24909174807724677]
+      accelerations: [-0.08515168661732993, 0.04234040410331108, 3.8536497445456146e-14, -0.026804161129329058, 0.06799161493877261, -0.022411052888197388]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 247093389
+    - 
+      positions: [0.8979127431168752, -0.32780330050911827, -0.735078632407091, 1.4908253403096257, -2.5475613503361894, 0.02093563346028463]
+      velocities: [-0.15439557132563314, 0.19959911286483772, -0.23248487540285076, -0.02296353244789847, 0.0732462737202686, 0.24901094023550313]
+      accelerations: [-0.0854002013137944, 0.04244773432987244, 0.0, -0.02688981259315834, 0.06814995224659572, -0.022480235003097277]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 250693548
+    - 
+      positions: [0.8973566651991487, -0.3270848555244933, -0.7359151275845398, 1.4907425419689841, -2.547297364379791, 0.021831444898956682]
+      velocities: [-0.15470329533641103, 0.1997520360775148, -0.23248487540285073, -0.023060437719183598, 0.07349176753577585, 0.24892993048319137]
+      accelerations: [-0.08564971757454069, 0.042555387762919755, 1.543256492514004e-14, -0.026975465536887233, 0.06830899203790926, -0.02254943896510901]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 254291611
+    - 
+      positions: [0.8967998036189117, -0.3263662789513403, -0.7367511350843932, 1.4906594429793227, -2.54703264876867, 0.022726442407534478]
+      velocities: [-0.1550117389667407, 0.19990525779838936, -0.2324848754028505, -0.023157594687294784, 0.07373769137690116, 0.24884871882626086]
+      accelerations: [-0.08590021954064653, 0.04266334432528128, 1.0809101261979791e-13, -0.027061223009994143, 0.06846872593890573, -0.022618797872241515]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 257887576
+    - 
+      positions: [0.8962421573115114, -0.3256475706587079, -0.7375866545570927, 1.4905760428780912, -2.5467672030961577, 0.023620625226167008]
+      velocities: [-0.15532090466125548, 0.20005877867306504, -0.23248487540285048, -0.023255002988627548, 0.07398404701744318, 0.248767305471633]
+      accelerations: [-0.08615175199184445, 0.042771644512125416, -9.270359136577742e-14, -0.027146896343066156, 0.06862918238250071, -0.02268806733065064]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 261481442
+    - 
+      positions: [0.8956837252116678, -0.32492873051885474, -0.7384216856493498, 1.490492341207663, -2.5465010269540547, 0.024513992594974436]
+      velocities: [-0.15563079485352696, 0.20021259932628493, -0.23248487540285065, -0.023352662367560822, 0.07423083622795558, 0.2486856904889327]
+      accelerations: [-0.0864042687984724, 0.0428802379242893, 0.0, -0.02723273492423123, 0.06879033453259202, -0.022757568815749116]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 265073207
+    - 
+      positions: [0.8951245062534088, -0.32420975840697913, -0.7392562280052484, 1.490408337512013, -2.5462341199326817, 0.025406543751085635]
+      velocities: [-0.15594141196251649, 0.2003667203584465, -0.2324848754028508, -0.023450572691465686, 0.07447806077371902, 0.2486038737899262]
+      accelerations: [-0.08665781279654719, 0.04298916313536157, -7.73435034408868e-14, -0.02731855832828997, 0.06895220971361092, -0.022827069237677626]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 268662870
+    - 
+      positions: [0.8945644993701277, -0.3234906542014392, -0.7400902812654421, 1.4903240313391366, -2.545966481620836, 0.02629827793079836]
+      velocities: [-0.15625275847315317, 0.20052114242615848, -0.23248487540285054, -0.023548733565010086, 0.0747257224637269, 0.2485218556270487]
+      accelerations: [-0.08691238276190998, 0.043098414602608145, 2.1668888762998777e-13, -0.02740440128431297, 0.06911480839866768, -0.0228966126097138]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 272250429
+    - 
+      positions: [0.8940037034945789, -0.32277141778372626, -0.7409238450673016, 1.4902394222405948, -2.545698111605795, 0.027189194369176495]
+      velocities: [-0.15656483686310618, 0.2006758661685411, -0.23248487540285045, -0.023647144685335374, 0.07497382310606694, 0.2484396361352068]
+      accelerations: [-0.08716798083075991, 0.04320798989669072, -1.6261215721445976e-13, -0.027490281087813224, 0.06927813312415079, -0.02296622090582752]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 275835883
+    - 
+      positions: [0.8934421175588785, -0.3220520490384623, -0.7417569190449864, 1.490154509771293, -2.545429009473316, 0.028079292299853117]
+      velocities: [-0.1568776495857112, 0.20083089219018085, -0.23248487540285062, -0.023745805919579668, 0.07522236449732, 0.2483572152321652]
+      accelerations: [-0.08742459622726377, 0.043317873926825935, 6.19839362834331e-14, -0.027576275874220242, 0.0694421784330161, -0.023035993915488304]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 279419230
+    - 
+      positions: [0.89287974049449, -0.3213325478533281, -0.7425895028297844, 1.4900692934884527, -2.545159174807651, 0.028968570954122176]
+      velocities: [-0.15719119915120872, 0.20098622114271714, -0.2324848754028505, -0.023844716917944327, 0.07547134847280736, 0.24827459311670846]
+      accelerations: [-0.0876822764770829, 0.04342810981502818, 0.0, -0.027662186980049654, 0.06960697494329138, -0.02310567556947592]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 283000469
+    - 
+      positions: [0.8923165712322854, -0.32061291411929727, -0.7434215960492329, 1.489983772954261, -2.544888607191496, 0.029857029563295626]
+      velocities: [-0.15750548807194098, 0.20114185366986376, -0.23248487540285065, -0.023943877376766468, 0.07572077687257465, 0.24819176992917033]
+      accelerations: [-0.08794098026002527, 0.04353865178782096, -7.757130490830946e-14, -0.02774823947676215, 0.06977249824945134, -0.02317555525753034]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 286579597
+    - 
+      positions: [0.8917526087024874, -0.31989314773040073, -0.7442531983281033, 1.4898979477328915, -2.54461730620604, 0.030744667356052816]
+      velocities: [-0.15782051886243617, 0.2012977904068024, -0.23248487540285073, -0.024043287038692168, 0.07597065154179275, 0.24810874575267422]
+      accelerations: [-0.08820075521848204, 0.043649542673976714, 2.328513921751759e-14, -0.027834234609429156, 0.06993877924102014, -0.023245375973097473]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 290156614
+    - 
+      positions: [0.8911878518347328, -0.3191732485839662, -0.7450843092875233, 1.48981181739315, -2.544345271430913, 0.03163148356080462]
+      velocities: [-0.1581362940586677, 0.20145403200020917, -0.23248487540285073, -0.02414294559948912, 0.07622097434224233, 0.24802552073195028]
+      accelerations: [-0.08846157078710343, 0.04376074785358941, -7.766304626684931e-15, -0.02792034561558957, 0.07010579993207641, -0.023315361015340118]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 293731517
+    - 
+      positions: [0.8906222995580302, -0.31845321658043624, -0.7459149285457315, 1.4897253815061897, -2.544072502444226, 0.03251747740365136]
+      velocities: [-0.15845281617926515, 0.20161057906902935, -0.23248487540285065, -0.024242852894484607, 0.07647174712806443, 0.24794209483423257]
+      accelerations: [-0.08872345297757642, 0.0438722882560785, 4.6625431227688186e-14, -0.028006477855664087, 0.07027357769338775, -0.023385386899721767]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 297304306
+    - 
+      positions: [0.8900559508007918, -0.3177330516234936, -0.7467450557176566, 1.4896386396467745, -2.5437989988225445, 0.03340264810952319]
+      velocities: [-0.15877008780394258, 0.20176743228246116, -0.2324848754028508, -0.02434300852623401, 0.07672297179547677, 0.24785846832815012]
+      accelerations: [-0.08898641514916596, 0.04398417290094796, -1.3218375262772901e-13, -0.028092596307463826, 0.07044212239143216, -0.02345540905788121]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 300874977
+    - 
+      positions: [0.88948880449085, -0.3170127536201099, -0.7475746904147627, 1.4895515913937503, -2.5435247601408717, 0.034286994902591156]
+      velocities: [-0.15908811148831942, 0.20192459227562276, -0.23248487540285093, -0.02444341226747418, 0.0769746502288858, 0.24777464126457188]
+      accelerations: [-0.08925043568475191, 0.04409637552700199, 6.2241069173438e-14, -0.028178831896787916, 0.07061142127215699, -0.023525594612084155]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 304443531
+    - 
+      positions: [0.8889208595554284, -0.316292322480421, -0.7484038322456119, 1.4894642363283273, -2.5432497859726846, 0.03517051700474713]
+      velocities: [-0.15940688979701365, 0.20208205968161166, -0.2324848754028508, -0.024544063906574702, 0.07722678432161126, 0.24769061367715065]
+      accelerations: [-0.08951554649925651, 0.04420892311125544, 7.784761615854434e-15, -0.02826506303202397, 0.07078149582503471, -0.023595786660363802]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 308009964
+    - 
+      positions: [0.8883521149211816, -0.31557175811787647, -0.7492324808153299, 1.4893765740356946, -2.5429740758898944, 0.03605321363704236]
+      velocities: [-0.15972642532322534, 0.20223983515143312, -0.2324848754028509, -0.024644963154263108, 0.07747937598827948, 0.24760638570113722]
+      accelerations: [-0.08978173698343501, 0.044321800557966154, -6.231519057349975e-14, -0.028351368463438907, 0.07095234026942168, -0.023666085858546456]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 311574276
+    - 
+      positions: [0.8877825695141792, -0.3148510604491667, -0.7500606357259442, 1.4892886041039926, -2.5426976294628676, 0.036935084018777466]
+      velocities: [-0.16004672068242487, 0.2023979193480162, -0.2324848754028509, -0.024746109673917202, 0.0777324271616996, 0.24752195753290282]
+      accelerations: [-0.0900490356150891, 0.04443503155057325, 7.014640786806043e-14, -0.02843764339908621, 0.0711239744172593, -0.02373635775721944]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 315136464
+    - 
+      positions: [0.8872122222599409, -0.3141302293943497, -0.750888296575927, 1.4892003261257014, -2.542420446260386, 0.03781612736873206]
+      velocities: [-0.16036777850925193, 0.20255631294238746, -0.23248487540285057, -0.024847503097562174, 0.07798593979067626, 0.24743732941166]
+      accelerations: [-0.09031743008761058, 0.04454859885167367, 1.0918181626731629e-13, -0.028523975632682212, 0.07129639129571233, -0.023806713349328268]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 318696527
+    - 
+      positions: [0.8866410720834215, -0.31340926487677817, -0.7517154629605652, 1.4891117396964966, -2.5421425258496724, 0.03869634290415806]
+      velocities: [-0.16068960139086225, 0.20271501654718288, -0.23248487540285057, -0.024949143338044176, 0.0782399157951805, 0.2473525012200463]
+      accelerations: [-0.09058691144630765, 0.04466248878872877, -1.1705049605585163e-13, -0.02861043574204818, 0.07146958554130091, -0.02387724256534646]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 322254464
+    - 
+      positions: [0.8860691179089968, -0.31268816682303796, -0.7525421344722624, 1.489022844414334, -2.5418638677964167, 0.03957572983997473]
+      velocities: [-0.16101219195344202, 0.20287403080328414, -0.2324848754028508, -0.025051030183245598, 0.07849435712415506, 0.2472674730018381]
+      accelerations: [-0.09085751600209752, 0.04477673278788182, 0.0, -0.02869688360091646, 0.07164358266786865, -0.023947765608557128]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 325810271
+    - 
+      positions: [0.8854963586605092, -0.31196693516311297, -0.7533683106999269, 1.4889336398813007, -2.541584471664718, 0.04045428739040424]
+      velocities: [-0.16133555290283305, 0.20303335641988862, -0.23248487540285084, -0.025153163108608635, 0.07874926578275282, 0.2471822452018249]
+      accelerations: [-0.09112925778305381, 0.04489133978486964, -2.3438175906388006e-14, -0.028783284225405145, 0.07181839273251293, -0.02401823733279464]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 329363949
+    - 
+      positions: [0.8849227932612811, -0.31124556983043505, -0.7541939912288221, 1.4888441257040792, -2.5413043370170705, 0.04133201476938825]
+      velocities: [-0.1616596868905617, 0.20319299404111107, -0.23248487540285073, -0.025255541901653918, 0.07900464374302857, 0.24709681786815718]
+      accelerations: [-0.0914020977841035, 0.045006266178434534, 8.59916097801301e-14, -0.028869848803068986, 0.07199399104715533, -0.02408892664420333]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 332915494
+    - 
+      positions: [0.8843484206340697, -0.3105240707616824, -0.7550191756414616, 1.4887543014911957, -2.5410234634144353, 0.04220891118815531]
+      velocities: [-0.16198459657439312, 0.20335294430616496, -0.23248487540285057, -0.025358166381025102, 0.07926049298435295, 0.24701119101140895]
+      accelerations: [-0.09167608410689926, 0.045121554757215916, 7.82212245861017e-15, -0.028956384255858027, 0.07217041040878215, -0.0241595863533511]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 336464905
+    - 
+      positions: [0.8837732397011213, -0.3098024378969948, -0.7558438635167792, 1.488664166855556, -2.5407418504161674, 0.04308497585746774]
+      velocities: [-0.16231028466831826, 0.20351320789884692, -0.23248487540285068, -0.025461036162361846, 0.07951681552635714, 0.2469253649037742]
+      accelerations: [-0.09195120594690712, 0.04523718979170588, -7.044151969923318e-14, -0.029042970025067297, 0.07234764472367611, -0.024230316996417502]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 340012180
+    - 
+      positions: [0.8831972493841603, -0.30908067117990956, -0.7566680544304647, 1.4885737214134174, -2.5404594975800423, 0.04396020798671937]
+      velocities: [-0.1626367538319757, 0.20367378543748169, -0.23248487540285062, -0.025564151174342534, 0.07977361335456976, 0.2468393394216255]
+      accelerations: [-0.09222744913130818, 0.045353152063546766, 9.397869978217607e-14, -0.029129703808097932, 0.07252568491165656, -0.02430124182942387]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 343557318
+    - 
+      positions: [0.8826204486043708, -0.30835877055728084, -0.7574917479553654, 1.4884829647831277, -2.5401764044622936, 0.04483460678282503]
+      velocities: [-0.16296400679542933, 0.2038346775996125, -0.2324848754028506, -0.025667511078949552, 0.08003088850568586, 0.24675311478130393]
+      accelerations: [-0.0925048732652656, 0.04546949617236758, -7.836290894712271e-14, -0.029216338108870515, 0.07270457299904153, -0.02437204644223983]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 347100317
+    - 
+      positions: [0.882042836282465, -0.3076367359795398, -0.7583149436604416, 1.4883918965883605, -2.5398925706175066, 0.04570817145307099]
+      velocities: [-0.16329204634582783, 0.20399588510834543, -0.23248487540285068, -0.025771115334006466, 0.08028864305886574, 0.24666669146034947]
+      accelerations: [-0.09278345678347708, 0.04558619526246134, 3.1364133281190996e-14, -0.029303005828281888, 0.07288429509909677, -0.024442898417983683]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 350641174
+    - 
+      positions: [0.8814644113386582, -0.30691456740058143, -0.7591376411113172, 1.4883005164563927, -2.5396079955986686, 0.04658090120360181]
+      velocities: [-0.16362087517865403, 0.2041574085832772, -0.23248487540285068, -0.02587496388401575, 0.08054687903261035, 0.24658006932195492]
+      accelerations: [-0.09306317531593156, 0.04570321976014196, -2.353735693884531e-14, -0.029389849517788322, 0.07306483502100186, -0.024513977680486146]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 354179887
+    - 
+      positions: [0.8808851726926391, -0.3061922647776403, -0.7599598398708783, 1.4882088240162648, -2.5393226789572276, 0.04745279523781293]
+      velocities: [-0.16395049604661066, 0.20431924868965706, -0.23248487540285084, -0.02597905646925231, 0.08080559848748234, 0.24649324849029186]
+      accelerations: [-0.09334409139033452, 0.04582062704198953, -8.63560272255717e-14, -0.029476611891830942, 0.07324623689683088, -0.02458495747657266]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 357716456
+    - 
+      positions: [0.8803051192636429, -0.3054698280715609, -0.7607815394981817, 1.4881168189021339, -2.5390366202429817, 0.04832385275929473]
+      velocities: [-0.164280911722263, 0.20448140610117588, -0.23248487540285093, -0.026083392798693324, 0.0810648035004026, 0.24640622913162952]
+      accelerations: [-0.09362615957993145, 0.04593836650818433, 4.713192136697446e-14, -0.02956353336377649, 0.0734284700546585, -0.02465614158684859]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 361250878
+    - 
+      positions: [0.8797242499703981, -0.304747257246578, -0.7616027395494614, 1.4880245007501656, -2.5387498190041775, 0.04919407296911035]
+      velocities: [-0.1646121249920359, 0.20464388149338997, -0.23248487540285073, -0.026187972580858, 0.08132449616105214, 0.2463190114145435]
+      accelerations: [-0.0939094391414712, 0.046056491901733415, 7.074092338966518e-14, -0.029650373776330067, 0.07361157668227078, -0.02472722536010292]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 364783151
+    - 
+      positions: [0.8791425637311931, -0.30402455227056896, -0.7624234395771137, 1.4879318692016577, -2.538462274787402, 0.0500634550685348]
+      velocities: [-0.1649441386763468, 0.20480667556403964, -0.23248487540285073, -0.026292795430085114, 0.08158467858571042, 0.24623159562944913]
+      accelerations: [-0.09419389605882741, 0.04617496409464529, -8.651384612094726e-14, -0.029737320728516963, 0.07379553395625413, -0.024798445208842744]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 368313273
+    - 
+      positions: [0.8785600594638373, -0.3033017131148859, -0.7632436391304798, 1.487838923900621, -2.538173987137661, 0.05093199825694328]
+      velocities: [-0.16527695555066793, 0.20496978895400647, -0.23248487540285084, -0.02639786122839571, 0.08184535286128136, 0.2461439817310485]
+      accelerations: [-0.09447954493812151, 0.04629379209471273, 3.1478791173925754e-14, -0.02982433887195466, 0.07398035240389997, -0.024869755447402577]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 371841243
+    - 
+      positions: [0.8779767360856789, -0.30257873975441235, -0.7640633377556889, 1.48774566449425, -2.537884955598366, 0.05179970173222635]
+      velocities: [-0.16561057845252214, 0.2051332223539169, -0.23248487540285087, -0.026503169637177873, 0.08210652112095622, 0.2460561699549377]
+      accelerations: [-0.09476641240919532, 0.04641299716318244, -4.7247064397248484e-14, -0.02991133923624159, 0.07416605209126183, -0.024941043253631782]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 375367058
+    - 
+      positions: [0.877392592513631, -0.3018556321676605, -0.7648825349952844, 1.487652090634083, -2.5375951797112837, 0.05266656469180743]
+      velocities: [-0.16594501021584507, 0.2052969764391842, -0.23248487540285087, -0.026608720396600272, 0.08236818549819123, 0.2459681604394236]
+      accelerations: [-0.09505447594236215, 0.046532551509699885, 4.727600387270814e-14, -0.029998456207952936, 0.07435261751239454, -0.025012477322647456]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 378890716
+    - 
+      positions: [0.8768076276641505, -0.3011323903366631, -0.7657012303887739, 1.4875582019742801, -2.537304659016602, 0.05353258633113862]
+      velocities: [-0.16628025369893507, 0.20546105189697947, -0.23248487540285057, -0.026714513199560152, 0.08263034814646289, 0.24587995338550828]
+      accelerations: [-0.09534377810053488, 0.04665249173694658, 1.3403084904268644e-13, -0.030085529181368646, 0.07454007999895586, -0.025083853909236255]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 382412216
+    - 
+      positions: [0.8762218404532808, -0.30040901424714356, -0.7665194234719594, 1.4874639981737034, -2.537013393052844, 0.05439776584553048]
+      velocities: [-0.16661631175292668, 0.2056254493952347, -0.23248487540285045, -0.02682054783387607, 0.08289301121581891, 0.24579154887712457]
+      accelerations: [-0.09563427845375315, 0.046772772419787376, -7.100110464771258e-14, -0.030172773492356936, 0.07472841073293802, -0.025155444041709486]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 385931555
+    - 
+      positions: [0.8756352297966122, -0.2996855038883296, -0.7673371137778213, 1.4873694788931582, -2.5367213813569798, 0.05526210242773768]
+      velocities: [-0.16695318726426023, 0.2057901696246262, -0.23248487540285068, -0.026926823992438616, 0.08315617688463678, 0.2457029471200572]
+      accelerations: [-0.09592604379713353, 0.04689345407718782, -6.315092919403906e-14, -0.03025992045360538, 0.0749176591667056, -0.025226907950030714]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 389448731
+    - 
+      positions: [0.8750477946093478, -0.2989618592532231, -0.7681543008354027, 1.487274643798859, -2.5364286234642788, 0.056125595270997086]
+      velocities: [-0.16729088315079027, 0.20595521329494504, -0.2324848754028508, -0.027033341289035062, 0.08341984735664389, 0.24561414842186874]
+      accelerations: [-0.09621903152761702, 0.04701448920876587, 0.0, -0.030347194585252563, 0.07510779482062828, -0.025298528303905433]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 392963743
+    - 
+      positions: [0.874459533806264, -0.2982380803384064, -0.7689709841707305, 1.4871794925595565, -2.536135118908428, 0.056988243566512706]
+      velocities: [-0.16762940228499512, 0.20612058105840886, -0.2324848754028509, -0.027140099606339382, 0.08368402480451724, 0.24552515275475822]
+      accelerations: [-0.09651326482723689, 0.04713589475157447, -7.11324620119588e-14, -0.030434524967848705, 0.07529883511522982, -0.025370213763423355]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 396476588
+    - 
+      positions: [0.8738704463017323, -0.2975141671441298, -0.7697871633065159, 1.4870840248474604, -2.5358408672214905, 0.05785004650428046]
+      velocities: [-0.16796874760992436, 0.20628627362464919, -0.232484875402851, -0.02724709857420287, 0.08394871145477828, 0.24543596041175747]
+      accelerations: [-0.09680876709607275, 0.04725768862328172, 7.908493229831595e-15, -0.030521839381124134, 0.07549079789935247, -0.02544187375946322]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 399987264
+    - 
+      positions: [0.8732805310097435, -0.29679011967439156, -0.7706028377618529, 1.4869882403391768, -2.5355458679338656, 0.05871100327389619]
+      velocities: [-0.1683089220585723, 0.20645229168073823, -0.2324848754028507, -0.027354337933104968, 0.08421390952884038, 0.24534657154918416]
+      accelerations: [-0.09710551569564424, 0.047379842261100306, 1.740945865334518e-13, -0.03060927380905673, 0.07568366709353062, -0.02551367741232405]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 403495769
+    - 
+      positions: [0.8726897868438859, -0.29606593793683617, -0.7714180070527672, 1.486892138713979, -2.535250120574357, 0.05957111306306078]
+      velocities: [-0.1686499285602706, 0.20661863589755372, -0.23248487540285062, -0.02746181750310591, 0.08447962124729631, 0.245256986226889]
+      accelerations: [-0.09740353769728902, 0.047502377211025446, -1.3461106858233213e-13, -0.03069673834085824, 0.07587746301146674, -0.025585511218814274]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 407002102
+    - 
+      positions: [0.8720982127173752, -0.2953416219428509, -0.7722326706918453, 1.486795719654971, -2.534953624670128, 0.06043037505859805]
+      velocities: [-0.16899177011239802, 0.206785307000672, -0.2324848754028508, -0.027569536866441535, 0.08474584888331795, 0.2451672048054685]
+      accelerations: [-0.09770285142566003, 0.04762530535456084, 4.753930114725427e-14, -0.030784188009997947, 0.07607220007979533, -0.025657317841464914]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 410506260
+    - 
+      positions: [0.8715058075430677, -0.29461717170762625, -0.7730468281880413, 1.486698982849672, -2.534656379746664, 0.06128878844696326]
+      velocities: [-0.16933444967750602, 0.20695230566816958, -0.23248487540285062, -0.027677495827534315, 0.08501259468661082, 0.245077227369487]
+      accelerations: [-0.09800342532221924, 0.047748589950965356, 3.964073237985412e-14, -0.030871795343340943, 0.07626785527449378, -0.025729312824788894]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 414008240
+    - 
+      positions: [0.8709125702334353, -0.29389258725001693, -0.7738604790473774, 1.4866019279878278, -2.5343583853278733, 0.06214635241234719]
+      velocities: [-0.1696779702394925, 0.20711963258654464, -0.23248487540285062, -0.02778569415921123, 0.0852798609245044, 0.24498705404644666]
+      accelerations: [-0.098305309814599, 0.047872274811474304, -2.3799261203795053e-14, -0.03095937048000321, 0.07646446650621627, -0.02580125671561418]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 417508041
+    - 
+      positions: [0.8703184997006136, -0.2931678685927347, -0.7746736227721618, 1.4865045547638447, -2.5340596409359777, 0.06300306613879851]
+      velocities: [-0.17002233483670925, 0.20728728848335287, -0.23248487540285062, -0.027894131459602636, 0.08554764990700459, 0.24489668518503896]
+      accelerations: [-0.09860849232686072, 0.047996341851692596, 1.5876077395622807e-14, -0.03104700428894884, 0.07666202511668008, -0.02587326333405928]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 421005661
+    - 
+      positions: [0.8697235948563895, -0.29244301576227866, -0.7754862588613541, 1.4864068628756426, -2.533760146091558, 0.06385892880922361]
+      velocities: [-0.17036754649054045, 0.2074552740559738, -0.2324848754028504, -0.028002807469817398, 0.08581596393362084, 0.24480612095776302]
+      accelerations: [-0.09891298256742383, 0.04812079422480489, 1.1120201999721479e-13, -0.031134688314400902, 0.07686053870295048, -0.025945320139605252]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 424501098
+    - 
+      positions: [0.8691278546122129, -0.2917180287889697, -0.7762983868105225, 1.4863088520247756, -2.5334599003135496, 0.06471393960550469]
+      velocities: [-0.17071360820818926, 0.20762358997453417, -0.2324848754028504, -0.028111722059154826, 0.08608480529478978, 0.24471536138117844]
+      accelerations: [-0.09921876951801377, 0.048245615458882986, -1.0332367917629866e-13, -0.031222505215794498, 0.07705999939413492, -0.02601752967871259]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 427994348
+    - 
+      positions: [0.8685312778791874, -0.2909929077068902, -0.7771100061121737, 1.4862105219153958, -2.533158903119289, 0.0655680977076074]
+      velocities: [-0.1710605230699202, 0.20779223696851226, -0.2324848754028507, -0.028220874841692375, 0.08635417633835318, 0.24462440679235653]
+      accelerations: [-0.09952591293165564, 0.04837085833285496, -7.9529604413096e-14, -0.03131022695316253, 0.07726045292139593, -0.02608960653182861]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 431485411
+    - 
+      positions: [0.8679338635681256, -0.29026765255410597, -0.7779211162548227, 1.4861118722571591, -2.5328571540243736, 0.0664214022960927]
+      velocities: [-0.17140829415290518, 0.20796121575101564, -0.23248487540285073, -0.028330265511506574, 0.08662407941127437, 0.2445332574317218]
+      accelerations: [-0.09983435824509439, 0.04849646302055582, 6.366365482257232e-14, -0.031398128253519446, 0.07746185808762196, -0.02616189225096839]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 434974284
+    - 
+      positions: [0.8673356105895021, -0.28954226337244177, -0.7787317167240995, 1.4860129027617541, -2.532554652542829, 0.06727385254912845]
+      velocities: [-0.17175692453212876, 0.2081305270192637, -0.23248487540285054, -0.028439893842483875, 0.08689451686102584, 0.24444191344338673]
+      accelerations: [-0.10014416581455206, 0.048622482627688715, 4.7777787717062055e-14, -0.03148598076646231, 0.07766426148378254, -0.026234100968956658]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 438460964
+    - 
+      positions: [0.8667365178535075, -0.28881674020770404, -0.7795418070018151, 1.485913613145808, -2.5322513981869617, 0.06812544764499796]
+      velocities: [-0.17210641730853685, 0.20830017148271104, -0.23248487540285034, -0.02854975956113058, 0.08716549105651338, 0.24435037503397247]
+      accelerations: [-0.10045529719807815, 0.048748873392866314, 5.577588664181335e-14, -0.031573986627923815, 0.07786763389635208, -0.02630648358714375]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 441945450
+    - 
+      positions: [0.8661365842700173, -0.2880910831095199, -0.7803513865667757, 1.4858140031283416, -2.5319473904674874, 0.06897618675991582]
+      velocities: [-0.17245677559142042, 0.20847014984558504, -0.23248487540285045, -0.028659862425928533, 0.08743700437459097, 0.24425864237304817]
+      accelerations: [-0.10076780277255586, 0.0488756784827495, -1.1959521715163284e-13, -0.031661962745715456, 0.07807201427741164, -0.026378811014862728]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 445427739
+    - 
+      positions: [0.8655358087486364, -0.28736529213151796, -0.7811604548940345, 1.485714072433097, -2.531642628893412, 0.06982606907003393]
+      velocities: [-0.17280800252026107, 0.2086404628280092, -0.23248487540285057, -0.02877020213192217, 0.08770905921697612, 0.24416671571311405]
+      accelerations: [-0.1010816566553254, 0.049002866233105964, 7.180251027801349e-14, -0.03175005670128178, 0.07827738313827028, -0.026451265540143598]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 448907829
+    - 
+      positions: [0.8649341901986805, -0.2866393673312197, -0.7819690114554807, 1.4856138207866874, -2.5313371129721243, 0.07067509374985986]
+      velocities: [-0.173160101246724, 0.20881111114875184, -0.23248487540285057, -0.028880778389864643, 0.0879816579965805, 0.24407459528904474]
+      accelerations: [-0.10139689900437958, 0.049130469974653423, -7.184799480700665e-14, -0.031838130637777955, 0.07848377167491848, -0.026523675543257942]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 452385718
+    - 
+      positions: [0.8643317275292093, -0.28591330877017407, -0.7827770557192796, 1.485513247920347, -2.531030842209304, 0.07152325997375715]
+      velocities: [-0.17351307494208368, 0.20898209553185554, -0.23248487540285073, -0.02899159089506797, 0.08825480314311042, 0.24398228135872943]
+      accelerations: [-0.10171350822814484, 0.04925846183007164, -3.9940880263812016e-14, -0.031926314415631096, 0.07869116363565236, -0.026596200173693744]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 455861404
+    - 
+      positions: [0.8637284196490119, -0.2851871165138696, -0.783584587150386, 1.4854123535683097, -2.5307238161090035, 0.07237056691456921]
+      velocities: [-0.17386692677149349, 0.20915341668118348, -0.2324848754028509, -0.029102639439255576, 0.08852849708305663, 0.24388977406414286]
+      accelerations: [-0.10203150976223975, 0.04938686052474132, -4.7959519914550476e-14, -0.03201453441226079, 0.07889957876620235, -0.026668747589860677]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 459334883
+    - 
+      positions: [0.86312426546663, -0.28446079063181595, -0.7843916052102413, 1.4853111374687487, -2.5304160341736006, 0.073217013744422]
+      velocities: [-0.17422165991597893, 0.20932507530237393, -0.2324848754028509, -0.029213923814739633, 0.0888027422561975, 0.24379707355016933]
+      accelerations: [-0.10235089467963868, 0.04951565078309975, 3.999171199515874e-14, -0.03210286553333071, 0.07910901031757231, -0.026741408788325354]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 462806154
+    - 
+      positions: [0.8625192638903522, -0.2837343311975006, -0.785198109357066, 1.4852095993628496, -2.5301074959038456, 0.07406259963394496]
+      velocities: [-0.17457727761741876, 0.20949707214700933, -0.23248487540285084, -0.029325443621002457, 0.08907754115197376, 0.24370418020324006]
+      accelerations: [-0.10267171447188925, 0.04964487685524983, 0.0, -0.03219112253150068, 0.07931949910094296, -0.02681395419530277]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 466275215
+    - 
+      positions: [0.8619134138282587, -0.28300773828856174, -0.7860040990451166, 1.485107738997147, -2.5297982007987336, 0.0749073237542657]
+      velocities: [-0.17493378311891583, 0.2096694079537519, -0.2324848754028508, -0.02943719852190032, 0.08935289626218787, 0.24361109433281453]
+      accelerations: [-0.1029939259135718, 0.049774489549716604, 2.402566881971012e-14, -0.032279528632812214, 0.07953101115856605, -0.02688665847592035]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 469742063
+    - 
+      positions: [0.8613067141881878, -0.28228101198662203, -0.7868095737255685, 1.4850055561207385, -2.5294881483556546, 0.07575118527463981]
+      velocities: [-0.1752911796095204, 0.20984208339317378, -0.23248487540285076, -0.029549188487993927, 0.08962881003700346, 0.2435178158745475]
+      accelerations: [-0.1033175486284434, 0.049904501288266685, 0.0, -0.032368038345834176, 0.07974356193398381, -0.026959463243674896]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 473206695
+    - 
+      positions: [0.8606991638777537, -0.281554152377352, -0.7876145328463185, 1.4849030504858722, -2.5291773380703613, 0.07659418336295991]
+      velocities: [-0.17564947038418324, 0.21001509922623468, -0.23248487540285084, -0.029661413103308817, 0.08990528501172797, 0.24342434524397422]
+      accelerations: [-0.10364263174960664, 0.05003495433098959, -4.00940910640002e-14, -0.03245647496598105, 0.0799571906733866, -0.027032150663519675]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 476669110
+    - 
+      positions: [0.8600907618043898, -0.28082715955062637, -0.7884189758512916, 1.484800221850167, -2.5288657694368464, 0.07743631718765194]
+      velocities: [-0.17600865874316443, 0.2101884562045543, -0.23248487540285084, -0.02977387200055563, 0.09018232372718325, 0.2433306827999545]
+      accelerations: [-0.10396913697112475, 0.050165803591871914, 2.4071902138311863e-14, -0.032545044174454134, 0.08017186695961358, -0.027104971988829808]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 480129305
+    - 
+      positions: [0.8594815068753185, -0.28010003360038377, -0.7892229021812364, 1.4846970699740567, -2.5285534419474818, 0.07827758591550533]
+      velocities: [-0.17636874793627252, 0.21036215501495875, -0.23248487540285093, -0.029886565103362545, 0.09045992868514616, 0.24323682854733025]
+      accelerations: [-0.10429708122403891, 0.050297059281114956, -6.423303013688969e-14, -0.03263370922976929, 0.08038760430490256, -0.027177881189704885]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 483587278
+    - 
+      positions: [0.8588713979975687, -0.27937277462467414, -0.7900263112735769, 1.4845935946212645, -2.5282403550929935, 0.07911798871208238]
+      velocities: [-0.17672974128613328, 0.21053619640189963, -0.2324848754028508, -0.029999492093341844, 0.09073810244642319, 0.2431427827915119]
+      accelerations: [-0.10462649749350711, 0.050428747065068745, 1.5265174646522087e-13, -0.032722367873156785, 0.0806044290106875, -0.027250751278919957]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 487043026
+    - 
+      positions: [0.8582604340780031, -0.27864538272575967, -0.7908292025620037, 1.4844897955600906, -2.5279265083623885, 0.07995752474281814]
+      velocities: [-0.17709164214757828, 0.21071058112657914, -0.23248487540285068, -0.03011265258797522, 0.0910168475991794, 0.243048545921022]
+      accelerations: [-0.10495737937234575, 0.05056085358762646, -8.843437334097752e-14, -0.03281108611522757, 0.08082233638850958, -0.02732366182166595]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 490496546
+    - 
+      positions: [0.8576486140233169, -0.27791785801008473, -0.7916315754767255, 1.4843856725626032, -2.527611901242996, 0.08079619317234228]
+      velocities: [-0.17745445384738817, 0.21088530990717697, -0.2324848754028508, -0.030226046399262192, 0.0912961667098392, 0.24295411808939776]
+      accelerations: [-0.10528972501637346, 0.050693369922536084, 2.413406086839272e-14, -0.032899911426424996, 0.08104132435685653, -0.027396669968059978]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 493947837
+    - 
+      positions: [0.8570359367400368, -0.27719020058825894, -0.7924334294446461, 1.4842812254040634, -2.5272965332205053, 0.08163399316399436]
+      velocities: [-0.17781817974063147, 0.21106038347517506, -0.2324848754028508, -0.03033967329102348, 0.09157606236826064, 0.24285949951270489]
+      accelerations: [-0.10562356067744308, 0.050826315323034506, -2.4149693781660958e-14, -0.03298876934246977, 0.08126141441291031, -0.027469683074203825]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 497396896
+    - 
+      positions: [0.8564224011345465, -0.27646241057513393, -0.793234763889069, 1.4841764538638642, -2.5269804037789085, 0.08247092388062895]
+      velocities: [-0.17818282322223483, 0.21123580258617472, -0.23248487540285084, -0.030453532930357338, 0.09185653719803094, 0.24276469052970015]
+      accelerations: [-0.1059588913192366, 0.050959687169212585, -1.611024294041343e-14, -0.03307767917732025, 0.0814826105205454, -0.027542723383927634]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 500843720
+    - 
+      positions: [0.8558080061130919, -0.27573448808981216, -0.7940355782297639, 1.4840713577253049, -2.5266635124005123, 0.08330698448443048]
+      velocities: [-0.17854838767071973, 0.2114115679641338, -0.2324848754028508, -0.030567625130599192, 0.09213759380986591, 0.24266969130351693]
+      accelerations: [-0.10629571062881245, 0.05109347238955993, 4.836214593135379e-14, -0.0331667073778379, 0.08170490720106709, -0.027615871261357602]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 504288307
+    - 
+      positions: [0.8551927505817789, -0.2750064332556136, -0.7948358718832162, 1.4839659367747828, -2.526345858565988, 0.08414217413623051]
+      velocities: [-0.1789148765356049, 0.21158768038768044, -0.2324848754028508, -0.030681949478466523, 0.09241923487328718, 0.24257450227897065]
+      accelerations: [-0.10663407440924537, 0.05122771850957869, -5.645924588749723e-14, -0.03325565675932362, 0.08192835010624612, -0.027688883405352856]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 507730654
+    - 
+      positions: [0.854576633446618, -0.2742782462002499, -0.7956356442618587, 1.4838601908042461, -2.5260274417542212, 0.08497649199760023]
+      velocities: [-0.1792822932261915, 0.21176414058028378, -0.23248487540285084, -0.030796505804917877, 0.09270146302566509, 0.24247912360638724]
+      accelerations: [-0.1069739117809077, 0.0513623486427413, 4.0354341206544416e-14, -0.033344867438980914, 0.08215288094776917, -0.027762175051184272]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 511170759
+    - 
+      positions: [0.8539596536134759, -0.27354992705558534, -0.7964348947753772, 1.4837541196070057, -2.525708261442568, 0.08580993722730498]
+      velocities: [-0.17965064118526966, 0.21194094928305915, -0.23248487540285073, -0.030911293875822615, 0.09298428093257605, 0.2423835555186674]
+      accelerations: [-0.10731532148349142, 0.05149745268427102, 1.615228556983181e-14, -0.033433962236668655, 0.08237858053514747, -0.02783528348181972]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 514608619
+    - 
+      positions: [0.8533418099881503, -0.27282147595794387, -0.7972336228292476, 1.4836477229824063, -2.5253883171065676, 0.08664250898526486]
+      velocities: [-0.18001992390405946, 0.2121181072690597, -0.23248487540285062, -0.0310263133282151, 0.09326769129984228, 0.2422877984111222]
+      accelerations: [-0.10765824135579938, 0.051632962018249025, 5.6570011819093795e-14, -0.03352324453359663, 0.08260539760070386, -0.027908577902286753]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 518044232
+    - 
+      positions: [0.8527231014763269, -0.2720928930479005, -0.7980318278258982, 1.4835410007320997, -2.525067608220173, 0.08747420642941198]
+      velocities: [-0.18039014483032828, 0.21229561525246748, -0.23248487540285073, -0.031141564059773155, 0.09355169679807816, 0.24219185236512433]
+      accelerations: [-0.10800271680526943, 0.051768913784021334, -1.2130096105977152e-13, -0.033612563462037476, 0.08283336915411359, -0.027981872377662666]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 521477595
+    - 
+      positions: [0.8521035269836169, -0.27136417847042027, -0.7988295091641187, 1.4834339526619194, -2.5247461342556345, 0.08830502871728206]
+      velocities: [-0.1807613075070027, 0.21247347402550143, -0.2324848754028508, -0.03125704564294628, 0.09383630017707756, 0.24209571786252648]
+      accelerations: [-0.10834876641710489, 0.05190531905789574, 8.092044292476688e-14, -0.03370188149068673, 0.0830625105578764, -0.028055120391335227]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 524908706
+    - 
+      positions: [0.8514830854155727, -0.27063533237490117, -0.7996266662389141, 1.4833265785823544, -2.5244238946834696, 0.0891349750064187]
+      velocities: [-0.1811334154528127, 0.21265168434070553, -0.23248487540285068, -0.03137275782996009, 0.09412150416723597, 0.24199939517002683]
+      accelerations: [-0.10869636619288144, 0.0520421464609498, -2.4292112996818216e-14, -0.03379134185162973, 0.08329280149212925, -0.028128494523168894]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 528337561
+    - 
+      positions: [0.8508617756776743, -0.269906354915094, -0.8004232984420409, 1.4832188783068057, -2.5241008889725727, 0.08996404445291016]
+      velocities: [-0.18150647218149996, 0.21283024692941077, -0.2324848754028508, -0.031488700471487746, 0.09440731149497907, 0.24190288443917216]
+      accelerations: [-0.10904554593263735, 0.05217941781275309, -2.4308132788791846e-14, -0.033880859679370344, 0.08352426632561696, -0.02820189004867912]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 531764159
+    - 
+      positions: [0.8502395966753546, -0.2691772462491857, -0.8012194051616772, 1.4831108516526432, -2.523777116590151, 0.09079223621229023]
+      velocities: [-0.18188048128772494, 0.21300916258617048, -0.23248487540285084, -0.031604873157775264, 0.09469372495490329, 0.24180618614268964]
+      accelerations: [-0.10939633186174691, 0.052317151026489976, -1.621612832138025e-14, -0.03397036885078006, 0.0837569269065515, -0.028275224993716448]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 535188497
+    - 
+      positions: [0.8496165473140188, -0.2684480065398686, -0.8020149857821629, 1.4830024984420302, -2.523452577001664, 0.09161954944023748]
+      velocities: [-0.18225544631805812, 0.213188432042306, -0.23248487540285073, -0.031721275757400615, 0.09498074730123726, 0.24170930041913774]
+      accelerations: [-0.10974867853341229, 0.05245529410829797, 8.924773842298925e-14, -0.03406009906926376, 0.08399074429028526, -0.02834877726727951]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 538610572
+    - 
+      positions: [0.84899262649902, -0.2677186359541952, -0.8028100396848662, 1.4828938184991276, -2.5231272696710185, 0.09244598329023128]
+      velocities: [-0.18263137088133005, 0.21336805607367798, -0.23248487540285057, -0.031837907959539086, 0.09526838134074445, 0.24161222762947818]
+      accelerations: [-0.11010267674073118, 0.05259392797855841, -8.118810820662166e-15, -0.03414971666405052, 0.08422579467908181, -0.028422139568636595]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 542030381
+    - 
+      positions: [0.8483678331357213, -0.26698913466384294, -0.8036045662469058, 1.482784811654189, -2.5228011940602872, 0.09327153691700187]
+      velocities: [-0.18300825862085016, 0.21354803547325324, -0.23248487540285048, -0.03195476938889179, 0.09555662990980898, 0.24151496821783022]
+      accelerations: [-0.1104582648700996, 0.052732984600122726, 6.499363522085853e-14, -0.03423951873253007, 0.08446202578603577, -0.02849567144676044]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 545447922
+    - 
+      positions: [0.8477421661294605, -0.2662595028449208, -0.8043985648422743, 1.482675477739946, -2.5224743496299546, 0.09409620947350177]
+      velocities: [-0.1833861131237461, 0.21372837096276884, -0.23248487540285054, -0.03207185998136665, 0.09584549579714291, 0.24141752225422058]
+      accelerations: [-0.11081548077581034, 0.052872493271251854, -9.755533902666616e-14, -0.03432939115422609, 0.08469946867597909, -0.028569232815197652]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 548863192
+    - 
+      positions: [0.8471156243855789, -0.2655297406780731, -0.8051920348413953, 1.482565816593018, -2.522146735838826, 0.09492000011209527]
+      velocities: [-0.1837649380678138, 0.21390906333563103, -0.23248487540285065, -0.03218917937919265, 0.09613498186809954, 0.2413198901704804]
+      accelerations: [-0.1111743488240474, 0.05301246956159211, 3.2540129789072176e-14, -0.03441927721259363, 0.08493814384056933, -0.028642752766491506]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 552276188
+    - 
+      positions: [0.8464882068094395, -0.26479984834854475, -0.8059849756109003, 1.4824558280546183, -2.5218183521439745, 0.09574290798516279]
+      velocities: [-0.1841447371341828, 0.21409011337173717, -0.2324848754028508, -0.032306727290716326, 0.09642509099115565, 0.24122207232271617]
+      accelerations: [-0.11153485588037397, 0.053152892961329835, -1.0582607184740755e-13, -0.0345092733588738, 0.08517803941330089, -0.028716347264624482]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 555686908
+    - 
+      positions: [0.845859912306425, -0.2640698260461321, -0.8067773865139869, 1.482345511969395, -2.521489198000825, 0.0965649322441316]
+      velocities: [-0.1845255140073921, 0.21427152183755632, -0.23248487540285082, -0.03242450349050055, 0.09671582603756082, 0.24112406899116878]
+      accelerations: [-0.11189702642054396, 0.053293779098655604, 8.145915516420692e-14, -0.03459932293635769, 0.08541917573059545, -0.02878994547846183]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 559095348
+    - 
+      positions: [0.8452307397819556, -0.26333967396524705, -0.8075692669101966, 1.4822348681861357, -2.5211592728631036, 0.0973860720400802]
+      velocities: [-0.18490727238735125, 0.21445328949761072, -0.2324848754028507, -0.03254250777034236, 0.09700718989129636, 0.24102588043993728]
+      accelerations: [-0.11226085435835888, 0.05343511417452286, -1.6302755756655372e-14, -0.03468949383512324, 0.0856615467885167, -0.028863628537851415]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 562501507
+    - 
+      positions: [0.8446006881414914, -0.26260939230489033, -0.8083606161556626, 1.4821238965569605, -2.5208285761828995, 0.09820632652306392]
+      velocities: [-0.18529001601812184, 0.21463541714195417, -0.2324848754028508, -0.03266073982434424, 0.09729918547404418, 0.24092750705683721]
+      accelerations: [-0.11262638119978477, 0.05357693000888659, -2.4470562689460836e-14, -0.03477966180278234, 0.0859051876870779, -0.028937243340642606]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 565905381
+    - 
+      positions: [0.8439697562905603, -0.26187898126876563, -0.8091514336026314, 1.4820125969388438, -2.520497107410552, 0.09902569484340493]
+      velocities: [-0.18567374865928554, 0.21481790555879415, -0.2324848754028507, -0.03277919936376156, 0.09759181572072044, 0.2408289492132416]
+      accelerations: [-0.11299358412563408, 0.053719196734478454, 6.529875720039302e-14, -0.034869962263903855, 0.08615007811490048, -0.029010953422981704]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 569306968
+    - 
+      positions: [0.8433379431347503, -0.26114844106520074, -0.8099417185999694, 1.4819009691919889, -2.5201648659947726, 0.0998441761503319]
+      velocities: [-0.18605847406995363, 0.21500075551881476, -0.23248487540285062, -0.03289788618258651, 0.09788508356547575, 0.2407302071848464]
+      accelerations: [-0.11336249533991162, 0.053861936994076084, -2.4503547652971017e-14, -0.0349603094207959, 0.08639624501972981, -0.029084652130776135]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 572706264
+    - 
+      positions: [0.8427052475797335, -0.26041777190723586, -0.8107314704928288, 1.4817890131808835, -2.519831851382567, 0.10066176959287947]
+      velocities: [-0.18644419604200146, 0.2151839678065112, -0.2324848754028508, -0.03301680002678626, 0.09817899196992771, 0.24063128131178557]
+      accelerations: [-0.11373311161184926, 0.05400513932838082, -5.721357608617657e-14, -0.03505076197141804, 0.08664368472276088, -0.02915840903761593]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 576103268
+    - 
+      positions: [0.8420716685312677, -0.25968697401260477, -0.8115206886228571, 1.481676728773607, -2.5194980630192894, 0.10147847431931159]
+      velocities: [-0.1868309183912954, 0.2153675432125792, -0.2324848754028507, -0.03313594062634927, 0.09847354391630814, 0.24053217195750454]
+      accelerations: [-0.11410546011970502, 0.05414882196354683, 9.814681337150967e-14, -0.035141252841635655, 0.08689242024735654, -0.029232141514208165]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 579497975
+    - 
+      positions: [0.8414372048952187, -0.25895604760380186, -0.812309372327944, 1.4815641158426551, -2.5191635003485806, 0.10229428947782279]
+      velocities: [-0.1872186449415828, 0.21555148251773187, -0.23248487540285062, -0.033255307761659025, 0.09876874239315761, 0.24043287942987973]
+      accelerations: [-0.11447952820295722, 0.05429296390262599, -4.910669162258571e-14, -0.03523187993869423, 0.08714243953137145, -0.029305965723649796]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 582890384
+    - 
+      positions: [0.8408018555775573, -0.2582249929080412, -0.8130975209425728, 1.4814511742637775, -2.518828162812458, 0.10310921421557427]
+      velocities: [-0.18760737957034046, 0.21573578653681574, -0.23248487540285057, -0.033374901081757294, 0.09906459043514443, 0.2403334042000041]
+      accelerations: [-0.1148553702095926, 0.054437609443043745, 7.371009506558914e-14, -0.035322468916545544, 0.08739378918421523, -0.029379669882721792]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 586280491
+    - 
+      positions: [0.8401656194843945, -0.25749381015739525, -0.8138851337971682, 1.4813379039180912, -2.518492049851155, 0.10392324768046489]
+      velocities: [-0.18799712614271868, 0.215920456054831, -0.2324848754028507, -0.03349472036898818, 0.09936109106532238, 0.24023374658412877]
+      accelerations: [-0.11523293457043349, 0.05458269983424429, -1.4752056730680605e-13, -0.035413273950741925, 0.08764642312162664, -0.029453557951195784]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 589668293
+    - 
+      positions: [0.8395284955219591, -0.25676249958865016, -0.8146722102190267, 1.481224304689042, -2.5181551609033566, 0.10473638901861096]
+      velocities: [-0.1883878885199755, 0.2161054918350266, -0.2324848754028509, -0.03361476550567233, 0.099658247302946, 0.24013390678345892]
+      accelerations: [-0.1156122806937449, 0.05472828418177859, 2.4603534640287377e-14, -0.035504100920181525, 0.08790039263167344, -0.029527394522224772]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 593053788
+    - 
+      positions: [0.8388904825966355, -0.2560310614434571, -0.8154587495315923, 1.4811103764647544, -2.517817495406018, 0.10554863737631175]
+      velocities: [-0.18877967063757972, 0.21629089469460056, -0.23248487540285082, -0.03373503616021993, 0.09995606223095833, 0.24003388526160993]
+      accelerations: [-0.1159934031949226, 0.05487434842103368, 3.2827136274489367e-14, -0.0355950188599745, 0.08815569152552956, -0.029601260905890266]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 596436973
+    - 
+      positions: [0.8382515796149661, -0.255299495968311, -0.8162447510547007, 1.4809961191372185, -2.517479052794434, 0.10635999189937892]
+      velocities: [-0.18917247646066682, 0.21647666546110672, -0.23248487540285073, -0.03385553196842633, 0.10025453895792777, 0.23993368252613867]
+      accelerations: [-0.11637633538829786, 0.05502091602944306, 8.212404722311804e-15, -0.0356859404287157, 0.08841234878385558, -0.029675050353391758]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 599817845
+    - 
+      positions: [0.8376117854836748, -0.25456780341463026, -0.8170302141042534, 1.4808815326033522, -2.517139832502151, 0.10717045173402945]
+      velocities: [-0.18956630989698092, 0.21666280488797984, -0.23248487540285084, -0.03397625288244488, 0.10055368054077768, 0.23983329871141024]
+      accelerations: [-0.11676102037526487, 0.055167922908803575, -7.396236229972621e-14, -0.035777141360961565, 0.0886703124892055, -0.029749091240075524]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 603196400
+    - 
+      positions: [0.8369710991096413, -0.25383598403860247, -0.8178151379932158, 1.4807666167617222, -2.5167998339612314, 0.1079800160241771]
+      velocities: [-0.18996117495020554, 0.21684931380322758, -0.23248487540285084, -0.03409719855644781, 0.10085349012009348, 0.2397327343139219]
+      accelerations: [-0.1171475823596665, 0.05531548060680546, 7.401321677826111e-14, -0.03586817054295439, 0.08892969181766236, -0.029822841392306267]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 606572637
+    - 
+      positions: [0.8363295193999756, -0.2531040381015004, -0.8185995220299606, 1.4806513715179497, -2.516459056601828, 0.10878868391591923]
+      velocities: [-0.19035707563702348, 0.2170361930287866, -0.2324848754028508, -0.03421836867916955, 0.10115397084684893, 0.23963198979442552]
+      accelerations: [-0.1175359153988261, 0.05546347724582485, -3.291742520052325e-14, -0.03595950093830261, 0.08919039150567544, -0.029896865146243186]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 609946551
+    - 
+      positions: [0.8356870452619636, -0.2523719658693995, -0.8193833655199864, 1.4805357967790826, -2.51611749985263, 0.10959645455288641]
+      velocities: [-0.19075401595059882, 0.2172234433448839, -0.2324848754028509, -0.03433976312272504, 0.10145512585019509, 0.2395310653994832]
+      accelerations: [-0.11792612223623113, 0.05561200337360146, -3.2940147919486604e-14, -0.0360507691593857, 0.08945250179339083, -0.029970725510026712]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 613318140
+    - 
+      positions: [0.8350436756031301, -0.25163976761343665, -0.8201666677645835, 1.480419892457946, -2.5157751631405203, 0.11040332707985291]
+      velocities: [-0.19115199997225213, 0.21741106559838042, -0.2324848754028509, -0.034461381494558366, 0.10175695833651957, 0.2394299616982215]
+      accelerations: [-0.1183181631390723, 0.055761011267173755, 2.4722198637718166e-14, -0.03614218300235519, 0.0897159861334498, -0.030044669140656753]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 616687401
+    - 
+      positions: [0.8343994093312224, -0.25090744360970085, -0.8209494280615814, 1.480303658470683, -2.5154320458907726, 0.11120930064071097]
+      velocities: [-0.19155103172997606, 0.2175990605653125, -0.23248487540285093, -0.03458322370249871, 0.10205947146304442, 0.239328678906435]
+      accelerations: [-0.11871205708157229, 0.05591051001694424, -3.298577632874096e-14, -0.03623371402415392, 0.08998085991333404, -0.03011865967912815]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 620054331
+    - 
+      positions: [0.8337542453542274, -0.25017499413927713, -0.8217316457052388, 1.4801870947371136, -2.5150881475270297, 0.11201437437878256]
+      velocities: [-0.19195111530338718, 0.2177874290523949, -0.23248487540285082, -0.03470528953931774, 0.10236266843145772, 0.23922721738370728]
+      accelerations: [-0.11910782664671553, 0.05606051210797921, 9.902604809372822e-14, -0.036325323642401125, 0.09024714217082855, -0.0301926489537287]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 623418927
+    - 
+      positions: [0.8331081825803877, -0.24944241948829526, -0.8225133199860883, 1.4800702011812108, -2.5147434674712628, 0.1128185474372168]
+      velocities: [-0.19235225484498053, 0.21797617191774135, -0.2324848754028508, -0.03482757859867221, 0.10266655250795131, 0.2391255777320962]
+      accelerations: [-0.1195055036575022, 0.056211039054151986, -7.432121470169469e-14, -0.03641693323788161, 0.09051486037542375, -0.030266541673285484]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 626781186
+    - 
+      positions: [0.8324612199182237, -0.24870971994799976, -0.8232944501906526, 1.4799529777320475, -2.5143980051436956, 0.11362181895978321]
+      velocities: [-0.19275445446179884, 0.21816528995605178, -0.23248487540285068, -0.03495009074219506, 0.10297112691610955, 0.23902376024059968]
+      accelerations: [-0.11990504040678328, 0.05636203506918812, 1.4048239643677812e-13, -0.03650878206521948, 0.09078396992638235, -0.03034062009819085]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 630141104
+    - 
+      positions: [0.8318133562765188, -0.24797689581463164, -0.8240750356022915, 1.479835424320983, -2.514051759963043, 0.11442418808856436]
+      velocities: [-0.19315771830110795, 0.2183547839809874, -0.23248487540285062, -0.03507282576593607, 0.10327639491377574, 0.2389217652825017]
+      accelerations: [-0.12030651978536133, 0.056513570707203704, -1.2404165495591773e-13, -0.036600592966696606, 0.09105454410073213, -0.03041455242175098]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 633498679
+    - 
+      positions: [0.8311645905643621, -0.24724394738962033, -0.8248550755001973, 1.4797175408849599, -2.513704731346237, 0.11522565396667916]
+      velocities: [-0.19356205057064962, 0.21854465484528462, -0.2324848754028508, -0.03519578331702858, 0.10358235981215294, 0.23881959341402115]
+      accelerations: [-0.12070990624332202, 0.05666560215773551, 4.1376163446761724e-14, -0.03669255577653215, 0.09132654973948992, -0.03048856238360779]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 636853908
+    - 
+      positions: [0.8305149216911412, -0.24651087497949206, -0.8256345691600696, 1.4795993273642771, -2.513356918708614, 0.11602621573646167]
+      velocities: [-0.19396745545877098, 0.21873490336286572, -0.23248487540285057, -0.03531896321055124, 0.10388902490312307, 0.23871724499778377]
+      accelerations: [-0.12111523526263925, 0.056818153663103554, 8.281037543560192e-14, -0.03678458184482191, 0.09160001696234665, -0.030562542166716562]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 640206787
+    - 
+      positions: [0.8298643485665644, -0.24577767889595212, -0.8264135158537861, 1.4794807837036557, -2.5130083214638317, 0.11682587254034808]
+      velocities: [-0.19437393717657975, 0.21892553035001988, -0.23248487540285062, -0.03544236526306395, 0.10419639349684381, 0.23861472040070236]
+      accelerations: [-0.1215224964264756, 0.0569712059001038, -1.1601601640860113e-13, -0.03687676208065877, 0.0918749350146481, -0.030636597904334855]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 643557313
+    - 
+      positions: [0.8292128701006631, -0.2450443594558488, -0.8271919148497218, 1.4793619098511854, -2.51265893902396, 0.1176246235200219]
+      velocities: [-0.19478149998472621, 0.21911653665008524, -0.2324848754028507, -0.035565989192142516, 0.10450446894689921, 0.23851202011420058]
+      accelerations: [-0.12193174137870856, 0.05712479792449561, 6.63415607486657e-14, -0.03696894769144958, 0.09215134916861512, -0.030710549792249534]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 646905484
+    - 
+      positions: [0.8285604852038209, -0.24431091698129737, -0.8279697654122021, 1.4792427057600954, -2.5123087707993306, 0.11842246781788011]
+      velocities: [-0.19519014814551472, 0.21930792308794347, -0.23248487540285045, -0.035689834800384124, 0.10481325460643515, 0.23840914453509618]
+      accelerations: [-0.12234293118128471, 0.05727888323038661, 8.298547969387179e-14, -0.03706133962829842, 0.09242922252829004, -0.030784634987343514]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 650251295
+    - 
+      positions: [0.8279071927867653, -0.24357735179957618, -0.828747066802217, 1.4791231713864095, -2.5119578161987435, 0.11921940457511762]
+      velocities: [-0.19559988595759922, 0.21949969050361923, -0.23248487540285048, -0.03581390184105851, 0.10512275385945416, 0.23830609412380674]
+      accelerations: [-0.1227561383733328, 0.057433521028460145, -9.96530043978329e-14, -0.03715370860870466, 0.09270861919847034, -0.03085857888542767]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 653594744
+    - 
+      positions: [0.8272529917606044, -0.24284366424329196, -0.829523818276593, 1.4790033066916568, -2.5116060746292366, 0.12001543293396208]
+      velocities: [-0.19601071773936513, 0.2196918397349559, -0.23248487540285068, -0.03593819008588992, 0.10543297010572698, 0.23820286932659349]
+      accelerations: [-0.12317131412758528, 0.05758865441535976, -1.6620604752161523e-14, -0.03724629640382144, 0.09298949328673847, -0.03093266546581462]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 656935828
+    - 
+      positions: [0.8265978810368161, -0.2421098546502649, -0.8303000190888405, 1.4788831116400565, -2.5112535454963316, 0.12081055203537727]
+      velocities: [-0.1964226478419494, 0.21988437163079327, -0.23248487540285057, -0.03606269927416973, 0.10574390677340174, 0.2380994706343325]
+      accelerations: [-0.12358853898226906, 0.057744350601396766, 7.484583681240527e-14, -0.037338842945029704, 0.09327191661508401, -0.03100658454097691]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 660274544
+    - 
+      positions: [0.8259418595272863, -0.2413759233637025, -0.8310756684882264, 1.4787625862015805, -2.5109002282037687, 0.12160476102158504]
+      velocities: [-0.1968356806316094, 0.2200772870338008, -0.23248487540285057, -0.03618742918058822, 0.10605556730153454, 0.23799589850275743]
+      accelerations: [-0.12400775357617144, 0.057900542342801536, -7.489910041155149e-14, -0.03743163098958665, 0.09355583283476786, -0.0310806682688476]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 663610887
+    - 
+      positions: [0.825284926144294, -0.2406418707320633, -0.8318507657207627, 1.4786417303486665, -2.5105461221538024, 0.12239805903338477]
+      velocities: [-0.19724982046856188, 0.22027058676013228, -0.23248487540285068, -0.03631237969832039, 0.1063679551213744, 0.23789215325341165]
+      accelerations: [-0.12442902592440647, 0.05805728473729926, 8.328057000570034e-15, -0.03752445000470886, 0.09384130268268072, -0.031154665503017712]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 666944855
+    - 
+      positions: [0.8246270798005473, -0.23990769710920287, -0.8326253100284542, 1.4785205440586973, -2.5101912267469846, 0.12319044521219082]
+      velocities: [-0.19764992467647474, 0.2204473877857352, -0.23246707874432798, -0.036434756389757225, 0.10667289533667054, 0.23777003686270007]
+      accelerations: [-0.11574721314033003, 0.04807161844895643, 0.010686584410559865, -0.03593668624904724, 0.08921012735398587, -0.04215422883344172]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 670276446
+    - 
+      positions: [0.8239683194091885, -0.23917340285436683, -0.8333993006495063, 1.4783990273132972, -2.509835541382228, 0.12398191869947436]
+      velocities: [-0.19796387897200352, 0.22052744275421748, -0.23234700472804612, -0.03654123077195918, 0.10693140626181541, 0.23754321460127792]
+      accelerations: [-0.07279138453102238, 7.501527311084051e-14, 0.06142800944941867, -0.02800490797612505, 0.06603434362967528, -0.09406733203887697]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 673606164
+    - 
+      positions: [0.823308643883803, -0.23843898833218416, -0.8341727368184968, 1.4782771800977526, -2.5094790654568646, 0.12477247863629622]
+      velocities: [-0.19820644691576178, 0.22052744275421768, -0.2321424264585651, -0.03663448229767232, 0.10715138177022987, 0.23722995341246947]
+      accelerations: [-0.0728835461464748, 3.333467046706503e-14, 0.06143211057761102, -0.027997588401270663, 0.06607263365934662, -0.09406265624229664]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 676936427
+    - 
+      positions: [0.8226480521384455, -0.2377044539127576, -0.8349456177659813, 1.4781550024023133, -2.5091217983665306, 0.1255621241643833]
+      velocities: [-0.19844936220050724, 0.22052744275421762, -0.231937801294042, -0.03672772452791079, 0.10737152150219444, 0.23691665701369619]
+      accelerations: [-0.0729761690910187, -6.665847649519205e-14, 0.061436113726236946, -0.02799018534146289, 0.06611138903331032, -0.09405776614817737]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 680267235
+    - 
+      positions: [0.8219865430876296, -0.2369697999715705, -0.8357179427192306, 1.4780324942197218, -2.508763739505396, 0.1263508544241298]
+      velocities: [-0.19869262636397528, 0.22052744275421776, -0.23173312951820035, -0.03682095656820342, 0.10759182700715181, 0.23660332677390025]
+      accelerations: [-0.07306926823675218, 1.4162625606076432e-13, 0.06144010467769031, -0.02798236220883235, 0.06615065173985821, -0.09405236780013441]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 683598584
+    - 
+      positions: [0.8213241156463769, -0.2362350268896918, -0.8364897109010901, 1.4779096555489954, -2.508404888265822, 0.12713866855768202]
+      velocities: [-0.19893624095573872, 0.22052744275421776, -0.23152841140161562, -0.036914177473920284, 0.1078122998493151, 0.23628996411079756]
+      accelerations: [-0.07316283674060109, -1.2494411558717908e-13, 0.06144400654074781, -0.02797442607180047, 0.06619038929839313, -0.09404672757675767]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 686930474
+    - 
+      positions: [0.8206607687301978, -0.235500135053638, -0.8372609215310055, 1.477786486392011, -2.5080452440386765, 0.12792556570617505]
+      velocities: [-0.1991802075249822, 0.22052744275421748, -0.23132364729486798, -0.03700738661976172, 0.10803294156486275, 0.23597657017084]
+      accelerations: [-0.07325688213883291, -4.164132010268395e-14, 0.0614478491642732, -0.02796626220021548, 0.06623061799728146, -0.09404074368856594]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 690262902
+    - 
+      positions: [0.8199965012551204, -0.23476512485546416, -0.8380315738246227, 1.4776629867548068, -2.507684806213224, 0.12871154501080842]
+      velocities: [-0.19942452763782467, 0.22052744275421746, -0.23111883749967813, -0.03710058318993619, 0.10825375372135765, 0.2356631462718887]
+      accelerations: [-0.07335140799587828, 1.665385048285819e-14, 0.061451633028005326, -0.02795787156693306, 0.0662713410352952, -0.0940344167381247]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 693595866
+    - 
+      positions: [0.8193313121377005, -0.23402999669278599, -0.8388016669937868, 1.4775391566475906, -2.5073235741771236, 0.12949660561286008]
+      velocities: [-0.1996692028769116, 0.2205274427542176, -0.2309139822730941, -0.03719376619550412, 0.10847473791644052, 0.2353496938866057]
+      accelerations: [-0.0734464216152198, 7.493032284676039e-14, 0.06145538545380239, -0.02794914994097881, 0.06631257391771835, -0.09402765499281335]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 696929366
+    - 
+      positions: [0.8186652002950481, -0.23329475096886465, -0.839571200246177, 1.4774149960859264, -2.5069615473163234, 0.13028074665466005]
+      velocities: [-0.199914234826843, 0.22052744275421765, -0.23070908193452927, -0.03728693489655892, 0.10869589572746557, 0.23503621427819452]
+      accelerations: [-0.07354191782739167, -4.16213131861685e-14, 0.06145904270709183, -0.027940351579251874, 0.0663542896328624, -0.094020677593848]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 700263399
+    - 
+      positions: [0.8179981646448167, -0.232559388092498, -0.8403401727861566, 1.477290505087905, -2.5065987250153317, 0.13106396727731578]
+      velocities: [-0.2001596250812291, 0.22052744275421757, -0.23050413681212334, -0.03738008859090519, 0.10891722873617157, 0.2347227086820174]
+      accelerations: [-0.07363790817354182, -1.6645877859531926e-14, 0.06146266428787095, -0.027931245474277926, 0.06639651848907033, -0.09401328385367344]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 703597963
+    - 
+      positions: [0.8173302041052399, -0.23182390847816814, -0.8411085838139841, 1.477165683676751, -2.5062351066569777, 0.13184626662282986]
+      velocities: [-0.20040537525270574, 0.2205274427542176, -0.2302991471761641, -0.037473226351067604, 0.10913873856128457, 0.23440917853497228]
+      accelerations: [-0.07373439350598997, 2.4964861093685172e-14, 0.06146622641329252, -0.027921928093102778, 0.06643925304477583, -0.09400555530009307]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 706933056
+    - 
+      positions: [0.8166613175951348, -0.23108831254602097, -0.8418764325261278, 1.4770405318797615, -2.5058706916225093, 0.1326276438332609]
+      velocities: [-0.2006514869559779, 0.2205274427542177, -0.23009411335931482, -0.037566347498482755, 0.10936042680077973, 0.23409562506456993]
+      accelerations: [-0.07383137520441772, 4.992184200582192e-14, 0.061469716470404064, -0.027912452863067826, 0.06648248898207447, -0.09399753773502587]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 710268677
+    - 
+      positions: [0.8159915040339145, -0.23035260072186248, -0.8426437181154369, 1.476915049727725, -2.5055054792916645, 0.13340809805026252]
+      velocities: [-0.20089796182531872, 0.2205274427542177, -0.2298890356270177, -0.03765945109345242, 0.10958229509356196, 0.2337820497281089]
+      accelerations: [-0.07392886462451337, -5.823299229321379e-14, 0.061473188391686334, -0.02790261040370689, 0.06652625585260274, -0.09398904934219511]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 713604823
+    - 
+      positions: [0.8153207623416178, -0.22961677343729497, -0.8434104397704282, 1.47678923725729, -2.5051394690424353, 0.1341876284170076]
+      velocities: [-0.20114480150294387, 0.22052744275421776, -0.2296839142670835, -0.037752536287368146, 0.10980434507732997, 0.23346845391081786]
+      accelerations: [-0.07402685618896455, 9.149465730761117e-14, 0.06147657585939576, -0.0278926653067858, 0.06657052408699392, -0.09398031689970494]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 716941493
+    - 
+      positions: [0.8146490914389038, -0.22888083112960794, -0.8441765966761653, 1.4766630945080153, -2.504772660251369, 0.13496623407582567]
+      velocities: [-0.20139200762924758, 0.22052744275421773, -0.2294787496657969, -0.03784560262184836, 0.11002657835159696, 0.23315483866977077]
+      accelerations: [-0.07412535540407966, -9.979678464273303e-14, 0.061479887186418475, -0.027882587489583176, 0.06661530107226873, -0.09397131208348776]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 720278685
+    - 
+      positions: [0.8139764902470674, -0.2281447742418263, -0.8449421880141448, 1.4765366215227271, -2.5044050522935355, 0.1357439141685114]
+      velocities: [-0.20163958187900055, 0.22052744275421765, -0.22927354202998285, -0.03793864893738645, 0.11024899661148929, 0.23284120566723018]
+      accelerations: [-0.07422437840259022, 4.157553382117882e-14, 0.06148322263958182, -0.027871987451605854, 0.06666063744186755, -0.09396170228960343]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 723616396
+    - 
+      positions: [0.8133029576880859, -0.22740860322292308, -0.8457072129609862, 1.4764098183519092, -2.504036644542095, 0.13652066783985103]
+      velocities: [-0.20188752592285744, 0.22052744275421765, -0.2290682916829222, -0.03803167453502888, 0.11047160150493619, 0.2325275561778567]
+      accelerations: [-0.07432390763823785, -4.1569101557664666e-14, 0.061486413210738805, -0.027861531247188133, 0.0667064550142492, -0.09395205413446409]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 726954625
+    - 
+      positions: [0.812628492684581, -0.22667231852752728, -0.8464716706906472, 1.4762826850462465, -2.5036674363690503, 0.13729649423166443]
+      velocities: [-0.2021358414342878, 0.22052744275421765, -0.22886299901064766, -0.038124678965450534, 0.11069439465897044, 0.232213891269376]
+      accelerations: [-0.07442396339597224, 4.9875236535548843e-14, 0.06148959133087055, -0.027850703024158124, 0.06675282017588778, -0.09394192678293596]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 730293369
+    - 
+      positions: [0.811953094159876, -0.2259359206161974, -0.8472355603726927, 1.4761552216624343, -2.50329742714467, 0.13807139248747366]
+      velocities: [-0.20238453012331198, 0.22052744275421765, -0.22865766420620898, -0.03821766102537187, 0.11091737780364466, 0.23190021265851385]
+      accelerations: [-0.07452454836075816, -5.817884911565859e-14, 0.06149274122843927, -0.02783956752899547, 0.0667997290053946, -0.09393137402096048]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 733632626
+    - 
+      positions: [0.8112767610380013, -0.2251994099554232, -0.8479988811724969, 1.476027428262473, -2.5029266162375605, 0.1388453617519497]
+      velocities: [-0.20263359369607326, 0.22052744275421765, -0.22845228757899733, -0.03831061997207002, 0.11114055262206365, 0.2315865216741293]
+      accelerations: [-0.07462565861292877, 7.478995125020805e-14, 0.06149581002506314, -0.027828336524407735, 0.06684715805547801, -0.0939205762104367]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 736972395
+    - 
+      positions: [0.8105994922436968, -0.2244627870175438, -0.8487616322519475, 1.4758993049113072, -2.502555003014912, 0.13961840116903362]
+      velocities: [-0.20288303386462891, 0.22052744275421748, -0.2282468694787207, -0.03840355522461361, 0.11136392078668891, 0.23127281951438522]
+      accelerations: [-0.07472730270593005, -1.827920766316125e-13, 0.061498827498928606, -0.027816895733393826, 0.06689512515818848, -0.09390943303566021]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 740312673
+    - 
+      positions: [0.8099212867024356, -0.22372605228084003, -0.8495238127690463, 1.4757708516781298, -2.5021825868423746, 0.1403905098830044]
+      velocities: [-0.2031328523608574, 0.22052744275421743, -0.2280414101967776, -0.038496465976737726, 0.11158748400799147, 0.23095910757618845]
+      accelerations: [-0.0748294850616739, 1.5784198204780307e-13, 0.061501799842962626, -0.027805225070524034, 0.06694363601354267, -0.09389792756391899]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 743653458
+    - 
+      positions: [0.8092421433404376, -0.22298920622956545, -0.8502854218778378, 1.475642068636627, -2.5018093670840376, 0.14116168703868207]
+      velocities: [-0.2033830509278705, 0.2205274427542176, -0.22783591001958092, -0.03858935140696709, 0.11181124400823358, 0.2306453872734835]
+      accelerations: [-0.07493220910485879, -7.475598536258927e-14, 0.06150472490157429, -0.027793336119987005, 0.06699269276056245, -0.09388606832748579]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 746994747
+    - 
+      positions: [0.8085620610846893, -0.2222522493539712, -0.8510464587284364, 1.4755129558648672, -2.5014353431024454, 0.1419319317813537]
+      velocities: [-0.20363363132121015, 0.2205274427542176, -0.22763036922897523, -0.0386822106795826, 0.11203520252213216, 0.23033166003856914]
+      accelerations: [-0.07503547998548724, 9.135471826896173e-14, 0.061507608618850115, -0.02778120938442119, 0.06704230150370895, -0.09387383761853518]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 750336539
+    - 
+      positions: [0.8078810388629545, -0.22151518215034235, -0.851806922466952, 1.4753835134455409, -2.5010605142585765, 0.14270124325698025]
+      velocities: [-0.20388459530285108, 0.22052744275421754, -0.22742478815161435, -0.0387750431384892, 0.11225936127124647, 0.23001792715811759]
+      accelerations: [-0.07513929754939734, -1.4116348103829295e-13, 0.06151041929592028, -0.027768972447033555, 0.06709244906333209, -0.09386134208909323]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 753678832
+    - 
+      positions: [0.8071990756037845, -0.22077800512096826, -0.8525668122359042, 1.4752537414645441, -2.500684879912003, 0.14346962061108345]
+      velocities: [-0.20413594464977725, 0.2205274427542176, -0.22721916708713416, -0.03886784802505103, 0.11248372200032279, 0.22970419001219078]
+      accelerations: [-0.07524367208965112, 1.743525006472171e-13, 0.06151320586151665, -0.027756436959842964, 0.0671431633005516, -0.09384842100576554]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 757021622
+    - 
+      positions: [0.8065161702365466, -0.22004071877425935, -0.8533261271735852, 1.4751236400131182, -2.500308439420668, 0.14423706299046674]
+      velocities: [-0.20438768115137004, 0.22052744275421782, -0.22701350633036108, -0.03896062456631712, 0.11270828646614278, 0.22939044999893302]
+      accelerations: [-0.07534860190408495, -4.1506360038642765e-14, 0.06151592334001157, -0.02774378326938703, 0.06719442437708605, -0.0938352260651775]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 760364908
+    - 
+      positions: [0.8058323216914267, -0.21930332362468977, -0.854084866414651, 1.4749932091858389, -2.499931192141106, 0.14500356954162755]
+      velocities: [-0.20463980660937203, 0.22052744275421754, -0.22680780617094906, -0.03905337197437102, 0.1129330564377411, 0.22907670853314246]
+      accelerations: [-0.07545409727468547, -1.162007024230148e-13, 0.06151862086558568, -0.027730822697897162, 0.06724626028558336, -0.09382159744381485]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 763708688
+    - 
+      positions: [0.8051475288994567, -0.21856582019291254, -0.8548430290894835, 1.4748624490827602, -2.4995531374282183, 0.14576913941247177]
+      velocities: [-0.20489232283614972, 0.22052744275421737, -0.2266020669170163, -0.03914608953602704, 0.11315803368494878, 0.22876296697593457]
+      accelerations: [-0.07556015547397288, 8.298834590668474e-15, 0.06152123934354778, -0.02771778917938626, 0.06729864435177534, -0.09380772886057002]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 767052958
+    - 
+      positions: [0.8044617907925162, -0.21782820900568808, -0.8556006143249554, 1.4747313598068013, -2.499174274635564, 0.1465337717502698]
+      velocities: [-0.2051452316569552, 0.22052744275421743, -0.22639628886268892, -0.03923877648802752, 0.11338321999388999, 0.22844922673493012]
+      accelerations: [-0.07566678814711143, 2.489287597395088e-14, 0.06152384730807511, -0.027704419450813967, 0.06735161383824312, -0.09379340062395594]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 770397718
+    - 
+      positions: [0.8037751063033662, -0.21709049059602117, -0.8563576212435525, 1.4745999414667292, -2.4987946031150425, 0.14729746570401947]
+      velocities: [-0.20539853491022522, 0.22052744275421754, -0.22619047229721206, -0.039331432052900336, 0.11360861716337764, 0.22813548923593868]
+      accelerations: [-0.07577399276100487, 4.1482112197246694e-14, 0.061526380236132536, -0.027690968826650817, 0.06740513993334611, -0.0937788233400839]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 773742963
+    - 
+      positions: [0.8030874743656454, -0.21635266550308596, -0.8571140489642035, 1.4744681941743047, -2.498414122217207, 0.14806022042221598]
+      velocities: [-0.20565223444263803, 0.2205274427542177, -0.22598461754586746, -0.03942405559770654, 0.11383422698422561, 0.22782175579061886]
+      accelerations: [-0.07588177801502209, 6.636180799662031e-14, 0.06152888218550888, -0.027677269011813534, 0.06745924753169327, -0.0937638564906505]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 777088692
+    - 
+      positions: [0.802398893913902, -0.21561473427232422, -0.8578698966017162, 1.474336118046197, -2.4980328312910665, 0.14882203505437056]
+      velocities: [-0.20590633211927717, 0.2205274427542177, -0.22577872487922837, -0.03951664628103835, 0.11406005128376942, 0.22750802789064944]
+      accelerations: [-0.07599014746773111, -6.635228856089739e-14, 0.0615313428997603, -0.027663364238033984, 0.06751393445402883, -0.09374853478403186]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 780434903
+    - 
+      positions: [0.8017093638836023, -0.21487669745545648, -0.8586251632669117, 1.4742037132035053, -2.4976507296841466, 0.14958290875065933]
+      velocities: [-0.20616082981451522, 0.2205274427542175, -0.22557279459948562, -0.039609203388938946, 0.114286091884344, 0.2271943069282151]
+      accelerations: [-0.07609910438258427, -4.975711629736691e-14, 0.061533754829580345, -0.027649287045232288, 0.06756920078088184, -0.09373288482003629]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 783781592
+    - 
+      positions: [0.8010188832111469, -0.21413855561049694, -0.8593798480667246, 1.4740709797714129, -2.4972678167425264, 0.15034284066165862]
+      velocities: [-0.2064157294126682, 0.22052744275421757, -0.2253668270264021, -0.039701726280831594, 0.11451235060898213, 0.22688059423966664]
+      accelerations: [-0.07620865272110197, 8.291676003269563e-14, 0.06153611612344515, -0.027635049311835268, 0.06762504775106154, -0.09371691518448629]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 787128757
+    - 
+      positions: [0.8003274508338875, -0.21340030930177745, -0.8601339501042298, 1.4739379178790717, -2.496884091810868, 0.1511018299382725]
+      velocities: [-0.206671032816529, 0.22052744275421776, -0.22516082243434132, -0.03979421414360644, 0.11473882931358897, 0.2265668913125362]
+      accelerations: [-0.07631880086079107, 2.4871517991370648e-14, 0.06153845686269401, -0.027620536642665026, 0.06768149468102094, -0.09370052879017383]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 790476397
+    - 
+      positions: [0.7996350656901475, -0.2126619591000283, -0.8608874684782539, 1.473804527660914, -2.4964995542322725, 0.15185987573278661]
+      velocities: [-0.20692674194051486, 0.2205274427542176, -0.22495478110650452, -0.03988666620278705, 0.11496552986038697, 0.22625319960801904]
+      accelerations: [-0.07642954868457691, -1.1605079869457692e-13, 0.0615407427941897, -0.027605887088161585, 0.06773852695505644, -0.0936838402967298]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 793824507
+    - 
+      positions: [0.7989417267192329, -0.21192350558234543, -0.8616404022838242, 1.473670809255114, -2.4961142033484593, 0.15261697719766618]
+      velocities: [-0.2071828587056354, 0.22052744275421748, -0.22474870337538433, -0.039979081881578754, 0.11519245409584969, 0.22593952042931362]
+      accelerations: [-0.0765409015749487, 5.801730458791365e-14, 0.06154297983459198, -0.027591081261486204, 0.06779615071570774, -0.09366683126683793]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 797173086
+    - 
+      positions: [0.7982474328614495, -0.21118494933223128, -0.8623927506120914, 1.4735367628038274, -2.495728038499749, 0.15337313348576945]
+      velocities: [-0.20743938505177217, 0.2205274427542176, -0.22454258952798584, -0.04007146043059373, 0.11541960390027, 0.2256258552301714]
+      accelerations: [-0.07665286676436821, 0.0, 0.06154519035342493, -0.02757603601672117, 0.06785438096878635, -0.09364943204184481]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 800522130
+    - 
+      positions: [0.7975521830581217, -0.21044629093965783, -0.8631445125500463, 1.473402388454149, -2.49534105902496, 0.15412834375111367]
+      velocities: [-0.20769632293329443, 0.22052744275421754, -0.22433643983711976, -0.04016380105040895, 0.11564698117143876, 0.22531220551094652]
+      accelerations: [-0.07676544703359561, -4.142947182667614e-14, 0.06154736157686526, -0.02756080519029454, 0.06791321411923666, -0.09363168629773992]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 803871638
+    - 
+      positions: [0.7968559762516098, -0.20970753100107486, -0.8638956871806861, 1.473267686357526, -2.494953264261486, 0.1548826071484266]
+      velocities: [-0.2079536743133836, 0.22052744275421737, -0.22413025461178157, -0.04025610308686826, 0.11587458779877083, 0.22499857265911727]
+      accelerations: [-0.07687864623933749, -4.970855333556214e-14, 0.06154948579291301, -0.027545422261683307, 0.0679726497319844, -0.0936136196127689]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 807221606
+    - 
+      positions: [0.7961588113853226, -0.208968670119426, -0.8646462735831163, 1.4731326566694, -2.494564653545341, 0.15563592283289265]
+      velocities: [-0.208211441169865, 0.22052744275421737, -0.223924034146999, -0.04034836583652302, 0.1161024256892522, 0.22468495810931927]
+      accelerations: [-0.07699247065862758, 4.141815260200814e-14, 0.061551580179185675, -0.02752982488320251, 0.06803269971669529, -0.09359518010021092]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 810572032
+    - 
+      positions: [0.7954606874037402, -0.20822970890420298, -0.8653962708323346, 1.472997299549931, -2.494175226211088, 0.15638828996072948]
+      velocities: [-0.20846962549332665, 0.22052744275421757, -0.2237177787464411, -0.040440588634885755, 0.1163304967558138, 0.22437136327103]
+      accelerations: [-0.07710692304070998, 8.282509326464926e-14, 0.06155362353345336, -0.0275140992078077, 0.06809335671088436, -0.09357643650440846]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 813922913
+    - 
+      positions: [0.7947616032524238, -0.20749064797144529, -0.8661456779995014, 1.4728616151630445, -2.493784981591953, 0.1571397076884667]
+      velocities: [-0.20872822928882612, 0.2205274427542177, -0.2235114887042377, -0.04053277078601261, 0.11655880292672946, 0.22405778958593597]
+      accelerations: [-0.07722201069631794, 0.0, 0.06155564388408755, -0.02749814087371466, 0.06815463824302183, -0.0935573027157022]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 817274247
+    - 
+      positions: [0.7940615578780387, -0.2067514879438059, -0.8668944941515901, 1.4727256036776308, -2.493393919019697, 0.15789017517389578]
+      velocities: [-0.20898725457923545, 0.22052744275421748, -0.2233051642731389, -0.04062491143793809, 0.11678734616249987, 0.22374423862964576]
+      accelerations: [-0.07733773838852925, -1.242043310397822e-13, 0.06155763903611038, -0.02748196169521421, 0.06821654704036624, -0.09353778678450793]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 820626029
+    - 
+      positions: [0.7933605502283724, -0.20601222945058256, -0.8676427183514129, 1.472589265267433, -2.493002037824636, 0.1586396915759988]
+      velocities: [-0.20924670339254453, 0.22052744275421754, -0.22309880578296837, -0.04071701004364158, 0.1170161283936749, 0.22343071173516188]
+      accelerations: [-0.077454105865939, 1.5730460005189092e-13, 0.061559566336820644, -0.027465732376835774, 0.06827906353935964, -0.0935180272845074]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 823978258
+    - 
+      positions: [0.7926585792523417, -0.2052728731276763, -0.8683903496581737, 1.4724526001091358, -2.492609337335872, 0.15938825605348353]
+      velocities: [-0.2095065777703513, 0.22052744275421776, -0.22289241356311823, -0.040809066060043656, 0.11724515156115659, 0.22311721023934755]
+      accelerations: [-0.07757112297032633, -4.1390488327525905e-14, 0.061561469843371776, -0.02744928510624906, 0.06834221452705166, -0.09349788518644578]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 827330931
+    - 
+      positions: [0.7919556439000213, -0.20453341961769267, -0.8691373871269037, 1.472315608384284, -2.49221581688108, 0.16013586776629332]
+      velocities: [-0.20976687977948894, 0.2205274427542176, -0.2226859878423212, -0.04090107855794001, 0.11747441767025935, 0.2228037358008409]
+      accelerations: [-0.07768879640745312, -5.793909360960987e-14, 0.06156336670029095, -0.027432557899087582, 0.06840601270555415, -0.09347730942522749]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 830684044
+    - 
+      positions: [0.7912517431226599, -0.20379386956999224, -0.8698838298082497, 1.472178290280005, -2.491821475786427, 0.16088252587618143]
+      velocities: [-0.21002761149379748, 0.2205274427542177, -0.22247952891268458, -0.040993046860374915, 0.11770392870348934, 0.2224902898791289]
+      accelerations: [-0.07780712516277072, 1.2413905001729253e-13, 0.061565203114547204, -0.027415763767404, 0.06847043284402227, -0.09345647173841382]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 834037595
+    - 
+      positions: [0.7905468758726895, -0.20305422364064113, -0.8706296767491624, 1.4720406459866178, -2.491426313376864, 0.161628229544881]
+      velocities: [-0.21028877499529952, 0.2205274427542176, -0.22227303711586435, -0.041084970488758345, 0.11793368662719048, 0.22217687377893364]
+      accelerations: [-0.07792611665565836, -1.820470876430888e-13, 0.06156700448515444, -0.027398808552478452, 0.06853549162121368, -0.09343529455702247]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 837391581
+    - 
+      positions: [0.7898410411037502, -0.20231448249247858, -0.8713749269925747, 1.4719026756987204, -2.4910303289760103, 0.1623729779349596]
+      velocities: [-0.21055037238805044, 0.22052744275421735, -0.22206651272010353, -0.04117684868491284, 0.11816369345772161, 0.22186348903914285]
+      accelerations: [-0.07804577814973805, 3.3095225199999275e-14, 0.06156879035815031, -0.027381620213609605, 0.0686012032883049, -0.0934137176646038]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 840745999
+    - 
+      positions: [0.7891342377707071, -0.20157464679517254, -0.8721195795771596, 1.4717643796160242, -2.490633521906057, 0.16311677021049187]
+      velocities: [-0.21081240579021893, 0.22052744275421737, -0.2218599559979956, -0.04126868071263009, 0.11839395122031951, 0.22155013718791883]
+      accelerations: [-0.07816611236122747, -8.272752777918182e-15, 0.061570539760018, -0.027364284443069917, 0.06866756000547257, -0.09339180955460374]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 844100845
+    - 
+      positions: [0.7884264648296663, -0.200834717225221, -0.8728636335375975, 1.471625757942406, -2.490235891487893, 0.16385960553633902]
+      velocities: [-0.2110748773310794, 0.22052744275421754, -0.22165336724857532, -0.04136046594543076, 0.11862446193661146, 0.22123681967048603]
+      accelerations: [-0.07828712477660281, 1.0753219261980322e-13, 0.06157225906925175, -0.027346781520089666, 0.06873456859111146, -0.09336955306476971]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 847456117
+    - 
+      positions: [0.7877177212379947, -0.20009469446598951, -0.8736070879045006, 1.4714868108861503, -2.4898374370410847, 0.16460148307835565]
+      velocities: [-0.21133778915328472, 0.22052744275421765, -0.22144674678438708, -0.04145220381467657, 0.11885522763205009, 0.22092353789330452]
+      accelerations: [-0.07840881948372148, -5.789468587698138e-14, 0.0615739350334124, -0.027329166165242988, 0.06880222565479575, -0.09334699032591495]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 850811812
+    - 
+      positions: [0.7870080059543323, -0.19935457920772337, -0.8743499417045826, 1.4713475386593515, -2.4894381578839564, 0.16534240200295436]
+      velocities: [-0.2116011434213761, 0.22052744275421762, -0.22124009484896576, -0.04154389348952796, 0.11908625038064385, 0.22061029348124395]
+      accelerations: [-0.07853120706047965, 4.961783825216242e-14, 0.06157562321111746, -0.027311227939561346, 0.06887056468639266, -0.09332395092849861]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 854167926
+    - 
+      positions: [0.7862973179386219, -0.19861437214765412, -0.8750921939599603, 1.4712079414803179, -2.489038053333308, 0.1660823614789702]
+      velocities: [-0.2118649423052968, 0.22052744275421765, -0.22103341176256502, -0.04163553444419403, 0.11931753222501927, 0.22029708781884205]
+      accelerations: [-0.07865428178804303, -3.307447235684437e-14, 0.061577223514574855, -0.027293359583860047, 0.06893953467444996, -0.09330075036797189]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 857524456
+    - 
+      positions: [0.7855856561521127, -0.19787407398988716, -0.8758338436894274, 1.4710680195691412, -2.4886371227049655, 0.16682136067427109]
+      velocities: [-0.21212918799192243, 0.22052744275421765, -0.22082669783621442, -0.041727126122166926, 0.11954907522462141, 0.21998392232385777]
+      accelerations: [-0.07877806112961849, 4.13380231222812e-14, 0.061578842707710885, -0.027275150611660373, 0.06900919783793773, -0.09327705525445652]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 860881400
+    - 
+      positions: [0.7848730195573904, -0.1971336854455881, -0.8765748899070986, 1.4709277731523716, -2.4882353653132196, 0.1675593987593791]
+      velocities: [-0.21239388269105725, 0.22052744275421757, -0.22061995330255516, -0.04181866766913581, 0.11978088149273702, 0.2196707986606673]
+      accelerations: [-0.07890254296306053, -9.919919264410377e-14, 0.06158042193215978, -0.027256834578712898, 0.06907952524945214, -0.09325305390524641]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 864238753
+    - 
+      positions: [0.7841594071183904, -0.19639320723292172, -0.8773153316231683, 1.4707872024603885, -2.4878327804711553, 0.16829647490546223]
+      velocities: [-0.21265902861601726, 0.22052744275421754, -0.22041317849399675, -0.041910158625213724, 0.12001295309876475, 0.21935771818240718]
+      accelerations: [-0.07902773319972188, 9.092162694212184e-14, 0.061581961802198076, -0.027238413451941234, 0.06915052091044321, -0.09322874532462407]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 867596513
+    - 
+      positions: [0.7834448178004148, -0.19565264007708835, -0.8780551678439013, 1.4706463077274006, -2.487429367490665, 0.16903258828436082]
+      velocities: [-0.21292462800299933, 0.2205274427542177, -0.2202063736785827, -0.042001598286537656, 0.12024529215925991, 0.21904468244652278]
+      accelerations: [-0.07915364127428495, 8.264613884340488e-15, 0.06158350124526036, -0.027219740458436673, 0.06922221014695373, -0.09320401069290361]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 870954676
+    - 
+      positions: [0.7827292505701553, -0.19491198471040713, -0.8787943975711449, 1.4705050891931304, -2.4870251256822478, 0.169767738069897]
+      velocities: [-0.21319068310266018, 0.22052744275421762, -0.2199995391282774, -0.04209298597075702, 0.12047790079991975, 0.21873169299965334]
+      accelerations: [-0.07928026810403896, -6.610907012430826e-14, 0.06158500020652413, -0.027200975703880925, 0.0692945743343441, -0.09317897715459204]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 874313240
+    - 
+      positions: [0.7820127043957085, -0.19417124187229096, -0.8795330198028405, 1.4703635471010195, -2.4866200543552432, 0.1705019234365184]
+      velocities: [-0.21345719617718856, 0.22052744275421765, -0.21979267514629053, -0.0421843211240824, 0.12071078114029904, 0.21841875129206156]
+      accelerations: [-0.07940762139776368, 7.436395949765236e-14, 0.06158648133960433, -0.02718203617942246, 0.06936762970800919, -0.09315357686276197]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 877672199
+    - 
+      positions: [0.7812951782465956, -0.1934304123093057, -0.8802710335327434, 1.4702216816991902, -2.4862141528177215, 0.17123514356005706]
+      velocities: [-0.2137241695057855, 0.2205274427542177, -0.21958578202168716, -0.042275603144013, 0.12094393531916262, 0.21810585882117584]
+      accelerations: [-0.07953570535613183, -3.3046796643470115e-14, 0.06158793163103478, -0.02716297639074353, 0.06944137276025764, -0.09312785145823523]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 881031553
+    - 
+      positions: [0.780576671093781, -0.19268949677518596, -0.8810084377505886, 1.4700794932398487, -2.4858074203765703, 0.17196739761729668]
+      velocities: [-0.21399160538749312, 0.2205274427542177, -0.219378860006221, -0.04236683128995365, 0.12117736550778874, 0.21779301720152364]
+      accelerations: [-0.07966452939342242, 3.3042979293417897e-14, 0.06158938752270111, -0.027143660153246593, 0.06951582765893512, -0.09310169149601863]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 884391296
+    - 
+      positions: [0.7798571819096933, -0.19194849603091363, -0.8817452314416363, 1.4699369819808514, -2.4853998563373056, 0.1726986847871833]
+      velocities: [-0.21425950613105693, 0.22052744275421765, -0.219171909405703, -0.042458005038841465, 0.12141107385883865, 0.21748022788105376]
+      accelerations: [-0.07979409169593775, -6.607839382707917e-14, 0.06159078161963338, -0.027124353649069174, 0.06959096047755627, -0.09307530747109226]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 887751425
+    - 
+      positions: [0.779136709668239, -0.19120741084465837, -0.8824814135875271, 1.4697941481827042, -2.4849914600044625, 0.1734290042485608]
+      velocities: [-0.21452787405910195, 0.2205274427542176, -0.218964930539262, -0.0425491239254453, 0.1216450625287584, 0.2171674922693262]
+      accelerations: [-0.07992440418120539, 3.3035449802977126e-14, 0.061592174613310575, -0.027104825638319986, 0.06966680873114484, -0.09304851363942833]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 891111937
+    - 
+      positions: [0.7784152533448273, -0.1904662419918881, -0.8832169831655218, 1.4696509921112078, -2.484582230681273, 0.17415835518221168]
+      velocities: [-0.2147967115236169, 0.2205274427542177, -0.2187579236014738, -0.0426401870087104, 0.12187933375601501, 0.21685481216124808]
+      accelerations: [-0.08005547427711021, 2.477380369828711e-14, 0.06159358117465685, -0.027085024681280333, 0.0697433850783599, -0.09302126830397485]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 894472829
+    - 
+      positions: [0.7776928119163874, -0.18972499025541897, -0.8839519391483217, 1.4695075140380647, -2.4841721676695916, 0.17488673677133298]
+      velocities: [-0.21506602087582066, 0.22052744275421762, -0.218550888946703, -0.04273119397438756, 0.12211388970064022, 0.2165421888616723]
+      accelerations: [-0.08018729598840987, -6.60561251981596e-14, 0.061594892782360654, -0.027065375726949954, 0.06982063156016949, -0.09299390668587604]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 897834097
+    - 
+      positions: [0.7769693843613847, -0.18898365642530837, -0.8846862805054361, 1.469363714236072, -2.483761270270534, 0.17561414819790763]
+      velocities: [-0.21533580449315015, 0.22052744275421754, -0.2183438268277419, -0.042822144121421615, 0.12234873259175699, 0.21622962398907994]
+      accelerations: [-0.08031989282037075, 2.4768317333545933e-14, 0.06159627962615024, -0.027045224207647094, 0.06989864863206748, -0.09296590887519093]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 901195736
+    - 
+      positions: [0.7762449696598469, -0.18824224129909906, -0.8854200062010528, 1.4692195929865792, -2.483349537783517, 0.17634058864839233]
+      velocities: [-0.21560606476571798, 0.2205274427542176, -0.21813673753788054, -0.04291303691340353, 0.12258386464756567, 0.21591711903991279]
+      accelerations: [-0.08045325074742028, 0.0, 0.06159754868532418, -0.02702532308521643, 0.06997733076105869, -0.09293786924083242]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 904557745
+    - 
+      positions: [0.7755195667933742, -0.1875007456816124, -0.8861531151964602, 1.4690751505709534, -2.4829369695073806, 0.17706605730725722]
+      velocities: [-0.2158768041015534, 0.22052744275421746, -0.21792962135128166, -0.04300387174725901, 0.12281928810883452, 0.21560467557009672]
+      accelerations: [-0.08058739641027825, -8.254313472741284e-14, 0.06159890558809744, -0.0270048803217618, 0.07005679832270303, -0.09290915999584558]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 907920118
+    - 
+      positions: [0.7747931747451691, -0.186759170385231, -0.8868856064474795, 1.4689303872796016, -2.482523564739227, 0.1777905533638587]
+      velocities: [-0.2161480249278333, 0.22052744275421743, -0.21772247850918375, -0.04309464789951051, 0.12305500524680432, 0.21529229523757598]
+      accelerations: [-0.08072231654384104, 5.777401835379239e-14, 0.06160016556389339, -0.026984616767887264, 0.07013695052652096, -0.09288035009739022]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 911282853
+    - 
+      positions: [0.774065792500048, -0.1860175162297012, -0.8876174789067843, 1.4687853034037976, -2.4821093227754925, 0.17851407600625452]
+      velocities: [-0.2164197296792162, 0.2205274427542176, -0.21751530934845761, -0.043185365025205966, 0.1232910182908789, 0.21497997940933575]
+      accelerations: [-0.08085803086708562, 4.126279132857594e-14, 0.06160145774571584, -0.02696403727001375, 0.0702178647361856, -0.09285104559890399]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 914645945
+    - 
+      positions: [0.773337419044465, -0.18527578404232814, -0.8883487315222848, 1.4686398992413336, -2.481694242911226, 0.17923662442552132]
+      velocities: [-0.21669192081669722, 0.22052744275421762, -0.21730811411340195, -0.04327602242827988, 0.12352732953504794, 0.2146677297380543]
+      accelerations: [-0.08099453735514316, -1.65033895351274e-14, 0.06160270933142571, -0.026943428610851708, 0.07029950349124538, -0.09282147240586158]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 918009392
+    - 
+      positions: [0.7726080533665305, -0.18453397465791493, -0.8890793632380468, 1.4684941750932792, -2.481278324440522, 0.1799581978133134]
+      velocities: [-0.2169646008138349, 0.22052744275421754, -0.2171008930842877, -0.04336661955918531, 0.12376394126485382, 0.21435554776698007]
+      accelerations: [-0.08113184755943903, -4.125420388503412e-14, 0.061603972991592995, -0.026922591666744076, 0.07038190073008238, -0.09279147162619815]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 921373188
+    - 
+      positions: [0.7718776944560317, -0.1837920889188582, -0.8898093729936389, 1.4683481312662674, -2.480861566656236, 0.18067879536362128]
+      velocities: [-0.2172377721636936, 0.22052744275421754, -0.21689364651742352, -0.043457155784430046, 0.12400085579192559, 0.21404343511366108]
+      accelerations: [-0.08126996360787236, 4.949997823536654e-14, 0.06160521158006642, -0.02690167612663847, 0.07046503955291955, -0.0927611598747193]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 924737330
+    - 
+      positions: [0.7711463413044521, -0.1830501276751348, -0.8905387597246022, 1.4682017680708135, -2.480443968850212, 0.18139841627151965]
+      velocities: [-0.21751143737258882, 0.22052744275421757, -0.21668637470504515, -0.04354763061728939, 0.1242380754194714, 0.21373139328735696]
+      accelerations: [-0.0814088933561335, -3.299664653183641e-14, 0.061606442157492565, -0.026880620060927136, 0.07054893339673542, -0.09273048683850202]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 928101815
+    - 
+      positions: [0.770413992904992, -0.18230809178435417, -0.8912675223622423, 1.4680550858220403, -2.4800255303132044, 0.18211705973374018]
+      velocities: [-0.21778559896372257, 0.22052744275421773, -0.21647907794316942, -0.04363804359394871, 0.12447560246060232, 0.21341942378789236]
+      accelerations: [-0.0815486411174561, 1.3197338619654223e-13, 0.06160764670190716, -0.026859499484269463, 0.07063357627906298, -0.09269951033339252]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 931466639
+    - 
+      positions: [0.7696806482525881, -0.18156598211176905, -0.8919956598338603, 1.4679080848388342, -2.4796062503350003, 0.1828347249480611]
+      velocities: [-0.21806025948331448, 0.22052744275421773, -0.21627175647178842, -0.04372839404125546, 0.12471343927362243, 0.2131075282864321]
+      accelerations: [-0.08168921841784789, -1.3196034344331228e-13, 0.06160887781991576, -0.02683811445105143, 0.0707190026301036, -0.09266807262360739]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 934831796
+    - 
+      positions: [0.7689463063439357, -0.18082379953037037, -0.8927231710621009, 1.4677607654461429, -2.4791861282041268, 0.18355141111505613]
+      velocities: [-0.2183354214930016, 0.22052744275421746, -0.2160644105530582, -0.04381868138007647, 0.12495158821652981, 0.21279570838857795]
+      accelerations: [-0.08183062508036533, -3.298686478673433e-14, 0.06161007102671387, -0.026816721263259926, 0.07080517944786092, -0.09263637232234667]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 938197285
+    - 
+      positions: [0.7682109661775061, -0.1800815449208427, -0.8934500549657632, 1.4676131279720785, -2.4787651632082475, 0.18426711743594323]
+      velocities: [-0.21861108756776937, 0.22052744275421732, -0.21585704048476523, -0.043908905178670465, 0.12519005163881147, 0.21248396559181312]
+      accelerations: [-0.08197287142409607, -5.77214463831583e-14, 0.061611270924115474, -0.026795151708943876, 0.07089213630213659, -0.09260427699629951]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 941563100
+    - 
+      positions: [0.7674746267535701, -0.1793392191716459, -0.8941763104592537, 1.4674651727498538, -2.4783433546339206, 0.1849818431140605]
+      velocities: [-0.21888726030461678, 0.22052744275421743, -0.21564964652249868, -0.043999064849590055, 0.12542883192719656, 0.21217230152318695]
+      accelerations: [-0.0821159624484445, 1.3192217106401853e-13, 0.061612459290528915, -0.02677348193551055, 0.07097986740587273, -0.0925718439871336]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 944929238
+    - 
+      positions: [0.7667372870742165, -0.17859682317902947, -0.8949019364528156, 1.4673169001169364, -2.4779207017667204, 0.18569558735425784]
+      velocities: [-0.21916394231639316, 0.22052744275421765, -0.21544222894396658, -0.04408915989959264, 0.1256679314683326, 0.2118607177447973]
+      accelerations: [-0.08225990483685425, 8.244360616557331e-15, 0.06161364250955646, -0.026751692253289015, 0.07106838016908419, -0.0925390564669684]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 948295694
+    - 
+      positions: [0.7659989461433754, -0.17785435784707132, -0.8956269318524563, 1.4671683104152948, -2.477497203891223, 0.1864083493631053]
+      velocities: [-0.21944113623626005, 0.22052744275421757, -0.2152347880026763, -0.04417918975081286, 0.12590735267576914, 0.21154921589130216]
+      accelerations: [-0.0824047062666089, -6.594876614810243e-14, 0.06161482988633613, -0.026729752552033186, 0.07115768485888349, -0.09250589007182146]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 951662465
+    - 
+      positions: [0.7652596029668342, -0.17711182408771906, -0.8963512955598401, 1.4670194039917623, -2.4770728602909626, 0.18712012834918484]
+      velocities: [-0.2197188447124015, 0.2205274427542175, -0.2150273239837847, -0.044269153955845957, 0.12614709795739937, 0.21123779750558858]
+      accelerations: [-0.08255037030568149, 3.2971364916423075e-14, 0.061615994631662716, -0.026707770909030686, 0.07124776956570343, -0.09247242559427853]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 955029546
+    - 
+      positions: [0.7645192565522652, -0.17636922282079592, -0.897075026472623, 1.4668701811968274, -2.476647670248618, 0.18783092352222405]
+      velocities: [-0.21999707041259148, 0.2205274427542176, -0.21481983715269987, -0.044359052000503094, 0.1263871697451308, 0.2109264641893231]
+      accelerations: [-0.08269690737119695, 2.4726291241544493e-14, 0.06161717658440857, -0.026685600052167278, 0.07133866220187605, -0.09243854924649003]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 958396933
+    - 
+      positions: [0.763777905909241, -0.17562655497407167, -0.8977981234839714, 1.4667206423863324, -2.4762216330457876, 0.1885407340943736]
+      velocities: [-0.2202758160287282, 0.22052744275421765, -0.21461232772291072, -0.04444888317896612, 0.12662757051530263, 0.21061521769955271]
+      accelerations: [-0.08284432375466665, -8.241363405493644e-15, 0.06161836806878564, -0.026663273909617695, 0.07143036300849347, -0.09240428445126637]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 961764622
+    - 
+      positions: [0.7630355500492566, -0.1748838214832925, -0.8985205854826569, 1.4665707879211094, -2.4757947479630515, 0.189249559279969]
+      velocities: [-0.2204713809537801, 0.22044380294201402, -0.21432351772373776, -0.04452173800959628, 0.1268201394467508, 0.21022435605194162]
+      accelerations: [-0.03327690591920181, -0.04964653543196852, 0.10984092875027919, -0.016594017232651078, 0.04290718661390307, -0.13964474233232485]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 965132609
+    - 
+      positions: [0.7622921879857565, -0.17414102329213965, -0.8992424113538695, 1.4664206181640818, -2.4753670142803945, 0.1899573982933957]
+      velocities: [-0.22052744275421765, 0.2202205242175205, -0.21389919952490508, -0.044566203863689216, 0.12693238821141586, 0.20970083232422776]
+      accelerations: [-5.759919463089106e-14, -0.08279509054753498, 0.14186776279628263, -0.009789045230804962, 0.023694838217079427, -0.17091793540549122]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 968503446
+    - 
+      positions: [0.7615478187341447, -0.17339816135240682, -0.8999635999775777, 1.466270133486069, -2.4749384312764042, 0.19066425035343337]
+      velocities: [-0.22052744275421776, 0.21994133690583723, -0.21342100235246195, -0.044599094339452944, 0.12701222881268778, 0.20912483131950727]
+      accelerations: [8.21732475697088e-15, -0.08262948915280902, 0.1414745799771376, -0.009699327518185271, 0.023612485464228568, -0.17037537589621]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 971878850
+    - 
+      positions: [0.7608024413118177, -0.17265523662388502, -0.9006841502302267, 1.4661193342597405, -2.4745089982291324, 0.1913701146787883]
+      velocities: [-0.22052744275421768, 0.2196623298993268, -0.2129434841576909, -0.04463172621550569, 0.12709190003272544, 0.20854988159592974]
+      accelerations: [3.28248496638288e-14, -0.08246465280235074, 0.1410827591007805, -0.009609667374900144, 0.023530625538101552, -0.16983425001134173]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 975258826
+    - 
+      positions: [0.7600560547381789, -0.17191225007448874, -0.9014040609837075, 1.4659682208632476, -2.4740787144156027, 0.19207499049081378]
+      velocities: [-0.2205274427542176, 0.21938350176180732, -0.21246664334729526, -0.04466409907356582, 0.12717140286683914, 0.2079759823898526]
+      accelerations: [1.6390238681326124e-14, -0.08230057628183027, 0.14069226828660786, -0.009520161876883157, 0.023449242839071918, -0.1692946237103119]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 978643378
+    - 
+      positions: [0.7593086580346627, -0.1711692026802574, -0.902123331105663, 1.4658167936791353, -2.473647579111974, 0.19277887701273014]
+      velocities: [-0.22052744275421776, 0.21910485105798483, -0.21199047834138712, -0.044696212537110105, 0.1272507383021565, 0.20740313291519402]
+      accelerations: [-1.0639259174687014e-13, -0.08213725984239, 0.14030312440759662, -0.009430738602216026, 0.023368344962637923, -0.16875643765086318]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 982032510
+    - 
+      positions: [0.758560250224755, -0.170426095425415, -0.9028419594592421, 1.4656650530951894, -2.473215591593437, 0.19348177347028153]
+      velocities: [-0.2205274427542178, 0.21882637635760055, -0.21151498762746335, -0.04472806646625827, 0.12732990728916227, 0.2068313322180942]
+      accelerations: [8.172990938880986e-14, -0.08197469585093761, 0.13991526392081083, -0.009341609034695945, 0.023287899614835444, -0.1682198431569354]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 985426227
+    - 
+      positions: [0.7578108303340183, -0.1696829293023438, -0.9035599449037738, 1.4655129995020186, -2.4727827511345715, 0.19418367908996492]
+      velocities: [-0.2205274427542176, 0.21854807622636668, -0.21104016965509365, -0.0447596605834919, 0.12740891079498784, 0.2062605794540708]
+      accelerations: [3.264782235318209e-14, -0.0818128899080115, 0.13952876575877518, -0.009252480254795647, 0.023207945803947656, -0.16768461764482928]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 988824534
+    - 
+      positions: [0.7570603973901076, -0.16893970531170108, -0.9042772862938107, 1.4653606332964426, -2.4723490570088784, 0.19488459310157297]
+      velocities: [-0.22052744275421773, 0.21826994922483967, -0.21056602281669506, -0.04479099440182625, 0.12748774981351285, 0.20569087394097063]
+      accelerations: [-1.1411315237311762e-13, -0.08165183506032281, 0.1391435777579638, -0.009163521314525748, 0.023128457221105864, -0.16715088119294552]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 992227435
+    - 
+      positions: [0.756308950422798, -0.16819642446240293, -0.9049939824796702, 1.465207954879562, -2.4719145084890712, 0.195584514736781]
+      velocities: [-0.2205274427542177, 0.21799199392268337, -0.21009254561726012, -0.04482206783145767, 0.12756642527958822, 0.2051222147110981]
+      accelerations: [1.302390804432153e-13, -0.08149152852243863, 0.13875967895612076, -0.009074796406668294, 0.023049422398421247, -0.16661867490368742]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 995634933
+    - 
+      positions: [0.7555564884640049, -0.1674530877716479, -0.9057100323076283, 1.465054964656024, -2.4714791048471927, 0.19628344322864308]
+      velocities: [-0.22052744275421754, 0.2177142088855431, -0.209619736528482, -0.0448528806630462, 0.12764493814181677, 0.2045546008932203]
+      accelerations: [-2.4386894381355346e-14, -0.081331971077321, 0.13837710305169837, -0.008986170512588086, 0.022970857874378553, -0.16608789409496247]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 999047034
+    - 
+      positions: [0.7548030105478054, -0.166709696264984, -0.9064254346194751, 1.4649016630356029, -2.471042845354408, 0.1969813778127807]
+      velocities: [-0.22052744275421748, 0.2174365926760235, -0.20914759399008118, -0.04488343256709708, 0.12772328936294935, 0.20398803171226126]
+      accelerations: [4.059003120782233e-14, -0.08117315937256607, 0.1379958282904249, -0.008897707572326058, 0.022892752415608862, -0.16555858016880323]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:   2463743
+    - 
+      positions: [0.7540485157104618, -0.1659662509763291, -0.9071401882527141, 1.4647480504324724, -2.470605729281121, 0.19767831772687589]
+      velocities: [-0.22052744275421743, 0.2171591438566105, -0.2086761164443609, -0.044913723219344115, 0.12780147990226604, 0.20342250639625764]
+      accelerations: [-8.107066859156257e-15, -0.08101509248210777, 0.13761586802469192, -0.008809346459663872, 0.022815112194632583, -0.1650306833096666]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:   5885062
+    - 
+      positions: [0.7532930029904426, -0.16522275294801717, -0.9078542920403536, 1.4645941272659357, -2.4701677558968873, 0.19837426221123047]
+      velocities: [-0.22052744275421762, 0.2168818609922873, -0.20820530237527335, -0.04494375244242162, 0.1278795106949984, 0.20285802407324735]
+      accelerations: [-9.715375961656272e-14, -0.08085776554356698, 0.1372371777812573, -0.008721233577644314, 0.022737914016383635, -0.16450430497174032]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:   9310997
+    - 
+      positions: [0.752536471428447, -0.16447920323080212, -0.9085677448113725, 1.4644398939587244, -2.469728924470671, 0.19906921050754905]
+      velocities: [-0.2205274427542177, 0.21660474264790663, -0.2077351502742123, -0.04497352008159039, 0.12795738267015594, 0.2022945838627562]
+      accelerations: [4.8511473338529995e-14, -0.08070117917724606, 0.13685979091110306, -0.008633235213856791, 0.022661174483813988, -0.16397934193993072]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  12741552
+    - 
+      positions: [0.7517789200674262, -0.16373560288392144, -0.9092805453902789, 1.464285350938578, -2.469289234270637, 0.1997631618601253]
+      velocities: [-0.2205274427542178, 0.21632778738120748, -0.2072656585462475, -0.04500302566794562, 0.12803509679897218, 0.20173218512116098]
+      accelerations: [-9.689236334974395e-14, -0.08054533260389092, 0.13648371763926856, -0.008545301370419641, 0.022584898670204568, -0.16345575262082385]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  16176732
+    - 
+      positions: [0.751020347952604, -0.16299195297514465, -0.909992692596936, 1.464130498638854, -2.468848684564074, 0.2004561155163128]
+      velocities: [-0.2205274427542178, 0.21605099375860398, -0.206796825717095, -0.04503226916246368, 0.1281126539877741, 0.20117082689900775]
+      accelerations: [9.676200949372183e-14, -0.08039021725872182, 0.13610887077410663, -0.008457731749487805, 0.022509040792477435, -0.16293374995416043]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  19616540
+    - 
+      positions: [0.750260754131507, -0.16224825458073727, -0.9107041852475335, 1.4639753374949993, -2.4684072746179258, 0.2011480707239766]
+      velocities: [-0.22052744275421754, 0.215774360341697, -0.20632865026035246, -0.045061250336658344, 0.12819005516721727, 0.20061050839233552]
+      accelerations: [5.6368599564807334e-14, -0.08023584021911462, 0.1357353610507469, -0.008370116099681097, 0.022433657846211, -0.16241302986052017]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  23060981
+    - 
+      positions: [0.7495001376539769, -0.16150450878559316, -0.911415022153234, 1.463819867949417, -2.4679650036980982, 0.20183902673507592]
+      velocities: [-0.22052744275421746, 0.21549788568701644, -0.20586113059286912, -0.04508996875433473, 0.12826730129525887, 0.20005122895563304]
+      accelerations: [-1.6083664938789356e-14, -0.08008219308824152, 0.13536310407912577, -0.008282743186729856, 0.022358705841636503, -0.16189379754180122]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  26510060
+    - 
+      positions: [0.7487384975722015, -0.16076071668320102, -0.9121252021211131, 1.4636640904480611, -2.4675218710699696, 0.202528982803203]
+      velocities: [-0.22052744275421743, 0.21522156836222162, -0.20539426527698879, -0.04511842449654928, 0.12834439325148433, 0.19949298757535566]
+      accelerations: [4.015513472815597e-14, -0.07992927354515325, 0.1349920931342649, -0.008195623877199873, 0.022284180409121408, -0.16137605478308875]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  29963780
+    - 
+      positions: [0.7479758329407383, -0.1600168793756767, -0.9128347239541881, 1.4635080054403118, -2.4670778759984318, 0.20321793818352915]
+      velocities: [-0.2205274427542175, 0.21494540692305614, -0.2049280527389895, -0.0451466171556734, 0.1284213319837008, 0.19893578360045922]
+      accelerations: [-9.624288597286703e-14, -0.07977708656699237, 0.13462240711827572, -0.00810846360217632, 0.022210122583549402, -0.16085958318876067]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  33422146
+    - 
+      positions: [0.7472121428165276, -0.1592729979738705, -0.9135435864504327, 1.4633516133825057, -2.4666330177473803, 0.20390589213540025]
+      velocities: [-0.22163007996798884, 0.21574205710354924, -0.20548364082911902, -0.0454004887494488, 0.1291408007760419, 0.1993701252013403]
+      accelerations: [-0.6395479539749922, 0.5421369962400174, -0.4573613368685315, -0.13911186247917554, 0.3950131567790434, 0.4133687510548416]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  36885163
+    - 
+      positions: [0.7464474262589307, -0.15852907359730387, -0.9142517884041241, 1.4631949147330683, -2.4661872955804554, 0.2045928439188234]
+      velocities: [-0.2227327171817599, 0.21653748140202672, -0.20603755575976815, -0.045654234622749985, 0.1298605009547869, 0.19980272949042538]
+      accelerations: [2.4236136093079962e-14, -0.08107232694365128, 0.13657787187078904, -0.00809439234520379, 0.02250674295674565, -0.16304367512624746]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  40318500
+    - 
+      positions: [0.7456816823297395, -0.1577851073742862, -0.9149593286046898, 1.4630379099566504, -2.4657407087604413, 0.20527879279750524]
+      velocities: [-0.22273271718175985, 0.21625902195504038, -0.20556864985906365, -0.045681910924909704, 0.12993775032540922, 0.19924309197944048]
+      accelerations: [1.613575089672115e-14, -0.08091929261400264, 0.13620456988787305, -0.008006130409497872, 0.02243249948324456, -0.1625212425185901]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  43756450
+    - 
+      positions: [0.744914910093211, -0.15704110044189806, -0.9156662058374442, 1.4628805995214522, -2.465293256549685, 0.20596373803693466]
+      velocities: [-0.2227327171817598, 0.21598071413340214, -0.2051003971736325, -0.04570932078643645, 0.13001484860432033, 0.19868449902544455]
+      accelerations: [8.05705808563811e-15, -0.08076699356512371, 0.13583255386289633, -0.007918008340792615, 0.022358696885482313, -0.16200021681813298]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  47199017
+    - 
+      positions: [0.7441471086160828, -0.1562970539460535, -0.9163724188832136, 1.4627229839005569, -2.464844938209912, 0.2066476789053872]
+      velocities: [-0.22273271718175974, 0.2157025564792966, -0.20463279616999408, -0.04573646398052436, 0.13009179670655927, 0.19812694987438306]
+      accelerations: [3.2185039724995304e-14, -0.08061542673697411, 0.1354618082242079, -0.007830068104054407, 0.02228532659605568, -0.16148062347604308]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  50646204
+    - 
+      positions: [0.743378276967601, -0.1555529690415262, -0.9170779665184647, 1.4625650635714473, -2.464395753002316, 0.20733061467359756]
+      velocities: [-0.22384638076766844, 0.2165009754352542, -0.20518550797394064, -0.045992223825559966, 0.13081963033516983, 0.1985569060458119]
+      accelerations: [-0.6480408958811898, 0.5455082667345851, -0.4575768563321006, -0.1409681581742022, 0.40116015362736884, 0.4122586680117284]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  54098017
+    - 
+      positions: [0.7426084142195425, -0.15480884689199292, -0.9177828475151346, 1.4624068390166147, -2.4639457001874865, 0.2080125446152314]
+      velocities: [-0.22496004435357728, 0.21729815270200661, -0.20573653852408602, -0.04624784899573847, 0.1315476984811238, 0.19898512977087698]
+      accelerations: [-4.8629810479497546e-14, -0.0819288035888097, 0.13743208102069326, -0.007808545751436344, 0.022584892443264126, -0.16367063686299982]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  57520237
+    - 
+      positions: [0.7418375194462407, -0.1540646886700513, -0.918487060640958, 1.4622483107223354, -2.4634947790256065, 0.2086934680060335]
+      velocities: [-0.22496004435357736, 0.21701765964601732, -0.20526622686941837, -0.04627445440166245, 0.13162496652151132, 0.1984251632431011]
+      accelerations: [0.0, -0.08177642038109068, 0.13705776974422706, -0.007719318086486086, 0.022511367564088492, -0.16314489563990062]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  60947045
+    - 
+      positions: [0.7410655917246053, -0.15332049555727914, -0.91919060465903, 1.462089479180257, -2.463042988776236, 0.2093733841250032]
+      velocities: [-0.2249600443535773, 0.21673731237237243, -0.20479656731699036, -0.04630078987459538, 0.13170208650207388, 0.19786624775786155]
+      accelerations: [2.4249875273460306e-14, -0.08162477308154945, 0.13668469518322415, -0.007630436015482411, 0.022438250074497606, -0.1626207084904107]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  64378444
+    - 
+      positions: [0.740292630134158, -0.1525762687442281, -0.919893478328568, 1.4619303448845895, -2.4625903286987563, 0.21005229225240246]
+      velocities: [-0.2260848445753451, 0.21753869462293896, -0.20534802437588837, -0.04655855418603165, 0.13243814689271186, 0.19829353122537424]
+      accelerations: [-0.6575352156204254, 0.5503931252924573, -0.4595520086785105, -0.14302557767713006, 0.4077660537806299, 0.41299294518376717]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  67814439
+    - 
+      positions: [0.7395186337570352, -0.1518320094305373, -0.9205956804035368, 1.4617709083371115, -2.4621367980516164, 0.21073019167338494]
+      velocities: [-0.22720964479711314, 0.2183388197568924, -0.20589779023111154, -0.04681617626341042, 0.13317444482840793, 0.19871908294078292]
+      accelerations: [-1.0585002215278404e-13, -0.08295830041001592, 0.1386749108815872, -0.007602696381742349, 0.02274144727489799, -0.16482407829716708]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  71220968
+    - 
+      positions: [0.7387436016780349, -0.15108771882488276, -0.9212972096341168, 1.4616111700417946, -2.461682396093183, 0.21140708167416464]
+      velocities: [-0.2272096447971133, 0.21805610178732376, -0.20542540056643305, -0.04684195569075483, 0.1332518929012515, 0.198157758683485]
+      accelerations: [2.439429309408425e-14, -0.08280585765398531, 0.1382982797633837, -0.00751243587050111, 0.022668190324736995, -0.16429361487217373]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  74632056
+    - 
+      positions: [0.7379675329846265, -0.15034339814506648, -0.921998064765793, 1.4614511305080993, -2.4612271220812474, 0.2120829615444141]
+      velocities: [-0.22720964479711306, 0.21777352509853198, -0.20495366333791915, -0.04686746172789426, 0.133329195061617, 0.19759749297946846]
+      accelerations: [1.1368801034142757e-13, -0.08265415934351458, 0.13792292318470625, -0.007422425762292113, 0.022595354730043767, -0.1637646421319528]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  78047707
+    - 
+      positions: [0.7371904267669852, -0.14959904861802473, -0.9226982445398227, 1.4612907902492642, -2.4607709752733107, 0.2127578305760693]
+      velocities: [-0.22720964479711298, 0.21749108819988372, -0.20448257701672895, -0.046892694243172495, 0.13340635219968724, 0.1970382850571839]
+      accelerations: [-7.298759513220839e-14, -0.08250320629660499, 0.137548869747007, -0.007332552005897128, 0.02252295524591231, -0.16323707353757705]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  81467923
+    - 
+      positions: [0.7364122821180076, -0.148854671479888, -0.9233977476928584, 1.4611301497836455, -2.4603139549263937, 0.21343168806432455]
+      velocities: [-0.2283456930210986, 0.2182941279727029, -0.20503102547984436, -0.04715230337625233, 0.13415097438885243, 0.19746114080163918]
+      accelerations: [-0.6662849543632198, 0.5537809687301574, -0.45971070737729053, -0.14489985659646099, 0.4141112246756293, 0.4118330361544702]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  84892710
+    - 
+      positions: [0.7356330981333428, -0.14811026797599677, -0.9240965729572154, 1.4609692096337408, -2.4598560602972066, 0.21410453330695986]
+      velocities: [-0.22948174124508425, 0.2190958940820415, -0.2055777744362134, -0.0474117613529534, 0.13489583733539146, 0.1978822700520853]
+      accelerations: [-7.352094230532946e-14, -0.08385581429067102, 0.1395543841659845, -0.007297157265294546, 0.022829257699552102, -0.16544618682846138]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  88288118
+    - 
+      positions: [0.7348528739114114, -0.14736583936095823, -0.9247947190605614, 1.4608079703272874, -2.4593972906419985, 0.21477636560515828]
+      velocities: [-0.22948174124508428, 0.2188110473347591, -0.20510394016755418, -0.047436416348584025, 0.13497333203175446, 0.19732067072234494]
+      accelerations: [4.894862882341806e-14, -0.0837040905836475, 0.13917672137929105, -0.007206092523000427, 0.022756693406518796, -0.16491242087500832]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  91688058
+    - 
+      positions: [0.7340716085534377, -0.14662138689865775, -0.9254921847263182, 1.4606464323957913, -2.4589376452168037, 0.21544718426249054]
+      velocities: [-0.22948174124508416, 0.21852633574725316, -0.2046307571403379, -0.04746079453303522, 0.13505068382317093, 0.19676013672516776]
+      accelerations: [1.6294471312372437e-14, -0.08355311791167859, 0.13880035971430688, -0.007115213854403731, 0.02268455724240922, -0.16438009957790148]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  95092535
+    - 
+      positions: [0.7332893011634701, -0.14587691186230953, -0.9261889686734186, 1.460484596375381, -2.4584771232773295, 0.21611698858555636]
+      velocities: [-0.22948174124508416, 0.218241757809654, -0.2041582237961978, -0.047484895708608824, 0.13512789360261446, 0.19620066736463831]
+      accelerations: [-1.627277226960709e-14, -0.08340289449532265, 0.13842530068245126, -0.0070245012258217466, 0.022612850110381076, -0.16384920361709804]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  98501553
+    - 
+      positions: [0.732505950848406, -0.14513241553449446, -0.9268850696162384, 1.4603224628070517, -2.458015724078935, 0.21678577788418926]
+      velocities: [-0.2294817412450842, 0.21795731201340948, -0.20368633860875474, -0.047508719790720286, 0.13520496224223583, 0.1956422618724774]
+      accelerations: [-8.125556228272045e-15, -0.08325341699559125, 0.13805151724315665, -0.006934040142421148, 0.022541556155607743, -0.16331978804594907]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 101915116
+    - 
+      positions: [0.7317215567180197, -0.14438789920718403, -0.927580486264857, 1.4601600322356811, -2.4575534468768083, 0.21745355147079157]
+      velocities: [-0.22948174124508444, 0.21767299684973423, -0.2032151000586258, -0.04753226671771163, 0.13528189060730633, 0.19508491947185203]
+      accelerations: [-1.2983593480239076e-13, -0.08310468455610943, 0.13767902559959133, -0.00684375762282991, 0.02247068448509977, -0.1627917961177115]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 105333227
+    - 
+      positions: [0.7309361178849871, -0.14364336418178814, -0.9282752173248197, 1.4599973052108874, -2.457090290925849, 0.21812030866097457]
+      velocities: [-0.22948174124508436, 0.21738881080698585, -0.2027445065938655, -0.04755553630753417, 0.1353586795786143, 0.19452863947855256]
+      accelerations: [1.782870147079653e-13, -0.08295669538627508, 0.13730782190668772, -0.006753655199861887, 0.022400232385189747, -0.16226522363852164]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 108755891
+    - 
+      positions: [0.730149633464907, -0.14289881176919042, -0.928969261497134, 1.4598342822870223, -2.45662625548069, 0.21878604877359087]
+      velocities: [-0.2294817412450841, 0.217104752373527, -0.20227455667469868, -0.04757852841914408, 0.13543533002746802, 0.19397342118671904]
+      accelerations: [-3.2372736333679206e-14, -0.08280944696418491, 0.13693789616843843, -0.006663754487477474, 0.022330194329107527, -0.1617400808718161]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 112183111
+    - 
+      positions: [0.7293621025763318, -0.1421542432897827, -0.929662617478332, 1.459670964022929, -2.456161339795753, 0.21945077113058997]
+      velocities: [-0.22948174124508425, 0.21682082003774475, -0.20180524877308392, -0.04760124295239384, 0.1355118428154716, 0.19341926386877328]
+      accelerations: [-5.657702765434996e-14, -0.08266293750085123, 0.1365692448401239, -0.006574056854270713, 0.02226056750650964, -0.1612163636261152]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 115614891
+    - 
+      positions: [0.7285735243407894, -0.14140966007349984, -0.9303552839604645, 1.4595073509819352, -2.4556955431252736, 0.22011447505704987]
+      velocities: [-0.22948174124508447, 0.2165370122896656, -0.2013365813927978, -0.04762367991993226, 0.13558821878319682, 0.19286616672626322]
+      accelerations: [-5.6501903630010866e-14, -0.0825171635503133, 0.13620184630552665, -0.006484625579599312, 0.02219133984347966, -0.16069411067987083]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 119051235
+    - 
+      positions: [0.7277838978828157, -0.14066506345984514, -0.9310472596313, 1.4593434437311137, -2.4552288647234364, 0.2207771598806913]
+      velocities: [-0.22948174124508425, 0.21625332761665672, -0.20086855301478568, -0.047645839249944935, 0.135664458781053, 0.19231412902789904]
+      accelerations: [1.8540272541893758e-13, -0.08237212583714984, 0.1358357288537363, -0.006395347186762898, 0.022122526521208098, -0.16017323751165882]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 122492147
+    - 
+      positions: [0.726993222329972, -0.1399204547979499, -0.9317385431739482, 1.4591792428426296, -2.4547613038441836, 0.22143882493286257]
+      velocities: [-0.22948174124508408, 0.2159697645022562, -0.20040116207276493, -0.0476677206967038, 0.13574056368365459, 0.19176315017041323]
+      accelerations: [-9.660354168124768e-14, -0.08222782160459381, 0.1354708850313907, -0.006306233092966937, 0.02205412381364439, -0.1596537476496742]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 125937631
+    - 
+      positions: [0.7262014968128714, -0.13917583544660136, -0.932429133266896, 1.4590147488936185, -2.45429285974125, 0.22209946954848]
+      velocities: [-0.22948174124508425, 0.21568632143373379, -0.19993440706189597, -0.04768932423407588, 0.1358165343278509, 0.19121322940459967]
+      accelerations: [8.039621742577409e-15, -0.08208424719460927, 0.1351072799961302, -0.006217398488617914, 0.0219861109097831, -0.15913571580418473]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 129387690
+    - 
+      positions: [0.7254087204652133, -0.13843120677426632, -0.933119028584364, 1.4588499624648277, -2.4538235316684065, 0.22275909306511288]
+      velocities: [-0.2294817412450842, 0.2154029968973895, -0.19946828648371068, -0.047710649859381477, 0.13589237154305084, 0.19066436597319503]
+      accelerations: [2.4086903573745403e-14, -0.08194140259502856, 0.1347449383254864, -0.006128740775521146, 0.021918501729389934, -0.15861906538912013]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 132842328
+    - 
+      positions: [0.7246148924238016, -0.13768657015914293, -0.9338082277959716, 1.4586848841418414, -2.453353318879283, 0.22341769482388]
+      velocities: [-0.22948174124508425, 0.21511978937712095, -0.19900279880782942, -0.04773169744980973, 0.1359680761749152, 0.19011655920955348]
+      accelerations: [-5.612833432444394e-14, -0.08179928499080602, 0.13438384741004622, -0.006040291823635777, 0.02185128922691475, -0.15810381388739883]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 136301548
+    - 
+      positions: [0.723820011828573, -0.13694192698918883, -0.934496729566835, 1.4585195145147107, -2.452882220627444, 0.22407527416922035]
+      velocities: [-0.2294817412450843, 0.21483669735662536, -0.19853794251522583, -0.04775246692344404, 0.13604364905904695, 0.18956980842581214]
+      accelerations: [1.6015437164875153e-14, -0.08165789310180128, 0.1340240067311636, -0.005952042495921749, 0.021784472070897187, -0.15758994965594397]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 139765356
+    - 
+      positions: [0.7230240778226233, -0.1361972786621651, -0.9351845325575238, 1.4583538541780714, -2.452410236166399, 0.2247318304490133]
+      velocities: [-0.2294817412450844, 0.21455371932035966, -0.19807371610876673, -0.04777295827469846, 0.1361190910153774, 0.18902411288911616]
+      accelerations: [-6.397698535488395e-14, -0.0815172235750356, 0.13366539767293517, -0.005864044903350571, 0.021718040026926778, -0.15707750378551855]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 143233754
+    - 
+      positions: [0.7222270895522381, -0.13545262658565954, -0.9358716354242307, 1.4581879037305252, -2.4519373647497176, 0.22538736301418108]
+      velocities: [-0.22948174124508428, 0.2142708537524842, -0.1976101180980555, -0.0477931715207171, 0.13619440285694784, 0.18847947185820219]
+      accelerations: [1.277847555938391e-13, -0.08137727575200274, 0.13330802849820164, -0.0057762589108097, 0.021651996861018128, -0.15656644350970683]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 146706746
+    - 
+      positions: [0.7214290461669153, -0.13470797217713446, -0.9365580368186273, 1.4580216637751273, -2.4514636056309778, 0.22604187121906533]
+      velocities: [-0.2294817412450843, 0.21398809913119626, -0.1971471469162383, -0.04781310639973034, 0.13626958543824724, 0.18793588479138135]
+      accelerations: [-1.3559184253044995e-13, -0.0812380495518908, 0.1329519284756617, -0.005688563074960007, 0.021586360166629282, -0.15605668028427852]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 150184336
+    - 
+      positions: [0.7206299468193814, -0.13396331686397586, -0.9372437353874676, 1.457855134920863, -2.4509889580635376, 0.22669535442248867]
+      velocities: [-0.2294817412450845, 0.2137054539402649, -0.19668480109136804, -0.047832762992377945, 0.13634463955568646, 0.1873933509183875]
+      accelerations: [1.5930907391534218e-14, -0.08109953769216452, 0.13259700732114338, -0.0056012746232126445, 0.021521076484620438, -0.1555484276333207]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 153666527
+    - 
+      positions: [0.7198297906656451, -0.1332186620834895, -0.9379287297736094, 1.45768831777882, -2.4505134213011917, 0.22734781198512888]
+      velocities: [-0.22948174124508436, 0.21342291666116578, -0.19622307912900716, -0.047852141296028106, 0.13641956601536753, 0.18685186953371202]
+      accelerations: [7.159442480702186e-14, -0.08096174462209368, 0.13224336174422005, -0.0055140276465010215, 0.021456202344973495, -0.15504142858541053]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 157153324
+    - 
+      positions: [0.719028576864994, -0.13247400928298664, -0.9386130186148174, 1.4575212129666246, -2.4500369945974616, 0.22799924327263923]
+      velocities: [-0.2294817412450843, 0.21314048577384986, -0.19576197951715446, -0.047871241241476716, 0.13649436563080625, 0.1863114399849467]
+      accelerations: [-4.766662744687706e-14, -0.08082466264104246, 0.13189089883398428, -0.005427148282936465, 0.02139168310778252, -0.15453590292279432]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 160644729
+    - 
+      positions: [0.718226304580048, -0.13172935991977444, -0.9392966005448209, 1.4573538211044903, -2.449559677206269, 0.22864964765293685]
+      velocities: [-0.22948174124508436, 0.21285815975679787, -0.19530150074541974, -0.04789006276578402, 0.1365690392112362, 0.18577206162254772]
+      accelerations: [7.933959139237455e-15, -0.08068829615991846, 0.13153970404935372, -0.005340313380133812, 0.021327568454679317, -0.15403162319362415]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 164140747
+    - 
+      positions: [0.7174229729767576, -0.13098471546124263, -0.9399794741922471, 1.4571861428191584, -2.4490814683813067, 0.22929902449898068]
+      velocities: [-0.2294817412450843, 0.2125759370894952, -0.1948416413201307, -0.04790860586328005, 0.13664358755321931, 0.18523373376520827]
+      accelerations: [2.3770499319120784e-14, -0.08055263609039204, 0.13118967611046095, -0.005253877322237807, 0.02126379911364438, -0.153528828379516]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 167641381
+    - 
+      positions: [0.7166185812244656, -0.13024007738484397, -0.9406616381817806, 1.4570181787395797, -2.4486023673767767, 0.22994737318580355]
+      velocities: [-0.2294817412450843, 0.2122938162508562, -0.19438239974974236, -0.047926870534130875, 0.13671801144922946, 0.18469645573453963]
+      accelerations: [-2.3739179395031332e-14, -0.08041768774105859, 0.13084090861557013, -0.0051674883512316675, 0.021200429562609847, -0.15302727178337222]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 171146635
+    - 
+      positions: [0.715813128495899, -0.129495447178186, -0.9413430911329973, 1.4568499295012236, -2.448122373446697, 0.23059469309354508]
+      velocities: [-0.2294817412450843, 0.21201179571837173, -0.19392377454375626, -0.04794485678316815, 0.13679231168722883, 0.18416022685686712]
+      accelerations: [3.951319602146808e-14, -0.08028344253976358, 0.13049330117892177, -0.005081499237199866, 0.02113740045768416, -0.15252719074274215]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 174656512
+    - 
+      positions: [0.71500661396723, -0.12875082633901688, -0.9420238316615204, 1.4566813957417557, -2.4476414858456437, 0.23124098360448925]
+      velocities: [-0.2294817412450844, 0.2117298739691657, -0.19346576420927256, -0.04796256460300353, 0.13686648905405252, 0.18362504647330735]
+      accelerations: [-9.4706855760795e-14, -0.08014990518532106, 0.13014694912237976, -0.004995549534536935, 0.021074768072397523, -0.15202833349138117]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 178171017
+    - 
+      positions: [0.7141990368180703, -0.12800621637531145, -0.9427038583778257, 1.4565125781054773, -2.447159703828034, 0.23188624410617495]
+      velocities: [-0.22948174124508464, 0.21144804947695672, -0.19300836721175538, -0.04797999383276187, 0.13694054435813707, 0.18309091403737787]
+      accelerations: [-3.940928057410966e-14, -0.08001706886078884, 0.12980177460868528, -0.004909910879473696, 0.0210124861340954, -0.1515308813391559]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 181690151
+    - 
+      positions: [0.7133903962315227, -0.12726161880526937, -0.9433831698881322, 1.456343477239986, -2.4466770266487052, 0.2325304739891222]
+      velocities: [-0.22948174124508458, 0.21116632072146185, -0.19255158212911028, -0.04799714472188293, 0.13701447833739355, 0.18255782873040396]
+      accelerations: [5.5100455185022315e-14, -0.07988493292016109, 0.12945778523086915, -0.004824543906586907, 0.020950558469548037, -0.15103480157834853]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 185213920
+    - 
+      positions: [0.7125806913942068, -0.1265170351573646, -0.9440617647942634, 1.4561740937966599, -2.4461934535628616, 0.23317367264721542]
+      velocities: [-0.22948174124508436, 0.21088468617788697, -0.19209540747840634, -0.048014017295813324, 0.13708829176271053, 0.1820257898939025]
+      accelerations: [8.647265460299802e-14, -0.07975349653985138, 0.129115001770185, -0.004739359311714261, 0.020888997719752007, -0.150540029509371]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 188742326
+    - 
+      positions: [0.7117699214962774, -0.125772466970386, -0.9447396416933486, 1.4560044284317697, -2.445708983825908, 0.23381583947849624]
+      velocities: [-0.22948174124508414, 0.21060314431646565, -0.19163984169732068, -0.04803061128639306, 0.13716198545040198, 0.18149479707445346]
+      accelerations: [2.355247969745791e-14, -0.07962275933334477, 0.12877344216543954, -0.004654278952182171, 0.020827814672969038, -0.15004650748328613]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 192275374
+    - 
+      positions: [0.7109580857314438, -0.1250279157934844, -0.9454167991775556, 1.4558344818074636, -2.4452236166933043, 0.23445697388587627]
+      velocities: [-0.22948174124508414, 0.21032169361200717, -0.19118488332564976, -0.048046926799915235, 0.13723556015175653, 0.18096484957253212]
+      accelerations: [-2.3521566087885106e-14, -0.07949271508207077, 0.1284330244252822, -0.004569591845033465, 0.020766959438711593, -0.1495544263250105]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 195813066
+    - 
+      positions: [0.7101451832970259, -0.12428338318618029, -0.9460932358350435, 1.4556642545881673, -2.4447373514212, 0.23509707527471346]
+      velocities: [-0.22948174124508414, 0.21004033254098997, -0.19073053093850295, -0.04806296407058115, 0.13730901659297284, 0.18043594660952433]
+      accelerations: [2.3490710394874355e-14, -0.07936336506051672, 0.12809380437234907, -0.004485080110598002, 0.02070646545859019, -0.14906363375807918]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 199355406
+    - 
+      positions: [0.7093312133939625, -0.12353887071842104, -0.9467689502492334, 1.455493747443305, -2.4442501872660016, 0.23573614305471136]
+      velocities: [-0.22948174124508414, 0.2097590595729863, -0.19027678300754614, -0.04807872295166364, 0.1373823555600825, 0.17990808767163483]
+      accelerations: [-1.5639941724286047e-14, -0.07923470790989534, 0.12775577850213982, -0.004400745000228509, 0.020646330885432912, -0.1485741261436648]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 202902398
+    - 
+      positions: [0.7085161752268376, -0.12279437997062166, -0.9474439409988048, 1.4553229610472929, -2.443762123484389, 0.23637417663995292]
+      velocities: [-0.22948174124508428, 0.2094778731782545, -0.1898236380255499, -0.048094203371999225, 0.1374555778235253, 0.1793812722001003]
+      accelerations: [-6.247779368180043e-14, -0.0791067406209358, 0.12741893217769348, -0.004316626940801484, 0.02058654649901435, -0.14808592652417654]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 206454046
+    - 
+      positions: [0.7077000680039128, -0.12204991253369048, -0.948118206657827, 1.4551518960790395, -2.4432731593334296, 0.23701117544859227]
+      velocities: [-0.22948174124508436, 0.2091967718319295, -0.1893710945867102, -0.04810940563293557, 0.1375286840878527, 0.17885549939309547]
+      accelerations: [2.3398490496154954e-14, -0.07897945949439968, 0.12708321681828672, -0.004232893900249022, 0.020527082228347777, -0.14759914250549142]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 210010351
+    - 
+      positions: [0.7068828909371744, -0.12130547000905864, -0.9487917457963106, 1.4549805532198261, -2.442783294070967, 0.23764713890146016]
+      velocities: [-0.22948174124508425, 0.20891575400296242, -0.18891915119198213, -0.048124329691591736, 0.13760167511175594, 0.17833076868796782]
+      accelerations: [3.115715486826419e-14, -0.07885286775614708, 0.1267487273183216, -0.004149183086691752, 0.02046799639597042, -0.14711352586703053]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 213571319
+    - 
+      positions: [0.7060646432423222, -0.12056105400874458, -0.9494645569789918, 1.4548089331578935, -2.4422925269548554, 0.23828206642521904]
+      velocities: [-0.22948174124508436, 0.20863481815909374, -0.18846780632979881, -0.04813897545750906, 0.13767455165842402, 0.177807079560536]
+      accelerations: [-1.0112829811134665e-13, -0.07872695892242645, 0.1264153697770446, -0.0040658290731732435, 0.02040923106709843, -0.1466292969618543]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 217136952
+    - 
+      positions: [0.7052453241388332, -0.11981666615536292, -0.9501366387664446, 1.454637036584215, -2.441800857243711, 0.23891595744952804]
+      velocities: [-0.2294817412450845, 0.20835396277265195, -0.18801705858492512, -0.048153343194399165, 0.13774731442858076, 0.177284431255366]
+      accelerations: [3.107572093838723e-14, -0.07860173297117946, 0.12608317788431828, -0.003982695023276684, 0.0203508069194333, -0.14614635930028005]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 220707254
+    - 
+      positions: [0.7044249328499776, -0.1190723080821723, -0.9508079897146176, 1.45446486419423, -2.4413082841966394, 0.23954881140825818]
+      velocities: [-0.2294817412450844, 0.2080731863098409, -0.18756690644475588, -0.04816743280532156, 0.13781996417958278, 0.17676282326709766]
+      accelerations: [3.1035119384843736e-14, -0.0784771894433837, 0.1257521664980547, -0.003899714214909597, 0.020292732895818028, -0.14566466305314582]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 224282228
+    - 
+      positions: [0.7036034686028382, -0.1183279814331203, -0.9514786083746027, 1.454292416688701, -2.4408148070731133, 0.24018062774012183]
+      velocities: [-0.22948174124508441, 0.20779248723809757, -0.18711734843589312, -0.04818124433777444, 0.13789250164136457, 0.17624225499960758]
+      accelerations: [-4.649189207479578e-14, -0.07835332420295582, 0.1254222927547296, -0.0038170329766670317, 0.02023498256738678, -0.1451843028374903]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 227861878
+    - 
+      positions: [0.7027809306283549, -0.11758368786286454, -0.952148493293123, 1.4541196947718507, -2.440320425133316, 0.24081140588743513]
+      velocities: [-0.22948174124508425, 0.2075118640258495, -0.18666838311043404, -0.048194777931536974, 0.13796492752494288, 0.17572272580225115]
+      accelerations: [1.4703219773690083e-13, -0.07823013693930912, 0.1250935792135205, -0.0037345553596528705, 0.020177569659807316, -0.14470520854850638]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 231446207
+    - 
+      positions: [0.7019573181613451, -0.11683942903681971, -0.9528176430122035, 1.4539466991525893, -2.4398251376379583, 0.24144114529700553]
+      velocities: [-0.2294817412450842, 0.2072313151407046, -0.18622000903113178, -0.04820803376640764, 0.1380372425305078, 0.1752042350061817]
+      accelerations: [-1.23655103479482e-13, -0.0781076245461885, 0.12476599144996595, -0.0036523980046603254, 0.02012047236435595, -0.1442274542135631]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 235035217
+    - 
+      positions: [0.7011326304405433, -0.11609520663118689, -0.9534860560695587, 1.4537734305430186, -2.439328943848564, 0.24206984541915405]
+      velocities: [-0.22948174124508436, 0.20695083904681316, -0.1857722246969049, -0.04822101178375342, 0.13810944739577785, 0.17468678210668906]
+      accelerations: [3.8591852010888525e-14, -0.07798578818693934, 0.12443959342277787, -0.0035703102607662703, 0.020063731291290802, -0.14375086846069152]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 238628914
+    - 
+      positions: [0.700306866708604, -0.11535102233300402, -0.9541537309977416, 1.4535998896616609, -2.4388318430269273, 0.24269750570992993]
+      velocities: [-0.2294817412450843, 0.2066704342093835, -0.18532502864115413, -0.04823371205179348, 0.13818154283335055, 0.17417036652216994]
+      accelerations: [-2.3124948050443527e-14, -0.0778646222559517, 0.12411429605535648, -0.0034886118774422607, 0.020007289812719483, -0.1432756593601994]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 242227299
+    - 
+      positions: [0.6994800262121644, -0.11460687784016317, -0.9548206663252194, 1.4534260772293404, -2.4383338344358636, 0.24332412562838235]
+      velocities: [-0.22948174124508447, 0.20639009909382838, -0.18487841942665548, -0.04824613474830154, 0.13825352953363665, 0.17365498760499973]
+      accelerations: [-5.3887965607896616e-14, -0.07774412839838367, 0.12379016605579886, -0.0034070429852243807, 0.019951190119202482, -0.1428016497909543]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 245830377
+    - 
+      positions: [0.6986521082018473, -0.11386277486146683, -0.9554868605754857, 1.453251993972541, -2.4378349173386447, 0.24394970463885668]
+      velocities: [-0.22948174124508464, 0.20610983216290413, -0.18443239557139723, -0.04825827988268467, 0.13832540821228165, 0.17314064482681968]
+      accelerations: [-3.844132372423386e-14, -0.07762430261694322, 0.12346715573593146, -0.0033257682958518285, 0.019895402053357058, -0.14232894449075398]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 249438150
+    - 
+      positions: [0.6978231119323061, -0.1131187151166497, -0.9561523122676184, 1.4530776406212764, -2.4373350909993987, 0.24457424220960894]
+      velocities: [-0.22948174124508447, 0.20582963188246017, -0.1839869556649531, -0.04827014772943643, 0.13839717953603137, 0.17262733749046016]
+      accelerations: [1.1517401756703396e-13, -0.0775051433743687, 0.12314526715416747, -0.0032447688000946445, 0.019839926628209218, -0.14185752644548388]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 253050621
+    - 
+      positions: [0.6969930366622545, -0.11237470033641783, -0.9568170199162083, 1.4529030179093332, -2.436834354683097, 0.24519773781300802]
+      velocities: [-0.22948174124508425, 0.2055494967126021, -0.1835420982004598, -0.04828173820461329, 0.13846884422963804, 0.17211506514222175]
+      accelerations: [1.5336580139497787e-14, -0.07738665158173176, 0.12282454574956074, -0.003163863675682634, 0.01978479294576345, -0.1413872719473736]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 256667795
+    - 
+      positions: [0.6961618816544737, -0.11163073226249917, -0.9574809820307355, 1.4527281265766334, -2.4363327076551573, 0.24582019092715612]
+      velocities: [-0.2294817412450842, 0.2052694251146139, -0.18309782170988032, -0.04829305136799766, 0.13854040299001136, 0.17160382724018686]
+      accelerations: [1.5316662861012285e-14, -0.07726882188099408, 0.12250491872940947, -0.003083311849352948, 0.019729954519864153, -0.14091834759046598]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 260289673
+    - 
+      positions: [0.695329646175872, -0.11088681264766018, -0.9581441971164508, 1.4525529673658564, -2.4358301491820713, 0.24644160103367183]
+      velocities: [-0.22948174124508425, 0.20498941555360922, -0.18265412481969, -0.04830408763037476, 0.13861185644997076, 0.17109362301893188]
+      accelerations: [-4.5890351460171616e-14, -0.07715165373250893, 0.12218640081781738, -0.0030030468940062953, 0.019675420463843237, -0.1404507043622876]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 263916260
+    - 
+      positions: [0.6944963294975078, -0.11014294325575082, -0.9588066636741445, 1.4523775410232995, -2.43532667853128, 0.24706196761831742]
+      velocities: [-0.22948174124508425, 0.20470946648860866, -0.18221100604200963, -0.04831484697557065, 0.13868320531202155, 0.17058445200083672]
+      accelerations: [3.8192357490866626e-14, -0.07703514727008491, 0.12186903458296706, -0.0029228981132378594, 0.019621218185007384, -0.1399842265161382]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 267547559
+    - 
+      positions: [0.6936619308945995, -0.10939912586174783, -0.9594683801995545, 1.4522018483011248, -2.4348222949708007, 0.24768129017252397]
+      velocities: [-0.2294817412450843, 0.20442957637727865, -0.1817684638718387, -0.048325329323829436, 0.1387544502865502, 0.17007631375552618]
+      accelerations: [-6.102856147833872e-14, -0.07691929934446357, 0.1215527810210862, -0.002842999914833049, 0.019567322652872865, -0.13951899801599002]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 271183572
+    - 
+      positions: [0.6928264496465676, -0.10865536225178327, -0.9601293451838232, 1.452025889955596, -2.434316997769564, 0.24829956819226454]
+      velocities: [-0.22948174124508441, 0.20414974368110744, -0.18132649690767053, -0.04833553498032257, 0.13882559201419803, 0.16956920760793165]
+      accelerations: [7.618687959887462e-15, -0.07680410725420904, 0.12123761634640348, -0.002763428404546634, 0.01951371857512376, -0.13905506378807145]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 274824302
+    - 
+      positions: [0.6919898850370794, -0.1079116542231803, -0.9607895571137558, 1.4518496667460707, -2.4338107861976237, 0.24891680117743137]
+      velocities: [-0.22948174124508425, 0.20386996686057476, -0.18088510373559052, -0.04834546420305325, 0.1388966311397692, 0.1690631329209375]
+      accelerations: [6.84794233213623e-14, -0.07668957052448343, 0.1209235654317675, -0.002684079913552093, 0.019460421660675128, -0.13859235209203957]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 278469754
+    - 
+      positions: [0.6911522363540639, -0.10716800358449238, -0.9614490144714577, 1.451673179436367, -2.433303659525943, 0.24953298863278078]
+      velocities: [-0.22948174124508425, 0.20359024437209544, -0.18044428287363992, -0.0483551169973163, 0.13896756834825058, 0.16855808922900922]
+      accelerations: [-6.839082661983567e-14, -0.07657568813974744, 0.12061063499622571, -0.0026049179054834053, 0.019407436374225, -0.1381308346483923]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 282119930
+    - 
+      positions: [0.690313502889735, -0.10642441215554228, -0.9621077157342037, 1.4514964287952523, -2.432795617026329, 0.2501481300683028]
+      velocities: [-0.22948174124508436, 0.20331057467343996, -0.18000403287867095, -0.04836449351132133, 0.1390384042967899, 0.16805407598045097]
+      accelerations: [1.5178311432161413e-14, -0.07646245666168767, 0.12029879127527614, -0.0025260558662180367, 0.01935474110366613, -0.13767058121551976]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 285774833
+    - 
+      positions: [0.6894736839406411, -0.10568088176745198, -0.9627656593748273, 1.4513194155949345, -2.432286657971733, 0.2507622249982633]
+      velocities: [-0.2294817412450843, 0.20303095622194028, -0.17956435231353135, -0.04837359391542882, 0.13910913963512, 0.16755109261515364]
+      accelerations: [7.579349745184947e-15, -0.07634987606936511, 0.1199880589832362, -0.0024473910951353737, 0.01930235151969527, -0.13721152094403455]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 289434466
+    - 
+      positions: [0.6886327788076776, -0.1049374142626855, -0.9634228438613585, 1.4511421406124296, -2.4317767816360316, 0.25137527294214895]
+      velocities: [-0.22948174124508428, 0.20275138747367152, -0.1791252397332249, -0.048382418351108875, 0.1391797750141122, 0.16704913859915005]
+      accelerations: [1.5139125625861346e-14, -0.07623794338732465, 0.1196784120111069, -0.0023690088979298105, 0.019250250750449987, -0.13675370454712268]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 293098832
+    - 
+      positions: [0.6877907867961314, -0.10419401149507995, -0.9640792676573173, 1.450964604628422, -2.4312659872942626, 0.2519872734239642]
+      velocities: [-0.2294817412450843, 0.20247186688476232, -0.1786866937080901, -0.048390967016603836, 0.13925031107136704, 0.16654821336843967]
+      accelerations: [-2.267938472834353e-14, -0.07612665788683198, 0.11936986237330677, -0.002290853564421408, 0.019198446577966197, -0.13629709201577708]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 296767934
+    - 
+      positions: [0.6869477072157025, -0.10345067532988636, -0.9647349292215145, 1.4507868084280078, -2.430754274222516, 0.2525982259727604]
+      velocities: [-0.22948174124508436, 0.20219239291042448, -0.17824871279613988, -0.04839924006357631, 0.13932074844942527, 0.16604831639525316]
+      accelerations: [-7.550046024872842e-15, -0.07601601713689322, 0.11906239911592133, -0.0022129538331430313, 0.019146932112647414, -0.13584169781934427]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 300441776
+    - 
+      positions: [0.6861035393805393, -0.10270740764379929, -0.9653898270081498, 1.4506087528003093, -2.4302416416980317, 0.2532081301224244]
+      velocities: [-0.2294817412450843, 0.201912964005523, -0.17781129557054162, -0.04840723770063615, 0.13939108777676235, 0.165549447122677]
+      accelerations: [3.016126459757184e-14, -0.07590602010759029, 0.11875601927250296, -0.002135310486084661, 0.019095704783070752, -0.13538751765040488]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 304120360
+    - 
+      positions: [0.6852582826092696, -0.10196421032500225, -0.9660439594668068, 1.4504304385384614, -2.4297280889992354, 0.25381698541172176]
+      velocities: [-0.2294817412450843, 0.20163357862313194, -0.17737444056953594, -0.04841496000463205, 0.13946132970185238, 0.16505160508448963]
+      accelerations: [-3.76530263658531e-14, -0.0757966651655728, 0.1184507391315846, -0.002057849668038824, 0.019044776234580577, -0.13493450085245098]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 307803689
+    - 
+      positions: [0.6844119362250196, -0.10122108527319287, -0.9666973250421961, 1.4502518664406103, -2.429213615405576, 0.25442479138498]
+      velocities: [-0.22948174124508447, 0.20135423521803175, -0.1769381463918187, -0.04842240727958209, 0.1395314748298359, 0.16455478967494414]
+      accelerations: [-5.2646393705316655e-14, -0.07568794939335201, 0.11814650397736949, -0.001980766954012951, 0.018994109541609166, -0.1344827680845862]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 311491766
+    - 
+      positions: [0.6835644995554747, -0.10047803439962823, -0.9673499221748306, 1.4500730373072608, -2.4286982201980476, 0.2550315475904137]
+      velocities: [-0.22948174124508453, 0.20107493224321393, -0.1765024116147461, -0.04842957974966111, 0.1396015237756561, 0.16405900034694174]
+      accelerations: [3.0044961918283786e-14, -0.07557987306643545, 0.11784337446151419, -0.0019038220355096496, 0.018943745173230313, -0.13403216127047257]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 315184594
+    - 
+      positions: [0.6827159719328744, -0.09973505962715504, -0.968001749300184, 1.449893951944534, -2.428181902658619, 0.2556372535822869]
+      velocities: [-0.22948174124508425, 0.20079566814866354, -0.17606723474467145, -0.048436477371238885, 0.1396714771985445, 0.16356423673156656]
+      accelerations: [1.1252379813988938e-13, -0.07547243393667212, 0.11754132281472013, -0.0018271085499983184, 0.01889366492238858, -0.13358273626635947]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 318882177
+    - 
+      positions: [0.6818663526940573, -0.09899216289024962, -0.9686528048490116, 1.4497146111628991, -2.4276646620704923, 0.25624190892013304]
+      velocities: [-0.22948174124508414, 0.20051644138807256, -0.17563261440690103, -0.04844310054911408, 0.13974133567510788, 0.1630704981783847]
+      accelerations: [-5.244366096281767e-14, -0.07536562865756254, 0.11724030684431094, -0.0017507740254200568, 0.018843840550950442, -0.13313458394571845]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 322584516
+    - 
+      positions: [0.6810156411805133, -0.09824934613504831, -0.9693030872478688, 1.4495350157751516, -2.427146497718506, 0.25684551316748044]
+      velocities: [-0.22948174124508425, 0.2002372504132407, -0.1751985491876354, -0.04844944953986599, 0.13981109980418752, 0.16257778413903035]
+      accelerations: [-7.482335540301724e-15, -0.07525945802318962, 0.11694038432764377, -0.0016745892373177754, 0.018794310609865434, -0.1326875526242351]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 326291615
+    - 
+      positions: [0.6801638367383835, -0.09750661131938909, -0.9699525949182991, 1.449355166599544, -2.4266274088885904, 0.25744806589393965]
+      velocities: [-0.22948174124508425, 0.19995809367270378, -0.17476503760670548, -0.04845552435022922, 0.13988077022554374, 0.162086094232034]
+      accelerations: [7.472738455508969e-15, -0.07515391943758996, 0.11664152778417065, -0.0015986469219971052, 0.01874505695118801, -0.13224169824490842]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 330003476
+    - 
+      positions: [0.6793109387185026, -0.09676396041284338, -0.9706013262771571, 1.449175064458518, -2.426107394868026, 0.25804956667441853]
+      velocities: [-0.2294817412450843, 0.1996789696178371, -0.1743320782753265, -0.048461325332199864, 0.13995034751411176, 0.16159542786085213]
+      accelerations: [-2.9852641208689926e-14, -0.07504901041278397, 0.11634370987661397, -0.0015230389957513225, 0.01869606107854931, -0.1317970752746289]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 333720103
+    - 
+      positions: [0.6784569464764445, -0.09602139539675249, -0.9712492797369313, 1.4489947101774325, -2.425586454945711, 0.2586500150883458]
+      velocities: [-0.22948174124508453, 0.19939987669892245, -0.1738996697881531, -0.04846685277488341, 0.1400198322522727, 0.16110578447603685]
+      accelerations: [-8.944321284882135e-14, -0.07494473048742546, 0.11604696136819537, -0.0014476380292440074, 0.01864734384402452, -0.1313535982619426]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 337441498
+    - 
+      positions: [0.6776018593725359, -0.09527891826426269, -0.9718964537052898, 1.4488141045863157, -2.425064588411867, 0.25924941072085056]
+      velocities: [-0.22948174124508441, 0.19912081336277987, -0.17346781066918704, -0.04847210670119444, 0.14008922506649302, 0.16061716370430051]
+      accelerations: [1.563252757829349e-13, -0.07484107845550268, 0.1157512839776946, -0.0013724267837091713, 0.018598906439413473, -0.1309112524001051]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 341167665
+    - 
+      positions: [0.6767456767718838, -0.09453653102036319, -0.9725428465850133, 1.4486332485201048, -2.424541794558023, 0.2598477531629618]
+      velocities: [-0.22948174124508425, 0.1988417780588902, -0.1730364995247307, -0.048477087444403114, 0.14015852652434807, 0.16012956498105926]
+      accelerations: [-7.434539335184172e-14, -0.07473805057880059, 0.11545662631176254, -0.0012975875695202222, 0.018550714409828948, -0.13047014967227297]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 344898605
+    - 
+      positions: [0.675888398044437, -0.09379423568191773, -0.9731884567746438, 1.4484521428161148, -2.4240180726775153, 0.2604450420100182]
+      velocities: [-0.22948174124508433, 0.19856276923584382, -0.17260573494896772, -0.04848179529243765, 0.1402277371978663, 0.15964298777700986]
+      accelerations: [2.970014724839188e-14, -0.07463564756953157, 0.11516304077970912, -0.001222912244962692, 0.018502802959543554, -0.13003015369277982]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 348634321
+    - 
+      positions: [0.6750300225649831, -0.09305203427770165, -0.9738332826677377, 1.4482707883169221, -2.4234934220649826, 0.2610412768635777]
+      velocities: [-0.22948174124508441, 0.1982837853400563, -0.17217551550581478, -0.04848623041995816, 0.14029685767551278, 0.15915743164200286]
+      accelerations: [-7.415553172808163e-14, -0.07453386639167545, 0.11487048579791936, -0.001148546452318529, 0.018455144118748962, -0.12959135278724754]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 352374817
+    - 
+      positions: [0.6741705497132053, -0.09230992884843874, -0.9744773226533834, 1.4480891858683356, -2.422967842016775, 0.26163645733015667]
+      velocities: [-0.22948174124508447, 0.1980048248189799, -0.17174583979198027, -0.04849039312494939, 0.1403658885205077, 0.15867289605313803]
+      accelerations: [5.184261885521514e-14, -0.07443270604617351, 0.11457897993463478, -0.00107440907554887, 0.018407750727277784, -0.12915369214741587]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 356120095
+    - 
+      positions: [0.6733099788737006, -0.09156792144683269, -0.9751205751159088, 1.447907336320522, -2.4224413318307705, 0.2622305830219934]
+      velocities: [-0.22948174124508425, 0.19772588611884967, -0.17131670638317237, -0.04849428362613542, 0.14043483030657578, 0.15818938054441073]
+      accelerations: [5.177649755534046e-14, -0.07433216471711103, 0.11428851045687816, -0.0010005371587898458, 0.018360613995335385, -0.1287171906262948]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 359870157
+    - 
+      positions: [0.6724483094360184, -0.09082601413760481, -0.9757630384350113, 1.4477252405274843, -2.421913890806509, 0.26282365355676773]
+      velocities: [-0.2294817412450841, 0.1974469676846907, -0.1708881138475426, -0.048497902114147395, 0.140503683608815, 0.15770688467406363]
+      accelerations: [2.9548861853769505e-14, -0.07423224141004528, 0.11399908869288554, -0.0009268771922893083, 0.018313741850711465, -0.12828181105020972]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 363625007
+    - 
+      positions: [0.6715855407946829, -0.09008420899752853, -0.9764047109855625, 1.4475428993478097, -2.421385518245078, 0.2634156685581202]
+      velocities: [-0.2294817412450842, 0.19716806796381225, -0.17046006082117643, -0.04850124903745015, 0.14057244895234566, 0.15722540784414074]
+      accelerations: [-8.115587991720435e-14, -0.07413293246331558, 0.11371066180209374, -0.0008536181897578679, 0.01826709822703516, -0.12784766820527305]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 367384646
+    - 
+      positions: [0.6707216723492576, -0.08934250811546289, -0.9770455911382869, 1.4473603136419995, -2.420856213449648, 0.26400662765399596]
+      velocities: [-0.22948174124508441, 0.19688918540033803, -0.170032545870206, -0.04850432458019168, 0.14064112690642377, 0.15674494962925078]
+      accelerations: [-3.6842089519039275e-14, -0.07403423980263076, 0.11342331444009897, -0.0007804290187110376, 0.0182207411057733, -0.12741455013887984]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 371149078
+    - 
+      positions: [0.6698567035043217, -0.08860091359238864, -0.9776856772585641, 1.4471774842771357, -2.4203259757246243, 0.26459653047966913]
+      velocities: [-0.22948174124508441, 0.19661031843768578, -0.16960556756631967, -0.04850712894853269, 0.14070971803281457, 0.15626550959697968]
+      accelerations: [3.6795236849607326e-14, -0.07393615846216624, 0.11313695372337525, -0.0007076505824476539, 0.01817460704937605, -0.12698266692473772]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 374918306
+    - 
+      positions: [0.668990633669559, -0.0878594275414435, -0.9783249677076591, 1.4469944121220584, -2.4197948043765862, 0.2651853766747171]
+      velocities: [-0.22948174124508436, 0.19633146552078534, -0.1691791245185777, -0.0485096624888738, 0.14077822286431205, 0.1557870872326444]
+      accelerations: [7.349695654282836e-15, -0.07383868919612198, 0.11285164726184171, -0.0006350151598800219, 0.018128742533993346, -0.12655184698708685]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 378692331
+    - 
+      positions: [0.6681234622597478, -0.08711805208795298, -0.9789634608417513, 1.4468110980511522, -2.4192626987136068, 0.2657731658854744]
+      velocities: [-0.22948174124508428, 0.19605262509209365, -0.1687532152838001, -0.04851192535040221, 0.14084664196581959, 0.15530968215094487]
+      accelerations: [2.9361450990317475e-14, -0.07374182917083763, 0.11256734988858333, -0.0005626840165643428, 0.018083116651963348, -0.12612218775081457]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 382471156
+    - 
+      positions: [0.6672551886948173, -0.0863767893694673, -0.979601155012517, 1.4466275429420525, -2.4187296580457134, 0.26635989776362035]
+      velocities: [-0.2294817412450842, 0.1957737955959123, -0.16832783849952682, -0.04851391799072666, 0.14091497584274404, 0.15483329378070199]
+      accelerations: [2.1993145921916772e-14, -0.07364557686202733, 0.11228405870680891, -0.0004906576152638309, 0.018037727308149017, -0.12569368487757374]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 386254784
+    - 
+      positions: [0.666385812399883, -0.08563564153579888, -0.9802380485671268, 1.446443747675628, -2.4181956816849275, 0.26694557196622415]
+      velocities: [-0.22948174124508436, 0.19549497547476666, -0.1679029927603989, -0.04851564070459045, 0.14098322502642507, 0.15435792165916423]
+      accelerations: [-1.171480531880987e-13, -0.07354993136673259, 0.11200179405406983, -0.0004188475473662845, 0.017992588867494764, -0.1252662798997014]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 390043217
+    - 
+      positions: [0.6655153328052633, -0.08489461074905143, -0.9808741398479254, 1.4462597131372354, -2.4176607689450553, 0.2675301881565823]
+      velocities: [-0.2294817412450844, 0.19521616317071547, -0.16747867665345179, -0.048517093757948306, 0.14105139004984843, 0.1538835653469398]
+      accelerations: [1.0237467504927665e-13, -0.07345489047911757, 0.11172053436379459, -0.00034732525063102467, 0.017947686393496823, -0.12484001353114693]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 393836459
+    - 
+      positions: [0.6646437493465243, -0.08415369918365569, -0.9815094271926886, 1.446075440215692, -2.417124919141917, 0.2681137460036153]
+      velocities: [-0.22948174124508436, 0.19493735712479093, -0.1670548887495314, -0.04851827735522079, 0.1411194714537577, 0.15341022444874214]
+      accelerations: [-8.033540929014993e-14, -0.0733604536006887, 0.11144030443030441, -0.0002759853666199068, 0.017903037430459373, -0.12441481658156511]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 397634510
+    - 
+      positions: [0.6637710614644944, -0.08341290902640136, -0.9821439089342379, 1.4458909298047828, -2.4165881315930897, 0.26869624518286683]
+      velocities: [-0.22948174124508453, 0.1946585557784032, -0.16663162765564205, -0.04851919184025597, 0.14118746974979196, 0.15293789848949135]
+      accelerations: [-2.1881940079713497e-14, -0.07326661780025423, 0.11116105520347141, -0.0002050048986821645, 0.017858607692711498, -0.12399079487018648]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 401437374
+    - 
+      positions: [0.6628972686053292, -0.08267224247647793, -0.9827775834010826, 1.4457061828007072, -2.416050405618429, 0.2692776853749445]
+      velocities: [-0.22948174124508428, 0.1943797575739285, -0.16620889201516542, -0.04851983769613084, 0.14125538542041494, 0.15246658691419684]
+      accelerations: [1.6026471517714555e-13, -0.07317338218285126, 0.1108828113805859, -0.00013427837329195514, 0.01781441470421525, -0.12356787928636213]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 405245053
+    - 
+      positions: [0.6620223702205251, -0.08193170174550163, -0.9834104489170369, 1.4455212001035853, -2.4155117405398125, 0.269858066266518]
+      velocities: [-0.22948174124508408, 0.19410096095070034, -0.16578668038498412, -0.04852021507634968, 0.14132321900521105, 0.15199628937735432]
+      accelerations: [-5.820446623880728e-14, -0.07308074593643933, 0.11060558853270802, -6.373629698605616e-05, 0.01777046956788038, -0.12314602350286477]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 409057550
+    - 
+      positions: [0.6611463657669384, -0.08119128905754734, -0.9840425038009613, 1.4453359826184615, -2.414972135680978, 0.270437387550993]
+      velocities: [-0.2294817412450843, 0.19382216434965507, -0.1653649913932708, -0.04852032440693593, 0.14139097098965253, 0.15152700537198563]
+      accelerations: [-5.81310041182704e-14, -0.07298870573858282, 0.11032932851133187, 6.4106272501456495e-06, 0.017726731411370104, -0.12272535323393942]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 412874867
+    - 
+      positions: [0.6602692547068622, -0.08045100664919352, -0.9846737463675351, 1.4451505312522392, -2.4144315903681526, 0.2710156489266423]
+      velocities: [-0.22948174124508436, 0.19354336620988047, -0.1649438236212044, -0.04852016593581228, 0.141458641888696, 0.15105873450613674]
+      accelerations: [2.902884590606751e-14, -0.07289726259677115, 0.1100541088521971, 7.646790298994172e-05, 0.017683255135466383, -0.12230567735904467]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 416697006
+    - 
+      positions: [0.6593910365079952, -0.07971085676953814, -0.9853041749261315, 1.4449648469181138, -2.4138901039292207, 0.2715928500994245]
+      velocities: [-0.2294817412450842, 0.19326456497053796, -0.16452317566406416, -0.04851973996594729, 0.14152623220373323, 0.15059147636019957]
+      accelerations: [5.798452924825589e-14, -0.07280641219765543, 0.10977983955835013, 0.00014610323759323105, 0.017639977431365916, -0.12188719601992105]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 420523969
+    - 
+      positions: [0.6585117106435444, -0.07897084168024923, -0.9859337877820409, 1.444778930530725, -2.4133476756947005, 0.2721689907800053]
+      velocities: [-0.22948174124508436, 0.19298575907222726, -0.1641030461711814, -0.048519047006128704, 0.14159374239427902, 0.15012523039486275]
+      accelerations: [-1.4477879088861414e-13, -0.07271615484464392, 0.1095065771668467, 0.0002155428259611471, 0.017596938323034945, -0.12146976654001337]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 424355759
+    - 
+      positions: [0.6576312765922119, -0.07823096365558618, -0.9865625832356363, 1.4445927830094463, -2.4128043049971395, 0.27274407068586337]
+      velocities: [-0.22948174124508436, 0.1927069469521786, -0.16368343369655725, -0.04851808720298838, 0.1416611729833538, 0.14965999629746443]
+      accelerations: [1.3736680102084338e-13, -0.07262648875109708, 0.10923430984267479, 0.0002847515113739405, 0.017554129646674303, -0.12105340788301122]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 428192378
+    - 
+      positions: [0.6567497338382349, -0.07749122498243398, -0.9871905595825002, 1.444406405277867, -2.4122599911712452, 0.2733180895410021]
+      velocities: [-0.22948174124508405, 0.19242812704993809, -0.16326433689130745, -0.04851686107537724, 0.14172852442130301, 0.14919577353521984]
+      accelerations: [2.888296964768076e-14, -0.07253741126387502, 0.10896299366910836, 0.00035357210352447325, 0.01751152034718203, -0.12063821063747282]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 432033829
+    - 
+      positions: [0.6558670818714532, -0.07675162796034779, -0.9878177151140076, 1.444219798261471, -2.4117147335543745, 0.2738910470745804]
+      velocities: [-0.22948174124508425, 0.19214929780338522, -0.16284575435988446, -0.04851536896439362, 0.14179579718802515, 0.148732561689511]
+      accelerations: [-1.298100937186573e-13, -0.07244892268481563, 0.1086926917548162, 0.00042225605976828345, 0.017469155550058516, -0.12022401957339773]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 435880113
+    - 
+      positions: [0.6549833201872888, -0.07601217490156731, -0.988444048116392, 1.444032962891328, -2.4111685314858433, 0.2744629430232287]
+      velocities: [-0.22948174124508441, 0.19187045764927382, -0.16242768466861768, -0.048513611066023664, 0.1418629917866711, 0.14827036043482084]
+      accelerations: [4.3215720046479014e-14, -0.07236102009094057, 0.1084233557741328, 0.0004906292941870972, 0.01742700095248071, -0.1198109362066968]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 439731233
+    - 
+      positions: [0.6540984482868176, -0.07527286813106017, -0.9890695568713915, 1.4438459001015205, -2.4106213843074666, 0.27503377712951627]
+      velocities: [-0.2294817412450843, 0.1915916050265039, -0.16201012646792812, -0.04851158789785151, 0.14193010865709957, 0.14780916925696974]
+      accelerations: [7.19358680660828e-15, -0.07227370209504783, 0.10815498526066043, 0.0005587004278113638, 0.017385056663334286, -0.11939895193340094]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 443587190
+    - 
+      positions: [0.6532124656768009, -0.07453370998655418, -0.9896942396562188, 1.4436586108292573, -2.4100732913635663, 0.2756035491420672]
+      velocities: [-0.22948174124508436, 0.19131273837181095, -0.1615930783653443, -0.048509299816537454, 0.1419971482655366, 0.14734898774549898]
+      accelerations: [-2.1553716783049083e-14, -0.07218696802707265, 0.1078875979221498, 0.0006265462407117465, 0.01734333500907443, -0.11898801628012917]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 447447988
+    - 
+      positions: [0.6523253718697024, -0.07379470281856808, -0.9903180947432688, 1.4434710960160015, -2.4095242520007876, 0.27617225881631235]
+      velocities: [-0.2294817412450842, 0.1910338561225719, -0.16117653898262388, -0.04850674723354693, 0.14206411106416322, 0.14688981546247223]
+      accelerations: [9.328249270845817e-14, -0.07210081505674226, 0.10762116368075471, 0.0006940634734316743, 0.017301815153833774, -0.11857818870291227]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 451313628
+    - 
+      positions: [0.6514371663837443, -0.07305584899044214, -0.990941120400512, 1.4432833566059247, -2.408974265568434, 0.27673990591357867]
+      velocities: [-0.22948174124508403, 0.19075495671524276, -0.1607605069254479, -0.04850393049928567, 0.14213099751313346, 0.1464316520124812]
+      accelerations: [-7.166599101343911e-15, -0.07201524333278884, 0.1073557158844566, 0.0007613886522617582, 0.017260520793211, -0.11816938265008857]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 455184112
+    - 
+      positions: [0.6505478487429128, -0.07231715087837119, -0.9915633148909756, 1.443095393547931, -2.4084233314181067, 0.2773064902023916]
+      velocities: [-0.22948174124508408, 0.19047603858559042, -0.1603449807875335, -0.04850084991989699, 0.1421978080773148, 0.14597449703296905]
+      accelerations: [-2.1472921409099208e-14, -0.07193024991927338, 0.10709122238461793, 0.0008284099928903613, 0.01721942944917339, -0.1177616625016487]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 459059443
+    - 
+      positions: [0.6496574184770151, -0.07157861087143358, -0.9921846764731692, 1.4429072077939795, -2.4078714489040647, 0.27787201145748863]
+      velocities: [-0.2294817412450843, 0.19019710017137403, -0.1599299592244141, -0.04849750603824853, 0.1422645431736539, 0.1455183500242139]
+      accelerations: [-8.578440550332271e-14, -0.07184583359201822, 0.10682767842535713, 0.0008951188519818175, 0.017178537638771845, -0.11735502956601718]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 462939622
+    - 
+      positions: [0.6487658751217178, -0.07084023137163079, -0.9928052034011142, 1.4427188002989395, -2.407318617383293, 0.27843646945978384]
+      velocities: [-0.22948174124508436, 0.1899181399075363, -0.15951544082741548, -0.04849389915442957, 0.14233120326106286, 0.14506321063821923]
+      accelerations: [5.71182324746713e-14, -0.0717619939091822, 0.10656511690075364, 0.0009616508722947569, 0.017137869279254835, -0.11694939917061867]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 466824652
+    - 
+      positions: [0.647873218218547, -0.070102014793906, -0.9934248939238325, 1.4425301720226167, -2.4067648362151317, 0.2789998639976575]
+      velocities: [-0.22948174124508422, 0.18963915622955574, -0.15910142419808818, -0.04849002960697543, 0.14239778878758358, 0.14460907850986152]
+      accelerations: [1.4261752526342303e-14, -0.07167872792985745, 0.10630349470241916, 0.0010278524598521404, 0.017097393668865424, -0.11654485967366132]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 470714534
+    - 
+      positions: [0.6469794473149614, -0.0693639635661857, -0.99404374628593, 1.442341323927434, -2.4062101047617745, 0.27956219486558986]
+      velocities: [-0.22948174124508408, 0.18936014757427655, -0.1586879079947704, -0.04848589795429317, 0.14246430015638423, 0.14415595314790688]
+      accelerations: [6.409792855396161e-14, -0.07159603479875423, 0.10604282077527956, 0.0010937658853651304, 0.017057117238460574, -0.11614138251234901]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 474609270
+    - 
+      positions: [0.6460845619643735, -0.06862608012940964, -0.9946617587274323, 1.442152256979052, -2.4056544223881766, 0.280123461864589]
+      velocities: [-0.22948174124508414, 0.18908111237657865, -0.15827489082502452, -0.04848150456185818, 0.14253073780324022, 0.1437038341824311]
+      accelerations: [-9.958377024167767e-14, -0.07151391330107354, 0.10578310736640914, 0.0011594499421759246, 0.01701704916440385, -0.11573892876679698]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 478508863
+    - 
+      positions: [0.6451885617261738, -0.06788836693755702, -0.9952789294835673, 1.4419629721472467, -2.4050977884619202, 0.2806836648027799]
+      velocities: [-0.22948174124508436, 0.18880204907212422, -0.1578623713191382, -0.04847684988270538, 0.14259710214371296, 0.14325272119685]
+      accelerations: [-2.1312838222325874e-14, -0.0714323611823741, 0.1055243256808886, 0.0012248028359608304, 0.016977168761120726, -0.11533755616359687]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 482413314
+    - 
+      positions: [0.6442914461657854, -0.06715082645768215, -0.9958952567851498, 1.4417734704043539, -2.4045402023535547, 0.28124280349450426]
+      velocities: [-0.2294817412450842, 0.1885229560955561, -0.15745034807432073, -0.04847193424354264, 0.14266339361418606, 0.14280261385510237]
+      accelerations: [1.0643176406641164e-13, -0.07135137816243212, 0.10526651651657037, 0.001289992735680983, 0.016937506204025995, -0.11493716076416062]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 486322626
+    - 
+      positions: [0.6433932148546628, -0.06641346116993395, -0.9965107388579447, 1.441583752727815, -2.403981663436126, 0.28180087776192]
+      velocities: [-0.22948174124508408, 0.18824383188219007, -0.15703881973549771, -0.048466758157171594, 0.142729612611675, 0.14235351171679972]
+      accelerations: [-4.251984616974853e-14, -0.07127096113590627, 0.10500960983707171, 0.0013547583210285204, 0.016898010085665438, -0.11453789469865563]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 490236799
+    - 
+      positions: [0.6424938673703854, -0.06567627356760945, -0.9971253739236596, 1.4413938200961804, -2.403422171086012, 0.2823578874326293]
+      velocities: [-0.22948174124508414, 0.18796467486715596, -0.1566277849274843, -0.048461322059615605, 0.14279575954437235, 0.14190541439181725]
+      accelerations: [1.4155699341022507e-14, -0.07119111027210116, 0.10475368102969558, 0.0014194017638801055, 0.01685873636249927, -0.1141395752455339]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 494155836
+    - 
+      positions: [0.6415934032966211, -0.06493926615715122, -0.9977391601987994, 1.4412036734937108, -2.4028617246820345, 0.2829138323425131]
+      velocities: [-0.2294817412450842, 0.18768548348482395, -0.156217242254856, -0.04845562630957734, 0.1428618348315598, 0.1414583215420444]
+      accelerations: [-4.241446113534439e-14, -0.07111182277370326, 0.1044986602653014, 0.001483662520880233, 0.01681963369047554, -0.11374235336022911]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 498079739
+    - 
+      positions: [0.6406918222232241, -0.06420244145820826, -0.9983520958956569, 1.441013313906378, -2.4023003236062994, 0.28346871233336646]
+      velocities: [-0.22948174124508408, 0.1874062561706073, -0.1558071903824213, -0.048449671501367475, 0.14292783884423466, 0.14101223269547142]
+      accelerations: [1.0590483864049103e-13, -0.07103309790098344, 0.10424458177351249, 0.0015476826641084589, 0.01678072766258864, -0.11334614145739792]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 502008510
+    - 
+      positions: [0.6397891237462345, -0.06346580200364828, -0.9989641792217732, 1.440822742324027, -2.401737967243795, 0.2840225272542571]
+      velocities: [-0.22948174124508408, 0.1871269913586353, -0.15539762790416545, -0.04844345795500009, 0.1429937720019376, 0.1405671475474562]
+      accelerations: [-1.1987697598136464e-13, -0.07095493405697562, 0.10399144261101116, 0.0016114618321766932, 0.01674201635538413, -0.11295093678532199]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 505942149
+    - 
+      positions: [0.638885307467915, -0.06272935033958658, -0.9995754083799425, 1.44063195974036, -2.401174654982436, 0.2845752769615607]
+      velocities: [-0.22948174124508441, 0.18684768748341454, -0.1549885534487489, -0.04843698612707895, 0.1430596346945523, 0.14012306571792077]
+      accelerations: [-4.9300087106710343e-14, -0.07087732966677587, 0.10373922325530373, 0.001674932704257054, 0.016703485522842433, -0.11255677551110449]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 509880660
+    - 
+      positions: [0.6379803729967994, -0.061993089025425004, -1.0001857815684674, 1.4404409671518852, -2.4006103862133057, 0.2851269613183843]
+      velocities: [-0.22948174124508447, 0.1865683429799695, -0.15457996566285692, -0.04843025654528849, 0.14312542729484007, 0.13967998679095397]
+      accelerations: [3.5170854301942274e-14, -0.0708002830769678, 0.10348792928348607, 0.00173812837986331, 0.016665139657870018, -0.11216363467596613]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 513824043
+    - 
+      positions: [0.6370743199477221, -0.061257020633873435, -1.0007952969810385, 1.4402497655584108, -2.400045160330598, 0.2856775801949156]
+      velocities: [-0.22948174124508441, 0.186288956283017, -0.15417186318133946, -0.04842326969293802, 0.14319115018071998, 0.13923791038187638]
+      accelerations: [-1.4050981270437288e-14, -0.07072379314479638, 0.10323755637869148, 0.0018010402842734495, 0.01662697586304036, -0.11177151633963762]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 517772301
+    - 
+      positions: [0.6361671479418533, -0.0605211477509837, -1.0014039528067649, 1.4400583559628974, -2.399478976731677, 0.2862271334683826]
+      velocities: [-0.22948174124508455, 0.1860095258267499, -0.1537642446357761, -0.048416026042492066, 0.14325680372819016, 0.1387968361185904]
+      accelerations: [-5.6134631222556703e-14, -0.07064785833868822, 0.10298810575787924, 0.0018636843963884362, 0.016588995033187882, -0.11138040708791914]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 521725435
+    - 
+      positions: [0.6352588566067321, -0.05978547297617572, -1.0020117472301182, 1.4398667393716917, -2.398911834817076, 0.2867756210232546]
+      velocities: [-0.22948174124508436, 0.18573005004559787, -0.15335710863789126, -0.04840852598959689, 0.14332238832435687, 0.1383567636785207]
+      accelerations: [1.5418008440635517e-13, -0.070572477142377, 0.10273958149017366, 0.0019260854564410977, 0.016551200863354935, -0.11099029034380914]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 525683446
+    - 
+      positions: [0.6343494455762944, -0.05904999892225867, -1.002618678430837, 1.4396749167948988, -2.398343733990449, 0.2873230427514998]
+      velocities: [-0.22948174124508408, 0.1854505273745872, -0.15295045383795428, -0.04840077008197097, 0.1433879043241921, 0.13791769265509746]
+      accelerations: [-2.0998682648992348e-14, -0.07049764785657639, 0.102491955304697, 0.0019881438128623095, 0.016513572417134754, -0.11060122016095095]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 529646336
+    - 
+      positions: [0.6334389144909328, -0.05831472821547591, -1.003224744584316, 1.4394828892448088, -2.397774673658931, 0.287869398551713]
+      velocities: [-0.22948174124508425, 0.18517095624814, -0.1525442788705344, -0.048392758807825675, 0.1434533520899569, 0.13747962268274738]
+      accelerations: [-5.592763663227967e-14, -0.07042336958443474, 0.10224525866569209, 0.002049991009674485, 0.016476133302095033, -0.11021311688280895]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 533614108
+    - 
+      positions: [0.6325272629974988, -0.05757966349551443, -1.0038299438610976, 1.4392906577379403, -2.39720465323276, 0.2884146883303789]
+      velocities: [-0.2294817412450843, 0.18489133510066888, -0.1521385823459151, -0.04838449256208714, 0.1435187319986155, 0.13704255345477026]
+      accelerations: [3.491183367327398e-14, -0.07034964033906434, 0.10199946766831564, 0.0021115445223912964, 0.01643886635176217, -0.10982602551097731]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 537586762
+    - 
+      positions: [0.6316144907493606, -0.05684480741554265, -1.004434274427195, 1.4390982232937328, -2.3966336721255783, 0.2889589120011433]
+      velocities: [-0.22948174124508428, 0.18461166236771542, -0.1517333629464788, -0.048375972022417474, 0.14358404436893074, 0.1366064845061481]
+      accelerations: [-2.7895189366889688e-14, -0.0702764586638904, 0.10175456522792634, 0.0021727464405008473, 0.016401758455014775, -0.10943997583675526]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 541564299
+    - 
+      positions: [0.6307005974064506, -0.05611016264224751, -1.0050377344443198, 1.4389055869336136, -2.396061729754661, 0.28950206948432405]
+      velocities: [-0.22948174124508441, 0.18433193648379653, -0.15132861928039612, -0.048367197578153845, 0.14364928957166856, 0.13617141554368395]
+      accelerations: [-3.482623195990458e-14, -0.07020382366916905, 0.10151060107178425, 0.002233801578027859, 0.016364847908574832, -0.10905484676183644]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 545546722
+    - 
+      positions: [0.6297855826352508, -0.055375731855830175, -1.0056403220690902, 1.4387127496842145, -2.395488825540297, 0.2900441607088508]
+      velocities: [-0.22948174124508425, 0.18405215588376145, -0.15092434998577345, -0.04835816973767492, 0.1437144679511902, 0.13573734621097425]
+      accelerations: [1.1826413591340216e-13, -0.07013173322810332, 0.10126750581826816, 0.00229444742517279, 0.01632808223459445, -0.10867078613608375]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 549534032
+    - 
+      positions: [0.6288694461088946, -0.054641517750075676, -1.0062420354540518, 1.438519712573206, -2.394914958906676, 0.2905851856098726]
+      velocities: [-0.2294817412450842, 0.18377231900267924, -0.15052055370191464, -0.04834888901507906, 0.14377957984711603, 0.13530427615306273]
+      accelerations: [-9.032659726223035e-14, -0.07006018652010321, 0.10102534352416985, 0.0023549452484353667, 0.016291510533000427, -0.1082876406718944]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 553526230
+    - 
+      positions: [0.6279521875071346, -0.05390752303233495, -1.0068428727466678, 1.4383264766334203, -2.3943401292810838, 0.29112514413122714]
+      velocities: [-0.2294817412450844, 0.18349242427622356, -0.15011722907703706, -0.04833935596140079, 0.14384462558844302, 0.13487220499886904]
+      accelerations: [-1.3879408240605136e-14, -0.06998918124096296, 0.10078404112868258, 0.002415017578984257, 0.016255077523465764, -0.10790556664660317]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 557523317
+    - 
+      positions: [0.6270338065164515, -0.0531737504235969, -1.0074428320903994, 1.4381330428984251, -2.3937643360948457, 0.29166403622289755]
+      velocities: [-0.2294817412450844, 0.18321247014018366, -0.14971437478115024, -0.0483295712146601, 0.14390960548353698, 0.13444113233314325]
+      accelerations: [1.3862453723839188e-14, -0.0699187168275063, 0.10054365612396818, 0.002474900112619806, 0.016218827208984297, -0.10752442512622697]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 561525296
+    - 
+      positions: [0.6261143028300284, -0.052440202658479006, -1.0080419116237929, 1.4379394124062563, -2.393187578782602, 0.2922018618432585]
+      velocities: [-0.2294817412450843, 0.18293245502919392, -0.1493119893898165, -0.04831953504399358, 0.14397451990908428, 0.13401105795641466]
+      accelerations: [2.0768304018109547e-14, -0.0698487916229126, 0.1003041736568508, 0.0025345436198621696, 0.016182748855889374, -0.10714424225070066]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 565532166
+    - 
+      positions: [0.6251936761477954, -0.05170688248525716, -1.0086401094806738, 1.4377455861986217, -2.3926098567825007, 0.2927386209586493]
+      velocities: [-0.22948174124508422, 0.18265237737973328, -0.14891007157482988, -0.04830924809732083, 0.14403936916466023, 0.13358198145722827]
+      accelerations: [2.7657310178631425e-14, -0.06977940357817551, 0.10006555591173032, 0.0025938100352637435, 0.016146813778375374, -0.1067650929437262]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 569543931
+    - 
+      positions: [0.6242719261765084, -0.05097379266591624, -1.0092374237906918, 1.437551565318672, -2.3920311695367036, 0.293274313542135]
+      velocities: [-0.2294817412450842, 0.1823722356280591, -0.14850861999640083, -0.04829871097927841, 0.14410415355427103, 0.1331539024547511]
+      accelerations: [-1.3811810939578719e-14, -0.06971055208321238, 0.09982784190803204, 0.0026528609679847106, 0.01611105198896295, -0.10638688217079487]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 573560590
+    - 
+      positions: [0.6233490526297361, -0.05024093597614961, -1.0098338526786894, 1.4373573508135706, -2.39145151649089, 0.293808939575056]
+      velocities: [-0.2294817412450842, 0.1820920282106296, -0.14810763329892537, -0.04828792423413939, 0.14416887339047696, 0.13272682060710153]
+      accelerations: [6.897501773423355e-15, -0.06964223489236729, 0.09959099601006603, 0.00271156709658471, 0.016075436914501102, -0.10600968058820834]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 577582146
+    - 
+      positions: [0.6224250552279351, -0.049508315205402706, -1.0104293942652167, 1.437162943732398, -2.3908708970947283, 0.2943424990458567]
+      velocities: [-0.2294817412450843, 0.18181175356390672, -0.14770711012365167, -0.04827688839564736, 0.14423352898444716, 0.13230073558367134]
+      accelerations: [-6.200204802810624e-14, -0.06957445150431037, 0.0993550508319609, 0.0027700647862803573, 0.016039993543494037, -0.10563340720250511]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 581608598
+    - 
+      positions: [0.6214999336984446, -0.04877593315687995, -1.0110240466659957, 1.4369683451283293, -2.390289310801463, 0.2948749919514122]
+      velocities: [-0.2294817412450844, 0.1815314101246043, -0.14730704911258896, -0.04826560400257763, 0.14429812064245395, 0.1318756470561505]
+      accelerations: [2.752299793700318e-14, -0.06950719956500015, 0.09911996888776345, 0.0028282172932328938, 0.016004693633455087, -0.10525813696815842]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 585639950
+    - 
+      positions: [0.620573687775563, -0.04804379264758724, -1.0116178079924663, 1.4367735560564077, -2.3897067570684163, 0.2954064182957817]
+      velocities: [-0.2294817412450842, 0.1812509963301632, -0.14690744889262175, -0.04825407153368802, 0.14436264867945137, 0.13145155473363135]
+      accelerations: [6.185160787950692e-14, -0.06944047834868179, 0.0988857905871523, 0.002886192870896138, 0.015969568846844924, -0.10488377170825477]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 589676201
+    - 
+      positions: [0.6196463172005362, -0.047311896508329676, -1.0122106763511256, 1.4365785775762527, -2.389123235356462, 0.2959367780918252]
+      velocities: [-0.22948174124508425, 0.18097051061830532, -0.14650830812792776, -0.04824229161861886, 0.1444271133770531, 0.13102845824539536]
+      accelerations: [-8.923291797464773e-14, -0.06937428573871487, 0.09865245258910758, 0.002943750683964338, 0.015934570211444125, -0.10451044423766499]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 593717353
+    - 
+      positions: [0.6187178217216597, -0.04658024758377671, -1.0128026498444835, 1.4363834107481288, -2.388538745130883, 0.2964660713589931]
+      velocities: [-0.22948174124508428, 0.18068995142679614, -0.1461096254837021, -0.048230264892738794, 0.14449151501218466, 0.13060635722322578]
+      accelerations: [8.226910428236118e-14, -0.06930862113911843, 0.09842001320112283, 0.0030011305544105278, 0.015899743529017178, -0.10413801581155595]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 597763407
+    - 
+      positions: [0.6177882010942497, -0.04584884873244839, -1.0133937265701183, 1.436188056636826, -2.3879532858606014, 0.29699429812561967]
+      velocities: [-0.22948174124508405, 0.18040931719403303, -0.1457113995893419, -0.04821799185031492, 0.14455585388612363, 0.13018525138280407]
+      accelerations: [2.7389860391544626e-14, -0.06924348215685978, 0.09818842740858452, 0.0030581646852949843, 0.015865054284752805, -0.10376657876465185]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 601814363
+    - 
+      positions: [0.6168574550807255, -0.04511770282675932, -1.0139839046213492, 1.4359925163089053, -2.3873668570187925, 0.2975214584273792]
+      velocities: [-0.22948174124508408, 0.18012860635921502, -0.14531362912794807, -0.04820547320080307, 0.14462013025408166, 0.12976514032294534]
+      accelerations: [-4.787432880105215e-14, -0.06917886812462593, 0.09795770921314434, 0.0031149164773142885, 0.01583051342429945, -0.10339609377828685]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 605870224
+    - 
+      positions: [0.6159255834506261, -0.04438681275303893, -1.014573182086987, 1.4357967908337113, -2.386779458082711, 0.29804755230793206]
+      velocities: [-0.22948174124508414, 0.17984781736072025, -0.14491631270580524, -0.048192709352280844, 0.14468434442733774, 0.12934602381669685]
+      accelerations: [3.415466437395436e-14, -0.06911477746416188, 0.09772787805594191, 0.0031714731860201036, 0.015796136872198527, -0.10302650946927261]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 609930990
+    - 
+      positions: [0.6149925859806236, -0.0436561814115342, -1.0151615570509924, 1.435600881284787, -2.3861910885334345, 0.2985725798197782]
+      velocities: [-0.22948174124508414, 0.17956694863845768, -0.14451944899150823, -0.04817970095963037, 0.1447484966648802, 0.12892790150356653]
+      accelerations: [-4.7758859598362943e-14, -0.06905120836127404, 0.09749887937615201, 0.003227628017360975, 0.015761882177456308, -0.10265793823299339]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 613996662
+    - 
+      positions: [0.6140584624546186, -0.04292581171647202, -1.0157490275933063, 1.435404788736454, -2.3856017478566196, 0.29909654102236155]
+      velocities: [-0.22948174124508428, 0.17928599863279043, -0.14412303666662382, -0.048166448731494726, 0.14481258721160842, 0.12851077299785]
+      accelerations: [-1.3628947763294393e-14, -0.0689881597840211, 0.09727075691494166, 0.0032835632443011294, 0.015727784079411774, -0.10229027538198837]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 618067241
+    - 
+      positions: [0.6131232126637228, -0.0421957065960458, -1.016335591789128, 1.4352085142667896, -2.385011435541915, 0.2996194359838209]
+      velocities: [-0.22948174124508436, 0.17900496578379416, -0.14372707433207904, -0.04815295305909414, 0.14487661637189836, 0.12809463809483318]
+      accelerations: [-2.0418815480567552e-14, -0.06892563029490374, 0.09704350218199034, 0.0033392547081788427, 0.0156938363353006, -0.10192353186292846]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 622142728
+    - 
+      positions: [0.6121868364063018, -0.041465868992442395, -1.0169212477090164, 1.4350120589572128, -2.3844201510830874, 0.3001412647808009]
+      velocities: [-0.22948174124508447, 0.17872384853273082, -0.14333156067089894, -0.0481392146607873, 0.1449405843815605, 0.12767949641256499]
+      accelerations: [-3.3990440281490277e-14, -0.06886361815161109, 0.0968170789595972, 0.0033945679370835165, 0.015660010774869566, -0.10155777903988648]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 626223123
+    - 
+      positions: [0.6112493334880528, -0.040736301861890825, -1.0175059934194344, 1.4348154238902349, -2.3838278939785367, 0.3006620274972336]
+      velocities: [-0.22948174124508433, 0.17844264532159887, -0.14293649436296213, -0.04812523424390863, 0.14500449147500954, 0.1272653475802834]
+      accelerations: [9.50589158725862e-14, -0.06880212215344687, 0.09659152063978838, 0.003449644857765129, 0.0156263341574392, -0.10119293533164742]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 630308428
+    - 
+      positions: [0.6103107037219989, -0.04000700817465417, -1.0180898269821868, 1.434618610151788, -2.383234663730845, 0.30118172422571093]
+      velocities: [-0.22948174124508422, 0.17816135459210708, -0.14254187403600474, -0.04811101231183032, 0.14506833792404078, 0.12685219134474698]
+      accelerations: [-4.069065202320843e-14, -0.06874114107330474, 0.09636681503471074, 0.003504445583129069, 0.015592797332913307, -0.10082901998671717]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 634398644
+    - 
+      positions: [0.609370946928535, -0.03927799091506118, -1.0186727464545844, 1.4344216188305434, -2.382640459846954, 0.30170035506715254]
+      velocities: [-0.22948174124508414, 0.17787997478724363, -0.14214769835529073, -0.04809654951739174, 0.1451321239670637, 0.12644002737401472]
+      accelerations: [7.451011010608822e-14, -0.06868067295612144, 0.0961429516034921, 0.003558938830954515, 0.015559392391358288, -0.10046604759941442]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 638493770
+    - 
+      positions: [0.608430062935477, -0.03854925308152808, -1.0192547498895803, 1.4342244510173678, -2.3820452818383293, 0.30221792013054594]
+      velocities: [-0.22948174124508425, 0.17759850435029229, -0.14175396596257023, -0.04808184642226901, 0.14519584985721518, 0.12602885539062647]
+      accelerations: [-1.217796419321108e-13, -0.06862071706932725, 0.09591994801924714, 0.003613202378944029, 0.015526133720345319, -0.10010397230727615]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 642593809
+    - 
+      positions: [0.6074880515780703, -0.03782079768656861, -1.019835835335458, 1.434027107806601, -2.3814491292207185, 0.30273441953372465]
+      velocities: [-0.22948174124508441, 0.17731694172528245, -0.1413606755365204, -0.04806690373758089, 0.14525951581427476, 0.12561867503988508]
+      accelerations: [4.7302102389337823e-14, -0.06856127125367897, 0.09569776430231926, 0.003667087700138273, 0.015492989990724867, -0.09974287290187378]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 646698760
+    - 
+      positions: [0.606544912699077, -0.0370926277568406, -1.0204160008364407, 1.4338295902935438, -2.380852001514734, 0.30324985340200666]
+      velocities: [-0.22948174124508441, 0.17703528535695573, -0.14096782575265465, -0.04805172216337665, 0.14532312205669518, 0.12520948597756398]
+      accelerations: [-5.399495177979826e-14, -0.06850233480625857, 0.0954764376541244, 0.003720750708382754, 0.015459991193226915, -0.09938266084033805]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 650808625
+    - 
+      positions: [0.6056006461487599, -0.036364746333137264, -1.0209952444320658, 1.4336318995770503, -2.380253898245336, 0.3037642218697061]
+      velocities: [-0.22948174124508441, 0.17675353369035404, -0.14057541521898215, -0.04803630213233823, 0.1453866688533208, 0.12480128800988241]
+      accelerations: [5.393050381763717e-14, -0.06844390578207628, 0.09525595944380201, 0.0037741677088663937, 0.0154271311997393, -0.09902334674684084]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 654923403
+    - 
+      positions: [0.6046552517849281, -0.0356371564704044, -1.0215735641572914, 1.4334340367591119, -2.3796548189419613, 0.30427752507994493]
+      velocities: [-0.22948174124508441, 0.17647168517211448, -0.1401834426368765, -0.048020644450217524, 0.14545015639457018, 0.12439408074329006]
+      accelerations: [-4.713292643652817e-14, -0.0683859828623084, 0.09503628862363103, 0.003827183045458968, 0.015394377342862907, -0.09866501247090129]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 659043096
+    - 
+      positions: [0.6037087294730245, -0.034909861237800176, -1.02215095804313, 1.4332360029422042, -2.379054763139132, 0.3047897631832288]
+      velocities: [-0.22948174124508441, 0.17618973824857875, -0.13979190667177022, -0.048004749784079065, 0.14551358489519575, 0.12398786386447329]
+      accelerations: [4.70767895430076e-14, -0.06832856503637968, 0.09481747941642552, 0.0038800217253441385, 0.015361773444815664, -0.09830753257324466]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 663167705
+    - 
+      positions: [0.6027610790860864, -0.03418286371866224, -1.0227274241157438, 1.4330377992330656, -2.3784537303756856, 0.3053009363396089]
+      velocities: [-0.22948174124508441, 0.1759076913672662, -0.13940080594624588, -0.04798861862978085, 0.14557695460089876, 0.12358263715716786]
+      accelerations: [-5.3738034407685904e-14, -0.06827165028268371, 0.09459949415846518, 0.003932543959517163, 0.01532929007637226, -0.09795098070666142]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 667297229
+    - 
+      positions: [0.6018123005048304, -0.03345616701055229, -1.0233029603970232, 1.4328394267403102, -2.377851720195328, 0.3058110447173983]
+      velocities: [-0.22948174124508441, 0.17562554297693017, -0.13901013916779353, -0.04797225182385141, 0.14564026568554062, 0.12317840022443705]
+      accelerations: [4.696489807608645e-14, -0.06821523757831492, 0.0943823251129369, 0.003984726451890141, 0.01529692120984905, -0.09759536616485942]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 671431669
+    - 
+      positions: [0.6008623936176966, -0.03272977422528701, -1.0238775649046847, 1.432640886574002, -2.377248732146764, 0.3063200884929977]
+      velocities: [-0.2294817412450842, 0.1753432915264448, -0.13861990500036298, -0.047955650032158424, 0.1457035183539377, 0.12277515276658607]
+      accelerations: [6.031175579862302e-14, -0.06815932545683584, 0.09416599688551454, 0.004036677241908572, 0.015264687248723286, -0.09724062791566951]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 675571026
+    - 
+      positions: [0.5999113583208485, -0.03200368848892588, -1.0244512356518425, 1.4324421798474691, -2.376644765783348, 0.30682806785195127]
+      velocities: [-0.22948174124508414, 0.17506093546583917, -0.13823010207286304, -0.047938813781491216, 0.14576671283530757, 0.12237289456209052]
+      accelerations: [-3.3466797159031844e-14, -0.06810391240659977, 0.09395049758772536, 0.004088357558854388, 0.015232578966119802, -0.09688678459350304]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 679715301
+    - 
+      positions: [0.5989591945182228, -0.03127791294179674, -1.0250239706471718, 1.432243307676623, -2.376039820663273, 0.30733498298861484]
+      velocities: [-0.22948174124508425, 0.17477847324593668, -0.13784072906675338, -0.04792174381130757, 0.14582984931276471, 0.12197162527918708]
+      accelerations: [-1.3370861684469584e-14, -0.06804899715043942, 0.09373580951832389, 0.00413970549503749, 0.015200582711918355, -0.09653386620875616]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 683864493
+    - 
+      positions: [0.5980059021215873, -0.03055245073853142, -1.0255957678951704, 1.4320442711788715, -2.3754338963498407, 0.30784083410561974]
+      velocities: [-0.2294817412450843, 0.17449590331854936, -0.13745178466447625, -0.047904440866069015, 0.14589292796491599, 0.12157134458771748]
+      accelerations: [-1.3355040847562984e-14, -0.06799457809886501, 0.0935219457286064, 0.004190782654165253, 0.01516870937585066, -0.09618183734856388]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 688018603
+    - 
+      positions: [0.5970514810505559, -0.02982730504806182, -1.0261666253959179, 1.4318450714741475, -2.3748269924112853, 0.30834562141448546]
+      velocities: [-0.22948174124508436, 0.17421322413659573, -0.1370632675251785, -0.04788690559896565, 0.1459559489854687, 0.12117205220999766]
+      accelerations: [-6.669628169068212e-15, -0.06794065393183192, 0.09330890023520141, 0.004241573549497085, 0.015136954772297522, -0.09583070350646933]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 692177631
+    - 
+      positions: [0.5960959312326333, -0.02910247905364391, -1.0267365411451435, 1.4316457096846193, -2.374219108420873, 0.3088493451355129]
+      velocities: [-0.22948174124508436, 0.17393043415340048, -0.1366751763045437, -0.04786913865265546, 0.1460189125667123, 0.1207737478782468]
+      accelerations: [-6.661754070724079e-15, -0.0678872234105126, 0.09309667650485973, 0.00429210072263736, 0.015105321810915402, -0.095480449876906]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 696341578
+    - 
+      positions: [0.595139252603239, -0.028377975952866653, -1.0273055131341435, 1.4314461869350532, -2.373610243956867, 0.30935200549803993]
+      velocities: [-0.2294817412450844, 0.17364753182357429, -0.13628750968709402, -0.0478511407860933, 0.14608181887412966, 0.12037643126649196]
+      accelerations: [0.0, -0.06783428480697933, 0.09288525308270149, 0.004342287892468933, 0.015073794146735183, -0.09513111460674356]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 700510444
+    - 
+      positions: [0.5941814451057753, -0.027653798957685063, -1.0278735393501062, 1.431246504351469, -2.373000398602856, 0.30985360273975476]
+      velocities: [-0.22948174124508436, 0.17336451560290242, -0.1359002663382775, -0.04783291268324155, 0.14614466808510893, 0.11998010209223864]
+      accelerations: [1.993818094195437e-14, -0.06778183695058669, 0.09267465642899538, 0.004392249349572002, 0.015042393267991984, -0.09478263413662087]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 704684229
+    - 
+      positions: [0.5932225086916222, -0.026929951294407492, -1.0284406177756467, 1.4310466630630923, -2.372389571947376, 0.3103541371078145]
+      velocities: [-0.2294817412450843, 0.17308138394800013, -0.13551344492803202, -0.047814455049021445, 0.1462074603690542, 0.1195847600661753]
+      accelerations: [6.63824064101242e-15, -0.06772987829361034, 0.09246485384221086, 0.004441862965129097, 0.015011093335223926, -0.09443507065440784]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 708862934
+    - 
+      positions: [0.592262443320217, -0.026206436203740226, -1.0290067463893224, 1.4308466642002085, -2.371777763584415, 0.3108536088577312]
+      velocities: [-0.2294817412450843, 0.1727981353165258, -0.13512704411147775, -0.04779576852966236, 0.14627019590431822, 0.11919040493313837]
+      accelerations: [-6.630439095255803e-15, -0.0676784075769273, 0.09225588095920446, 0.004491280847508486, 0.014979923890433903, -0.09408834116599128]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 713046558
+    - 
+      positions: [0.5913012489590378, -0.025483256940763428, -1.0295719231650131, 1.4306465088967837, -2.3711649731128834, 0.31135201825484216]
+      velocities: [-0.2294817412450843, 0.17251476816725708, -0.13474106256394142, -0.0477768538554558, 0.14633287484864868, 0.11879703639728298]
+      accelerations: [0.0, -0.06762742323154186, 0.09204768842350931, 0.004540312928862047, 0.01494884503728154, -0.0937425434795943]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 717235102
+    - 
+      positions: [0.5903389255837065, -0.0247604167749923, -1.0301361460727163, 1.430446198287124, -2.370551200137382, 0.31184936557255455]
+      velocities: [-0.22948174124508441, 0.17223128096027862, -0.1343554989931457, -0.04775771188877708, 0.1463954973295924, 0.11840465409696438]
+      accelerations: [-4.630423249614734e-14, -0.06757692392451022, 0.09184030602101018, 0.00458908820855951, 0.01491788171044172, -0.09339760670174883]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 721428566
+    - 
+      positions: [0.5893754731779816, -0.024037918990357926, -1.030699413078024, 1.4302457335080967, -2.3699364442677613, 0.31234565109360174]
+      velocities: [-0.22948174124508447, 0.17194767215671156, -0.13397035203282198, -0.04773834319507592, 0.1464580635315555, 0.11801325783095837]
+      accelerations: [1.321428629856941e-14, -0.06752690823013036, 0.09163373522145198, 0.004637621531358341, 0.014887035607259654, -0.09305352059686028]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 725626950
+    - 
+      positions: [0.5884108917337895, -0.023315766885215885, -1.0312617221420701, 1.4300451156993688, -2.3693207051191116, 0.3128408751102203]
+      velocities: [-0.2294817412450843, 0.17166394021854658, -0.13358562038388647, -0.047718748614368756, 0.14652057357987236, 0.11762284725709198]
+      accelerations: [6.599414040463781e-14, -0.06747737490900857, 0.09142793848924056, 0.004685769327454752, 0.014856276379927607, -0.09271035801787447]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 729830253
+    - 
+      positions: [0.5874451812513103, -0.022593963772398057, -1.0318230712221361, 1.429844346000854, -2.368703982312356, 0.31333503792283046]
+      velocities: [-0.22948174124508414, 0.1713800836093765, -0.1332013027168532, -0.047698928864560855, 0.14658302762167777, 0.11723342210043775]
+      accelerations: [6.591703022975396e-15, -0.06742832220272368, 0.09122296376315567, 0.004733735276815772, 0.01482564423432406, -0.09236800962981098]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 734038477
+    - 
+      positions: [0.5864783417389449, -0.02187251297916614, -1.032383458270817, 1.4296434255562702, -2.3680862754735195, 0.3138281398419955]
+      velocities: [-0.2294817412450843, 0.1710961007941554, -0.13281739766777717, -0.04767888452545802, 0.14664542582845957, 0.1168449821617422]
+      accelerations: [-7.24241109856805e-14, -0.06737974899975162, 0.09101877547438887, 0.004781383523130258, 0.01479511006874942, -0.09202654422615256]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 738251621
+    - 
+      positions: [0.5855103732133979, -0.021151417847263043, -1.0329428812365944, 1.4294423555107192, -2.3674675842342996, 0.31432018118717386]
+      velocities: [-0.2294817412450845, 0.17081199023851762, -0.13243390396709903, -0.0476586165621992, 0.14670776829003368, 0.11645752704438808]
+      accelerations: [-2.630534093354462e-14, -0.06733165388170297, 0.09081536034533007, 0.004828668996445031, 0.014764663713252446, -0.09168598223999175]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 742469684
+    - 
+      positions: [0.5845412756997325, -0.02043068173293662, -1.0335013380640377, 1.4292411370098548, -2.3668479082322844, 0.31481116228633543]
+      velocities: [-0.22948174124508441, 0.17052775041007712, -0.13205082027583775, -0.04763812565940978, 0.14677005515006972, 0.11607105650135396]
+      accelerations: [6.568678447199124e-14, -0.06728403513595975, 0.0906127605882837, 0.0048757719530497, 0.01473434041763035, -0.09134622775348492]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 746692667
+    - 
+      positions: [0.5835710492313418, -0.019710308006896726, -1.0340588266930613, 1.4290397712030496, -2.36622724711031, 0.3153010834776932]
+      velocities: [-0.22948174124508433, 0.17024337977727527, -0.13166814524374454, -0.04761741245897714, 0.1468322865577691, 0.11568557031092552]
+      accelerations: [-2.6244158895677392e-14, -0.06723689190305865, 0.09041093535240781, 0.004922534545785713, 0.01470410710153346, -0.0910073601569609]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 750920570
+    - 
+      positions: [0.5825996938500407, -0.018990300054375332, -1.0346153450595945, 1.428838259240566, -2.3656056005171093, 0.3157899451082534]
+      velocities: [-0.22948174124508436, 0.16995887681001293, -0.13128587758379032, -0.047596477860624015, 0.1468944626061167, 0.11530106812096882]
+      accelerations: [1.3106838113192727e-14, -0.06719022218804531, 0.09020989156739494, 0.0049689945998269485, 0.014673969765519847, -0.09066935733632181]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 755153392
+    - 
+      positions: [0.5816272096060937, -0.018270661275119553, -1.0351708910954367, 1.428636602274196, -2.3649829681072285, 0.31627774753420385]
+      velocities: [-0.22948174124508425, 0.1696742399801316, -0.13090401595146448, -0.0475753225314834, 0.146956583432539, 0.1149175497030073]
+      accelerations: [4.5820715067138694e-14, -0.06714402491868332, 0.09000964552050515, 0.005015226377137301, 0.014643942977448083, -0.09033217844049432]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 759391133
+    - 
+      positions: [0.5806535965582194, -0.017551395083382652, -1.0357254627279564, 1.4284348014585595, -2.364359349540769, 0.3167644911216549]
+      velocities: [-0.22948174124508436, 0.16938946776016028, -0.13052255902595333, -0.047553947238345586, 0.14701864915107643, 0.11453501478021039]
+      accelerations: [-1.1114994164752348e-13, -0.0670982987069054, 0.08981016579130112, 0.005061110697629772, 0.014614000695668464, -0.08999588264771557]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 763633793
+    - 
+      positions: [0.5796788547736736, -0.016832504907967637, -1.0362790578806027, 1.4282328579489425, -2.3637347444839127, 0.31725017624554464]
+      velocities: [-0.22948174124508447, 0.16910455862435364, -0.13014150550662062, -0.04753235283146881, 0.14708065985473096, 0.11415346303593284]
+      accelerations: [6.530665320043549e-14, -0.06705304200616047, 0.08961147033287589, 0.0051067294292525146, 0.014584158598257185, -0.08966042510480147]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 767881372
+    - 
+      positions: [0.578702984328257, -0.016113994192210972, -1.0368316744725734, 1.4280307729027328, -2.363109152608647, 0.3177348032904508]
+      velocities: [-0.22948174124508425, 0.16881951104876852, -0.12976085406267635, -0.047510540039520946, 0.1471426156585442, 0.11377289421951929]
+      accelerations: [3.913870083874777e-14, -0.06700825340789157, 0.08941355149502118, 0.005152060185807673, 0.014554410987237542, -0.08932581505477337]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 772133869
+    - 
+      positions: [0.5777259853063575, -0.015395866393995384, -1.0373833104189227, 1.4278285474789885, -2.3624825735929, 0.3182183726504123]
+      velocities: [-0.2294817412450842, 0.16853432351033132, -0.12938060338684576, -0.047488509690474884, 0.14720451665382667, 0.11339330803242702]
+      accelerations: [-1.3031172627919057e-14, -0.06696393181927182, 0.08921640194945281, 0.0051970807336523435, 0.01452475197958351, -0.08899206132014416]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 776391284
+    - 
+      positions: [0.5767478578009979, -0.014678124985769899, -1.037933963630663, 1.4276261828380052, -2.3618550071206776, 0.31870088472875524]
+      velocities: [-0.2294817412450843, 0.16824899448811667, -0.12900075213044565, -0.04746626244349603, 0.14726636296347564, 0.11301470426497626]
+      accelerations: [-3.254036917781216e-14, -0.06692007524584459, 0.0890200445546794, 0.005241894628808851, 0.014495201871291991, -0.08865910891360683]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 780653617
+    - 
+      positions: [0.5757686019138307, -0.013960773454516191, -1.0384836320143467, 1.427423680143159, -2.3612264528816995, 0.31918233993910244]
+      velocities: [-0.22948174124508436, 0.1679635224629174, -0.12862129902274605, -0.047443799277044556, 0.1473281546413358, 0.11263708254783134]
+      accelerations: [-6.500579364496973e-15, -0.06687668281280425, 0.08882441602967941, 0.005286250776231837, 0.014465707601194039, -0.08832708319243092]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 784920867
+    - 
+      positions: [0.574788217755275, -0.01324381530183746, -1.039032313473136, 1.4272210405563268, -2.3605969105724527, 0.3196627387030347]
+      velocities: [-0.22948174124508436, 0.16767790591647003, -0.1282422427315965, -0.04742112092291189, 0.14738989178877498, 0.11226044264061122]
+      accelerations: [6.493102893857595e-15, -0.06683375290543404, 0.08862960452389149, 0.005330517807587482, 0.014436344074112126, -0.08799579400328864]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 789193033
+    - 
+      positions: [0.5738067054444064, -0.012527254043853363, -1.039580005905255, 1.42701826524454, -2.359966379894762, 0.3201420814536169]
+      velocities: [-0.2294817412450842, 0.1673921433325058, -0.12786358191396124, -0.04739822806965438, 0.1474515745128571, 0.1118847843275384]
+      accelerations: [7.134208858401927e-14, -0.06679128416887664, 0.08843552319011351, 0.005374349730005098, 0.01440703872662408, -0.08766541538782824]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 793470115
+    - 
+      positions: [0.5728240651091309, -0.011811093211306693, -1.0401267072054705, 1.42681535537367, -2.3593348605572286, 0.3206203686321468]
+      velocities: [-0.22948174124508414, 0.16710623319687218, -0.12748531527031481, -0.04737512158354497, 0.14751320288083475, 0.1115101073044043]
+      accelerations: [-3.886922355795413e-14, -0.0667492749491683, 0.08824223457390049, 0.0054180111133919975, 0.014377845040012932, -0.0873358104347547]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 797752113
+    - 
+      positions: [0.5718402968861174, -0.011095336349487693, -1.0406724152639837, 1.4266123121132126, -2.3587023522742143, 0.3210976006906999]
+      velocities: [-0.2294817412450842, 0.16682017399671217, -0.12710744149379738, -0.047351802303842935, 0.14757477696220644, 0.1111364112849523]
+      accelerations: [1.2941562831732235e-14, -0.06670772429104542, 0.08804967581311861, 0.005461252500346919, 0.014348710291916011, -0.08700710304160583]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 802039026
+    - 
+      positions: [0.5708554009209336, -0.010379987018319091, -1.0412171279675018, 1.4264091366317015, -2.358068854766899, 0.3215737780897991]
+      velocities: [-0.2294817412450842, 0.16653396422090821, -0.12672995926296787, -0.04732827101173516, 0.14763629683550278, 0.11076369601411701]
+      accelerations: [-6.463376878545193e-15, -0.06666663034877882, 0.08785791267945593, 0.005504352271380491, 0.014319690998300024, -0.08667915047259087]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 806330853
+    - 
+      positions: [0.5698693773679698, -0.00966504879227002, -1.0417608431980678, 1.42620583010177, -2.3574343677621976, 0.3220489013010832]
+      velocities: [-0.22948174124508433, 0.16624760236022845, -0.12635286727219497, -0.047304528555319816, 0.147697762561963, 0.11039196120652542]
+      accelerations: [-6.455990307621958e-14, -0.06662599211344615, 0.08766686830071756, 0.005547003300437998, 0.014290722297528159, -0.08635210500034855]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 810627594
+    - 
+      positions: [0.5688822263906018, -0.008950525260458234, -1.0423035588343832, 1.4260023936944854, -2.3567988909940656, 0.3225229708044311]
+      velocities: [-0.22948174124508436, 0.16596108690719047, -0.12597616422037025, -0.04728057580306334, 0.14775917419553208, 0.11002120656850653]
+      accelerations: [5.158897357106087e-14, -0.06658580782017616, 0.08747661357577906, 0.005589505061095304, 0.014261865249901575, -0.08602581394014278]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 814929248
+    - 
+      positions: [0.5678939481611032, -0.00823642002655662, -1.0428452727505433, 1.4257988285848193, -2.3561624242023194, 0.3229959870908292]
+      velocities: [-0.2294817412450843, 0.1656744163565586, -0.12559984876531397, -0.047256413455275786, 0.14782053182183857, 0.10965143189408288]
+      accelerations: [-1.9323813114083273e-14, -0.06654607624274048, 0.08728709298327733, 0.0056316386589841646, 0.014233073244675926, -0.08570038464807622]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 819235813
+    - 
+      positions: [0.5669045428607734, -0.007522736708865143, -1.04338598281699, 1.425595135947586, -2.355524967133586, 0.3234679506603333]
+      velocities: [-0.22948174124508414, 0.16538758920463265, -0.12522391962645302, -0.04723204246733946, 0.14788183547032413, 0.10928263685139114]
+      accelerations: [9.007513656315012e-14, -0.06650679596384404, 0.08709832960012902, 0.005673506398548929, 0.014204366415196401, -0.08537576394554246]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 823547291
+    - 
+      positions: [0.5659140106799324, -0.006809478940282089, -1.0439256869000846, 1.4253913169592944, -2.3548865195409325, 0.32393886202306243]
+      velocities: [-0.22948174124508414, 0.165100603949922, -0.12484837546258476, -0.047207463548317605, 0.14794308521868968, 0.10891482123378685]
+      accelerations: [-8.997272974696654e-14, -0.06646796545982038, 0.08691032474220502, 0.005715122471711256, 0.014175746713713976, -0.08505194246072079]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 827863678
+    - 
+      positions: [0.5649223518179484, -0.0060966503682972125, -1.0444643828620632, 1.4251873727983808, -2.3542470811838516, 0.32440872169936913]
+      velocities: [-0.2294817412450842, 0.16481345909234513, -0.12447321499818181, -0.047182677678304995, 0.14800428108488434, 0.10854798470337401]
+      accelerations: [5.777394042332673e-14, -0.06642958370007165, 0.08672304292160125, 0.005756349250127466, 0.014147184190051535, -0.08472898596674418]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 832184976
+    - 
+      positions: [0.5639295664833354, -0.005384254655043555, -1.0450020685616435, 1.4249833046426186, -2.3536066518288896, 0.324877530218572]
+      velocities: [-0.22948174124508414, 0.1645261531346788, -0.1240984369129729, -0.04715768565339712, 0.1480654231219597, 0.10818212701500768]
+      accelerations: [-2.5648191201279833e-14, -0.06639164850721367, 0.08653653658041985, 0.005797411557236105, 0.014118724712722006, -0.08440678140904696]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 836511182
+    - 
+      positions: [0.5629356548936939, -0.004672295477214449, -1.0455387418530737, 1.4247791136732646, -2.352965231248757, 0.3253452881211027]
+      velocities: [-0.22948174124508433, 0.1642386845816134, -0.12372403987178429, -0.04713248821133235, 0.14812651139228092, 0.10781724795456724]
+      accelerations: [-6.40478680651581e-14, -0.06635415930134238, 0.08635075647367468, 0.005838113797255794, 0.01409032644218204, -0.08408542304257609]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 840842296
+    - 
+      positions: [0.5619406172758288, -0.003960776526137354, -1.0460744005869873, 1.4245748010713848, -2.3523228192231915, 0.3258119959566942]
+      velocities: [-0.22948174124508441, 0.16395105193916024, -0.12335002259710283, -0.047107086329307296, 0.14818754590517624, 0.10745334719236484]
+      accelerations: [2.5590174903081945e-14, -0.06631711419689852, 0.08616572145900357, 0.005878542898174602, 0.014062006385808803, -0.08376486569583233]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 845178317
+    - 
+      positions: [0.5609444538657503, -0.003249701507738917, -1.0466090426100465, 1.4243703680194388, -2.351679415538649, 0.32627765428523203]
+      velocities: [-0.22948174124508441, 0.16366325371612017, -0.1229763837818243, -0.04708148086337933, 0.1482485266917015, 0.10709042446078906]
+      accelerations: [-1.9170955654518032e-14, -0.06628051195149048, 0.08598142267805403, 0.005918670121843096, 0.014033757308915536, -0.08344512143022594]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 849519244
+    - 
+      positions: [0.5599471649087217, -0.0025390741425546474, -1.047142665765081, 1.4241658157007075, -2.3510350199884744, 0.3267422636765114]
+      velocities: [-0.2294817412450845, 0.1633752884233724, -0.12260312210045765, -0.04705567259560267, 0.1483094537957202, 0.10672847953006316]
+      accelerations: [-2.5532445108462387e-14, -0.06624435102350065, 0.08579787375168661, 0.005958560325250156, 0.014005592043594122, -0.08312615642137179]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 853865075
+    - 
+      positions: [0.5589487506592687, -0.0018288981657058462, -1.0476752678908232, 1.4239611453004775, -2.3503896323726723, 0.32720582471087684]
+      velocities: [-0.22948174124508436, 0.16308715457416728, -0.12223023625872262, -0.04702966243730406, 0.14837032723091056, 0.1063675121095682]
+      accelerations: [8.926290654531215e-14, -0.06620863005189273, 0.0856150430337837, 0.00599809132390432, 0.013977483599297746, -0.08280802809761798]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 858215810
+    - 
+      positions: [0.5579492113812682, -0.0011191773269348278, -1.0482068468224564, 1.4237563580037071, -2.349743252498481, 0.32766833797810185]
+      velocities: [-0.22948174124508408, 0.16279885068350675, -0.1218577249627886, -0.047003451304271464, 0.14843114700671522, 0.10600752190878317]
+      accelerations: [3.1843752009751444e-14, -0.06617334779705264, 0.08543295828804899, 0.006037385302919538, 0.013949456735142985, -0.08249067465035129]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 862571448
+    - 
+      positions: [0.5569485473479304, -0.0004099153905674927, -1.048737400391097, 1.4235514549972923, -2.3490958801798993, 0.3281298040785712]
+      velocities: [-0.22948174124508408, 0.1625103752690366, -0.1214855868891146, -0.04697703999112931, 0.14849191315511973, 0.10564850869765247]
+      accelerations: [-3.180798394068758e-14, -0.06613850250326597, 0.08525160177172629, 0.006076377941332969, 0.013921496803021186, -0.08217412570481232]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 866931986
+    - 
+      positions: [0.5559467588418645, 0.00029888386447642177, -1.0492669264240941, 1.4233464374688185, -2.3484475152380133, 0.3285902236226953]
+      velocities: [-0.22948174124508425, 0.1622217268507878, -0.12111382075283834, -0.04695042945291132, 0.1485526256713099, 0.1052904721704005]
+      accelerations: [-4.448122733761134e-14, -0.06610409306613399, 0.08507096983327637, 0.00611506202913588, 0.013893601299326179, -0.08185838204216386]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 871297425
+    - 
+      positions: [0.5549438461551178, 0.001007216644679091, -1.0497954227450768, 1.4231413066063865, -2.3477981575010762, 0.32904959723088106]
+      velocities: [-0.22948174124508436, 0.16193290395097226, -0.12074242523573334, -0.04692362050850077, 0.14861328457598322, 0.10493341208924814]
+      accelerations: [0.0, -0.06607011784062423, 0.08489107778739557, 0.00615350927117679, 0.013865784165386304, -0.08154340737178876]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 875667763
+    - 
+      positions: [0.5539398095891798, 0.0017150791419566097, -1.0503228871736576, 1.4229360635999382, -2.3471478068042524, 0.3295079255342273]
+      velocities: [-0.22948174124508425, 0.161643905094328, -0.12037139903910861, -0.04689661405860013, 0.14867388986963445, 0.10457732817824406]
+      accelerations: [5.706218847790582e-14, -0.06603657557954522, 0.08471189777806035, 0.00619161267718742, 0.01383802197847263, -0.08122925108120019]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 880042998
+    - 
+      positions: [0.5529346494550648, 0.0024224675336278864, -1.0508493175259204, 1.4227307096391861, -2.3464964629901255, 0.3299652091735478]
+      velocities: [-0.22948174124508416, 0.16135472880809457, -0.12000074086491797, -0.04686941100809449, 0.1487344415490268, 0.10422222016109554]
+      accelerations: [-2.5332644029051508e-14, -0.06600346466670687, 0.08453345374447319, 0.006229479342035921, 0.013810336196561341, -0.08091585963832812]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 884423129
+    - 
+      positions: [0.5519283660733021, 0.003129377982456943, -1.0513747116139653, 1.4225252459156172, -2.3458441259082887, 0.3304214488004048]
+      velocities: [-0.2294817412450842, 0.1610653736217143, -0.11963044941184467, -0.04684201225020972, 0.14879493961012752, 0.1038680877693147]
+      accelerations: [6.3260966984901035e-15, -0.0659707840072081, 0.08435571968574308, 0.0062670097375620805, 0.013782704793049277, -0.08060327860591059]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 888808155
+    - 
+      positions: [0.5509209597740157, 0.0038358066366223245, -1.0518990672463655, 1.4223196736205557, -2.3451907954158266, 0.33087664507620246]
+      velocities: [-0.22948174124508425, 0.16077583806721102, -0.11926052337942189, -0.046814418682565154, 0.14885538404510457, 0.10351493073375216]
+      accelerations: [-3.159525115755272e-14, -0.06593853182878603, 0.08417871761353811, 0.006304303387455251, 0.01375514781155414, -0.08029145843760896]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 893198074
+    - 
+      positions: [0.5499124308969136, 0.004541749629763593, -1.0524223822277476, 1.4221139939470302, -2.3445364713769306, 0.3313307986731483]
+      velocities: [-0.22948174124508447, 0.16048612067970333, -0.11889096145666102, -0.04678663115964962, 0.14891577485215773, 0.1031627488072516]
+      accelerations: [-5.68081943994524e-14, -0.06590670681862831, 0.08400242676520596, 0.006341282602534775, 0.01372764775165256, -0.07998043428887411]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 897592885
+    - 
+      positions: [0.548902779791363, 0.005247203080959367, -1.052944654359152, 1.4219082080882497, -2.343881153663292, 0.331783910273546]
+      velocities: [-0.22948174124508441, 0.16019621999628308, -0.11852176236674544, -0.0467586506798493, 0.14897611199618124, 0.10281154167526649]
+      accelerations: [7.566012956998097e-14, -0.06587530773289003, 0.08382684879015652, 0.006377961643500476, 0.013700206731331974, -0.07967019736627519]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 901992586
+    - 
+      positions: [0.5478920068164151, 0.0059521630947402, -1.0534658814379882, 1.4217023172378358, -2.343224842154086, 0.332235980569956]
+      velocities: [-0.2294817412450842, 0.15990613455679412, -0.11815292480730816, -0.046730478137010076, 0.14903639546116876, 0.10246130907514635]
+      accelerations: [1.889405345356674e-14, -0.06584433292089549, 0.08365199013426246, 0.006414375952771588, 0.013672831121777295, -0.07936072851030247]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 906397176
+    - 
+      positions: [0.5468801123408277, 0.006656625761110726, -1.0539860612578973, 1.4214963225904695, -2.342567536735872, 0.3326870102655596]
+      velocities: [-0.22948174124508428, 0.15961586290422286, -0.11778444745442879, -0.046702114335354226, 0.14909662524709166, 0.10211205078751082]
+      accelerations: [-5.032834123712326e-14, -0.0658137809768198, 0.08347785059823563, 0.0064505328341174705, 0.013645521591805324, -0.07905202293378402]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 910806653
+    - 
+      positions: [0.545867096743095, 0.00736058715556291, -1.0545051916087391, 1.421290225341998, -2.3419092373026054, 0.3331370000742426]
+      velocities: [-0.22948174124508425, 0.15932540358377795, -0.11741632904451199, -0.04667356033157666, 0.14915680129763031, 0.10176376647519017]
+      accelerations: [5.655676771500971e-14, -0.06578365068573745, 0.08330439951404024, 0.006486312605156916, 0.013618251750001344, -0.0787441345159006]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 915221016
+    - 
+      positions: [0.5448529604115425, 0.008064043339041156, -1.0550232702771412, 1.4210840266870761, -2.3412499437562233, 0.33358595071950625]
+      velocities: [-0.22948174124508425, 0.15903475514371712, -0.11704856826616777, -0.0466448169846201, 0.1492169235952942, 0.1014164558955492]
+      accelerations: [-5.0217166021057555e-14, -0.0657539402840059, 0.08313168568542127, 0.006521926571794851, 0.013591065372522464, -0.0784369622654853]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 919640262
+    - 
+      positions: [0.5438377037442584, 0.008766990358031928, -1.0555402950455817, 1.4208777278232283, -2.3405896560057546, 0.33403386293646886]
+      velocities: [-0.22948174124508425, 0.15874391613500524, -0.11668116381214498, -0.046615885172088374, 0.14927699211579615, 0.10107011879785976]
+      accelerations: [5.0161792010088764e-14, -0.06572464872670031, 0.08295965498156456, 0.006557157235051205, 0.013563915453045656, -0.07813060645131595]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 924064391
+    - 
+      positions: [0.542821327149237, 0.009469424244492704, -1.0560562636933732, 1.420671329946585, -2.3399283739683394, 0.3344807374698466]
+      velocities: [-0.22948174124508414, 0.15845288511133762, -0.11631411441702176, -0.04658676594670341, 0.14933700679476558, 0.10072475485094978]
+      accelerations: [0.0, -0.06569577425835602, 0.08278833910325437, 0.00659214484557687, 0.013536830658232964, -0.07782499894745289]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 928493399
+    - 
+      positions: [0.5418038310443437, 0.010171341015919327, -1.0565711739960615, 1.4204648342545712, -2.339266097568655, 0.33492657507530227]
+      velocities: [-0.22948174124508414, 0.15816166062978118, -0.11594741876775118, -0.04655746016289687, 0.14939696760700982, 0.10038036381729541]
+      accelerations: [6.256433866844741e-15, -0.06566731556063139, 0.08261772443648775, 0.006626840980908394, 0.01350979987779851, -0.07752016119627947]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 932927286
+    - 
+      positions: [0.5407852158573754, 0.01087273667533915, -1.057085023725661, 1.4202582419449257, -2.3386028267391805, 0.33537137651900095]
+      velocities: [-0.22948174124508425, 0.15787024124993432, -0.11558107556305, -0.04652796872547087, 0.14945687451375064, 0.1000369454367389]
+      accelerations: [-5.6246089242047805e-14, -0.06563927127362588, 0.08244781580279235, 0.006661273303597557, 0.013482827895398888, -0.07721607772461496]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 937366050
+    - 
+      positions: [0.5397654820260815, 0.011573607211332743, -1.0575978106505504, 1.4200515542162042, -2.3379385614201276, 0.3358151425779064]
+      velocities: [-0.22948174124508441, 0.15757862553446306, -0.11521508352075724, -0.046498292620501425, 0.149516727456023, 0.09969449941236425]
+      accelerations: [-3.121357424382407e-14, -0.06561163985480649, 0.08227859633387562, 0.006695379666109171, 0.013455900675863662, -0.07691277624823721]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 941809688
+    - 
+      positions: [0.5387446299982297, 0.012273948598029296, -1.0581095325357721, 1.4198447722665204, -2.3372733015597666, 0.3362578740392067]
+      velocities: [-0.22948174124508441, 0.15728681204895567, -0.11484944135561065, -0.046468432821931846, 0.1495765263748282, 0.09935302545351152]
+      accelerations: [4.365117395100644e-14, -0.06558442002698374, 0.08211008086283364, 0.006729229757000014, 0.01342903207755972, -0.07661022194549189]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 946258199
+    - 
+      positions: [0.5377226602316079, 0.01297375679514059, -1.05862018714274, 1.4196378972948749, -2.336607047114166, 0.3366995717010009]
+      velocities: [-0.22948174124508433, 0.15699479936255, -0.11448414775737145, -0.04643839019906884, 0.14963627123013984, 0.09901252331887632]
+      accelerations: [-1.2458133795730134e-14, -0.06555760998234059, 0.08194226237857921, 0.0067628030619557335, 0.013402216626387622, -0.07630842313405896]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 950711580
+    - 
+      positions: [0.5366995731940662, 0.013673027747979115, -1.0591297722293573, 1.419430930500714, -2.3359397980473346, 0.33714023637211776]
+      velocities: [-0.22948174124508447, 0.15670258604710896, -0.11411920145332938, -0.0464081657794264, 0.14969596194572113, 0.09867299269480825]
+      accelerations: [-5.600042601574522e-14, -0.0655312088310669, 0.08177512762789645, 0.006796051108760488, 0.01337544338033965, -0.07600739970740097]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 955169831
+    - 
+      positions: [0.5356753693635816, 0.014371757387443118, -1.0596382855502486, 1.419223873082932, -2.3352715543314937, 0.33757986887169233]
+      velocities: [-0.22948174124508444, 0.15641017067731475, -0.11375460115265171, -0.04637776051711878, 0.14975559845818076, 0.09833443330259384]
+      accelerations: [7.458587958276969e-14, -0.06550521474110549, 0.08160869460269522, 0.006829057385647712, 0.013348728900931629, -0.07570711180991072]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 959632947
+    - 
+      positions: [0.534650049228244, 0.015069941630074024, -1.0601457248564108, 1.4190167262414812, -2.334602315946746, 0.33801847002996355]
+      velocities: [-0.22948174124508425, 0.15611755183165976, -0.11339034555812691, -0.04634717533848355, 0.14981518070692224, 0.09799684487645313]
+      accelerations: [1.8626184346643055e-14, -0.06547962639397499, 0.08144294480439754, 0.006861753001860283, 0.013322057753997961, -0.07540758918554487]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 964100929
+    - 
+      positions: [0.5336236132863316, 0.01576757637804395, -1.060652087895545, 1.4188094911759683, -2.333932082881443, 0.33845604068764945]
+      velocities: [-0.22948174124508436, 0.15582472809229247, -0.11302643336987712, -0.04631641115758728, 0.1498747086313459, 0.09766022715617828]
+      accelerations: [-8.062579202834529e-14, -0.06545444204514851, 0.08127789452431265, 0.006894214288476004, 0.013295445210014873, -0.07510879537362056]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 968573772
+    - 
+      positions: [0.5325960620463052, 0.016464657519207185, -1.0611573724117356, 1.418602169087132, -2.333260855131886, 0.33889258169667724]
+      velocities: [-0.22948174124508444, 0.15553169804349032, -0.11266286331005704, -0.04628546898539857, 0.14993418214753207, 0.09732457983875459]
+      accelerations: [4.95620609529931e-14, -0.06542966107605053, 0.08111351428231617, 0.006926323745062926, 0.013268865459038008, -0.0748107816587213]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 973051476
+    - 
+      positions: [0.5315673960269, 0.017161180927063636, -1.0616615761459967, 1.4183947611744614, -2.332588632702912, 0.3393280939191163]
+      velocities: [-0.22948174124508441, 0.1552384602733004, -0.11229963411279509, -0.04625434988207612, 0.14999360115810195, 0.09698990259861578]
+      accelerations: [-3.7131293762576485e-14, -0.0654052810275917, 0.08094982486038746, 0.00695817894880069, 0.013242338169196326, -0.07451350256542762]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 977534038
+    - 
+      positions: [0.5305376157571149, 0.017857142460829197, -1.0621646968358633, 1.4181872686380999, -2.3319154156075053, 0.33976257822809147]
+      velocities: [-0.22948174124508436, 0.15494501337407207, -0.11193674445818184, -0.04622305467937206, 0.15005296561155843, 0.09665619521418832]
+      accelerations: [6.800043822008897e-14, -0.06538130105895852, 0.08078682627013188, 0.006989786374669585, 0.013215864038533033, -0.07421695286368485]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 982021455
+    - 
+      positions: [0.5295067217762397, 0.018552537965448677, -1.062666732215379, 1.4179796926789374, -2.3312412038668073, 0.34019603550787714]
+      velocities: [-0.22948174124508414, 0.15465135594047486, -0.11157419306324978, -0.04619158436735207, 0.1501122754200645, 0.09632345739284527]
+      accelerations: [2.4700739167564375e-14, -0.06535771961322559, 0.0806244986939299, 0.007021070974662732, 0.013189426039530064, -0.07392116521584909]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 986513725
+    - 
+      positions: [0.5284747146339297, 0.019247363271591423, -1.0631676800154606, 1.4177720344970663, -2.3305659975105217, 0.34062846665320534]
+      velocities: [-0.22948174124508414, 0.15435748657044548, -0.11121197867100535, -0.046159940046942495, 0.15017153046936338, 0.09599168879165784]
+      accelerations: [-3.084264635102685e-14, -0.06533453544502466, 0.08046284708145529, 0.007052060525414494, 0.013163029330386496, -0.07362612507856878]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 991010846
+    - 
+      positions: [0.5274415948902252, 0.019941614195678782, -1.0636675379637917, 1.4175642952922933, -2.329889796576833, 0.34105987256954695]
+      velocities: [-0.22948174124508441, 0.15406340386686257, -0.11085009996757807, -0.046128122575367345, 0.15023073069429085, 0.09566088917761445]
+      accelerations: [-8.010458883608986e-14, -0.06531174627031557, 0.08030188848799846, 0.007082837724149609, 0.013136690485736418, -0.07333179383114367]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 995512815
+    - 
+      positions: [0.5264073631155448, 0.02063528653995073, -1.0641663037844833, 1.4173564762657667, -2.329212601112077, 0.34149025417389456]
+      velocities: [-0.22948174124508433, 0.15376910643512726, -0.1104885556830383, -0.04609613299836301, 0.15028987598691018, 0.09533105823351054]
+      accelerations: [1.1079488379937366e-13, -0.06528935193536368, 0.08014158306170846, 0.007113238230650029, 0.013110373836301491, -0.07303824321288326]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:     19630
+    - 
+      positions: [0.5253720198908016, 0.021328376092407057, -1.064663975198828, 1.4171485786166185, -2.3285344111715514, 0.3419196123932558]
+      velocities: [-0.2294817412450842, 0.15347459288419263, -0.11012734453327501, -0.046063972303238276, 0.15034896624911925, 0.09500219566764945]
+      accelerations: [-4.9189351072571726e-14, -0.06526734971872353, 0.07998197364395077, 0.007143454237434649, 0.013084119289742659, -0.07274538596240951]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:   4531288
+    - 
+      positions: [0.524335565807339, 0.022020878626922848, -1.0651605499244639, 1.416940603545807, -2.327855226818673, 0.34234794816644915]
+      velocities: [-0.22948174124508428, 0.15317986182742122, -0.1097664652281086, -0.04603164144914995, 0.15040800138570182, 0.09467430120099118]
+      accelerations: [1.228416825735573e-14, -0.06524573910116616, 0.07982301686412856, 0.007173308268517665, 0.01305788816321149, -0.07245329938816537]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:   9047788
+    - 
+      positions: [0.5232980014670569, 0.022712789903191703, -1.0656560256761987, 1.4167325522524818, -2.3271750481258606, 0.3427752624424744]
+      velocities: [-0.22948174124508444, 0.15288491188131398, -0.10940591649243014, -0.04599914146037089, 0.1504669812852407, 0.0943473745253911]
+      accelerations: [-8.589723870231641e-14, -0.06522451794474991, 0.07966474612494577, 0.007202950824039754, 0.013031711835514822, -0.07216191489703025]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  13569125
+    - 
+      positions: [0.5222593274823677, 0.0234041056668168, -1.0661504001653537, 1.4165244259369956, -2.326493875173875, 0.34320155618192566]
+      velocities: [-0.22948174124508455, 0.15258974166639488, -0.10904569703365405, -0.04596647328728271, 0.1505259058494852, 0.09402141536556999]
+      accelerations: [3.677380585591304e-14, -0.06520368535433252, 0.07950713255141362, 0.007232266285656316, 0.01300556469867689, -0.07187128222187947]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  18095297
+    - 
+      positions: [0.5212195444762877, 0.024094821649286734, -1.0666436711003129, 1.416316225798511, -2.3258117080524143, 0.34362683035593306]
+      velocities: [-0.2294817412450843, 0.15229434980644035, -0.10868580559226491, -0.04593363802150331, 0.15058477494700695, 0.09369642338264864]
+      accelerations: [6.734679490407878e-14, -0.06518323955173917, 0.07935018715824685, 0.007261309814378944, 0.012979457599615668, -0.0715813755203004]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  22626303
+    - 
+      positions: [0.5201786530824452, 0.024784933568025382, -1.0671358361862977, 1.4161079530360805, -2.32512854685991, 0.3440510859466827]
+      velocities: [-0.22948174124508425, 0.1519987349298531, -0.10832624087355852, -0.045900636603754125, 0.1506435884762492, 0.09337239830457177]
+      accelerations: [-4.281145272229949e-14, -0.06516317905211914, 0.07919391126773569, 0.007290094974529891, 0.012953392816763965, -0.07129218685147862]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  27162138
+    - 
+      positions: [0.5191366539451044, 0.025474437126425827, -1.0676268931253314, 1.415899608848883, -2.324444391703506, 0.3444743239475655]
+      velocities: [-0.22948174124508436, 0.15170289566903755, -0.10796700158363216, -0.045867469977780476, 0.1507023463323614, 0.09304933985697111]
+      accelerations: [-6.109425388115481e-15, -0.06514350237052949, 0.07903829998348764, 0.007318608830898359, 0.012927366530404081, -0.07100372095683621]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  31702801
+    - 
+      positions: [0.5180935477192061, 0.026163328013874367, -1.0681168396163243, 1.4156911944359183, -2.3237592426991736, 0.34489654536305847]
+      velocities: [-0.2294817412450842, 0.1514068306592097, -0.10760808648288514, -0.045834139320738085, 0.150761048357768, 0.09272724766270384]
+      accelerations: [8.544125249305656e-14, -0.06512420856522759, 0.07888333110801672, 0.0073467636024223916, 0.012901359280340339, -0.07071601409006975]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  36248288
+    - 
+      positions: [0.517049335070449, 0.02685160190573619, -1.0686056733554978, 1.415482710994158, -2.323073099972182, 0.34531775120793573]
+      velocities: [-0.22948174124508425, 0.15111053854057302, -0.10724949427875692, -0.045800645582259145, 0.15081969444117932, 0.09240612144402123]
+      accelerations: [-1.0973673841080777e-13, -0.06510529521160852, 0.07872904695864626, 0.007374749189392431, 0.012875410823197968, -0.07042898202630052]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  40798596
+    - 
+      positions: [0.5160040166752194, 0.027539254463473266, -1.0690933920355472, 1.415274159722408, -2.32238596365624, 0.34573794250903184]
+      velocities: [-0.22948174124508441, 0.15081401795789928, -0.10689122365433876, -0.045766989606764126, 0.15087828449099527, 0.09208596096756513]
+      accelerations: [3.045020982058095e-14, -0.06508676156748534, 0.07857541275943916, 0.007402423998257803, 0.012849490002646244, -0.0701426852158079]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  45353722
+    - 
+      positions: [0.5149575932207002, 0.02822628133460926, -1.069579993346313, 1.4150655418183555, -2.321697833894223, 0.3461571203039418]
+      velocities: [-0.22948174124508425, 0.1505172675583807, -0.10653327337212608, -0.0457331725798149, 0.15093681834016298, 0.09176676585094234]
+      accelerations: [5.475254482432627e-14, -0.06506860617213277, 0.0784224252318927, 0.007429781707917151, 0.012823594755706153, -0.06985712446726723]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  49913664
+    - 
+      positions: [0.5139100654049092, 0.02891267815275679, -1.0700654749748373, 1.4148568584783883, -2.3210087108382558, 0.34657528564097945]
+      velocities: [-0.22948174124508416, 0.1502202859941278, -0.10617564217384476, -0.04569919559737548, 0.15099529583832183, 0.09144853575022135]
+      accelerations: [-2.430883137617895e-14, -0.06505082720545868, 0.07827009366041864, 0.007456870116562725, 0.012797734447355644, -0.06957227779166165]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  54478419
+    - 
+      positions: [0.5128614339367041, 0.029598440537674863, -1.0705498346051732, 1.4146481108985383, -2.3203185946495326, 0.3469924395796242]
+      velocities: [-0.22948174124508416, 0.14992307192274903, -0.1058183287412641, -0.045665059496581284, 0.15105371688787833, 0.09113127043163868]
+      accelerations: [2.4283268862640494e-14, -0.06503342296945475, 0.07811843189095753, 0.007483756815204142, 0.012771922775094773, -0.06928811467880124]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  59047983
+    - 
+      positions: [0.5118116995357792, 0.030283564095329386, -1.0710330699181012, 1.4144393002758453, -2.3196274854980405, 0.34740858319115286]
+      velocities: [-0.22948174124508425, 0.1496256240043699, -0.10546133181753806, -0.04563076537874003, 0.15111208133210396, 0.09081496954743203]
+      accelerations: [-5.457999780741508e-14, -0.06501639296724196, 0.07796739608826544, 0.0075102605926964695, 0.012746120110480067, -0.06900471129630215]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  63622353
+    - 
+      positions: [0.5107608629327962, 0.030968044417841806, -1.0715151785919896, 1.4142304278045466, -2.318935383563486, 0.34782371755698765]
+      velocities: [-0.22948174124508425, 0.14932794090343415, -0.10510465015353378, -0.04559631437828511, 0.15117038900456245, 0.09049963273412881]
+      accelerations: [4.240662155771585e-14, -0.06499973473273032, 0.07781702359306203, 0.007536550115487097, 0.012720361779692378, -0.06872199413720657]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  68201526
+    - 
+      positions: [0.509708924869325, 0.03165187708360385, -1.0719961583020463, 1.4140214946795402, -2.31824228903453, 0.348237843770248]
+      velocities: [-0.2294817412450843, 0.1490300212906689, -0.10474828241903397, -0.0455617072787953, 0.15122863981163595, 0.09018525977693309]
+      accelerations: [-6.051750989263652e-14, -0.06498344692571757, 0.07766730939945703, 0.007562612035485595, 0.012694644236906688, -0.06843996750040499]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  72785499
+    - 
+      positions: [0.5086558860978821, 0.032335057657304996, -1.0724760067204089, 1.4138125020960712, -2.317548202108897, 0.34865096293563935]
+      velocities: [-0.22948174124508425, 0.1487318638388913, -0.10439222739142916, -0.04552694532687135, 0.15128683355794748, 0.08987185026245534]
+      accelerations: [8.463603093780499e-14, -0.06496752893044105, 0.07751820846943779, 0.00758825963968378, 0.012668926584427984, -0.06815870951470994]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  77374268
+    - 
+      positions: [0.5076017473820676, 0.033017581689882426, -1.072954721517036, 1.4136034512457776, -2.3168531229943414, 0.34906307616774535]
+      velocities: [-0.22948174124508425, 0.14843346722659428, -0.10403648379525798, -0.04549202954132761, 0.15134497009444794, 0.08955940387255223]
+      accelerations: [-9.058692246562795e-14, -0.06495197786269899, 0.07736978579044326, 0.00761378085015927, 0.012643269864482122, -0.06787809633174799]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  81967831
+    - 
+      positions: [0.5065465094964359, 0.033699444718691095, -1.0734323003584032, 1.4133943433226772, -2.3161570519072865, 0.3494741845936767]
+      velocities: [-0.22948174124508447, 0.14813483013656253, -0.10368105034861741, -0.04545696091264404, 0.1514030492755651, 0.08924792030060771]
+      accelerations: [-6.032843132961606e-15, -0.06493679372440131, 0.07722197617639401, 0.007638902322474335, 0.012617614572302411, -0.06759824243879613]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  86566183
+    - 
+      positions: [0.5054901732266802, 0.034380642267410784, -1.073908740908799, 1.413185179517388, -2.315459989074216, 0.3498842893505736]
+      velocities: [-0.22948174124508447, 0.1478359512562863, -0.10332592576720412, -0.04542174041856096, 0.1514610709561976, 0.08893739924291585]
+      accelerations: [1.2053151362844084e-14, -0.06492197347205475, 0.07707484272250283, 0.007663904562157798, 0.012592020311683457, -0.06731902800277703]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  91169321
+    - 
+      positions: [0.5044327393695066, 0.035061169846219195, -1.0743840408290544, 1.412975961022985, -2.3147619347303423, 0.35029339158817907]
+      velocities: [-0.22948174124508436, 0.14753682927796116, -0.10297110878473813, -0.04538636911491539, 0.15151903497185149, 0.08862784036096535]
+      accelerations: [3.6121954825350465e-14, -0.06490751712348825, 0.07692831152320143, 0.007688475364798104, 0.012566419083207171, -0.0670405836386001]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  95777243
+    - 
+      positions: [0.5033742087328437, 0.03574102295168371, -1.074858197778019, 1.412766689028376, -2.3140628891211987, 0.35070149246597854]
+      velocities: [-0.22948174124508436, 0.1472374628971884, -0.10261659817483508, -0.04535084822899486, 0.15157694111893516, 0.08831924324305887]
+      accelerations: [-3.608456097582907e-14, -0.06489342222191065, 0.07678243609808913, 0.007712854297275383, 0.012540861852919456, -0.06676280634957382]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 100389944
+    - 
+      positions: [0.5023145821357354, 0.03642019706691089, -1.0753312094114813, 1.4125573647233096, -2.313362852501501, 0.35110859315541426]
+      velocities: [-0.22948174124508425, 0.14693785081618704, -0.1022623926234598, -0.04531517860727401, 0.1516347892731984, 0.08801160763606448]
+      accelerations: [8.411030251410745e-14, -0.06487968740634868, 0.07663719797036483, 0.007736969108524149, 0.012515332087346965, -0.06648572605165143]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 105007421
+    - 
+      positions: [0.5012538604084152, 0.03709868766155667, -1.0758030733825332, 1.412347989296808, -2.3126618251355597, 0.35151469483921116]
+      velocities: [-0.22948174124508414, 0.14663799174098335, -0.10190849087385451, -0.04527936134269273, 0.15169257925490778, 0.0877049331804181]
+      accelerations: [-3.601008938324894e-14, -0.06486631145737026, 0.07649258776080738, 0.007760787075264442, 0.012489822232081659, -0.06620935477581487]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 109629670
+    - 
+      positions: [0.5001920443923561, 0.03777649019184943, -1.076273787341754, 1.4121385639364274, -2.3119598072974874, 0.35191979871108797]
+      velocities: [-0.22948174124508414, 0.14633788438173162, -0.10155489168387097, -0.04524339759199275, 0.1517503108683736, 0.08739921948916905]
+      accelerations: [4.1968513504200725e-14, -0.06485329289440195, 0.07634860555120357, 0.007784315334819201, 0.012464332937959231, -0.06593368808664082]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 114256687
+    - 
+      positions: [0.4991291349402961, 0.038453600100635345, -1.0767433489372051, 1.4119290898283603, -2.311256799271216, 0.35232390597582813]
+      velocities: [-0.22948174124508425, 0.14603752745519977, -0.10120159375605497, -0.0452072882687146, 0.15180798396775336, 0.08709446627363164]
+      accelerations: [-8.98400976200759e-14, -0.06484062944081778, 0.07620527218077564, 0.007807653805394512, 0.012438885085267047, -0.06565868372422094]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 118888469
+    - 
+      positions: [0.49806513291621224, 0.039130012817474275, -1.0772117558140009, 1.411719568159523, -2.310552801350045, 0.3527270178501831]
+      velocities: [-0.22948174124508441, 0.1457369196817787, -0.10084859583228634, -0.04517103445672279, 0.15186559836819868, 0.08679067317287914]
+      accelerations: [5.9831952949551666e-15, -0.0648283209254489, 0.07606254686169879, 0.007830630994645937, 0.01241344094816416, -0.06538441090363598]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 123525012
+    - 
+      positions: [0.49700003919545066, 0.03980572375859156, -1.0776790056151333, 1.4115100001138499, -2.3098478138375493, 0.353129135561324]
+      velocities: [-0.2294817412450843, 0.14543605978645832, -0.10049589666907223, -0.04513463730307073, 0.15192315386891103, 0.08648783979768065]
+      accelerations: [4.183947799264429e-14, -0.06481636467135019, 0.07592046109324949, 0.007853392978374282, 0.012388031345098562, -0.06511080843447799]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 128166313
+    - 
+      positions: [0.495933854664673, 0.04048072832700137, -1.0781450959808265, 1.411300386875369, -2.309141837046897, 0.35353026034816204]
+      velocities: [-0.2294817412450842, 0.1451349465007845, -0.10014349497487067, -0.04509809774217781, 0.15198065031252944, 0.08618596584371181]
+      accelerations: [5.9709588049657056e-15, -0.06480475967943183, 0.07577900116332346, 0.007875887366472203, 0.012362644198830203, -0.0648378966422907]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 132812367
+    - 
+      positions: [0.4948665802219146, 0.04115502191252346, -1.0786100245488126, 1.4110907296270376, -2.3084348713011593, 0.3539303934608757]
+      velocities: [-0.22948174124508414, 0.1448335785602685, -0.09979138950088133, -0.04506141689374374, 0.15203808749951037, 0.08588505092802445]
+      accelerations: [1.789460055153508e-14, -0.06479350440878964, 0.07563815942726827, 0.007898088619745046, 0.012337273405439062, -0.06456568486151437]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 137463170
+    - 
+      positions: [0.4937982167766327, 0.04182859989181881, -1.0790737889544835, 1.4108810295501464, -2.307726916933489, 0.3543295361606754]
+      velocities: [-0.22948174124508436, 0.1445319547055841, -0.09943957899193584, -0.045024595848804534, 0.15209546523416081, 0.08558509467765285]
+      accelerations: [-1.1321705590307052e-13, -0.06478259736345479, 0.07549794335274482, 0.00792003655563124, 0.012311926732483588, -0.0642941552286632]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 142118719
+    - 
+      positions: [0.4927287652497119, 0.042501457628451984, -1.0795363868307348, 1.4106712878251297, -2.307017974286969, 0.3547276897201722]
+      velocities: [-0.2306291499513099, 0.14495046902632763, -0.09958262407195642, -0.04521248127401259, 0.1529136904618585, 0.08571178091518218]
+      accelerations: [-0.49461911181712065, 0.24544991191700383, -0.13745976943929175, -0.08894406322175506, 0.34035573701319416, 0.11915977093863436]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 146779009
+    - 
+      positions: [0.4916582265735086, 0.04317359047293134, -1.0799978158081216, 1.4104615056309733, -2.3063080437147887, 0.355124855423135]
+      velocities: [-0.23177655865753516, 0.14536721358571586, -0.09972420619580429, -0.04540004276201692, 0.1537321419991151, 0.08583793729362521]
+      accelerations: [1.201232609183935e-14, -0.06606353418486138, 0.07673128188217432, 0.008123195165802972, 0.012507747330132697, -0.06503459220062087]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 151397848
+    - 
+      positions: [0.4905866016918578, 0.04384499376277477, -1.0804580735147011, 1.4102516841460273, -2.3055971255800918, 0.3555210345648558]
+      velocities: [-0.23177655865753521, 0.14506179049496734, -0.0993697636781753, -0.04536243512188011, 0.1537899122045874, 0.0855378840305224]
+      accelerations: [-3.00004045993001e-14, -0.06605346427497555, 0.07659013684547397, 0.008144746447807485, 0.01248194754126833, -0.06475971182951806]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 156021374
+    - 
+      positions: [0.4895138915601403, 0.04451566282252701, -1.0809171575763732, 1.4100418245465587, -2.3048852202563497, 0.35591622845155685]
+      velocities: [-0.2317765586575352, 0.14475610389752297, -0.09901561396670314, -0.04532469010530579, 0.15384762158944215, 0.08523879755944182]
+      accelerations: [3.5964098803735104e-14, -0.06604374277159895, 0.0764496369881652, 0.008166102064355156, 0.012456182955662984, -0.06448549793159111]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 160649582
+    - 
+      positions: [0.48844009714524655, 0.04518559296386938, -1.0813750656163872, 1.409831928009134, -2.3041723281268465, 0.3563104384013938]
+      velocities: [-0.23177655865753505, 0.1444501525482239, -0.09866175580468012, -0.04528680885239828, 0.15390526993623066, 0.08494067747444241]
+      accelerations: [1.7963909048723565e-14, -0.06603436932995506, 0.07630974134061375, 0.008187089251548195, 0.0124304159522311, -0.06421201855774117]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 165282468
+    - 
+      positions: [0.48736521942570643, 0.04585477948558249, -1.0818317952561731, 1.4096219957068907, -2.303458449585585, 0.3567036657429317]
+      velocities: [-0.2317765586575351, 0.14414393520727087, -0.09830818793271737, -0.045248792489369256, 0.15396285702860202, 0.08464352337193826]
+      accelerations: [-2.990970280709662e-14, -0.06602534124912447, 0.07617048909444728, 0.008207888584536405, 0.01240468461679805, -0.06393920037639564]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 169920029
+    - 
+      positions: [0.48628925939161194, 0.04652321767368944, -1.0822873441145422, 1.4094120288133443, -2.3027435850364335, 0.3570959118167285]
+      velocities: [-0.23177655865753505, 0.14383745064103226, -0.09795490906037567, -0.045210642004677885, 0.1540203826772198, 0.0843473349003677]
+      accelerations: [4.183150368211337e-14, -0.06601665785143866, 0.07603185158136705, 0.008228380958183809, 0.012378962560932252, -0.06366708991558048]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 174562258
+    - 
+      positions: [0.4852122180447161, 0.04719090280144637, -1.0827417098082692, 1.4092020284997973, -2.30202773489377, 0.3574871779742806]
+      velocities: [-0.23177655865753488, 0.14353069762104093, -0.09760191792984468, -0.045172358526561804, 0.1540778466604753, 0.08405211164859339]
+      accelerations: [2.9849676428617894e-14, -0.06600831688968804, 0.07589384048803566, 0.008248627010895012, 0.012353262253560272, -0.06339566206728857]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 179209153
+    - 
+      positions: [0.48413409639842725, 0.0478578301294326, -1.0831948899518524, 1.4089919959365917, -2.301310899582227, 0.3578774655785462]
+      velocities: [-0.23177655865753477, 0.14322367492499372, -0.09724921327737812, -0.04513394315372726, 0.15413524876122325, 0.08375785321438578]
+      accelerations: [2.3855836483957984e-14, -0.06600031727428715, 0.0757564438278456, 0.008268580812234121, 0.01232757318674108, -0.06312493375951868]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 183860709
+    - 
+      positions: [0.4830548954778632, 0.048523994905579536, -1.0836468821577585, 1.4087819322920756, -2.300593079536966, 0.3582667760035404]
+      velocities: [-0.23177655865753502, 0.14291638133550105, -0.09689679383943686, -0.045095396986238656, 0.1541925887596699, 0.08346455919182494]
+      accelerations: [-1.3107601315576084e-13, -0.06599265731556973, 0.07561967062625653, 0.00828828957269566, 0.012301904744049082, -0.06285488535506291]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 188516922
+    - 
+      positions: [0.48197461631985167, 0.049189392365246214, -1.0840976840362364, 1.4085718387335717, -2.2998742752034915, 0.3586551106347392]
+      velocities: [-0.23177655865753521, 0.14260881564202574, -0.09654465833633549, -0.04505672104757297, 0.15424986645013922, 0.08317222920099053]
+      accelerations: [4.1664417980034135e-14, -0.06598533510898594, 0.07548351594172531, 0.008307740878954084, 0.01227625363105736, -0.06258552100947687]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 193177787
+    - 
+      positions: [0.4808932599729666, 0.049854017731278344, -1.084547293195418, 1.408361716427066, -2.2991544870377587, 0.3590424708689567]
+      velocities: [-0.23177655865753521, 0.14230097663877816, -0.09619280552741069, -0.04501791653165338, 0.15430708158805728, 0.0828808627915772]
+      accelerations: [-4.162295519320314e-14, -0.06597834988811711, 0.07534796513180056, 0.008326875897533002, 0.0122506064780099, -0.06231686245680086]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 197843299
+    - 
+      positions: [0.4798108274975914, 0.050517866214026624, -1.0849957072416205, 1.4081515665358866, -2.2984337155065218, 0.35942885811382747]
+      velocities: [-0.23177655865753533, 0.14199286312669918, -0.09584123413088863, -0.04497898444883017, 0.1543642339668448, 0.08259045958166555]
+      accelerations: [0.0, -0.06597169891795283, 0.07521304762207852, 0.008345833985153059, 0.012224992958242116, -0.06204885435536687]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 202513454
+    - 
+      positions: [0.47872731996586115, 0.051180933011483, -1.0854429237787382, 1.4079413902236757, -2.297711961086663, 0.35981427378901126]
+      velocities: [-0.23177655865753533, 0.14168447391307956, -0.09548994285922739, -0.04493992577908783, 0.15442132338392564, 0.08230101919671906]
+      accelerations: [5.934342818444042e-15, -0.06596538161167921, 0.07507873363941979, 0.008364490670687176, 0.0121993851429329, -0.061781544568019035]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 207188247
+    - 
+      positions: [0.4776427384617658, 0.05184321330927201, -1.0858889404088585, 1.4077311886516475, -2.2969892242658854, 0.36019871932509123]
+      velocities: [-0.23177655865753527, 0.14137580780911393, -0.09513893050537145, -0.0449007418571213, 0.1544783495576879, 0.08201254112055946]
+      accelerations: [1.778541727710725e-14, -0.06595939630376775, 0.0749450157073327, 0.008382820488596955, 0.012173777167085278, -0.06151494153736188]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 211867674
+    - 
+      positions: [0.4765570840811974, 0.052504702280700956, -1.0863337547324179, 1.4075209629779801, -2.296265505542886, 0.360582196163347]
+      velocities: [-0.23177655865753516, 0.1410668636344995, -0.09478819577296078, -0.04486143361830978, 0.1545353122912334, 0.08172502498784406]
+      accelerations: [2.961309821715962e-14, -0.06595374045907319, 0.0748119366825167, 0.008401021452782171, 0.01214821113899021, -0.061248968031797475]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 216551730
+    - 
+      positions: [0.4754703579318482, 0.053165395086920635, -1.0867773643473138, 1.4073107143620853, -2.295540805426383, 0.3609647057574606]
+      velocities: [-0.2317765586575351, 0.1407576402140258, -0.09443773739765815, -0.04482200213687147, 0.1545922113553529, 0.08143847037535937]
+      accelerations: [-1.1833568932940154e-14, -0.06594841388621689, 0.07467943726762176, 0.008418838194036105, 0.01212263120279488, -0.06098372164855983]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 221240410
+    - 
+      positions: [0.47438256113340194, 0.05382528687685678, -1.0872197668501375, 1.407100443958991, -2.2948151244364787, 0.36134624957128375]
+      velocities: [-0.2317765586575351, 0.1404481363777123, -0.0940875541470485, -0.044782448626415436, 0.15464904648868671, 0.08115287680229308]
+      accelerations: [1.1821933779553878e-14, -0.06594341401357477, 0.07454756032839237, 0.008436468269708716, 0.012097079491690643, -0.06071912512234697]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 225933710
+    - 
+      positions: [0.4732936948174344, 0.05448437278737141, -1.0876609598352842, 1.4068901529236089, -2.294088463103687, 0.361726829080546]
+      velocities: [-0.231776558657535, 0.1401383509634013, -0.09373764474133367, -0.04474277408518135, 0.15470581747418077, 0.08086824386601732]
+      accelerations: [2.9525834540840626e-14, -0.06593873956116432, 0.07441628047667391, 0.00845380793646228, 0.01207153283147381, -0.060455218008718246]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 230631624
+    - 
+      positions: [0.4722037601275062, 0.05514264794327973, -1.0881009408954836, 1.406679842408419, -2.293360821969516, 0.3621064457719269]
+      velocities: [-0.23177655865753502, 0.13982828281474602, -0.0933880079223395, -0.04470297960389799, 0.1547625240728232, 0.08058457112322627]
+      accelerations: [-3.539630709925809e-14, -0.06593438883463605, 0.0742856111064277, 0.008470923217376192, 0.012046005047001603, -0.06019197381998867]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 235334147
+    - 
+      positions: [0.47111275821914694, 0.05580010745744281, -1.088539707621522, 1.4064695135648715, -2.292632201586169, 0.36248510114362104]
+      velocities: [-0.23293544145082284, 0.14021474419987232, -0.09350296256592025, -0.04488628165849125, 0.15559340340121985, 0.08070266183981828]
+      accelerations: [-0.4946041411243205, 0.23113720375611774, -0.12364436435677612, -0.08673697306754811, 0.3425201184386462, 0.1108328726671972]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 240041275
+    - 
+      positions: [0.4700206902599181, 0.05645674643080749, -1.0889772576025578, 1.4062591675420686, -2.291902602516892, 0.36286279670481564]
+      velocities: [-0.2340943242441107, 0.14059936665657863, -0.0936164425066057, -0.04506926563150615, 0.1564245005546117, 0.08082030543274016]
+      accelerations: [-5.3520760870342926e-14, -0.06725177861356402, 0.0755139798395009, 0.008675237712066533, 0.012236063390172573, -0.060866856946851906]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 244706352
+    - 
+      positions: [0.4689275574294427, 0.05711255995246578, -1.0894135884261857, 1.4060488054865836, -2.291172025336052, 0.36323953397563435]
+      velocities: [-0.23409432424411064, 0.14028533419604441, -0.0932641276719941, -0.04502871654082061, 0.15648157762754067, 0.08053670256565731]
+      accelerations: [8.911446388912351e-14, -0.0672483215468837, 0.0753825229160812, 0.008691929138979487, 0.01221005881021921, -0.060600376801587565]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 249375977
+    - 
+      positions: [0.4678333609193642, 0.057767543099779536, -1.0898486976779795, 1.4058384285447503, -2.2904404706286265, 0.36361531448801404]
+      velocities: [-0.2340943242441105, 0.13997101156638903, -0.092912083064943, -0.04498805067332164, 0.1565385886934667, 0.08025406767464029]
+      accelerations: [-3.5611170336817356e-14, -0.06724518848713014, 0.07525166587184202, 0.008708321996498031, 0.012184055795072594, -0.060334596111369286]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 254050147
+    - 
+      positions: [0.46673810193344195, 0.05842169093839227, -1.0902825829420522, 1.405628037860179, -2.289707938990829, 0.3639901397847444]
+      velocities: [-0.23409432424411064, 0.13965639763163445, -0.09256030744002765, -0.044947269224652184, 0.15659553348037586, 0.07997240025305895]
+      accelerations: [-1.7788330780188736e-14, -0.06724237762644936, 0.0751214160931486, 0.00872445720335686, 0.012158062702903627, -0.060069498697853746]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 258728855
+    - 
+      positions: [0.4656417816875512, 0.05907499852231734, -1.0907152418009065, 1.4054176345745968, -2.2889744310299416, 0.36436401141979236]
+      velocities: [-0.23409432424411059, 0.13934149126291312, -0.09220879952467183, -0.04490637326614222, 0.1566524117415716, 0.07969169983583194]
+      accelerations: [2.961854932986515e-14, -0.06723988732441984, 0.07499177508140062, 0.008740348859640255, 0.012132082054214283, -0.0598050785471952]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 263412096
+    - 
+      positions: [0.4645444014096977, 0.059727460894014726, -1.0911466718354084, 1.405207219828107, -2.2882399473642843, 0.36473693095840026]
+      velocities: [-0.2340943242441106, 0.1390262913382379, -0.09185755805430358, -0.04486536389970884, 0.15670922322142283, 0.07941196594099105]
+      accelerations: [-3.550796321296076e-14, -0.06723771589100619, 0.07486273519031363, 0.008755971588686663, 0.01210610755128654, -0.0595413444834344]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 268099866
+    - 
+      positions: [0.46344596234006175, 0.060379073084451854, -1.0915768706249485, 1.4049967947585902, -2.2875044886233975, 0.36510889997684837]
+      velocities: [-0.2340943242441105, 0.13871079674139442, -0.09150658180672078, -0.044824242413404276, 0.15676596762183115, 0.07913319801293664]
+      accelerations: [8.277213835903174e-14, -0.06723586217942246, 0.07473428329760862, 0.008771273227118332, 0.012080127433653038, -0.059278314660907064]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 272792158
+    - 
+      positions: [0.4623464657310544, 0.061029830113146215, -1.0920058357477223, 1.4047863605005113, -2.2867680554483543, 0.36547992006200486]
+      velocities: [-0.2340943242441104, 0.13839500636525284, -0.09115586947087927, -0.04478300969147256, 0.1568226447307769, 0.07885539563938147]
+      accelerations: [-3.543969027324061e-14, -0.0672343231067305, 0.07460646767546669, 0.00878647975833083, 0.012054190177110905, -0.05901590546085775]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 277488968
+    - 
+      positions: [0.46124591284719596, 0.06167972698835668, -1.0924335647797252, 1.4045759181898267, -2.2860306484906245, 0.36584999281318026]
+      velocities: [-0.23409432424411042, 0.13807891910914333, -0.09080541976087657, -0.044741666725640575, 0.15687925431085964, 0.07857855836175862]
+      accelerations: [1.770285662745055e-14, -0.06723309866102234, 0.07447922665605863, 0.008801321211370797, 0.012028236542432671, -0.05875421579368424]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 282190291
+    - 
+      positions: [0.460144304965315, 0.06232875870701771, -1.0928600552960468, 1.4043654689580192, -2.2852922684135297, 0.36621911983984845]
+      velocities: [-0.23409432424411045, 0.13776253387705759, -0.09045523147097001, -0.0447002148645623, 0.15693579604519053, 0.07830268558535372]
+      accelerations: [-2.358122833244894e-14, -0.06723218654923396, 0.07435258509033016, 0.008815917297520265, 0.012002291957511811, -0.05849320032493246]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 286896120
+    - 
+      positions: [0.4590416433744964, 0.06297692025487377, -1.0932853048703561, 1.4041550139346741, -2.284552915891662, 0.36658730276263213]
+      velocities: [-0.23409432424411053, 0.13744584958138117, -0.09010530334105021, -0.044658655208167045, 0.1569922696688038, 0.07802777680184969]
+      accelerations: [-5.889679662463022e-15, -0.06723158519012684, 0.07422653862774015, 0.008830256027673383, 0.01197635316233239, -0.05823286316458913]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 291606450
+    - 
+      positions: [0.4579379293761103, 0.06362420660655042, -1.0937093110749996, 1.4039445542471687, -2.283812591610992, 0.36695454321317]
+      velocities: [-0.2340943242441105, 0.13712886514267847, -0.08975563408473891, -0.044616988731222114, 0.15704867494237623, 0.07775383154160978]
+      accelerations: [1.1768139884322923e-14, -0.06723129240123561, 0.07410110009648584, 0.008844404184116675, 0.011950434327869292, -0.05797317940030018]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 296321276
+    - 
+      positions: [0.456833164283794, 0.0642706127256674, -1.094132071480735, 1.4037340910221023, -2.2830712962685538, 0.36732084283464433]
+      velocities: [-0.23409432424411047, 0.136811579487851, -0.08940622245096608, -0.04457521656255364, 0.15710501159113466, 0.07748084927269452]
+      accelerations: [0.0, -0.06723130740249325, 0.07397623904737657, 0.008858231367608615, 0.011924506289307243, -0.05771419595797809]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 301040592
+    - 
+      positions: [0.45572734942356, 0.06491613356484721, -1.0945535836573803, 1.4035236253823666, -2.2823290305731834, 0.3676862032806683]
+      velocities: [-0.23409432424411034, 0.1364939915500089, -0.08905706719946133, -0.04453333987723143, 0.15716127932814855, 0.07720882944089316]
+      accelerations: [5.872903583017106e-14, -0.06723162808736975, 0.07385197870835403, 0.008871850039107194, 0.011898593089222365, -0.05745587095935948]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 305764393
+    - 
+      positions: [0.45462048613374373, 0.0655607640658479, -1.09497384517333, 1.4033131584495864, -2.281585795244962, 0.3680506262162015]
+      velocities: [-0.2340943242441103, 0.13617610027126104, -0.08870816705376602, -0.0444913596782506, 0.15721747790233948, 0.07693777154748739]
+      accelerations: [-4.6938775474731545e-14, -0.06723225251177573, 0.07372830857356412, 0.00888522239758801, 0.01187268592840947, -0.0571982183375839]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 310492672
+    - 
+      positions: [0.45351257576505427, 0.06620449915963267, -1.0953928535957824, 1.4031026913432376, -2.2808415910154616, 0.3684141133171887]
+      velocities: [-0.23409432424411053, 0.13585790460091818, -0.08835952074527346, -0.044449276998414694, 0.15727360705423338, 0.07666767507585863]
+      accelerations: [-4.1032655764394275e-14, -0.06723317934970195, 0.07360523318804751, 0.008898375204308718, 0.011846790069165801, -0.05694122736112873]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 315225424
+    - 
+      positions: [0.4524036196805762, 0.06684733376645506, -1.095810606490651, 1.4028922251811973, -2.280096418627642, 0.3687766662707651]
+      velocities: [-0.2340943242441105, 0.13553940349314403, -0.08801112706367917, -0.044407093133548216, 0.1573296664653117, 0.07639853941016198]
+      accelerations: [4.6850293394365875e-14, -0.06723440767085091, 0.0734827207964379, 0.008911172346033152, 0.011820875364247349, -0.05668494623762257]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 319962643
+    - 
+      positions: [0.4512936192558843, 0.06748926279587045, -1.0962271014232468, 1.4026817610766589, -2.2793502788366196, 0.36913828677410104]
+      velocities: [-0.2340943242441103, 0.13522059591218827, -0.0876629847458231, -0.044364809129582135, 0.15738565586945988, 0.07613036401617715]
+      accelerations: [3.510469831987818e-14, -0.0672359339590913, 0.07336082287602347, 0.008923857081344065, 0.011794994120445563, -0.05642928789372479]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 324704323
+    - 
+      positions: [0.45018257587890326, 0.06813028114695419, -1.0966423359571897, 1.4024713001435156, -2.278603172408415, 0.3694989765363663]
+      velocities: [-0.23409432424411022, 0.13490148082980502, -0.08731509250887606, -0.04432242593835084, 0.1574415750193896, 0.07586314838692981]
+      accelerations: [0.0, -0.06723775839004122, 0.07323949369488084, 0.008936227627004717, 0.011769102039648309, -0.05617432344695651]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 329450458
+    - 
+      positions: [0.44907049095006285, 0.06877038370826632, -1.0970563076553916, 1.4022608434918067, -2.277855100121066, 0.3698587372770453]
+      velocities: [-0.23526479586533083, 0.13525416856427458, -0.08740141757608952, -0.044501238172788234, 0.15828505026027972, 0.07597421193207991]
+      accelerations: [-0.49499075032129086, 0.21666034870074036, -0.11004192931904454, -0.08459174037287998, 0.3448878380755279, 0.10336972825070266]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 334201043
+    - 
+      positions: [0.44795736588225904, 0.06940956535799503, -1.0974690140796703, 1.4020503922297467, -2.277106062764176, 0.37021757072665823]
+      velocities: [-0.23643526748655164, 0.13560494732053266, -0.08748625388494652, -0.04467974037516401, 0.15912873337507916, 0.07608490997667908]
+      accelerations: [-9.428355119548538e-14, -0.06859386230447762, 0.07446585988855386, 0.009140374609244741, 0.011952855158682656, -0.056785281679941006]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 338908992
+    - 
+      positions: [0.44684320210089573, 0.07004782096402026, -1.0978804527909418, 1.4018399474629715, -2.2763560611391247, 0.3705754786264712]
+      velocities: [-0.23643526748655175, 0.1352817031965698, -0.0871356329606435, -0.04463663972515815, 0.15918499708114026, 0.07581792672735752]
+      accelerations: [4.7097877077461464e-14, -0.06859662285227595, 0.07434387852055188, 0.009152293090963578, 0.011926462686133746, -0.05652722112553972]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 343621333
+    - 
+      positions: [0.44572800104388, 0.07068514538402275, -1.0982906213490786, 1.4016295102953977, -2.275605096058893, 0.37093246272878994]
+      velocities: [-0.23643526748655155, 0.13495814441503887, -0.0867852595930541, -0.044593443398539545, 0.15924118867037254, 0.07555191048680404]
+      accelerations: [3.5290590858579556e-14, -0.06859968029004676, 0.07422247865902935, 0.009163929404953136, 0.011900065288477658, -0.056269852980902514]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 348338062
+    - 
+      positions: [0.4446117641616823, 0.07132153346553577, -1.0986995173132539, 1.4014190818277346, -2.2748531683484443, 0.37128852479640045]
+      velocities: [-0.23643526748655155, 0.13463426997543443, -0.08643513251896245, -0.04455015247330972, 0.15929730785886068, 0.07528686066471664]
+      accelerations: [-3.525788082079001e-14, -0.06860303215350112, 0.07410167748082226, 0.009175371226763044, 0.01187368153529299, -0.056013146344005005]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 353059172
+    - 
+      positions: [0.4434944929173037, 0.07195698004608057, -1.0991071382415858, 1.401208663159378, -2.2741002788443048, 0.3716436666032276]
+      velocities: [-0.2364352674865517, 0.1343100788852464, -0.08608525048324218, -0.044506768056798166, 0.15935335435432157, 0.07502277665361103]
+      accelerations: [-1.7612638833014973e-14, -0.06860667744501982, 0.07398145184292285, 0.009186520176415807, 0.011847289371150108, -0.05575713484778158]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 357784657
+    - 
+      positions: [0.44237618878635926, 0.07259147995320359, -1.0995134816916379, 1.400998255386184, -2.2733464283951252, 0.3719978899335182]
+      velocities: [-0.23643526748655175, 0.1339855701602003, -0.08573561221108994, -0.044463291160570725, 0.15940932788372242, 0.07475965787064628]
+      accelerations: [-1.7596390682597907e-14, -0.0686106136197312, 0.07386183064275605, 0.009197516664500228, 0.011820919011673477, -0.05550176995119923]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 362514510
+    - 
+      positions: [0.44125685325700187, 0.07322502800463968, -1.099918545219816, 1.4007878596035408, -2.2725916178609697, 0.3723511965829086]
+      velocities: [-0.23643526748655166, 0.13366074282296697, -0.08538621646981931, -0.04441972298161269, 0.1594652281319639, 0.07449750366209429]
+      accelerations: [5.860065315029434e-14, -0.06861484024453489, 0.07374276467274582, 0.009208143641195933, 0.011794522526109142, -0.055247125595479334]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 367248726
+    - 
+      positions: [0.4401364878300939, 0.07385761900828836, -1.1003223263824224, 1.4005774769014938, -2.271835848114519, 0.3727035883566738]
+      velocities: [-0.23643526748655164, 0.1333355959046822, -0.0850370620210128, -0.04437606468371792, 0.1595210547893928, 0.07423631337795195]
+      accelerations: [-5.2692163819195746e-14, -0.068619354155156, 0.07362430302164784, 0.009218633693874032, 0.011768150165930384, -0.05499312177279678]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 371987297
+    - 
+      positions: [0.4390150940190636, 0.07448924776243059, -1.1007248227346245, 1.4003671083698785, -2.271079120039862, 0.3730550670715224]
+      velocities: [-0.23643526748655166, 0.13301012844630067, -0.08468814756577629, -0.044332317146084044, 0.15957680760668302, 0.07397608645666645]
+      accelerations: [4.679457773822526e-14, -0.06862415436300424, 0.07350641964517893, 0.009228876089664616, 0.011741777211270645, -0.05473979658207622]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 376730218
+    - 
+      positions: [0.43789267335000254, 0.07511990905576087, -1.101126031831017, 1.4001567550958096, -2.270321434533131, 0.3734056345546699]
+      velocities: [-0.23643526748655164, 0.13268433949519326, -0.08433947186775295, -0.04428848152709826, 0.15963248627197352, 0.07371682223320322]
+      accelerations: [-2.9219886779004425e-14, -0.06862923916123201, 0.07338911167858377, 0.00923886524085354, 0.011715402011929334, -0.0544871510901689]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 381477482
+    - 
+      positions: [0.4367692273616884, 0.07574959766747884, -1.1015259512256956, 1.3999464181635075, -2.269562792502568, 0.37375529264376284]
+      velocities: [-0.23643526748655153, 0.13235822810715586, -0.08399103368469875, -0.044244558951895344, 0.15968809047911622, 0.07345852004639902]
+      accelerations: [7.590245363594321e-14, -0.06863460673477965, 0.07327238199546923, 0.009248622383837226, 0.01168902867716512, -0.054235178045135515]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 386229083
+    - 
+      positions: [0.43564475760558663, 0.07637830836739562, -1.1019245784722074, 1.399736098654727, -2.26880319486845, 0.37410404318699714]
+      velocities: [-0.23643526748655144, 0.13203179334683574, -0.08364283176193778, -0.04420055047961223, 0.15974361993459024, 0.07320117924824626]
+      accelerations: [-4.666672787384091e-14, -0.06864025521674859, 0.07315623048756408, 0.00925815565948034, 0.011662658457105568, -0.05398387461567143]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 390985014
+    - 
+      positions: [0.4345192656458671, 0.0770060359160339, -1.102321911123563, 1.399525797648895, -2.268042642563084, 0.3744518880431321]
+      velocities: [-0.2364352674865517, 0.13170503428713165, -0.08329486484930634, -0.04415645718254502, 0.1597990743402905, 0.0729447991782045]
+      accelerations: [-5.828049464745499e-14, -0.06864618306428397, 0.07304065290082419, 0.009267452940291094, 0.011636288208964674, -0.05373324436826113]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 395745268
+    - 
+      positions: [0.4333927530594272, 0.07763277506471773, -1.102717946732341, 1.3993155162227928, -2.2672811365309102, 0.3747988290813571]
+      velocities: [-0.23643526748655191, 0.131377950009637, -0.08294713169079676, -0.04411228009865208, 0.1598544534041189, 0.07268937917797415]
+      accelerations: [-2.911387858269542e-14, -0.06865238824433359, 0.07292565348544641, 0.00927654228901873, 0.011609923627453512, -0.05348327826614395]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 400509839
+    - 
+      positions: [0.43226522143589197, 0.0782585205556869, -1.1031126828506075, 1.399105255451143, -2.2665186777283868, 0.3751448681814501]
+      velocities: [-0.2364352674865519, 0.1310505396041676, -0.08259963104180455, -0.04406802030972351, 0.15990975682278086, 0.07243491856588213]
+      accelerations: [3.490511840980834e-14, -0.06865886943185943, 0.07281122076664608, 0.009285378785903929, 0.011583554354915995, -0.05323399061190082]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 405278720
+    - 
+      positions: [0.43113667237766207, 0.07888326712216959, -1.1035061170301765, 1.3988950164055503, -2.2657552671242716, 0.37549000723339154]
+      velocities: [-0.23643526748655175, 0.1307228021689123, -0.08225236165873875, -0.04402367889464269, 0.15996498429193262, 0.07218141665258829]
+      accelerations: [2.906140757702186e-14, -0.06866562455120322, 0.07269736335985587, 0.009294010060873598, 0.011557190336476706, -0.05298536578339274]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 410051904
+    - 
+      positions: [0.430007107499899, 0.0795070094885076, -1.1038982468224356, 1.3986848001555332, -2.264990905699401, 0.3758342481376763]
+      velocities: [-0.23643526748655164, 0.1303947368108207, -0.08190532230590822, -0.043979256960079156, 0.16002013549956007, 0.0719288727303616]
+      accelerations: [1.7421183159772043e-14, -0.06867265213418784, 0.0725840669389409, 0.009302378421794958, 0.011530818461510694, -0.05273742253888675]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 414829384
+    - 
+      positions: [0.42887652843058116, 0.08012974237022932, -1.10428906977867, 1.3984746077671704, -2.2642255944470406, 0.3761775928048206]
+      velocities: [-0.23643526748655153, 0.13006634264615008, -0.08155851172171996, -0.043934755484153584, 0.16007521016023796, 0.07167728612421778]
+      accelerations: [1.7405575031566493e-14, -0.06867994989623412, 0.07247135425120613, 0.009310596795692325, 0.011504462986394463, -0.05249012388680726]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 419611154
+    - 
+      positions: [0.42774493681044246, 0.08075146047420682, -1.104678583449581, 1.3982644403056208, -2.263459334372305, 0.37652004315617693]
+      velocities: [-0.23643526748655158, 0.1297376187996282, -0.08121192864897914, -0.04389017545706753, 0.1601302079842239, 0.0714266561456642]
+      accelerations: [-3.478004029531082e-14, -0.06868751673772215, 0.0723591983180587, 0.00931854870236772, 0.011478097882527028, -0.05224350791100104]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 424397207
+    - 
+      positions: [0.4266123342930686, 0.08137215849869976, -1.1050667853858858, 1.3980542988324327, -2.262692126492831, 0.376861601122985]
+      velocities: [-0.23643526748655153, 0.12940856440323786, -0.08086557188560112, -0.043845518116313646, 0.16018512862629053, 0.07117698201686538]
+      accelerations: [6.370656781395353e-14, -0.06869535090408081, 0.0722476006983551, 0.009326248715721255, 0.011451726012629018, -0.051997569322955385]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 429187535
+    - 
+      positions: [0.42547872254490615, 0.08199183113346327, -1.105453673138298, 1.3978441844058256, -2.261923971838733, 0.37720226864643835]
+      velocities: [-0.23643526748655141, 0.12907917859885426, -0.08051944020357568, -0.04380078457023346, 0.16023997176791943, 0.07092826299252718]
+      accelerations: [-2.3145426745569646e-14, -0.06870345021403904, 0.07213656832037965, 0.009333737790593722, 0.01142535572527541, -0.05175229522292431]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 433982132
+    - 
+      positions: [0.4243441032452464, 0.08261047305988001, -1.1058392442573914, 1.3976340980815778, -2.2611548714524172, 0.3775420476779338]
+      velocities: [-0.2376174438239843, 0.12939238313171053, -0.080573535459389, -0.04397464327638681, 0.1610963476807528, 0.0710332827225242]
+      accelerations: [-0.49492359223298577, 0.20010870285666402, -0.09507855144103415, -0.08215862753819043, 0.3470536970060722, 0.09593075375359084]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 438780990
+    - 
+      positions: [0.4232084780861491, 0.08322807895113225, -1.1062234962930306, 1.397424040916011, -2.260384826387888, 0.3778809401800185]
+      velocities: [-0.2387996201614171, 0.12970360347898996, -0.08062612541197256, -0.04414820309978221, 0.16195291875620527, 0.07113802445887639]
+      accelerations: [3.500323222318e-14, -0.07010171828461752, 0.07336171778275896, 0.009536025654472103, 0.011601217825825065, -0.0522941268207666]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 443536547
+    - 
+      positions: [0.4220718487727062, 0.083844643472118, -1.10660642679607, 1.3972140139579035, -2.2596138377127155, 0.37821894812366935]
+      velocities: [-0.23879962016141706, 0.12936991454559735, -0.08027720678650985, -0.044102797089736294, 0.16200807376215604, 0.07088970789436609]
+      accelerations: [-2.3314899142096296e-14, -0.07011078096922585, 0.07325018761033317, 0.009543088616378953, 0.01157433472200679, -0.05204593416753349]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 448296309
+    - 
+      positions: [0.42093421702279105, 0.0844601612797663, -1.1069880333166564, 1.397004018257006, -2.258841906506011, 0.37855607349106957]
+      velocities: [-0.23879962016141726, 0.1290358875166961, -0.07992851043873328, -0.044057318058658146, 0.16206314930595428, 0.07064235304258915]
+      accelerations: [-6.405954975060936e-14, -0.07012010769098882, 0.07313921276647706, 0.0095498696813752, 0.011547436761091615, -0.05179844094139619]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 453060268
+    - 
+      positions: [0.4197955845672302, 0.08507462702301932, -1.1073683134053116, 1.3967940548589537, -2.2580690338596785, 0.3788923182738754]
+      velocities: [-0.23879962016141731, 0.12870152157057885, -0.07958003514082931, -0.044011767136702254, 0.1621181450557197, 0.0703959590960574]
+      accelerations: [4.6547871774164546e-14, -0.07012969585324597, 0.07302881155788488, 0.009556463225902484, 0.011520544202197202, -0.051551616888135074]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 457828418
+    - 
+      positions: [0.418655953149751, 0.08568803534299624, -1.1077472646125535, 1.3965841248073483, -2.2572952208779333, 0.3792276844738632]
+      velocities: [-0.2387996201614172, 0.12836681589591967, -0.07923177964618475, -0.04396614535482322, 0.1621730606998288, 0.07015052526872945]
+      accelerations: [5.8133904006821386e-15, -0.0701395439944185, 0.07291897124293135, 0.009562818024779159, 0.011493645330381221, -0.051305478562662966]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 462600752
+    - 
+      positions: [0.417515324527032, 0.0863003808730764, -1.108124884489187, 1.3963742291425572, -2.256520468677617, 0.3795621741024834]
+      velocities: [-0.23879962016141712, 0.12803176969027208, -0.07888374271238616, -0.04392045375508574, 0.16222789592266118, 0.06990605076015474]
+      accelerations: [2.323325885640677e-14, -0.07014965016824101, 0.0728097004568274, 0.009568982004082516, 0.011466750193509262, -0.05106001079727563]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 467377261
+    - 
+      positions: [0.41637370046868266, 0.08691165823903237, -1.1085011705861325, 1.3961643689027545, -2.2557447783879674, 0.379895789181156]
+      velocities: [-0.2387996201614171, 0.12769638216055268, -0.07853592310153507, -0.04387469339049947, 0.16228265040490814, 0.06966253475570566]
+      accelerations: [-1.160651381509916e-14, -0.07016001272990041, 0.07270098636160312, 0.00957490410272836, 0.01143984722839588, -0.050815230008905206]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 472157939
+    - 
+      positions: [0.41523108275729365, 0.08752186205911903, -1.1088761204547217, 1.395954545122719, -2.2549681511509325, 0.38022853174082494]
+      velocities: [-0.2387996201614174, 0.1273606525236416, -0.0781883195670923, -0.04382886526169649, 0.16233732383704508, 0.06941997644579773]
+      accelerations: [-1.1596433953041417e-13, -0.07017062950189108, 0.07259284308670333, 0.009580658624626686, 0.011412952095951253, -0.050571113013880606]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 476942778
+    - 
+      positions: [0.4140874731883952, 0.08813098694422473, -1.109249731646406, 1.3957447588354797, -2.254190588120796, 0.38056040382244294]
+      velocities: [-0.23879962016141731, 0.12702458000644995, -0.07784093084700744, -0.04378297028518732, 0.16239191592629937, 0.06917837503589491]
+      accelerations: [1.5062306782814767e-13, -0.07018149883012861, 0.0724852606821564, 0.009586207784974045, 0.011386056148601784, -0.05032767203227082]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 481731770
+    - 
+      positions: [0.41294287357049986, 0.08873902749796612, -1.1096220017129892, 1.3955350110714153, -2.2534120904644177, 0.3808914074766227]
+      velocities: [-0.23879962016141715, 0.12668816384441806, -0.07749375571036163, -0.043737009514581725, 0.16244642634885137, 0.06893772967711242]
+      accelerations: [-8.682286084439225e-14, -0.07019261918489654, 0.07237823379103873, 0.009591533393644344, 0.011359155063798601, -0.05008491288543733]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 486524909
+    - 
+      positions: [0.41179728572512353, 0.08934597831679239, -1.1099929282067622, 1.3953253028577959, -2.2526326593613613, 0.3812215447634383]
+      velocities: [-0.2387996201614173, 0.12635140328211472, -0.0771467929307185, -0.043690984014614444, 0.1625008547768277, 0.06869803950677308]
+      accelerations: [3.469922634955538e-14, -0.07020398868202675, 0.07227176362924778, 0.009596650369695854, 0.011332251489136263, -0.04984283081748442]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 491322185
+    - 
+      positions: [0.41065071148679094, 0.08995183399010696, -1.1103625086804936, 1.395115635219079, -2.2518522960038503, 0.3815508177524733]
+      velocities: [-0.23879962016141704, 0.126014297575402, -0.0768000412599616, -0.04364489473309686, 0.16255520090639602, 0.06845930368559397]
+      accelerations: [7.511706693265749e-14, -0.07021560490823424, 0.07216585575445282, 0.009601593874199432, 0.011305352809221745, -0.04960141614505075]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 496123593
+    - 
+      positions: [0.40950315270302073, 0.09055658910041264, -1.110730740687325, 1.3949060091776735, -2.2510710015966016, 0.3818792285229886]
+      velocities: [-0.23879962016141698, 0.12567684598857692, -0.07645349947409713, -0.04359874272335412, 0.16260946440937232, 0.068221521330808]
+      accelerations: [-5.773285297495752e-14, -0.0702274671898439, 0.07206049231106165, 0.00960628613247257, 0.011278441507193733, -0.04936069197157932]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 500929123
+    - 
+      positions: [0.40835461123439265, 0.09116023822337413, -1.1110976217811814, 1.3946964257521126, -2.250288777357288, 0.3822067791633095]
+      velocities: [-0.2387996201614171, 0.12533904779619387, -0.07610716632692721, -0.043552528922541134, 0.16266364498141817, 0.06798469158316983]
+      accelerations: [1.7305057577822742e-14, -0.07023957237512989, 0.07195569813699647, 0.009610854495200159, 0.011251545012035683, -0.04912062073655256]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 505738768
+    - 
+      positions: [0.4072050889544663, 0.09176277592801668, -1.1114631495162426, 1.3944868859599375, -2.2495056245158636, 0.3825334717716553]
+      velocities: [-0.23879962016141737, 0.1250009022832573, -0.07576104057727316, -0.04350625427733383, 0.16271774231481034, 0.06774881356795057]
+      accelerations: [-1.3255906477264878e-13, -0.07025191972751485, 0.07185144408508656, 0.009615168990821325, 0.011224634500346846, -0.04888124173139121]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 510552521
+    - 
+      positions: [0.40605458774988706, 0.09236419677677117, -1.111827321447603, 1.3942773908146673, -2.2487215443153135, 0.38285930845513894]
+      velocities: [-0.23879962016141737, 0.12466240874393361, -0.0754151209948862, -0.043459919775833085, 0.16277175609115346, 0.0675138863853795]
+      accelerations: [1.2092935074642637e-13, -0.07026450665274174, 0.07174775251242127, 0.009619343518054957, 0.011197734331886791, -0.048642521413957286]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 515370373
+    - 
+      positions: [0.4049031095203137, 0.09296449532565668, -1.1121901351307975, 1.394067941328381, -2.247936538011055, 0.3831842913305017]
+      velocities: [-0.23879962016141706, 0.12432356648237536, -0.07506940635416157, -0.04341352641614431, 0.16282568598875252, 0.06727990912097412]
+      accelerations: [1.1507322520728088e-14, -0.07027733208972568, 0.07164459694799451, 0.009623261390931639, 0.0111708187980262, -0.04840449470418196]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 520192316
+    - 
+      positions: [0.4037506561785125, 0.0935636661243409, -1.1125515881224048, 1.3938585385089823, -2.2471506068716107, 0.3835084225232126]
+      velocities: [-0.238799620161417, 0.12398437481256414, -0.07472389543419725, -0.04336707520624004, 0.16287953168235708, 0.06704688084515101]
+      accelerations: [1.1497599680756128e-14, -0.0702903935303047, 0.0715419996998868, 0.009627036375614214, 0.011143912112472622, -0.04816712826717267]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 525018343
+    - 
+      positions: [0.4025972296502858, 0.09416170371632153, -1.1129116779795736, 1.3936491833627878, -2.24636375217801, 0.38383170416819923]
+      velocities: [-0.23879962016141718, 0.12364483305940077, -0.07437858699186378, -0.04332056703627773, 0.162933292870729, 0.06681480065006992]
+      accelerations: [-8.041538746339154e-14, -0.07030368947900789, 0.07143994550052465, 0.009630604834460548, 0.011117000021501918, -0.04793044170218514]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 529848445
+    - 
+      positions: [0.40144283187452656, 0.09475860263901902, -1.1132704022603794, 1.3934398768930132, -2.2455759752241713, 0.3841541384093116]
+      velocities: [-0.23879962016141715, 0.1233049405571379, -0.07403347980540353, -0.043274002885318796, 0.16298696923205191, 0.06658366758895798]
+      accelerations: [8.608695715610876e-14, -0.07031721809697702, 0.0713384385746126, 0.009633994723580418, 0.011090088230240457, -0.04769442685012233]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 534682614
+    - 
+      positions: [0.4002874648032064, 0.09535435742391267, -1.1136277585237515, 1.393230620100381, -2.244787277316772, 0.38447572739945024]
+      velocities: [-0.23879962016141695, 0.12296469665094131, -0.07368857262755571, -0.043227383598559224, 0.16304056047242999, 0.0663534807407695]
+      accelerations: [0.0, -0.07033097726100089, 0.07123748307936456, 0.009637234647598593, 0.011063182567804362, -0.04745907652349985]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 539520842
+    - 
+      positions: [0.3991311304013654, 0.09594896259668326, -1.1139837443293983, 1.3930214139837473, -2.2439976597751183, 0.3847964733006714]
+      velocities: [-0.23879962016141706, 0.12262410069547844, -0.073343864249093, -0.04318071018866004, 0.16309406626002235, 0.06612423912249121]
+      accelerations: [-4.583625909663741e-14, -0.07034496573534275, 0.0711370569830987, 0.009640227964392956, 0.011036261505615343, -0.04722441881393807]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 544363121
+    - 
+      positions: [0.39797383064719044, 0.0965424126772897, -1.1143383572383203, 1.39281225953781, -2.2432071239317164, 0.38511637828344025]
+      velocities: [-0.23999361826222412, 0.12289371500263616, -0.07336348920532164, -0.043349536730152495, 0.16396335712984378, 0.06622485187652558]
+      accelerations: [-0.4949905331541572, 0.18240901828526607, -0.07956740486383561, -0.0796698153364895, 0.3492961337276478, 0.0891305200012845]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 549209443
+    - 
+      positions: [0.39681556753195973, 0.09713470218013902, -1.1146915948124594, 1.392603157755101, -2.242415671131809, 0.3854354445271586]
+      velocities: [-0.24118761636303115, 0.12316126860804953, -0.07338158941695377, -0.04351807690731054, 0.16483282838596308, 0.06632527351231457]
+      accelerations: [-2.888602795797725e-14, -0.07178813145391084, 0.07236369896015912, 0.009839651590059324, 0.011203183222402352, -0.04769691569346434]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 554011775
+    - 
+      positions: [0.39565634306002334, 0.0977258256142393, -1.1150434546145984, 1.3923941096267665, -2.2416233027332058, 0.3857536742203126]
+      velocities: [-0.2411876163630311, 0.12281619617862985, -0.07303402890450346, -0.04347077837377876, 0.164886608400805, 0.06609659759061152]
+      accelerations: [4.040695051993371e-14, -0.07180309071202515, 0.07226291001954747, 0.009842170515937405, 0.011175719464900882, -0.04745960107100825]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 558818094
+    - 
+      positions: [0.3944961592488969, 0.09831577748325764, -1.1153939342089585, 1.392185116139815, -2.2408300201069613, 0.38607106955959153]
+      velocities: [-0.2411876163630312, 0.12247076567748137, -0.0726866642396758, -0.04342342887592536, 0.16494030083918554, 0.06586887235881622]
+      accelerations: [-7.497952005723242e-14, -0.071818275503923, 0.07216268079960178, 0.009844566769337666, 0.011148266353829404, -0.047222958784569426]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 563628390
+    - 
+      positions: [0.3933350181291809, 0.09890455228572405, -1.115743031160703, 1.3919761782798914, -2.240035824636729, 0.3863876327506237]
+      velocities: [-0.24118761636303132, 0.12212497650560751, -0.07233949420443239, -0.043376029383914265, 0.16499390537067304, 0.06564209677142274]
+      accelerations: [2.881453622936577e-14, -0.07183368501588738, 0.07206298226955316, 0.009846709027036734, 0.011120795025475654, -0.04698702640488262]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 568442655
+    - 
+      positions: [0.39217292174466284, 0.09949214451508996, -1.1160907430366007, 1.3917672970282133, -2.23924071771951, 0.3867033660070081]
+      velocities: [-0.24118761636303124, 0.12177882807476913, -0.07199251755857869, -0.04332858074834049, 0.16504742168939632, 0.0654162698025912]
+      accelerations: [0.0, -0.0718493162681407, 0.07196385051451114, 0.009848779292380823, 0.011093344492215022, -0.04675175340009159]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 573260880
+    - 
+      positions: [0.39100987215218735, 0.10007854865995515, -1.1164370674042492, 1.391558473365729, -2.2384447007646737, 0.38701827155145]
+      velocities: [-0.2411876163630312, 0.12143231980752232, -0.0716457330629891, -0.043281083811335136, 0.1651008494901876, 0.06519139041424928]
+      accelerations: [5.753464854405472e-15, -0.0718651684476193, 0.07186524690750445, 0.009850600267753879, 0.011065876019513214, -0.0465171905283881]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 578083058
+    - 
+      positions: [0.38984587142179816, 0.10066375920410767, -1.116782001832951, 1.3913497082689874, -2.237647775194963, 0.38733235161447255]
+      velocities: [-0.24118761636303127, 0.1210854511362823, -0.0712991395100219, -0.04323353955130439, 0.16515418843682883, 0.06496745751530923]
+      accelerations: [-1.7246311792845966e-14, -0.0718812389846037, 0.07176719488616139, 0.009852293686642227, 0.01103841539927075, -0.04628330422882996]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 582909180
+    - 
+      positions: [0.3886809216366478, 0.10124777062672255, -1.1171255438932182, 1.391141002712912, -2.236849942445846, 0.387645608435148]
+      velocities: [-0.24118761636303132, 0.12073822150513082, -0.07095273566679566, -0.04318594881030446, 0.16520743822127004, 0.06474447003868922]
+      accelerations: [-1.723228288340984e-14, -0.07189752633424557, 0.07166967940531879, 0.009853795514599742, 0.011010948500268392, -0.04605011324896429]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 587739236
+    - 
+      positions: [0.38751502489305567, 0.10183057740246264, -1.1174676911571266, 1.3909323576692811, -2.2360512039658977, 0.3879580442605724]
+      velocities: [-0.2411876163630313, 0.12039063036945453, -0.07060652029521185, -0.043138312389151584, 0.16526059854337893, 0.06452242691242846]
+      accelerations: [3.44366156441928e-14, -0.07191402809567576, 0.07157271556488824, 0.009855187807736122, 0.010983492666330273, -0.04581759605753402]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 592573219
+    - 
+      positions: [0.38634818330044735, 0.10241217400165961, -1.1178084411980043, 1.3907237741085945, -2.235251561216362, 0.3882696613463103]
+      velocities: [-0.24118761636303132, 0.12004267719439307, -0.07026049217825796, -0.043090631177079855, 0.16531366908221995, 0.0643013270264156]
+      accelerations: [-4.587836425692347e-14, -0.07193074338460093, 0.07147627747858859, 0.009856353009524308, 0.010956021910579178, -0.04558578512186295]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 597411119
+    - 
+      positions: [0.3851803989814504, 0.10299255489038206, -1.1181477915910298, 1.3905152529973048, -2.2344510156718385, 0.38858046195553536]
+      velocities: [-0.2411876163630312, 0.11969436145604292, -0.06991465011366353, -0.04304290611849179, 0.16536664950389057, 0.06408116923986362]
+      accelerations: [8.595259596895627e-14, -0.07194766932292043, 0.07138038287232701, 0.00985738685491057, 0.010928556803115316, -0.04535465582775729]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 602252928
+    - 
+      positions: [0.3840116740718249, 0.10357171453063349, -1.1184857399128616, 1.3903067953000054, -2.233649568819763, 0.38889044835954867]
+      velocities: [-0.24118761636303115, 0.11934568264274992, -0.06956899285741033, -0.04299513793991766, 0.16541953952021354, 0.06386195245567142]
+      accelerations: [-6.298125387259245e-14, -0.07196480450873728, 0.07128502922933322, 0.009858284674652792, 0.010901095624170859, -0.04512420988533945]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 607098636
+    - 
+      positions: [0.3828420107204718, 0.10414964738047744, -1.1188222837417157, 1.390098401979288, -2.232847222160466, 0.3891996228376608]
+      velocities: [-0.24118761636303124, 0.11899664025313403, -0.06922351918670953, -0.04294732745533483, 0.16547233882270757, 0.06364367553766148]
+      accelerations: [3.432589161454368e-14, -0.07198214689842612, 0.07119020825097612, 0.009859015961899496, 0.01087363164269404, -0.04489445688686138]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 611948236
+    - 
+      positions: [0.38167141108945934, 0.10472634789416949, -1.1191574206575758, 1.3898900739949938, -2.232043977207358, 0.38950798767688255]
+      velocities: [-0.24118761636303127, 0.1186472337962984, -0.06887822791344075, -0.04289947562988482, 0.1655250470691635, 0.06342633729319105]
+      accelerations: [-4.573130612963185e-14, -0.07199969502341562, 0.07109591192081656, 0.009859549890928652, 0.01084615763065936, -0.04466540567135246]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 616801717
+    - 
+      positions: [0.3804998773540496, 0.10530181052227658, -1.1194911482423984, 1.3896818123034536, -2.2312398354871306, 0.38981554517163125]
+      velocities: [-0.24118761636303135, 0.11829746279341971, -0.06853311780422226, -0.04285158319464916, 0.16557766396648377, 0.06320993657661911]
+      accelerations: [1.1423725041997666e-14, -0.07201744620276232, 0.07100216489303308, 0.009860014698543765, 0.010818700993835608, -0.04443702318068582]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 621659072
+    - 
+      positions: [0.379327411702602, 0.10587602971188602, -1.1198234640795812, 1.3894736178604563, -2.2304347985390534, 0.3901222976244568]
+      velocities: [-0.2411876163630314, 0.11794732677719592, -0.068188187627231, -0.04280365087066679, 0.16563018922258724, 0.06299447222847573]
+      accelerations: [-3.4243978175674866e-14, -0.07203539921138698, 0.07090893987062168, 0.009860287243390463, 0.010791234685332768, -0.04420934330813525]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 626520290
+    - 
+      positions: [0.37815401633667306, 0.10644899990668417, -1.1201543657546023, 1.389265491618328, -2.229628867915692, 0.3904282473451371]
+      velocities: [-0.24118761636303143, 0.11759682529061555, -0.06784343618525615, -0.04275567953005664, 0.1656826225114269, 0.06277994303289372]
+      accelerations: [2.2811259147928923e-14, -0.07205355189541995, 0.07081624789733258, 0.009860429333325456, 0.010763771689069048, -0.04398235053469347]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 631385363
+    - 
+      positions: [0.37697969347096716, 0.10702071554713129, -1.120483850854796, 1.3890574345273456, -2.228822045182578, 0.39073339665097684]
+      velocities: [-0.24118761636303132, 0.11724595788769396, -0.06749886228217325, -0.04270767003511566, 0.16573496350759015, 0.06256634776090544]
+      accelerations: [1.7094953370171463e-14, -0.07207190274511346, 0.07072407552904322, 0.009860384232025505, 0.01073629923924165, -0.04375606087441658]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 636254282
+    - 
+      positions: [0.3758044453333857, 0.10759117107057332, -1.1208119169696822, 1.3888494475343656, -2.2280143319185552, 0.3910377478663346]
+      velocities: [-0.24118761636303127, 0.11689472413482922, -0.06715446469701647, -0.042659623109308695, 0.1657872119145854, 0.06235368520319538]
+      accelerations: [5.693838701035954e-15, -0.07209044906725184, 0.07063244443786054, 0.00986026656475813, 0.010708841901607365, -0.04353044538842594]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 641127036
+    - 
+      positions: [0.3746282741649375, 0.10816036091145023, -1.1211385616904996, 1.3886415315854914, -2.2272057297151453, 0.3913413033232508]
+      velocities: [-0.24118761636303138, 0.11654312361037694, -0.06681024219050301, -0.04261153936902611, 0.16583936745794575, 0.062141954160773075]
+      accelerations: [-4.5515020125720275e-14, -0.07210918954252048, 0.07054133850816122, 0.009860006525112838, 0.010681384072589064, -0.0433055239138099]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 646003618
+    - 
+      positions: [0.3734511822197932, 0.10872827950140207, -1.121463782610597, 1.3884336876243957, -2.2263962401769657, 0.39164406536088114]
+      velocities: [-0.24118761636303132, 0.11619115590200882, -0.06646619358730646, -0.04256341972596509, 0.16589142979787075, 0.06193115334174364]
+      accelerations: [6.821921076173512e-14, -0.07212812258140885, 0.07045074566814556, 0.0098595536181491, 0.01065391447064213, -0.04308130986236347]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 650884018
+    - 
+      positions: [0.37227317176532815, 0.10929492126938814, -1.1217875773257329, 1.388225916591088, -2.2255858649220377, 0.39194603632508274]
+      velocities: [-0.24118761636303107, 0.11583882061055231, -0.06612231767407936, -0.04251526488796449, 0.16594339863732419, 0.061721281489277635]
+      accelerations: [3.408305304141027e-14, -0.07214724530892283, 0.07036069164005604, 0.00985904274543509, 0.010626461824200547, -0.042857770577573964]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 655768226
+    - 
+      positions: [0.37109424508201366, 0.10986028064191053, -1.122109943433516, 1.388018219425076, -2.224774605581037, 0.3922472185691362]
+      velocities: [-0.2411876163630311, 0.11548611734781485, -0.06577861323866653, -0.042467075552036083, 0.16599527368044587, 0.06151233733224223]
+      accelerations: [-3.9732709393344705e-14, -0.07216655704228185, 0.07027114830240985, 0.00985834433912509, 0.010598997816004674, -0.042634939682106326]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 660656233
+    - 
+      positions: [0.3699144044635206, 0.11042435204308358, -1.1224308785340724, 1.387810597062261, -2.2239624637980495, 0.3925476144528327]
+      velocities: [-0.24118761636303138, 0.11513304573660896, -0.06543507909688956, -0.042418852533273994, 0.16604705460461333, 0.06130431955257135]
+      accelerations: [-7.373225250554092e-14, -0.07218605491613019, 0.0701821304016423, 0.009857540391914185, 0.010571539708525942, -0.04241279790018473]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 665548029
+    - 
+      positions: [0.36873365221665433, 0.11098712989483737, -1.1227503802297352, 1.3876030504368486, -2.223149441230125, 0.3928472263428654]
+      velocities: [-0.24239355444484648, 0.11535261937831308, -0.065416314384741, -0.0425823286939467, 0.16692936394447072, 0.06140219643576659]
+      accelerations: [-0.4949258970897332, 0.16260405541467668, -0.06277588853654355, -0.0769907898376579, 0.35149030499938044, 0.082760430070114]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 670443604
+    - 
+      positions: [0.3675519906613336, 0.11154860861707167, -1.1230684461250044, 1.3873955804818545, -2.2223355395471636, 0.3931460566128483]
+      velocities: [-0.24359949252666158, 0.11557005398350759, -0.06539600198495858, -0.042745531003897025, 0.16781183629761637, 0.061499968538608514]
+      accelerations: [-7.43550082315691e-14, -0.07367733747332265, 0.07141276788398514, 0.01005366425349005, 0.010728013399203479, -0.04281420829919325]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 675294442
+    - 
+      positions: [0.3663694221306851, 0.11210878262774591, -1.1233850738271542, 1.38718818812631, -2.2215207604326, 0.39344410764248716]
+      velocities: [-0.24359949252666166, 0.11521233339728174, -0.06504954117679428, -0.042696727770516946, 0.16786384806901283, 0.06129266955266169]
+      accelerations: [4.57218934877872e-14, -0.07369778642656324, 0.07132355043784737, 0.01005248391622989, 0.010700011133380895, -0.04258972787875882]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 680149003
+    - 
+      positions: [0.3651859489709356, 0.11266764634310274, -1.123700260945708, 1.3869808742982774, -2.2207051055826823, 0.3937413818182475]
+      velocities: [-0.24359949252666158, 0.11485423937675346, -0.06470324747935328, -0.042647893124282577, 0.16791576361188443, 0.06108630087283458]
+      accelerations: [-1.7132626212823586e-14, -0.07371841777629767, 0.07123486812816637, 0.0100512271906441, 0.010672019856449931, -0.04236594832451718]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 685007277
+    - 
+      positions: [0.3640015735414156, 0.11322519417781153, -1.1240140050925211, 1.3867736399247346, -2.2198885767065186, 0.39403788153320735]
+      velocities: [-0.24359949252666185, 0.11449577160022115, -0.06435711970046787, -0.042599027813092216, 0.16796758261012612, 0.06088086109542534]
+      accelerations: [-9.130451470016533e-14, -0.07373923005447124, 0.07114669648756355, 0.01004978300937133, 0.010644015566834215, -0.042142898420074695]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 689869255
+    - 
+      positions: [0.362816298214644, 0.11378142054506973, -1.1243263038823605, 1.3865664859289344, -2.219071175526711, 0.3943336091862669]
+      velocities: [-0.24359949252666185, 0.11413692975732928, -0.06401115666911816, -0.04255013267088269, 0.1680193047279565, 0.06067634877768564]
+      accelerations: [9.12353116089085e-14, -0.07376022111997581, 0.07105904940951271, 0.010048227812218133, 0.010616014069191285, -0.04192056044687524]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 694734927
+    - 
+      positions: [0.3616301253762629, 0.11433631985679148, -1.1246371549326202, 1.3863594132321657, -2.2182529037789465, 0.3946285671824934]
+      velocities: [-0.2435994925266617, 0.11377771355184751, -0.06366535714335853, -0.04250120816045454, 0.16807092970810156, 0.060472762548502354]
+      accelerations: [-1.7093699461571316e-14, -0.07378138837701508, 0.07097194029265098, 0.010046638480651168, 0.010588031726032501, -0.041698917671908926]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 699604284
+    - 
+      positions: [0.3604430574249767, 0.11488988652380505, -1.1249465558630434, 1.3861524227555373, -2.2174337632115755, 0.39492275793344267]
+      velocities: [-0.24359949252666174, 0.11341812269915348, -0.06331971990248003, -0.04245225482886121, 0.16812245727404326, 0.06027010099564595]
+      accelerations: [-1.7080832098829125e-14, -0.07380273073405931, 0.07088534513799385, 0.010044904156822463, 0.010560044138118, -0.04147799873543818]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 704477316
+    - 
+      positions: [0.3592550967726332, 0.11544211495594908, -1.1252545042962954, 1.385945515417336, -2.2166137555862537, 0.3952161838563695]
+      velocities: [-0.24359949252666172, 0.11305815692464904, -0.06297424378308371, -0.042403273488487915, 0.1681738870906006, 0.06006836262489394]
+      accelerations: [3.4136037653911985e-14, -0.0738242462659178, 0.07079926256733214, 0.01004302744606032, 0.010532051499352778, -0.04125780365985122]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 709354011
+    - 
+      positions: [0.35806624584421803, 0.11599299956222975, -1.1255609978580239, 1.385738692133053, -2.215792882677943, 0.3955088473741352]
+      velocities: [-0.24359949252666177, 0.11269781596795958, -0.06262892757424138, -0.0423542646936073, 0.1682252188770025, 0.059867545984345405]
+      accelerations: [-5.685086544649841e-14, -0.07384593217497411, 0.07071371162709834, 0.010041112328436623, 0.01050407581985248, -0.04103831004967524]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 714234362
+    - 
+      positions: [0.35687650707777074, 0.11654253475103567, -1.125866034176453, 1.3855319538178155, -2.214971146274338, 0.395800750915669]
+      velocities: [-0.24359949252666163, 0.11233709958001337, -0.0622837700726203, -0.04230522901779289, 0.16827645234690575, 0.059667649597723665]
+      accelerations: [1.1361703005269844e-13, -0.07386778774818326, 0.0706286683386433, 0.010039047604324699, 0.010476092687008082, -0.04081954527638204]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 719118357
+    - 
+      positions: [0.3556858829244633, 0.11709071493022827, -1.1261696108829595, 1.3853253013837228, -2.2141485481765093, 0.39609189691520313]
+      velocities: [-0.24359949252666163, 0.11197600752422793, -0.06193877007349723, -0.04225616700492158, 0.168327587219182, 0.05946867197558471]
+      accelerations: [-1.192093240583496e-13, -0.0738898097200084, 0.07054415541112712, 0.010036957154324016, 0.010448128493410104, -0.04060148237984275]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 724005987
+    - 
+      positions: [0.35449437584850035, 0.11763753450737613, -1.126471725611582, 1.3851187357427577, -2.2133250901982118, 0.3963822878128466]
+      velocities: [-0.24359949252666188, 0.11161453957568157, -0.06159392639631581, -0.04220707929933651, 0.16837862318974595, 0.0592706115851193]
+      accelerations: [2.2689741879137893e-14, -0.07391199773206299, 0.0704601384633942, 0.01003467671054095, 0.010420147340951523, -0.04038416103150952]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 728897242
+    - 
+      positions: [0.3533019883272421, 0.11818298788981803, -1.126772375999837, 1.3849122578028537, -2.2125007741668363, 0.39667192605351237]
+      velocities: [-0.24359949252666163, 0.1112526955225486, -0.061249237836098064, -0.042157966400904745, 0.16842955998419407, 0.05907346690662636]
+      accelerations: [7.368730812455082e-14, -0.07393434795041753, 0.07037666004660206, 0.010032430101161328, 0.010392197101519982, -0.04016753121503789]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 733792110
+    - 
+      positions: [0.35210872285102035, 0.11872706948495038, -1.1270715596877734, 1.3847058684731923, -2.2116756019221437, 0.39696081408806316]
+      velocities: [-0.24359949252666152, 0.11089047516552888, -0.06090470318947408, -0.04210882879505043, 0.16848039733006867, 0.058877236403249725]
+      accelerations: [-2.2656365916101247e-14, -0.07395686026290334, 0.0702936751917593, 0.010030000094674087, 0.01036423058068314, -0.039951644915343684]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 738690583
+    - 
+      positions: [0.35091458192330593, 0.11926977370026537, -1.1273692743190333, 1.3844995686590023, -2.210849575317518, 0.39724895437192953]
+      velocities: [-0.24359949252666163, 0.11052787831604274, -0.060560321283486845, -0.04205966710036703, 0.16853113492477623, 0.05868191848684805]
+      accelerations: [-1.6979839469032913e-14, -0.07397953159259396, 0.0702112146508498, 0.010027549970710842, 0.010336282491894421, -0.039736466104268786]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 743592649
+    - 
+      positions: [0.34971956806057014, 0.11981109494360047, -1.1276655175401753, 1.3842933592654243, -2.210022696219046, 0.3975363493659102]
+      velocities: [-0.24359949252666163, 0.11016490479967869, -0.06021609090788692, -0.04201048172443424, 0.16858177250971407, 0.05848751159676506]
+      accelerations: [1.131163899822462e-14, -0.07400236043366716, 0.07012926114903678, 0.010025003202108099, 0.010308335944702053, -0.03952201455144355]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 748498300
+    - 
+      positions: [0.34852368379234056, 0.12035102762326215, -1.1279602870011012, 1.384087241195659, -2.2091949665059665, 0.39782300153558636]
+      velocities: [-0.2435994925266617, 0.10980155445335965, -0.059872010886634845, -0.04196127322363158, 0.1686323097931521, 0.05829401411707437]
+      accelerations: [-2.8258552517502942e-14, -0.07402534488228422, 0.07004781624888683, 0.01002237610417662, 0.010280394154095764, -0.03930828801743523]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 753407523
+    - 
+      positions: [0.3473269316611775, 0.12088956614819595, -1.128253580355051, 1.3838812153513287, -2.2083663880705857, 0.3981089133512824]
+      velocities: [-0.2435994925266618, 0.10943782712676671, -0.05952808002548167, -0.04191204204175461, 0.16868274650610598, 0.05810142443681652]
+      accelerations: [-2.8238097494736105e-14, -0.07404848286807658, 0.06996688407247573, 0.010019698761314769, 0.010252463019321046, -0.03909528169048346]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 758320308
+    - 
+      positions: [0.3461293142226438, 0.12142670492816396, -1.1285453952585376, 1.3836752826331726, -2.207536962818119, 0.3983940872880901]
+      velocities: [-0.24359949252666163, 0.10907372268177618, -0.059184297157783804, -0.04186278873748068, 0.16873308235344553, 0.0579097408970531]
+      accelerations: [9.594029018851086e-14, -0.07407177273262273, 0.06988644754167456, 0.010016894860832065, 0.010224525846365334, -0.03888301488005245]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 763236646
+    - 
+      positions: [0.3449308340453594, 0.12196243837387492, -1.1288357293717717, 1.3834694439391886, -2.2067066926671397, 0.39867852582528923]
+      velocities: [-0.2435994925266614, 0.10870924099324888, -0.05884066108914271, -0.041813513707652364, 0.16878331707383146, 0.05771896185407366]
+      accelerations: [5.639491447803128e-15, -0.07409521210020266, 0.06980653330178263, 0.010014106990006676, 0.010196612903073953, -0.03867145706399019]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 768156526
+    - 
+      positions: [0.3437314937108718, 0.12249676089721463, -1.1291245803580765, 1.383263700168034, -2.205875579548762, 0.3989622314470156]
+      velocities: [-0.2435994925266614, 0.10834438194916253, -0.058497170610543284, -0.04176421725100075, 0.16883345042514603, 0.057529085663319254]
+      accelerations: [-1.6906363180158734e-14, -0.07411879927182936, 0.06972711894582702, 0.010011232924096327, 0.010168701571162725, -0.038460634074607224]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 773079937
+    - 
+      positions: [0.34253129581373515, 0.12302966691136707, -1.1294119458844365, 1.3830580522165448, -2.2050436254072507, 0.3992452066415164]
+      velocities: [-0.2435994925266615, 0.10797914544868308, -0.05815382457294714, -0.0417148999448162, 0.1688834821041949, 0.057340110596019817]
+      accelerations: [-1.1262870629462312e-14, -0.0741425326731048, 0.06964820080971193, 0.01000826210949826, 0.01014078947261119, -0.03825054927189661]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 778006868
+    - 
+      positions: [0.34133024296150566, 0.12356115083097075, -1.129697823621615, 1.3828525009794526, -2.2042108322000806, 0.39952745390096706]
+      velocities: [-0.24359949252666174, 0.10761353140435183, -0.057810621789824865, -0.041665562154850816, 0.1689334118520891, 0.05715203494911442]
+      accelerations: [-9.003894732795305e-14, -0.07416640973298942, 0.06956979610302197, 0.01000529144101482, 0.010112896804910518, -0.03804118381661915]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 782937308
+    - 
+      positions: [0.3401283377746543, 0.12409120707233623, -1.1299822112437845, 1.3826470473516994, -2.2033772018973923, 0.3998089757218463]
+      velocities: [-0.24359949252666188, 0.10724753974143471, -0.057467561072976785, -0.0416162042136988, 0.16898323941534066, 0.056964857003741695]
+      accelerations: [3.374070641604992e-14, -0.07419042915386309, 0.06949188662569696, 0.010002237911653127, 0.010085005388168576, -0.037832557916127295]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 787871248
+    - 
+      positions: [0.33892558288662245, 0.12461983005356993, -1.1302651064289817, 1.3824416922264091, -2.2025427364824774, 0.4000897746043289]
+      velocities: [-0.24359949252666158, 0.10688117039697054, -0.05712464126812841, -0.041566826601538806, 0.16903296450757832, 0.056778574986485]
+      accelerations: [8.991177432095957e-14, -0.07421458876759011, 0.06941447515775455, 0.009999125060419358, 0.01005711988241278, -0.03762466844880827]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 792808676
+    - 
+      positions: [0.3377219809437932, 0.12514701419475702, -1.1305465068590752, 1.382236436495431, -2.2017074379516517, 0.4003698530522633]
+      velocities: [-0.24359949252666163, 0.10651442332274452, -0.05678186116767613, -0.04151742950218519, 0.16908258690448774, 0.056593187163650964]
+      accelerations: [-1.0669523494360388e-13, -0.07423888608544425, 0.06933757886796584, 0.009996049761644416, 0.010029260576238942, -0.03741749740813218]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 797749581
+    - 
+      positions: [0.33651753460539974, 0.12567275391817997, -1.1308264102193943, 1.3820312810516686, -2.2008713083137006, 0.40064921357352823]
+      velocities: [-0.24481748998929515, 0.10667711668973553, -0.05672055927745859, -0.04167522981539033, 0.16997789053586504, 0.0566902750678783]
+      accelerations: [-0.494959476191724, 0.14067010939859928, -0.04472256317845913, -0.0741643222574987, 0.35375377216781184, 0.07703116659583195]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 802693952
+    - 
+      positions: [0.3353122465436638, 0.12619704364839304, -1.1311048141996458, 1.3818262267846195, -2.2000343495909473, 0.4009278586789053]
+      velocities: [-0.24603548745192844, 0.10683759380736707, -0.05665768259895618, -0.041832764230689566, 0.17087333774668645, 0.05678733773694859]
+      accelerations: [-1.6991325304044875e-14, -0.07578107541245324, 0.07057587507336921, 0.010190431670689181, 0.01017400739307562, -0.03774920558875402]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 807592790
+    - 
+      positions: [0.33410611944363794, 0.1267198778124816, -1.1313817164931739, 1.381621274584639, -2.1991965638182336, 0.40120579088286534]
+      velocities: [-0.24603548745192833, 0.1064660345682433, -0.0563118909503055, -0.0417828163352998, 0.17092314358952515, 0.05660279447231265]
+      accelerations: [5.6598428129940984e-14, -0.07580627281628374, 0.07049894285997665, 0.010187126139900733, 0.01014560506108286, -0.03754014201489651]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 812495039
+    - 
+      positions: [0.3328991560032615, 0.1272412508401958, -1.1316571147974195, 1.3814164253409185, -2.1983579530434056, 0.40148301270295705]
+      velocities: [-0.24603548745192821, 0.10609409375040607, -0.05596623568667253, -0.04173285007473755, 0.17097284466620688, 0.056419146984159285]
+      accelerations: [-1.6967785948774166e-14, -0.07583160361492611, 0.07042251695883207, 0.010183798876612131, 0.01011721485802425, -0.03733183274362166]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 817400687
+    - 
+      positions: [0.3316913589333216, 0.12776115716412953, -1.1319310068138546, 1.3812116799421887, -2.1975185193271463, 0.4017595266598199]
+      velocities: [-0.24603548745192835, 0.10572177136873476, -0.05562071562238137, -0.04168286567953739, 0.1710224407330599, 0.05623639339300797]
+      accelerations: [-3.3912195644080083e-14, -0.075857065431691, 0.07034659613124046, 0.010180454313087877, 0.010088837253244155, -0.03712428001772986]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 822309723
+    - 
+      positions: [0.3304827309574386, 0.1282795912199038, -1.1322033902480428, 1.3810070392768066, -2.1966782647429572, 0.4020353352770253]
+      velocities: [-0.24603548745192827, 0.10534906745025621, -0.05527532960579875, -0.041632863528399934, 0.17107193151355052, 0.056054531765087734]
+      accelerations: [6.777785619124201e-14, -0.07588265710461348, 0.07027116613720687, 0.010177027969802608, 0.010060458184274973, -0.03691749855608509]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 827222136
+    - 
+      positions: [0.32927327481210117, 0.1287965474463002, -1.132474262810003, 1.3808025042311853, -2.1958371913775276, 0.40231044108060415]
+      velocities: [-0.24603548745192833, 0.10497598203571631, -0.05493007644763931, -0.04158284378197531, 0.171121316776151, 0.0558735601863498]
+      accelerations: [-9.030871794493389e-14, -0.07590837563151906, 0.07019625493561069, 0.010173673340391707, 0.010032109815188994, -0.036711460463172425]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 832137915
+    - 
+      positions: [0.32806299324652954, 0.12931202028551295, -1.1327436222135931, 1.38059807569346, -2.194995301329866, 0.4025848465996419]
+      velocities: [-0.24603548745192858, 0.10460251518009939, -0.05458495494112914, -0.041532806481173044, 0.17117059631312292, 0.055693476740758155]
+      accelerations: [-1.1280906340691023e-14, -0.07593421964985497, 0.07012184008497126, 0.010170285892774078, 0.01000376943974068, -0.0365061892887736]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 837057049
+    - 
+      positions: [0.3268518890227456, 0.12982600418327275, -1.1330114661770634, 1.3803937545509595, -2.1941525967119007, 0.4028585543655835]
+      velocities: [-0.24603548745192844, 0.10422866694870836, -0.054239963962111254, -0.04148275206526868, 0.17121976983029435, 0.0555142794090146]
+      accelerations: [7.327618448059239e-14, -0.07596018776927316, 0.07004790884417297, 0.010166808376010033, 0.009975424388624978, -0.03630169832206833]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 841979527
+    - 
+      positions: [0.325639964915604, 0.13033849358898927, -1.1332777924233874, 1.3801895416888046, -2.193309079648813, 0.4031315669117928]
+      velocities: [-0.24603548745192827, 0.10385443742141949, -0.053895102335810574, -0.04143268068766735, 0.1712688370930741, 0.055335966203365686]
+      accelerations: [-5.6328240830789674e-15, -0.07598627691253046, 0.06997449295882828, 0.010163414451140051, 0.009947111321540263, -0.03609795629265188]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 846905337
+    - 
+      positions: [0.32442722371263444, 0.13084948295601465, -1.133542598679556, 1.379985437994073, -2.1924647522780427, 0.40340388677423417]
+      velocities: [-0.24603548745192821, 0.10347982669284896, -0.05355036884402797, -0.041382592248072406, 0.1713177979192467, 0.055158535159325756]
+      accelerations: [2.8145183446935963e-14, -0.07601248563062163, 0.06990157674894108, 0.010160033658861048, 0.009918814612177031, -0.03589497986564649]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 851834468
+    - 
+      positions: [0.3232136682140831, 0.13135896674178332, -1.1338058826769748, 1.3797814443540872, -2.1916196167496973, 0.4036755164909472]
+      velocities: [-0.24603548745192816, 0.10310483486791344, -0.05320576236072576, -0.04133248709344543, 0.17136665202975057, 0.05498198419959811]
+      accelerations: [-1.687580217247532e-14, -0.07603881266463731, 0.06982913693402482, 0.010156555088930189, 0.009890510340505714, -0.035692793004767936]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 856766909
+    - 
+      positions: [0.3219993012329891, 0.1318669394079335, -1.1340676421520433, 1.3795775616537123, -2.190773675227191, 0.4039464586013333]
+      velocities: [-0.2460354874519281, 0.10272946206610394, -0.052861281712798955, -0.04128236530082889, 0.17141539920138685, 0.054806311273737945]
+      accelerations: [3.935061328573988e-14, -0.07606525484705422, 0.06975721433863036, 0.01015319924968953, 0.009862244836742256, -0.03549135570168198]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 861702648
+    - 
+      positions: [0.32078412559498376, 0.1323733954205917, -1.1343278748452328, 1.379373790780673, -2.189926929885981, 0.4042167156470605]
+      velocities: [-0.2460354874519281, 0.10235370841997346, -0.05251692572882728, -0.041232226927224676, 0.17146403921357978, 0.054631514309704435]
+      accelerations: [-3.3706698385420434e-14, -0.07609181154198659, 0.06968576594620011, 0.010149754006905995, 0.009833972613720762, -0.035290711534141345]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 866641674
+    - 
+      positions: [0.3195681441384501, 0.13287832925044507, -1.1345865785021287, 1.3791701326203991, -2.1890793829147874, 0.40448629017085164]
+      velocities: [-0.24603548745192816, 0.1019775740751602, -0.05217269325848522, -0.041182072108375836, 0.17151257182755725, 0.05445759119253644]
+      accelerations: [1.6842204086657104e-14, -0.07611847958822622, 0.06961482468560637, 0.010146399597671598, 0.009805731513945613, -0.035090829170431256]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 871583975
+    - 
+      positions: [0.3183513597143553, 0.13338173537301234, -1.1348437508726918, 1.3789665880603794, -2.1882310365145585, 0.4047551847171706]
+      velocities: [-0.24603548745192816, 0.10160105919106516, -0.05182858312705661, -0.041131900825957086, 0.1715609968354309, 0.054284539810787936]
+      accelerations: [-2.2441484295647067e-14, -0.07614525808668837, 0.06954436601085501, 0.010143018349787227, 0.009777495964923992, -0.034891733337359655]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 876529540
+    - 
+      positions: [0.31713377518633057, 0.13388360826875698, -1.135099389711869, 1.3787631579872883, -2.1873818928991513, 0.40502340183148516]
+      velocities: [-0.24603548745192838, 0.1012241639392734, -0.05148459418390337, -0.041081713157835625, 0.17160931400728605, 0.054112358008299145]
+      accelerations: [-6.728030634844491e-14, -0.076172144528711, 0.06947440321451161, 0.010139689032005936, 0.009749282356854964, -0.03469341224620495]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 881478357
+    - 
+      positions: [0.31591539343058717, 0.1343839424233079, -1.1353534927793152, 1.378559843288885, -2.186531954294875, 0.40529094406045724]
+      velocities: [-0.24603548745192844, 0.10084688850602896, -0.051140725251172595, -0.04103150900938982, 0.17165752314822744, 0.053941043633012525]
+      accelerations: [4.482425112431799e-14, -0.07619913702599125, 0.06940493251918373, 0.01013640268094319, 0.009721088198267065, -0.034495870860789646]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 886430414
+    - 
+      positions: [0.31469621733590336, 0.13488273232763606, -1.1356060578395162, 1.3783566448537818, -2.185681222940545, 0.40555781395170737]
+      velocities: [-0.24603548745192816, 0.10046923308957909, -0.05079697518803428, -0.04098128844854916, 0.17170562402703954, 0.05377059447589889]
+      accelerations: [7.279205251308385e-14, -0.07622623415611537, 0.06933594126872444, 0.010133102644401482, 0.009692901044519892, -0.03429912206772274]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 891385699
+    - 
+      positions: [0.31347624980365496, 0.13537997247820227, -1.1358570826621226, 1.3781535635700464, -2.1848297010878097, 0.40582401405337404]
+      velocities: [-0.24603548745192813, 0.10009119790133647, -0.050453342861596515, -0.04093105155550391, 0.17175361640838044, 0.05360100829933681]
+      accelerations: [-6.714916782136229e-14, -0.0762534335758061, 0.06926743745793998, 0.010129840698761394, 0.009664731415727424, -0.03410315935217834]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 896344202
+    - 
+      positions: [0.31225549374775097, 0.13587565737716684, -1.136106565021796, 1.3779506003264483, -2.1839773910008518, 0.40608954691416893]
+      velocities: [-0.24603548745192833, 0.09971278316802046, -0.0501098270730647, -0.040880798035754194, 0.1718015001343368, 0.05343228290467515]
+      accelerations: [-5.592157377525128e-15, -0.07628073300785572, 0.06919943821323553, 0.010126716198880533, 0.009636599747555402, -0.03390796835028918]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 901305909
+    - 
+      positions: [0.3110339520945292, 0.13636978153261387, -1.1363545026978374, 1.3777477560148796, -2.183124294955811, 0.4063544150836347]
+      velocities: [-0.24603548745192844, 0.0993339891278748, -0.04976642667984002, -0.04083052785724454, 0.17184927498978847, 0.053264416017933525]
+      accelerations: [-3.9119981799642714e-14, -0.07630813164542362, 0.06913190230659474, 0.010123523989490986, 0.009608462267001483, -0.03371358862896921]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 906270809
+    - 
+      positions: [0.30981162778290855, 0.1368623394586357, -1.1366008934751999, 1.3775450315253177, -2.1822704152419714, 0.4066186211110179]
+      velocities: [-0.2460354874519285, 0.09895481603174572, -0.04942314057306864, -0.04078024113353876, 0.1718969407270866, 0.05309740531205016]
+      accelerations: [5.5849983346777315e-15, -0.07633562679327757, 0.06906485593404958, 0.010120410518108082, 0.00958034935830639, -0.03351999684829129]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 911238890
+    - 
+      positions: [0.30858852376424695, 0.1373533256755837, -1.1368457351439023, 1.3773424277493973, -2.181415754160913, 0.4068821675457542]
+      velocities: [-0.24603548745192824, 0.09857526414623861, -0.0490799675587208, -0.04072993750160751, 0.17194449719746555, 0.052931248515144844]
+      accelerations: [1.0046602606011206e-13, -0.07636321638167685, 0.06899830578027645, 0.010117421249251097, 0.009552270179572863, -0.03332718895594093]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 916210141
+    - 
+      positions: [0.3073646430022772, 0.13784273471027178, -1.1370890254989052, 1.377139945581518, -2.180560314026243, 0.40714505693746217]
+      velocities: [-0.24603548745192816, 0.09819533374963416, -0.04873690650877174, -0.040679616911284064, 0.17199194418430816, 0.05276594327204701]
+      accelerations: [-6.135702647438756e-14, -0.07639089936991211, 0.06893221718539648, 0.010114384771636781, 0.009524187982703283, -0.03313519735537016]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 921184548
+    - 
+      positions: [0.3061399884732332, 0.13833056109607897, -1.1373307623409719, 1.3769375859146185, -2.179704097164591, 0.4074072918349935]
+      velocities: [-0.24603548745192816, 0.09781502513410524, -0.048393956267705186, -0.040629279137365505, 0.17203928150599787, 0.052601487228606636]
+      accelerations: [5.574395147401966e-14, -0.07641867281001177, 0.06886663444172314, 0.01011154271068957, 0.009496153278110476, -0.032943984086627666]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 926162101
+    - 
+      positions: [0.30491456316562165, 0.13881679937324093, -1.1375709434756465, 1.3767353496461097, -2.1788471059142016, 0.4076688747872994]
+      velocities: [-0.2460354874519283, 0.09743433860493439, -0.048051115697613916, -0.040578924014834164, 0.17208650896639482, 0.052437877991623326]
+      accelerations: [-1.1141793675778485e-13, -0.07644653598529631, 0.06880150481563498, 0.010108629316277406, 0.009468109455829127, -0.03275359761419154]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 931142786
+    - 
+      positions: [0.3036883700804261, 0.1393014440889144, -1.1378095667145502, 1.3765332376713169, -2.1779893426264785, 0.40792980834206327]
+      velocities: [-0.24603548745192833, 0.09705327448079301, -0.047708383668868634, -0.04052855138851667, 0.17213362636550056, 0.052275113136692745]
+      accelerations: [1.002134981814267e-13, -0.07647448584914086, 0.06873687630982404, 0.010105906151910373, 0.009440111250642477, -0.03256399686541277]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 936126592
+    - 
+      positions: [0.302461412230859, 0.13978448979747926, -1.1380466298742689, 1.3763312508899181, -2.1771308096644546, 0.40819009504664916]
+      velocities: [-0.24603548745192813, 0.09667183309452584, -0.04736575901470265, -0.0404781608767604, 0.17218063354913443, 0.05211319024830518]
+      accelerations: [-2.2255817307972718e-14, -0.07650252137795946, 0.06867271447789484, 0.010103202557339444, 0.009412122041188709, -0.032375214159676]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 941113506
+    - 
+      positions: [0.30123369264248584, 0.14026593106064306, -1.1382821307772126, 1.3761293902017224, -2.1762715094037874, 0.4084497374471491]
+      velocities: [-0.24603548745192805, 0.09629001479092777, -0.04702324062115765, -0.04042775234257962, 0.17222753030946192, 0.05195210683986111]
+      accelerations: [5.560510118538797e-14, -0.07653064042937657, 0.06860903120466282, 0.010100590824628046, 0.009384156602265202, -0.03218724054714259]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 946103516
+    - 
+      positions: [0.30000521435313815, 0.14074576244765732, -1.1385160672513681, 1.3759276565084437, -2.175411444232331, 0.40870873808849917]
+      velocities: [-0.2472656648891878, 0.09638640307164088, -0.04691337556203754, -0.04057908590722681, 0.1731358049050812, 0.05205042017153132]
+      accelerations: [-0.4950515760674397, 0.11565296927312947, -0.02469577431198897, -0.07104469593768534, 0.3560854524775363, 0.07189103063757377]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 951096610
+    - 
+      positions: [0.29877598041285597, 0.14122397853552268, -1.1387484371302055, 1.3757260507146587, -2.1745506165499027, 0.40896709951443116]
+      velocities: [-0.24849584232644778, 0.09648050137196021, -0.04680190318549171, -0.04073014847072812, 0.17404420184651667, 0.05214877301376025]
+      accelerations: [-3.3655275213830774e-14, -0.07812652236886419, 0.0698596076878634, 0.010298593067977944, 0.00951579941110011, -0.03245318685418585]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 956043308
+    - 
+      positions: [0.2975459938839405, 0.1417005739091317, -1.138979238253169, 1.3755245737255726, -2.1736890287688073, 0.40922482426688755]
+      velocities: [-0.24849584232644792, 0.09609372505721478, -0.04645627464685547, -0.04067917912111878, 0.17409123198534476, 0.051988607235697745]
+      accelerations: [-2.2423153980328047e-14, -0.07815545063458777, 0.06979610140528075, 0.010296233824802525, 0.0094873462877642, -0.03226392898852094]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 960993035
+    - 
+      positions: [0.2963152578408531, 0.1421755431614903, -1.139208468465366, 1.375323226449142, -2.1728266833133247, 0.40948191488618196]
+      velocities: [-0.24849584232644778, 0.09570656958827488, -0.04611074882473508, -0.04062819011340771, 0.17413814992740784, 0.051829279129269185]
+      accelerations: [7.843335711059913e-14, -0.07818445636997645, 0.06973307922502289, 0.010293989165259315, 0.009458919606081445, -0.03207550803832487]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 965945778
+    - 
+      positions: [0.2950837753702054, 0.1426488808938992, -1.1394361256177203, 1.3751220097957026, -2.1719635826197927, 0.4097383739107106]
+      velocities: [-0.2484958423264476, 0.09531903538213314, -0.045765324576281574, -0.04057718104363724, 0.17418495550868024, 0.0516707860716097]
+      accelerations: [-5.5989949991394196e-15, -0.07821353782784035, 0.06967053758438589, 0.010291850151366798, 0.009430516868930816, -0.031887928732244844]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 970901525
+    - 
+      positions: [0.29385154957073634, 0.1431205817161354, -1.1396622075670928, 1.374920924677743, -2.171099729136651, 0.40999420387671376]
+      velocities: [-0.2484958423264476, 0.09493112286834818, -0.04542000079243391, -0.040526151652713574, 0.17423164853248252, 0.0515131253869497]
+      accelerations: [5.59562553685062e-15, -0.07824269338646363, 0.06960846509621699, 0.010289767075158452, 0.009402127072617924, -0.031701202428152914]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 975860263
+    - 
+      positions: [0.29261858355333376, 0.1435906402466138, -1.1398867121765883, 1.3747199720086796, -2.1702351253247256, 0.410249407317864]
+      velocities: [-0.24849584232644772, 0.09454283249165302, -0.04507477629497543, -0.04047510127826845, 0.17427822888469052, 0.05135629442978566]
+      accelerations: [-5.0330468342025573e-14, -0.07827192025414989, 0.06954689971585673, 0.010287951998227511, 0.009373794170498112, -0.031515300313154054]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 980821980
+    - 
+      positions: [0.2913848804408201, 0.14405905111266792, -1.1401096373146906, 1.3745191527080385, -2.169369773655996, 0.4105039867658915]
+      velocities: [-0.2484958423264476, 0.09415416470925876, -0.04472964996172456, -0.04042402952091646, 0.17432469639398665, 0.05120029048150666]
+      accelerations: [9.501199981910224e-14, -0.07830121790441816, 0.06948577960988288, 0.010286086664747923, 0.009345450830463882, -0.03133027540278379]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 985786663
+    - 
+      positions: [0.2901504433682018, 0.14452580895059816, -1.1403309808567694, 1.3743184676936566, -2.1685036766154244, 0.4107579447490979]
+      velocities: [-0.2484958423264474, 0.093765119991889, -0.04438462067559899, -0.04037293597087577, 0.1743710508887985, 0.051045110792879406]
+      accelerations: [-1.675687875077776e-14, -0.07833058314236824, 0.0694251632411203, 0.010284493107797513, 0.009317163910741362, -0.03114608178660918]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 990754299
+    - 
+      positions: [0.2889152754823641, 0.14499090840599702, -1.1405507406837252, 1.3741179178895657, -2.167636836699095, 0.4110112837934212]
+      velocities: [-0.24849584232644745, 0.09337569882576821, -0.044039687237585404, -0.04032181974502561, 0.17441729229461428, 0.05089075265320906]
+      accelerations: [-5.582329509766063e-15, -0.07836001464454483, 0.06936502386558752, 0.010283039664088394, 0.009288905302694859, -0.030962744592530653]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 995724877
+    - 
+      positions: [0.2876793799421554, 0.14545434413388028, -1.1407689146826623, 1.3739175042227627, -2.1667692564149594, 0.41126400642166955]
+      velocities: [-0.24849584232644745, 0.0929859017073307, -0.043694848578428064, -0.04027068061741555, 0.1744634203970302, 0.050737213220808895]
+      accelerations: [1.673715282343785e-14, -0.07838951135766445, 0.06930533472774994, 0.010281593173345968, 0.009260646457372741, -0.03078028616573883]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:    698383
+    - 
+      positions: [0.28644275991847346, 0.14591611079881178, -1.1409855007475664, 1.3737172276199259, -2.165900938283605, 0.41151611515281966]
+      velocities: [-0.24849584232644742, 0.092595729148575, -0.04335010355349787, -0.04021951792255569, 0.17450943507128708, 0.050584489686551326]
+      accelerations: [-1.1151581081766209e-14, -0.07841906981584099, 0.06924615163538178, 0.010280463231788661, 0.00923245162039007, -0.030598665821258166]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:   5674804
+    - 
+      positions: [0.2852054185939701, 0.1463762030752308, -1.1412004967780063, 1.3735170890150261, -2.165031884836454, 0.41176761250295313]
+      velocities: [-0.24849584232644747, 0.09220518167551725, -0.04300545101024765, -0.04016833091373999, 0.17455533620734637, 0.05043257921885329]
+      accelerations: [-1.1145096610855066e-14, -0.07844868959086188, 0.06918742072870251, 0.01027937264575618, 0.009204262125767287, -0.030417928009788736]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  10654129
+    - 
+      positions: [0.2839673591632594, 0.14683461564751601, -1.1414139006804602, 1.3733170893424986, -2.1641620986173575, 0.41201850098398185]
+      velocities: [-0.2484958423264476, 0.09181425982599273, -0.04266088985854251, -0.040117119141670404, 0.17460112363054175, 0.05028147890987643]
+      accelerations: [-5.012391808345239e-14, -0.07847836811278915, 0.06912916953158074, 0.010278478652080533, 0.00917611028975206, -0.03023805368985769]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  15636342
+    - 
+      positions: [0.2827285848327545, 0.14729134321024143, -1.1416257103676937, 1.3731172295411114, -2.163291582181681, 0.4122687831040209]
+      velocities: [-0.24849584232644734, 0.09142296415321155, -0.04231641893284856, -0.04006588171531477, 0.17464679725617496, 0.05013118588130244]
+      accelerations: [1.6698354946456228e-13, -0.07850810353181191, 0.06907139957137609, 0.010277801046911101, 0.009147999563607756, -0.030059044802864407]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  20621433
+    - 
+      positions: [0.2814890988206171, 0.14774638046837218, -1.141835923758759, 1.3729175105544535, -2.162420338096177, 0.4125184613672185]
+      velocities: [-0.24849584232644717, 0.091031295222719, -0.04197203712059063, -0.04001461798818946, 0.17469235694594665, 0.049981697185181376]
+      accelerations: [-1.0569568052644282e-13, -0.07853789450514675, 0.06901408684261699, 0.010277221486602333, 0.009119904612857235, -0.02988092211491388]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  25609388
+    - 
+      positions: [0.28024890435683236, 0.14819972213740204, -1.1420445387796099, 1.3727179333280068, -2.161548368939663, 0.4127675382730919]
+      velocities: [-0.24849584232644767, 0.09063925361404619, -0.04162774329463376, -0.03996332719750226, 0.17473780258338661, 0.049833009855011365]
+      accelerations: [-8.339641415509556e-14, -0.07856773853085, 0.06895725996720432, 0.010276904486740632, 0.009091859140019875, -0.029703667075004346]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  30600194
+    - 
+      positions: [0.27900800468303194, 0.14865136294361211, -1.1422515533624495, 1.3725184988132124, -2.1606756773020583, 0.4130160163168912]
+      velocities: [-0.24849584232644756, 0.09024683991970452, -0.04128353635180213, -0.03991200867135157, 0.1747831340307187, 0.04968512087854617]
+      accelerations: [1.278020180652983e-13, -0.07859763467664138, 0.0689008795430421, 0.010276648803123657, 0.009063820552535056, -0.02952731132171702]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  35593837
+    - 
+      positions: [0.2777664030526393, 0.14910129762417304, -1.1424569654467185, 1.372319207962482, -2.1598022657855407, 0.4132638979886479]
+      velocities: [-0.24849584232644745, 0.08985405474614638, -0.04093941516494588, -0.039860661568608693, 0.17482835118257595, 0.04953802723094046]
+      accelerations: [-9.440909476883284e-14, -0.0786275800638987, 0.06884499336540212, 0.0102767229225856, 0.009035844023099131, -0.02935182305157429]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  40590306
+    - 
+      positions: [0.2765241027306038, 0.14954952092744528, -1.1426607729779772, 1.3721200617358538, -2.158928137002981, 0.41351118577388696]
+      velocities: [-0.24849584232644753, 0.08946089871403809, -0.04059537858288444, -0.03980928487841792, 0.1748734539666084, 0.04939172587423175]
+      accelerations: [6.660433182549904e-14, -0.0786575736548485, 0.0687895620889607, 0.01027692591960703, 0.009007887227312543, -0.029177234086373776]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  45589586
+    - 
+      positions: [0.2752811069935428, 0.14999602761308536, -1.1428629739088945, 1.3719210610960062, -2.158053293579094, 0.41375788215266995]
+      velocities: [-0.24849584232644745, 0.08906737245569518, -0.040251425526053236, -0.03975787793835693, 0.17491844223520858, 0.049246213688718746]
+      accelerations: [-3.8830847619393946e-14, -0.07868761360749431, 0.06873459521761408, 0.010277318751030554, 0.00897996197308837, -0.029003540101992936]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  50591664
+    - 
+      positions: [0.27403741912965585, 0.15044081245225516, -1.1430635661990554, 1.3717222070097672, -2.157177738150081, 0.4140039895995843]
+      velocities: [-0.2484958423264474, 0.08867347661823025, -0.03990755487207932, -0.03970643981282683, 0.17496331589486153, 0.04910148755585874]
+      accelerations: [6.653022047967284e-14, -0.0787176976330057, 0.06868009922045967, 0.010277949289939105, 0.00895207770856588, -0.02883073973489358]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  55596528
+    - 
+      positions: [0.27279304243865016, 0.15088387022783797, -1.1432625478148417, 1.3715235004493052, -2.156301473363334, 0.4142495105836567]
+      velocities: [-0.24849584232644756, 0.08827921186231329, -0.03956376549366738, -0.03965496949879535, 0.17500807486360387, 0.04895754432875532]
+      accelerations: [-1.2744585809644382e-13, -0.07874782438897458, 0.06862606844073577, 0.010278796099880869, 0.008924229205336138, -0.028658840471461923]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  60604164
+    - 
+      positions: [0.27154798023172383, 0.1513251957346103, -1.1434599167296067, 1.3713249423915952, -2.1554245018775515, 0.4144944475680333]
+      velocities: [-0.24849584232644767, 0.08788457886140413, -0.03922005627749377, -0.03960346602954923, 0.17505271904892764, 0.048814380819286296]
+      accelerations: [7.75331426454713e-14, -0.0787779919005362, 0.06857250180602348, 0.010279865560036173, 0.00889641707504036, -0.028487846090316786]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  65614559
+    - 
+      positions: [0.27030223583153024, 0.15176478377943628, -1.1436556709237378, 1.3711265338185787, -2.1545468263626932, 0.4147388030097551]
+      velocities: [-0.2484958423264474, 0.08748957830243659, -0.038876426124799884, -0.03955192847504688, 0.1750972483480183, 0.04867199379850881]
+      accelerations: [2.767528547040444e-14, -0.07880819855952645, 0.06851939344813304, 0.010281136148456028, 0.00886863619624854, -0.028317763904262577]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  70627698
+    - 
+      positions: [0.2690558125721574, 0.15220262918144764, -1.1438498083848383, 1.3709282757166241, -2.1536684495000884, 0.4149825793594419]
+      velocities: [-0.2484958423264474, 0.08709421088600441, -0.038532873922381944, -0.039500355785588456, 0.17514166268002615, 0.04853038001562999]
+      accelerations: [-1.6596152074003823e-14, -0.07883844232309567, 0.06846675387761833, 0.010282676585619864, 0.008840900050049933, -0.028148590121882623]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  75643570
+    - 
+      positions: [0.2678087137990352, 0.15263872677226015, -1.1440423271075082, 1.3707301690782452, -2.152789373982027, 0.4152257790612684]
+      velocities: [-0.24849584232644734, 0.08669847732612831, -0.03818939854887325, -0.03944874682517992, 0.17518596197921596, 0.04838953619298934]
+      accelerations: [2.76453120295084e-14, -0.07886872168052636, 0.0684145747274371, 0.010284452009984584, 0.008813200776083432, -0.027980334055702476]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  80662160
+    - 
+      positions: [0.2665609428689328, 0.15307307139614476, -1.1442332250935852, 1.3705322149012316, -2.1519096025119495, 0.41546840455259304]
+      velocities: [-0.24849584232644756, 0.08630237834952473, -0.03784599891623193, -0.03939710059764255, 0.17523014614791058, 0.04824945899851281]
+      accelerations: [-1.1052184469051814e-13, -0.07889903488768368, 0.06836284998077906, 0.010286440983986544, 0.008785533092845084, -0.027813002893841657]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  85683455
+    - 
+      positions: [0.26531250314993704, 0.1535056579102115, -1.1444225003523305, 1.3703344141881102, -2.15102913780456, 0.41571045826364295]
+      velocities: [-0.24849584232644775, 0.08590591469730362, -0.03750267391282312, -0.03934541593352321, 0.17527421512121755, 0.04811014508318592]
+      accelerations: [3.313884104309613e-14, -0.07892937976346452, 0.06831159396197373, 0.010288733386316265, 0.008757914928430834, -0.027646591014126698]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  90707441
+    - 
+      positions: [0.26406339802134143, 0.15393648118463552, -1.1446101509001154, 1.3701367679484018, -2.1501479825852896, 0.4159519426175391]
+      velocities: [-0.24849584232644772, 0.08550908712374064, -0.03715942241868814, -0.03929369157587971, 0.1753181688495586, 0.0479715910697842]
+      accelerations: [-2.7601031102429857e-14, -0.07895975505617463, 0.06826079457849384, 0.010291273576699397, 0.008730334035842264, -0.027481110092313205]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  95734106
+    - 
+      positions: [0.2628136308736568, 0.15436553610281709, -1.1447961747607547, 1.3699392771972274, -2.1492661395906065, 0.416192860029861]
+      velocities: [-0.2484958423264476, 0.08511189639505948, -0.03681624334999375, -0.03924192642457135, 0.17536200724783357, 0.047833793524880076]
+      accelerations: [7.724206519680782e-14, -0.07899015907602129, 0.06821044847241844, 0.010294054170905013, 0.00870278810344393, -0.02731656564826631]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 100763434
+    - 
+      positions: [0.26156320510858005, 0.1547928175615676, -1.1449805699656272, 1.3697419429551232, -2.1483836115680472, 0.4164332129083741]
+      velocities: [-0.2484958423264475, 0.08471434329211326, -0.036473135599551204, -0.039190119204667646, 0.17540573026375442, 0.04769674899666185]
+      accelerations: [-3.860074835861583e-14, -0.0790205895101219, 0.06816056723061316, 0.010297151454596625, 0.008675292071826707, -0.027152954307308425]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 105795412
+    - 
+      positions: [0.26031212413889154, 0.15521832047133557, -1.145163334553429, 1.3695447662499627, -2.1475004012757593, 0.41667300365299564]
+      velocities: [-0.24849584232644756, 0.08431642860906796, -0.036130098058338465, -0.03913826858738387, 0.1754493378532399, 0.04756045399981104]
+      accelerations: [1.6534538914571735e-14, -0.07905104519557589, 0.06811113894340223, 0.010300509921514461, 0.00864783383852934, -0.026990287602255754]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 110830028
+    - 
+      positions: [0.259060391388465, 0.15564203975636487, -1.1453444665705026, 1.369347748115563, -2.146616511482808, 0.4169122346553612]
+      velocities: [-0.24849584232644759, 0.0839181531520415, -0.03578712964698335, -0.03908637336511741, 0.17549282994389032, 0.04742490499681273]
+      accelerations: [-2.203460565832937e-14, -0.07908152436661435, 0.06806216269711245, 0.010304136274742704, 0.008620413824735875, -0.026828569585570047]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 115867266
+    - 
+      positions: [0.25780801029222367, 0.1560639703548867, -1.1455239640708992, 1.3691508895918547, -2.145731944969129, 0.4171509082985902]
+      velocities: [-0.24849584232644753, 0.08351951774143312, -0.03544422926255151, -0.0390344321540361, 0.17553620649645071, 0.04729009843012383]
+      accelerations: [4.4046463588186623e-14, -0.07911202493953225, 0.06801364773233223, 0.010308093144240445, 0.008593044342160473, -0.0266677990090545]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 120907113
+    - 
+      positions: [0.2565549842960469, 0.1564841072193363, -1.1457018251161868, 1.3689541917264674, -2.1448467045251416, 0.41738902695719526]
+      velocities: [-0.2484958423264475, 0.08312052321081723, -0.03510139580671989, -0.03898244355054675, 0.1755794674725656, 0.04715603070415095]
+      accelerations: [-3.852087799037494e-14, -0.07914254559089721, 0.06796558195725025, 0.01031232508269279, 0.008565713004302797, -0.026507987080369905]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 125949556
+    - 
+      positions: [0.25530131685677854, 0.1569024453165158, -1.1458780477757873, 1.368757655573332, -2.1439607929520643, 0.41762659299665544]
+      velocities: [-0.24973832153807976, 0.08313377742901798, -0.034931564489066425, -0.039124928006348425, 0.17650083361739927, 0.047257479261920296]
+      accelerations: [-0.4948815689025598, 0.08477499302498452, -0.0006248603720255582, -0.06711015582813547, 0.3583777440192234, 0.06703344317143299]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 130994580
+    - 
+      positions: [0.254047011442135, 0.1573189796278034, -1.146052630126783, 1.368561282194269, -2.1430742130615323, 0.4178636087733275]
+      velocities: [-0.250980800749712, 0.08314467478972068, -0.03476008454731739, -0.039267101548397826, 0.17742229898847245, 0.0473589981837205]
+      accelerations: [-4.4418879387062133e-14, -0.08079563297855356, 0.06923502340940436, 0.010529249260769867, 0.008682271127889312, -0.026717686944654383]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 135992195
+    - 
+      positions: [0.252792071530681, 0.15773370514934007, -1.146225570254103, 1.3683650726584748, -2.1421869676757024, 0.41810007663410886]
+      velocities: [-0.2509808007497121, 0.08274060736200604, -0.03441401892477263, -0.03921444066263159, 0.1774656421700035, 0.047225806303172836]
+      accelerations: [1.1099122153441197e-14, -0.08082681794820869, 0.06918737304126868, 0.010534515643994772, 0.008654524458100634, -0.026557618249621055]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 140992338
+    - 
+      positions: [0.2515365006118276, 0.15814661689219386, -1.1463968662507895, 1.3681690280414778, -2.1412990596274812, 0.41833599891605194]
+      velocities: [-0.25098080074971196, 0.0823361807215668, -0.03406801649299547, -0.03916172594695933, 0.17750886848974284, 0.04709334574870054]
+      accelerations: [4.437424388292953e-14, -0.08085801620847775, 0.06914019416653146, 0.010540183810797335, 0.00862683829888249, -0.026398536954082785]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 145994995
+    - 
+      positions: [0.250280302185686, 0.15855770988259466, -1.1465665162175656, 1.3679731494281369, -2.1404104917598175, 0.4185713779464242]
+      velocities: [-0.25098080074971185, 0.08193139577640773, -0.03372207614684228, -0.03910895577314062, 0.1775519779347417, 0.04696161270484403]
+      accelerations: [-1.1088036292034761e-14, -0.08088922635270084, 0.0690934658307293, 0.010546148612309734, 0.008599190146204815, -0.02624046015739485]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 151000152
+    - 
+      positions: [0.24902347976311917, 0.15896697916208405, -1.1467345182633835, 1.3677774379100311, -2.139521266926293, 0.41880621604212864]
+      velocities: [-0.25098080074971185, 0.08152625344706671, -0.03337619679494816, -0.03905612854390808, 0.17759497048184425, 0.04683060331067228]
+      accelerations: [1.1082548110865193e-14, -0.08092044664436661, 0.06904720248774536, 0.010552502008685426, 0.008571597953822148, -0.026083383738859135]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 156007796
+    - 
+      positions: [0.2477660368656193, 0.15937441978773056, -1.1469008705051096, 1.3675818945877558, -2.138631387990578, 0.4190405155096881]
+      velocities: [-0.25098080074971185, 0.08112075466791317, -0.03303037732866483, -0.03900324251530418, 0.17763784613444042, 0.046700313677126334]
+      accelerations: [1.1077096420589632e-14, -0.08095167516055103, 0.06900139561692288, 0.010559209890798045, 0.008544053913752408, -0.025927317860462498]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 161017912
+    - 
+      positions: [0.2465079770252965, 0.15978002683231277, -1.1470655710677697, 1.3673865205700788, -2.137740857826612, 0.4192742786448503]
+      velocities: [-0.25098080074971196, 0.08071490038523364, -0.03268461666899346, -0.03895029606314589, 0.1776806048677063, 0.04657073986158712]
+      accelerations: [-6.643008728901644e-14, -0.08098291093244202, 0.06895604093510721, 0.010566257761628435, 0.008516554102645173, -0.02577226856280929]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 166030486
+    - 
+      positions: [0.2452493037848492, 0.1601837953844846, -1.1472286180846916, 1.3671913169735836, -2.136849679318671, 0.419507507732299]
+      velocities: [-0.25098080074971196, 0.08030869155887371, -0.032338913719452134, -0.03889728741569615, 0.17772324668302103, 0.04644187789252937]
+      accelerations: [6.639781492249104e-14, -0.08101415138524957, 0.06891114874828978, 0.010573718214011896, 0.008489112432911807, -0.02561823616617902]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 171045504
+    - 
+      positions: [0.24399002069745834, 0.16058572054900522, -1.1473900096972898, 1.3669962849244903, -2.1359578553609357, 0.4197402050455234]
+      velocities: [-0.25098080074971174, 0.07990212916250414, -0.03199326737560888, -0.038844214705239036, 0.17776577159760443, 0.04631372376232599]
+      accelerations: [3.318288069219066e-14, -0.08104539544438831, 0.06886671097506893, 0.010581556138697266, 0.008461720839836893, -0.02546522958481632]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 176062952
+    - 
+      positions: [0.24273013132677415, 0.16098579744690114, -1.1475497440553013, 1.366801425557785, -2.1350653888576763, 0.4199723728464534]
+      velocities: [-0.2509808007497119, 0.0794952141811616, -0.03164767656251695, -0.038791076183769424, 0.17780817960034484, 0.046186273410527404]
+      accelerations: [-1.1055654439452518e-13, -0.08107664151948848, 0.06882272300501278, 0.010589758102755252, 0.008434375618608284, -0.02531325580811765]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 181082815
+    - 
+      positions: [0.24146963924688736, 0.16138402121564632, -1.1477078193169359, 1.3666067400168893, -2.1341722827233154, 0.420204013385146]
+      velocities: [-0.2509808007497121, 0.07908794761348348, -0.031302140184616065, -0.038737869935957125, 0.17785047071015914, 0.04605952274725643]
+      accelerations: [3.315115532020673e-14, -0.08110788764724969, 0.06877919673605952, 0.010598403391500763, 0.008407091963472852, -0.025162314427343947]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 186105080
+    - 
+      positions: [0.240208548042212, 0.16178038700937938, -1.1478642336486213, 1.3664122294556553, -2.133278539881954, 0.42043512889967427]
+      velocities: [-0.2509808007497122, 0.0786803304714422, -0.030956657154249955, -0.038684594039067696, 0.17789264494350313, 0.04593346763838565]
+      accelerations: [-5.522576113066723e-14, -0.08113913234418728, 0.06873611620951854, 0.010607414864048094, 0.008379853226827725, -0.02501241833702121]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 191129732
+    - 
+      positions: [0.2389468613075132, 0.16217488999906265, -1.148018985225433, 1.3662178950364379, -2.1323841632678016, 0.4206657216156536]
+      velocities: [-0.2509808007497121, 0.07827236377922672, -0.030611226391241468, -0.03863124656324704, 0.17793470231426778, 0.04580810390626813]
+      accelerations: [8.831964633020744e-14, -0.08117037409497475, 0.06869349349456953, 0.010616871627557634, 0.008352674548757832, -0.02486356684405548]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 196156757
+    - 
+      positions: [0.23768458264779094, 0.16256752537268718, -1.148172072230834, 1.366023737932088, -2.1314891558247018, 0.42089579374613717]
+      velocities: [-0.250980800749712, 0.07786404857374135, -0.030265846800784417, -0.0385778254460887, 0.1779766428589698, 0.0456834273398064]
+      accelerations: [-6.620877477395469e-14, -0.08120161121822324, 0.06865132144917482, 0.010626746493169864, 0.0083255493137917, -0.024715768834026316]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 201186141
+    - 
+      positions: [0.2364217156782592, 0.16295828833545165, -1.1483234928568882, 1.3658297593252788, -2.1305935205062756, 0.421125347491252]
+      velocities: [-0.2509808007497121, 0.07745538590518808, -0.02992051728969118, -0.03852432858017344, 0.17801846661911397, 0.04555943368489566]
+      accelerations: [3.30890166983793e-14, -0.08123284196723911, 0.06860960567387629, 0.010637083647863236, 0.0082984856261904, -0.02456902742455402]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 206217868
+    - 
+      positions: [0.23515826402426257, 0.1633471741099622, -1.148473245304159, 1.3656359604096255, -2.129697260275647, 0.42135438503799166]
+      velocities: [-0.250980800749712, 0.07704637683592869, -0.02957523678178598, -0.0384707539036047, 0.1780601736227126, 0.04543611863878894]
+      accelerations: [0.0, -0.08126406511513214, 0.06856833292926472, 0.010647819958468556, 0.008271469533728058, -0.02442335373925415]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 211251925
+    - 
+      positions: [0.2338942313212866, 0.1637341779363898, -1.1486213277820738, 1.3654423423881041, -2.128800378105794, 0.421582908559789]
+      velocities: [-0.25098080074971224, 0.07663702244069387, -0.029230004214719524, -0.03841709938162262, 0.1781017638877358, 0.04531347785096196]
+      accelerations: [-8.815627504073995e-14, -0.08129527883471697, 0.06852751009456286, 0.010659006911763181, 0.00824451051075247, -0.024278750555301258]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 216288297
+    - 
+      positions: [0.23262962121486602, 0.16411929507267434, -1.1487677385087907, 1.3652489064743556, -2.127902876979233, 0.42181092021631894]
+      velocities: [-0.250980800749712, 0.076227323807257, -0.028884818499090345, -0.038363362772885906, 0.17814323746993427, 0.045191506941023016]
+      accelerations: [1.7623232124153028e-13, -0.08132648163094283, 0.06848714017977274, 0.010670674211849829, 0.008217613601285631, -0.02413522188467973]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 221326970
+    - 
+      positions: [0.23136443736051318, 0.16450252079471328, -1.1489124757111608, 1.365055653893445, -2.127004759887831, 0.42203842215326565]
+      velocities: [-0.25098080074971185, 0.07581728203598836, -0.02853967854685794, -0.03830954179010049, 0.17818459442962165, 0.04507020148510986]
+      accelerations: [-9.908587964171689e-14, -0.08135767185251978, 0.06844721877950762, 0.010682809487506826, 0.008190775074491707, -0.023992775913843564]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 226367928
+    - 
+      positions: [0.23009868342368062, 0.16488385039654377, -1.1490555376248748, 1.364862585881559, -2.126106029832863, 0.42226541650197796]
+      velocities: [-0.25098080074971196, 0.07540689823969682, -0.02819458328704073, -0.03825563418902229, 0.1782258348138736, 0.04494955700830883]
+      accelerations: [3.301380206476509e-14, -0.0813888480684548, 0.06840774268700726, 0.010695407120508742, 0.008163992910008258, -0.023851419666694715]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 231411159
+    - 
+      positions: [0.22883236307972096, 0.16526327919051964, -1.1491969224945784, 1.3646697036858721, -2.1252066898250224, 0.4224919053791542]
+      velocities: [-0.2535031577972467, 0.07574782034042715, -0.0281276856633823, -0.03858529256121121, 0.18005874796763222, 0.04527950486662302]
+      accelerations: [-1.0095732266436663, 0.2186162566252614, -0.0422819885905436, -0.14274277532604257, 0.7253817900880688, 0.15613966398593412]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 236456646
+    - 
+      positions: [0.22756548001381185, 0.16564080250749805, -1.1493366285738305, 1.3644770085653146, -2.1243067428842366, 0.4227178908866012]
+      velocities: [-0.2560255148447814, 0.07608426977648523, -0.028057363441066144, -0.0389143155122032, 0.18189195621961857, 0.04560890856876085]
+      accelerations: [3.3647468693758115e-14, -0.08475839563449264, 0.07110461530183604, 0.011157463679280916, 0.008439939530780777, -0.024529113095526946]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 241404914
+    - 
+      positions: [0.2262980379208874, 0.1660164156970395, -1.1494746541250969, 1.3642845017911869, -2.1234061920395098, 0.4229433751109461]
+      velocities: [-0.2560255148447812, 0.0756645975031039, -0.027705461947565062, -0.038859044803298146, 0.1819336691724146, 0.045487834116877526]
+      accelerations: [3.363268031700933e-14, -0.08479078450181124, 0.07106492903627849, 0.011172108745045392, 0.008412257401743728, -0.024385455409456042]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 246355367
+    - 
+      positions: [0.22503004050563416, 0.16639011412755855, -1.1496109974200495, 1.3640921846459326, -2.1225050403291896, 0.42316836012325115]
+      velocities: [-0.25602551484478137, 0.07524458099568429, -0.027353601677417586, -0.03880367604443999, 0.18197526345884335, 0.04536741522590447]
+      accelerations: [-8.964800869725182e-14, -0.08482315245740121, 0.07102570479858072, 0.011187279538658003, 0.008384638379997112, -0.024242957365482695]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 251307988
+    - 
+      positions: [0.2237614914824084, 0.16676189318652154, -1.149745656739495, 1.363900058424105, -2.1216032908007283, 0.4233928479787659]
+      velocities: [-0.25602551484478153, 0.07482422145318512, -0.02700178149630951, -0.03874820642696627, 0.18201673920727296, 0.045247647120958634]
+      accelerations: [1.1201145835599869e-14, -0.08485549748854417, 0.07098696129664564, 0.011203097751145977, 0.00835710549884797, -0.024101619151445326]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 256262764
+    - 
+      positions: [0.22249239457508313, 0.1671317482806678, -1.1498786303729618, 1.363708124435349, -2.1207009465099964, 0.4236168407168061]
+      velocities: [-0.25602551484478137, 0.07440352008544836, -0.02665000033520616, -0.03869263346114011, 0.18205809647666069, 0.045128524956907626]
+      accelerations: [6.717796606882955e-14, -0.08488781912545779, 0.070948652657221, 0.011219312005073747, 0.00832960718273505, -0.023961463765475532]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 261219679
+    - 
+      positions: [0.22122275351721649, 0.16749967483609857, -1.150009916619838, 1.3635163839982714, -2.119798010522658, 0.42384034036001556]
+      velocities: [-0.2560255148447812, 0.07398247811426736, -0.02629825714869219, -0.038636954737397, 0.18209933530516156, 0.045010043834763216]
+      accelerations: [1.1191546608782089e-14, -0.08492011492897648, 0.07091081441765695, 0.011236140343206632, 0.008302186082290915, -0.023822484787141707]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 266178721
+    - 
+      positions: [0.21995257205181243, 0.16786566829853342, -1.150139513788555, 1.3633248384457748, -2.1188944859129424, 0.42406334891442254]
+      velocities: [-0.25602551484478114, 0.07356109677610562, -0.025946550767557613, -0.038581167073157556, 0.18214045588066927, 0.044892198850313376]
+      accelerations: [0.0, -0.08495238332413056, 0.07087346017363301, 0.011253675538592883, 0.008274859412688514, -0.023684685601486306]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 271139872
+    - 
+      positions: [0.2186818539311926, 0.16822972413351134, -1.1502674201962935, 1.3631334891273452, -2.117990375763115, 0.42428586836923593]
+      velocities: [-0.2560255148447813, 0.07313937731781642, -0.025594880116862347, -0.03852526776992611, 0.1821814582884021, 0.04477498501839276]
+      accelerations: [-5.591047853440104e-14, -0.0849846235944848, 0.07083653752236146, 0.011271628616468044, 0.00824756802003315, -0.023548090337739056]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 276103120
+    - 
+      positions: [0.2174106029171958, 0.16859183782647663, -1.1503936341702832, 1.3629423374019856, -2.1170856831650657, 0.42450790069607286]
+      velocities: [-0.2560255148447813, 0.07271732099745819, -0.025243244180291564, -0.038469254412658874, 0.18222234255183645, 0.04465839728830533]
+      accelerations: [4.470970344944141e-14, -0.08501683384422656, 0.07080007446765216, 0.011290173338123679, 0.008220345643416014, -0.023412696166976537]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 281068450
+    - 
+      positions: [0.21613882278097604, 0.1689520048830092, -1.1505181540471647, 1.3627513846424775, -2.1161804112193217, 0.42472944784892047]
+      velocities: [-0.2560255148447812, 0.0722949290874296, -0.024891641814689336, -0.038413123791925324, 0.18226310884798366, 0.044542430601685126]
+      accelerations: [-1.1172793080031413e-14, -0.08504901208697996, 0.07076409334268614, 0.011309455009990754, 0.008193219867738853, -0.02327850391098506]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 286035846
+    - 
+      positions: [0.21486651730282777, 0.16931022082904773, -1.1506409781724845, 1.3625606322389603, -2.1152745630342307, 0.4249505117640033]
+      velocities: [-0.2560255148447811, 0.0718722028714822, -0.024540071929315992, -0.03835687294046945, 0.18230375729937556, 0.04442707983281245]
+      accelerations: [5.584098676757384e-14, -0.08508115762318406, 0.07072854993964255, 0.011329229783819679, 0.0081661406271305, -0.02314553479231448]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 291005294
+    - 
+      positions: [0.2135936902723467, 0.16966648121098568, -1.1507621049017989, 1.3623700815929567, -2.1143681417272986, 0.4251710943590886]
+      velocities: [-0.2560255148447811, 0.07144914364465305, -0.024188533460078612, -0.03830049898678691, 0.1823442880041644, 0.044312339798525245]
+      accelerations: [-5.581819338330826e-14, -0.0851132684964033, 0.07069347697716698, 0.011349701883850585, 0.008139147618847044, -0.02301378565285967]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 295976779
+    - 
+      positions: [0.21232034548819873, 0.17002078159590894, -1.1508815325999189, 1.3621797341223978, -2.1134611504240324, 0.42539119753346205]
+      velocities: [-0.25602551484478114, 0.07102575271418923, -0.02383702532816004, -0.038243998913705515, 0.18238470108400884, 0.044198205271919686]
+      accelerations: [4.4636468172769845e-14, -0.08514534363243192, 0.07065884693907762, 0.011370724795148713, 0.008112210083532313, -0.022883272201067992]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 300950286
+    - 
+      positions: [0.21104648675819782, 0.17037311757172416, -1.1509992596416119, 1.3619895912580313, -2.1125535922587435, 0.42561082316738313]
+      velocities: [-0.25602551484478087, 0.07060203139924673, -0.023485546455574685, -0.038187369648189154, 0.182424996665553, 0.0440846709738105]
+      accelerations: [5.5773162234199875e-14, -0.08517738119256056, 0.07062468626599971, 0.011392466435917696, 0.008085360232023728, -0.02275399473194676]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 305925801
+    - 
+      positions: [0.2097721178991067, 0.1707234847473829, -1.1511152844109958, 1.3617996544475632, -2.1116454703735967, 0.4258299731219703]
+      velocities: [-0.256025514844781, 0.07017798103154813, -0.02313409572744883, -0.038130607838125455, 0.18246517492528577, 0.043971731584092476]
+      accelerations: [-8.920147904805427e-14, -0.08520937983254315, 0.07059098262382991, 0.011414870076928419, 0.00805858534916377, -0.022625964391554024]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 310903308
+    - 
+      positions: [0.20849724273663572, 0.17107187875303767, -1.151229605301873, 1.3616099251542741, -2.1107367879189107, 0.4260486492387831]
+      velocities: [-0.2560255148447811, 0.06975360295309961, -0.02278267210311638, -0.03807371050514029, 0.1825052359593063, 0.04385938171159734]
+      accelerations: [5.5728871698832723e-14, -0.08524133863038816, 0.07055771781229873, 0.011437841242862862, 0.008031865299303076, -0.02249919360119974]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 315882793
+    - 
+      positions: [0.2072218651054714, 0.17141829524017962, -1.1513422207182085, 1.3614204048546978, -2.1098275480536652, 0.42626685333936776]
+      velocities: [-0.25602551484478114, 0.06932889851801535, -0.02243127450147716, -0.0380166743727941, 0.18254517991703126, 0.043747615924539955]
+      accelerations: [-8.913120653457413e-14, -0.08527325550754832, 0.07052492557123376, 0.011461593122548986, 0.008005241088520553, -0.02237368128473887]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 320864241
+    - 
+      positions: [0.20594598884903642, 0.17176272988187738, -1.1514531290733443, 1.36123109504389, -2.1089177539443003, 0.4264845872251834]
+      velocities: [-0.2560255148447814, 0.06890386909292892, -0.022079901820549613, -0.03795949597603458, 0.18258500697915492, 0.04363642874319136]
+      accelerations: [-1.1137064305692228e-14, -0.08530512936882251, 0.07049257985477148, 0.011485987280017436, 0.007978683728660922, -0.022249442815172448]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 325847635
+    - 
+      positions: [0.20466961781956045, 0.17210517837290623, -1.1515623287906676, 1.3610419972320233, -2.1080074087654723, 0.42670185267706734]
+      velocities: [-0.2560255148447813, 0.06847851605475544, -0.021728553009991672, -0.037902172091848985, 0.18262471727208052, 0.04352581462217884]
+      accelerations: [3.339829440110731e-14, -0.08533695903252418, 0.07046068528865691, 0.011511063940472325, 0.007952199858874642, -0.022126484237005632]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 330832963
+    - 
+      positions: [0.203392755877989, 0.17244563642992317, -1.1516698183035332, 1.3608531129453896, -2.107096515699812, 0.4269186514549595]
+      velocities: [-0.25602551484478125, 0.06805284079244323, -0.021377226972839232, -0.03784469915917088, 0.18266431098286762, 0.04341576797433601]
+      accelerations: [0.0, -0.08536874269655413, 0.07042925527754018, 0.011536917500786543, 0.007925806627668334, -0.022004811360923304]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 335820208
+    - 
+      positions: [0.2021154068938474, 0.1727840997916684, -1.151775596054971, 1.3606644437287445, -2.106185077937387, 0.42713498529764055]
+      velocities: [-0.2560255148447812, 0.06762684470648804, -0.021025922648248315, -0.037787073763432176, 0.18270378826297368, 0.043306283149271874]
+      accelerations: [1.1124276781727674e-14, -0.085400479368991, 0.07039826126728782, 0.011563393820210452, 0.007899472062384614, -0.02188443883987512]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 340809355
+    - 
+      positions: [0.20083757474532357, 0.173120564219088, -1.1518796604984174, 1.3604759911415036, -2.1052730986765438, 0.4273508559222131]
+      velocities: [-0.2560255148447813, 0.06720052920783995, -0.020674638972888116, -0.03772929241344914, 0.18274314927288118, 0.04319735444380658]
+      accelerations: [-3.336026476854241e-14, -0.0854321676840107, 0.07036773214676206, 0.01159067670707699, 0.007873231195665908, -0.021765368314375984]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 345800389
+    - 
+      positions: [0.19955926331904983, 0.17345502549554523, -1.1519820100970442, 1.3602877567623022, -2.104360581122865, 0.42756626502395795]
+      velocities: [-0.2560255148447815, 0.06677389571939066, -0.020323374852874658, -0.03767135137085491, 0.182782394215167, 0.04308897610647312]
+      accelerations: [-4.4463746845480174e-14, -0.08546380604637627, 0.07033765062913848, 0.011618680440984547, 0.007847065320068835, -0.021647612642886768]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 350793296
+    - 
+      positions: [0.19828047651012543, 0.173787479426973, -1.1520826433242146, 1.3600997421868826, -2.10344752848964, 0.4277812142758703]
+      velocities: [-0.2560255148447814, 0.06634694567516375, -0.019972129227098318, -0.03761324702379121, 0.1828215232604284, 0.04298114232234598]
+      accelerations: [7.7782754988361e-14, -0.08549539341007992, 0.07030802022347675, 0.011647439003550775, 0.007820979769117555, -0.021531179561329238]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 355788059
+    - 
+      positions: [0.19700121822203182, 0.17411792184204067, -1.152181558663432, 1.359911949028946, -2.102533943997656, 0.42799570532834214]
+      velocities: [-0.2560255148447812, 0.06591968051964286, -0.019620901038295835, -0.03755497571984273, 0.18286053658086626, 0.042873847221213734]
+      accelerations: [-1.1107744539584524e-14, -0.08552692844645596, 0.07027883525787627, 0.01167693368323234, 0.0077949693052154455, -0.021416078665214215]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 360784664
+    - 
+      positions: [0.19572149236659184, 0.17444634859231564, -1.1522787546085131, 1.359724378919696, -2.101619830875286, 0.42820973980879096]
+      velocities: [-0.2560255148447812, 0.06549210170878583, -0.019269689195386443, -0.037496533537553105, 0.1828994343945723, 0.04276708488203963]
+      accelerations: [3.331111170050472e-14, -0.08555840969595231, 0.0702501143145822, 0.011707289852630616, 0.007769056975430785, -0.021302315920790342]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 365783095
+    - 
+      positions: [0.19444130286380726, 0.17477275555245897, -1.1523742296631643, 1.359537033510964, -2.1007051923577844, 0.4284233193213997]
+      velocities: [-0.256025514844781, 0.0650642107092802, -0.018918492642999947, -0.03743791670071235, 0.18293821688407394, 0.042660849320306254]
+      accelerations: [3.329910065070585e-14, -0.08558983612265597, 0.0702218239147267, 0.011738323048952866, 0.007743204952912953, -0.02118990600117682]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 370783336
+    - 
+      positions: [0.19316065364196255, 0.1750971386203414, -1.152467982341839, 1.3593499144706318, -2.099790031688292, 0.428636445446595]
+      velocities: [-0.256025514844781, 0.06463600899889738, -0.01856731030788852, -0.03737912125733708, 0.18297688425932218, 0.04255513449654719]
+      accelerations: [-2.2191466967141166e-14, -0.08562120612100284, 0.07019400407457814, 0.01177028697964327, 0.007717461465321253, -0.021078851476747047]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 375785374
+    - 
+      positions: [0.19187954863734655, 0.17541949371727064, -1.1525600111687857, 1.3591630234889518, -2.0988743521164164, 0.42884911974089196]
+      velocities: [-0.2560255148447811, 0.06420749806579634, -0.018216141117482897, -0.037320143193010295, 0.18301543673539145, 0.042449934314166035]
+      accelerations: [-2.2183607387953028e-14, -0.08565251892628539, 0.07016661392356634, 0.01180295197638281, 0.007691779791041944, -0.020969167904531863]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 380789192
+    - 
+      positions: [0.19059799179439896, 0.1757398167880889, -1.1526503146790885, 1.3589763622728392, -2.097958156899492, 0.4290613437363436]
+      velocities: [-0.2560255148447812, 0.06377867940857337, -0.017864984034796978, -0.03726097863720156, 0.18305387449174504, 0.042345242611959676]
+      accelerations: [-3.3263732526737887e-14, -0.0856837729097675, 0.0701396795163383, 0.01183648914882183, 0.007666191850084718, -0.020860860863532057]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 385794774
+    - 
+      positions: [0.18931598706550215, 0.17605810380138132, -1.1527388914180574, 1.3587899325501407, -2.0970414493016176, 0.4292731189402994]
+      velocities: [-0.2560255148447813, 0.0633495545369811, -0.017513837960504118, -0.03720162327637357, 0.18309219778744018, 0.042241053178327645]
+      accelerations: [0.0, -0.08571496701112072, 0.07011319913830157, 0.011870903455605661, 0.007640696976828706, -0.020753940245382456]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 390802106
+    - 
+      positions: [0.1880335384109215, 0.17637435074963162, -1.152825739941303, 1.3586037360697685, -2.096124232593617, 0.4294844468350316]
+      velocities: [-0.25602551484478114, 0.06292012497087945, -0.017162701837264028, -0.03714207297845432, 0.18313040683822246, 0.042137359736179075]
+      accelerations: [6.648141556197843e-14, -0.08574610001305903, 0.07008715715889623, 0.01190611643961964, 0.0076152779723550135, -0.020648417677293848]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 395811172
+    - 
+      positions: [0.1867506497988142, 0.17668855364936426, -1.1529108588151562, 1.3584177745997505, -2.09520651005346, 0.4296953288773068]
+      velocities: [-0.256025514844781, 0.06249039224060367, -0.016811574643465235, -0.037082323755287555, 0.18316850182409944, 0.04203415594478588]
+      accelerations: [-1.1076453851684423e-14, -0.08577717070703149, 0.07006155439214878, 0.011942148149844506, 0.007589937214199478, -0.020544302327419238]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 400821956
+    - 
+      positions: [0.18546732520515835, 0.1770007085413058, -1.15299424661668, 1.358232049927736, -2.09428828496614, 0.429905766498033]
+      velocities: [-0.2560255148447811, 0.06206035788702069, -0.016460455266330373, -0.037022371000626816, 0.1832064830384218, 0.04193143541171443]
+      accelerations: [-3.321812606835248e-14, -0.0858081778427493, 0.07003642586079423, 0.011979224265306003, 0.0075647170047853565, -0.020441601077231565]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 405834443
+    - 
+      positions: [0.1841835686134942, 0.1773108114905919, -1.1530759019328352, 1.3580465638666435, -2.0933695606224108, 0.43011576110199523]
+      velocities: [-0.2560255148447811, 0.06163002346080948, -0.016109342638069526, -0.03696221030767597, 0.18324435072747727, 0.041829191678130734]
+      accelerations: [3.3207001302426995e-14, -0.085839120488556, 0.07001171804873733, 0.01201703856705756, 0.0075395557054006475, -0.02034032897693417]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 410848618
+    - 
+      positions: [0.18289938401513517, 0.17761885858685117, -1.1531558233618375, 1.3578613182470132, -2.0924503403204704, 0.43032531406730923]
+      velocities: [-0.256025514844781, 0.06119939052307791, -0.015758235736287998, -0.03690183746846679, 0.18328210509061763, 0.04172741821887779]
+      accelerations: [2.2130658160063804e-14, -0.08586999714739099, 0.0699874658242474, 0.012055816945884546, 0.007514495661931394, -0.020240492897557402]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 415864464
+    - 
+      positions: [0.181614775408915, 0.17792484594441557, -1.1532340095123261, 1.3576763149226625, -2.091530627364703, 0.4305344267451574]
+      velocities: [-0.25602551484478114, 0.06076846064476314, -0.015407133494614565, -0.03684124794155527, 0.1833197463844603, 0.04162610845154896]
+      accelerations: [-8.849355696793287e-14, -0.08590080711945698, 0.0699636513515682, 0.012095465644790264, 0.007489516825740879, -0.020142104287541523]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 420881966
+    - 
+      positions: [0.18032974680120614, 0.17822876970244425, -1.1533104590038377, 1.3574915557683447, -2.0906104250661803, 0.43074310045936554]
+      velocities: [-0.2560255148447814, 0.060337235407050854, -0.015056034838318279, -0.03678043705865265, 0.18335727488208067, 0.041525255729923174]
+      accelerations: [-1.1058097050809165e-14, -0.08593154872956238, 0.06994029527358248, 0.012136127983769307, 0.007464645235340677, -0.020045172656613413]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 425901109
+    - 
+      positions: [0.17904430220573953, 0.17853062602511846, -1.1533851704663247, 1.3573070426833465, -2.0896897367418625, 0.4309513365060612]
+      velocities: [-0.2560255148447813, 0.05990571640089911, -0.01470493871855224, -0.0367194002345772, 0.1833946908319895, 0.041424853342261675]
+      accelerations: [4.421814545408672e-14, -0.08596222146101962, 0.06991736613374865, 0.012177626634530278, 0.007439844512479582, -0.019949710151267543]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 430921876
+    - 
+      positions: [0.17775844564369986, 0.17883041110174144, -1.1534581425409698, 1.3571227775870478, -2.0887685657155677, 0.4311591361532216]
+      velocities: [-0.2560255148447813, 0.05947390522669029, -0.014353844074159195, -0.03665813273748573, 0.18343199450264497, 0.041324894512713]
+      accelerations: [-3.315303765915559e-14, -0.08599282377075469, 0.06989489978791347, 0.012220196375778791, 0.007415158412932443, -0.019855725742861832]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 435944253
+    - 
+      positions: [0.17647218114346014, 0.1791281211469483, -1.1535293738793237, 1.356938762424816, -2.0878469153166637, 0.43136650064036025]
+      velocities: [-0.25602551484478137, 0.05904180349519815, -0.014002749835765816, -0.03659662970756568, 0.18346918617893243, 0.04122537240132983]
+      accelerations: [0.0, -0.08602335474724403, 0.06987286317255792, 0.012263652534001376, 0.007390549175006478, -0.019763231591330907]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 440968223
+    - 
+      positions: [0.17518551274068678, 0.17942375240081226, -1.1535988631441605, 1.356754999163376, -2.0869247888810807, 0.43157343117807406]
+      velocities: [-0.2560255148447812, 0.058609412826062746, -0.013651654968914066, -0.03653488642442734, 0.18350626610999238, 0.04112628010090656]
+      accelerations: [5.5220377691479004e-14, -0.08605381344854758, 0.06985127496529825, 0.012308123331369008, 0.007366039763141675, -0.0196722379502037]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 445993771
+    - 
+      positions: [0.1738984444781634, 0.17971730112901682, -1.1536666090090424, 1.3565714897940337, -2.0860021897505905, 0.4317799289476844]
+      velocities: [-0.25602551484478114, 0.05817673484866517, -0.013300558398699482, -0.0364728978459764, 0.18354323459850683, 0.04102761063894463]
+      accelerations: [-2.208132464396146e-14, -0.0860841986060796, 0.06983013212191369, 0.012353607728630027, 0.007341627971321217, -0.019582756218563414]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 451020880
+    - 
+      positions: [0.17261098040573541, 0.18000876362300675, -1.1537326101584264, 1.3563882363326543, -2.085079121272807, 0.4319859951008304]
+      velocities: [-0.2560255148447813, 0.05774377120230555, -0.012949459070318914, -0.03641065897180237, 0.18358009193001965, 0.040929356975063474]
+      accelerations: [-4.414914383320579e-14, -0.0861145091972262, 0.06980942922315027, 0.012400089282283592, 0.0073173086254324695, -0.019494797703008642]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 456049535
+    - 
+      positions: [0.17132312458026408, 0.1802981362001303, -1.15379686528783, 1.3562052408192522, -2.084155586801268, 0.43219163075906364]
+      velocities: [-0.25602551484478114, 0.05731052353469763, -0.012598355947970447, -0.036348164845228514, 0.1836168383728689, 0.040831512003034184]
+      accelerations: [1.1033946441422803e-13, -0.08614474454637802, 0.06978916368197192, 0.012447566193967047, 0.007293079502666413, -0.01940837301782982]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 461079721
+    - 
+      positions: [0.17003488106556558, 0.18058541520377538, -1.1538593731039266, 1.3560225053179473, -2.0832315896954343, 0.4323968370134635]
+      velocities: [-0.256025514844781, 0.05687699350317524, -0.012247247974382737, -0.036285410299824405, 0.1836534742265499, 0.04073406854766481]
+      accelerations: [-4.4122575061277784e-14, -0.08617490314210693, 0.06976934618124234, 0.012496122826318776, 0.007268954660903212, -0.019323494732169138]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 466111421
+    - 
+      positions: [0.16874625393228015, 0.18087059700354152, -1.1539201323243073, 1.3558400319190915, -2.082307133320223, 0.43260161492421484]
+      velocities: [-0.2560255148447813, 0.05644318277460181, -0.011896134077333538, -0.03622238999633042, 0.18368999981446177, 0.04063701936319572]
+      accelerations: [-8.821902339066785e-14, -0.08620498433317991, 0.06974997154415513, 0.012545742676489042, 0.007244928987688819, -0.019240174122138232]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 471144619
+    - 
+      positions: [0.1674572472578238, 0.18115367799537058, -1.153979141677641, 1.3556578227388556, -2.0813822210460873, 0.43280596552020595]
+      velocities: [-0.2560255148447814, 0.056009093024229684, -0.011545013200704286, -0.03615909861725239, 0.18372641544650817, 0.04054035713533529]
+      accelerations: [3.3072446732843166e-14, -0.08623498705256681, 0.06973103811582382, 0.012596432746506644, 0.00722100167202682, -0.019158422972438794]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 476179299
+    - 
+      positions: [0.16616786512632062, 0.1814346546016916, -1.1540363999037448, 1.3554758799194069, -2.080456856248973, 0.43300988979861726]
+      velocities: [-0.2560255148447813, 0.05557472593646663, -0.01119388430788971, -0.036095530885188534, 0.18376272141534794, 0.04044407448095082]
+      accelerations: [3.306287016249468e-14, -0.08626491033748751, 0.06971253938467636, 0.012648169316092594, 0.0071971661230220245, -0.01907825270894716]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 481215446
+    - 
+      positions: [0.16487811162856475, 0.1817135232715558, -1.1540919057537773, 1.3552942056283106, -2.0795310423104425, 0.4332133887245155]
+      velocities: [-0.2560255148447813, 0.055140083204524945, -0.01084274635322792, -0.03603168138724978, 0.18379891802997567, 0.04034816394552999]
+      accelerations: [-3.305340404274227e-14, -0.0862947532517252, 0.06969448505349557, 0.012701029136633967, 0.007173434868663239, -0.018999676151200167]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 486253044
+    - 
+      positions: [0.16358799086189127, 0.1819902804807899, -1.1541456579900238, 1.3551128020604664, -2.0786047826172496, 0.4334164632304274]
+      velocities: [-0.25602551484478125, 0.0547051665304116, -0.010491598260058188, -0.035967544438045396, 0.18383500564173857, 0.04025261800025088]
+      accelerations: [4.4058731140004224e-14, -0.08632451482389689, 0.06967687732493659, 0.012755042870588132, 0.007149811643038727, -0.018922705914426127]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 491292076
+    - 
+      positions: [0.16229750693008674, 0.18226492273214046, -1.1541976553858697, 1.354931671438883, -2.0776780805611637, 0.43361911421591326]
+      velocities: [-0.25602551484478114, 0.05426997762456186, -0.010140439002590991, -0.035903114585557255, 0.18387098454744383, 0.04015742904905392]
+      accelerations: [0.0, -0.08635419425483451, 0.06965969341457218, 0.01281008647959185, 0.00712627051466652, -0.018847352039169308]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 496332526
+    - 
+      positions: [0.16100666394343863, 0.18253744655538343, -1.154247896726403, 1.3547508160115418, -2.076750939539649, 0.4338213425471849]
+      velocities: [-0.256025514844781, 0.05383451820606767, -0.009789267523995202, -0.03583838610289869, 0.18390685508642815, 0.04006258941932364]
+      accelerations: [5.5042780343475613e-14, -0.0863837904740302, 0.06964296803889043, 0.012866392311661866, 0.0071028537366269965, -0.01877363086663179]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 501374379
+    - 
+      positions: [0.1597154660184681, 0.1828078485075073, -1.1542963808075677, 1.3545702380572684, -2.0758233629545826, 0.43402314905661393]
+      velocities: [-0.2560255148447812, 0.053398790002575414, -0.009438082742738765, -0.035773353026735635, 0.18394261763281522, 0.039968091361877345]
+      accelerations: [-1.2106102693007076e-13, -0.08641330270872416, 0.06962667590672736, 0.012923821116191803, 0.0070795323099371735, -0.01870155247008019]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 506417618
+    - 
+      positions: [0.15842391727799018, 0.18307612517281788, -1.15434310643683, 1.3543899398822097, -2.07489535421302, 0.4342245345423489]
+      velocities: [-0.2560255148447814, 0.05296279474960031, -0.009086883640476974, -0.03570800970353441, 0.1839782724912601, 0.03987392706043182]
+      accelerations: [2.200515304769469e-14, -0.08644273015285282, 0.069610816878248, 0.012982388544411704, 0.007056307128156746, -0.018631129465227828]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 511462228
+    - 
+      positions: [0.15713202185103964, 0.1833422731630719, -1.1543880724332092, 1.3542099238202243, -2.073966916727102, 0.43442549976788986]
+      velocities: [-0.25602551484478125, 0.05252653419116775, -0.008735669177227946, -0.035642350261886745, 0.18401381999761174, 0.03978008862200495]
+      accelerations: [4.399856770482181e-14, -0.08647207177204078, 0.06959539932347847, 0.013042164687135654, 0.007033189126313746, -0.01856237576396259]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 516508191
+    - 
+      positions: [0.15583978387274722, 0.18360628911762572, -1.1544312776270953, 1.354030192234653, -2.073038053913674, 0.4346260454616387]
+      velocities: [-0.2560255148447811, 0.05209001007936238, -0.008384438285164065, -0.035576368571630435, 0.18404926052635745, 0.0396865680738733]
+      accelerations: [2.1993488207425882e-14, -0.08650132692479337, 0.06958042556082604, 0.013103181359258122, 0.007010182139212608, -0.018495305217172197]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 521555493
+    - 
+      positions: [0.15454720748424708, 0.18386816970356631, -1.154472720860217, 1.35385074751912, -2.0721087691941027, 0.4348261723164467]
+      velocities: [-0.25602551484478103, 0.05165322417421975, -0.008033189906153941, -0.035510058476764396, 0.18408459444594255, 0.03959335736653924]
+      accelerations: [0.0, -0.08653049460766128, 0.06956588908407538, 0.013165416323405772, 0.006987279388962269, -0.018429930591102175]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 526604116
+    - 
+      positions: [0.1532542968326361, 0.18412791161583983, -1.1545124009858336, 1.3536715920969646, -2.0711790659944067, 0.43502588098918304]
+      velocities: [-0.2560255148447811, 0.05121617824378197, -0.007681922998216441, -0.03544341383580788, 0.18411982211106118, 0.03950044837637937]
+      accelerations: [-2.1982117520643634e-14, -0.08655957414810324, 0.06955178966758706, 0.013228885436371305, 0.006964481660399147, -0.018366264720202963]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 531654045
+    - 
+      positions: [0.15196105607089713, 0.18438551157737842, -1.1545503168687679, 1.3534927284216363, -2.0702489477451635, 0.4352251721003078]
+      velocities: [-0.2560255148447813, 0.05077887406344257, -0.007330636525691066, -0.03537642846238301, 0.18415494387387954, 0.03940783290357036]
+      accelerations: [-7.691789859458244e-14, -0.08658856479287495, 0.06953812471458953, 0.013293590048484032, 0.006941786629640185, -0.018304321226532375]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 536705264
+    - 
+      positions: [0.15066748935783408, 0.18464096633922578, -1.1545864673854986, 1.3533141589767197, -2.069318417881507, 0.4354240462334245]
+      velocities: [-0.2560255148447814, 0.05034131341679302, -0.006979329425092351, -0.035309095906212035, 0.1841899601254394, 0.03931550266344577]
+      accelerations: [5.492760223378299e-14, -0.08661746552152824, 0.0695249075230588, 0.013359632723391811, 0.006919211471700388, -0.018244116399713236]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 541757755
+    - 
+      positions: [0.14937360085792079, 0.1848942726806854, -1.1546208514238503, 1.3531358862785325, -2.0683874798425648, 0.4356225039347786]
+      velocities: [-0.2560255148447812, 0.04990349809482668, -0.006628000652137454, -0.035241409749271535, 0.18422487123929207, 0.03922344929595602]
+      accelerations: [3.294841923403004e-14, -0.08664627588406094, 0.06951211688835629, 0.013426897594524123, 0.006896731551403534, -0.01818566015108605]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 546811503
+    - 
+      positions: [0.1480793947413378, 0.1851454274094163, -1.154653467883557, 1.3529579128731715, -2.0674561370720963, 0.43582054571289097]
+      velocities: [-0.25602551484478103, 0.049465429895631845, -0.006276649171880607, -0.03517336354529631, 0.18425967758255402, 0.03913166436252602]
+      accelerations: [2.196025823158525e-14, -0.08667499497223095, 0.06949977002024302, 0.01349551116696968, 0.006874368416975543, -0.01812897004898244]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 551866492
+    - 
+      positions: [0.14678487518379954, 0.18539442736158077, -1.1546843156758517, 1.352780241339717, -2.066524393017804, 0.43601817203802956]
+      velocities: [-0.25602551484478125, 0.0490271106249921, -0.005925273915269562, -0.035104950542077684, 0.18429437956872574, 0.03904013933601068]
+      accelerations: [-1.0977488554024485e-13, -0.08670362208499784, 0.06948786291618193, 0.013565467506207787, 0.0068521183402843805, -0.018074060015490154]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 556922705
+    - 
+      positions: [0.145490046366495, 0.18564126940196313, -1.154713393723594, 1.3526028742900722, -2.0655922511313682, 0.4362153833417573]
+      velocities: [-0.2560255148447814, 0.048588542095990735, -0.0055738738542815535, -0.03503616415523002, 0.18432897756744326, 0.03894886561599216]
+      accelerations: [3.292465416104875e-14, -0.0867321564596011, 0.0694763830668989, 0.013636705687500063, 0.0068299671634721665, -0.018020941603189455]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 561980126
+    - 
+      positions: [0.1441949124760807, 0.18588595042407968, -1.1547407009616135, 1.3524258143673997, -2.0646597148687897, 0.4364121800165343]
+      velocities: [-0.2560255148447811, 0.04814972612845951, -0.005222447945194014, -0.03496699761263638, 0.18436347197198386, 0.03885783451720115]
+      accelerations: [9.875085848041891e-14, -0.0867605976030166, 0.06946534891931627, 0.013709360436752726, 0.006807937862236729, -0.017969633351944493]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 567038739
+    - 
+      positions: [0.14289947770449504, 0.18612846735031455, -1.1547662363362658, 1.3522490642495373, -2.0637267876896512, 0.43660856241516965]
+      velocities: [-0.256025514844781, 0.04771066454952468, -0.004870995100726225, -0.03489744377108797, 0.18439786323304402, 0.03876703725770414]
+      accelerations: [-4.387914885417111e-14, -0.08678894452029001, 0.06945475898080239, 0.013783443327230466, 0.00678602963140531, -0.01792015152111738]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 572098526
+    - 
+      positions: [0.14160374624888836, 0.18636881713204492, -1.1547899988054953, 1.3520726266492809, -2.062793473057072, 0.43680453085031484]
+      velocities: [-0.2560255148447811, 0.04727135919306499, -0.004519514318114312, -0.03482749593343279, 0.18443215170515448, 0.038676464993873894]
+      accelerations: [-1.0967293528735462e-14, -0.08681719692355234, 0.06944458108127005, 0.013858766088811501, 0.006764204736506186, -0.017872500866658335]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 577159473
+    - 
+      positions: [0.1403077223117226, 0.1866069967497163, -1.15481198733968, 1.3518965043095692, -2.0618597744387293, 0.43700008559422776]
+      velocities: [-0.2560255148447811, 0.0468318118994894, -0.004168004528961502, -0.03475714689182299, 0.18446633782624844, 0.038586108779308785]
+      accelerations: [2.1929673096917075e-14, -0.08684535389498665, 0.06943487307756892, 0.013935718429368506, 0.006742533340359395, -0.0178267139223691]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 582221562
+    - 
+      positions: [0.13901141010036505, 0.18684300321302616, -1.1548322009201808, 1.3517207000134035, -2.060925695304754, 0.4371952268779028]
+      velocities: [-0.2560255148447811, 0.046392024516471286, -0.0038164646808214672, -0.034686389444175014, 0.18450042202039535, 0.03849595958575639]
+      accelerations: [-2.1924832533627705e-14, -0.0868734148404942, 0.06942557057964234, 0.01401390810046047, 0.006720939289782836, -0.017782787219950223]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 587284777
+    - 
+      positions: [0.13771481382737072, 0.1870768335609716, -1.1548506385410084, 1.3515452165738258, -2.0599912391298676, 0.4373899548910207]
+      velocities: [-0.2560255148447812, 0.04595199889793508, -0.0034648937650647036, -0.03461521657404501, 0.18453440466417403, 0.03840600831123994]
+      accelerations: [-2.1920065356647212e-14, -0.0869013792347456, 0.06941672043079705, 0.01409365366571154, 0.00669947944503522, -0.017740750119962283]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 592349101
+    - 
+      positions: [0.136417937710138, 0.18730848486200896, -1.154867299207652, 1.3513700568420268, -2.0590564093916623, 0.43758426978115317]
+      velocities: [-0.2560255148447814, 0.04551173690401067, -0.0031132906946986006, -0.03454362066927781, 0.1845682862325442, 0.038316245742263305]
+      accelerations: [-5.478842888388391e-14, -0.08692924648647453, 0.06940830652248765, 0.014174871624561543, 0.006678135290726646, -0.017700614128670657]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 597414519
+    - 
+      positions: [0.13512078597091765, 0.18753795421414937, -1.154882181937514, 1.3511952237051967, -2.0581212095710653, 0.43777817165337274]
+      velocities: [-0.2560255148447812, 0.04507124040120669, -0.0027616544263903394, -0.03447159430035332, 0.18460206715289257, 0.03822666258863415]
+      accelerations: [1.3146450667651342e-13, -0.08695701598656669, 0.0694003275004553, 0.0142575730878615, 0.006656906031212849, -0.01766239489214088]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 602481013
+    - 
+      positions: [0.1338233628367394, 0.18776523874506887, -1.1548952857599675, 1.3510207200867872, -2.05718564315229, 0.437971660569771]
+      velocities: [-0.2560255148447811, 0.04463051126259969, -0.0024099839267004326, -0.034399130001738956, 0.18463574784610629, 0.03813724947495361]
+      accelerations: [-7.667171407995524e-14, -0.08698468706033408, 0.06939278061072186, 0.014341760980552143, 0.006635789383551952, -0.01762610732465869]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 607548567
+    - 
+      positions: [0.13252567253934577, 0.18799033561221795, -1.1549066097164515, 1.3508465489465633, -2.0562497136228326, 0.43816473654899557]
+      velocities: [-0.2560255148447813, 0.04418955136698828, -0.0020582781462282467, -0.0343262201093508, 0.18466932875648012, 0.038047996930279805]
+      accelerations: [-1.0950865136070022e-14, -0.08701225941912762, 0.06938567471068498, 0.01442751058765396, 0.006614796357029757, -0.017591771196372733]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 612617165
+    - 
+      positions: [0.13122771931506058, 0.18821324200293144, -1.154916152860266, 1.3506727132825043, -2.0553134244730766, 0.4383573995656738]
+      velocities: [-0.2560255148447812, 0.04374836259907914, -0.0017065360416145727, -0.03425285689988651, 0.18470281032563374, 0.037958895394301154]
+      accelerations: [3.284599477362318e-14, -0.08703973230113589, 0.06937899837204119, 0.014514769882091902, 0.006593914378611627, -0.017559399031200778]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 617686789
+    - 
+      positions: [0.12992950740477252, 0.18843395513452937, -1.154923914256888, 1.350499216129448, -2.05437677919659, 0.43854964955000697]
+      velocities: [-0.2560255148447812, 0.04330694684961654, -0.0013547565602870003, -0.03417903248865465, 0.1847361930111719, 0.037869935210348094]
+      accelerations: [-2.1893002741955928e-14, -0.0870671053531906, 0.06937276647441437, 0.014603654459639943, 0.006573161816587844, -0.01752901340097561]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 622757424
+    - 
+      positions: [0.12863104105376885, 0.18865247225443213, -1.1549298929836114, 1.3503260605620224, -2.0534397812895158, 0.43874148638712984]
+      velocities: [-0.2560255148447812, 0.04286530601517587, -0.0010029386495681997, -0.0341047388898562, 0.1847694772753402, 0.037781106628497034]
+      accelerations: [2.1888748939037407e-14, -0.08709437788107492, 0.06936696400813645, 0.01469408856793924, 0.0065525216295850555, -0.01750062565368919]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 627829053
+    - 
+      positions: [0.1273323245117361, 0.18886879064025455, -1.1549340881299557, 1.350153249692679, -2.052502434250996, 0.43893290991673595]
+      velocities: [-0.2560255148447811, 0.042423441997579095, -0.0006510812690716635, -0.03402996809633925, 0.18480266356999847, 0.03769239980943165]
+      accelerations: [3.282685264327724e-14, -0.0871215497495424, 0.06936160096909529, 0.01478615635421321, 0.006532006257119368, -0.017474256885144753]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 632901659
+    - 
+      positions: [0.12603336203262397, 0.18908290759990792, -1.15493649879743, 1.3499807866738178, -2.0515647415827374, 0.4391239199324738]
+      velocities: [-0.2560255148447812, 0.04198135670424129, -0.00029918337194157916, -0.033954711957173776, 0.18483575235917113, 0.03760380481627826]
+      accelerations: [-7.658161419937412e-14, -0.08714862011483318, 0.06935666975947867, 0.014879830409280682, 0.006511607559027044, -0.017449921714211235]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 637975225
+    - 
+      positions: [0.12473415787460407, 0.18929482047170307, -1.1549371240997504, 1.3498086746970557, -2.0506267067891746, 0.43931451618149747]
+      velocities: [-0.25602551484478125, 0.04153905204815635, 5.275608871450843e-05, -0.03387896221709831, 0.18486874411157372, 0.03751531161589561]
+      accelerations: [4.375285448074597e-14, -0.08717558883321008, 0.06935217784275956, 0.01497517933429189, 0.006491335025755305, -0.017427640776499165]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 643049736
+    - 
+      positions: [0.12343471629994592, 0.189504526624448, -1.154935963162669, 1.3496369169949511, -2.0496883333771216, 0.43950469836387623]
+      velocities: [-0.2560255148447811, 0.04109652994737269, 0.00040473815681712154, -0.03380271053605709, 0.18490163929658504, 0.03742691007974085]
+      accelerations: [3.28086998085171e-14, -0.08720245525424923, 0.06934811644701949, 0.015072168074206938, 0.006471178935757299, -0.017407428401909227]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 648125173
+    - 
+      positions: [0.12213504157498409, 0.18971202345754257, -1.1549330151242212, 1.3494655168400729, -2.0487496248559824, 0.4396944661321548]
+      velocities: [-0.2560255148447811, 0.04065379232509874, 0.0007567638983742265, -0.033725948323876195, 0.18493443841455212, 0.037338589970069655]
+      accelerations: [-3.280286862573157e-14, -0.08722921917732247, 0.0693445029128727, 0.015170930381043531, 0.006451160718111382, -0.017389310713629955]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 653201522
+    - 
+      positions: [0.12083513796993472, 0.18991730840108453, -1.154928279134299, 1.349294477548395, -2.0478105847370505, 0.43988381909063357]
+      velocities: [-0.2560255148447814, 0.040210841109563, 0.001108834348513697, -0.03364866708758848, 0.18496714193277752, 0.037250340964914586]
+      accelerations: [-1.2025620674922573e-13, -0.08725587999401374, 0.06934130761294421, 0.01527129442209631, 0.006431245438784284, -0.017373292255319438]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 658278764
+    - 
+      positions: [0.11953500975898455, 0.19012037891594163, -1.1549217543554355, 1.3491238024748524, -2.046871216534458, 0.44007275679516705]
+      velocities: [-0.25602551484478153, 0.039767678233959075, 0.001460950542572113, -0.03357085822540504, 0.18499975032302302, 0.03716215264187003]
+      accelerations: [8.744409546695557e-14, -0.08728243751370597, 0.06933856014144908, 0.015373475126290441, 0.006411469299536294, -0.01735940559068088]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 663356884
+    - 
+      positions: [0.11823466122003592, 0.19032123249386632, -1.1549134399620622, 1.3489534950188171, -2.0459315237640423, 0.44026127875229204]
+      velocities: [-0.2560255148447812, 0.03932430563563148, 0.001813113559920547, -0.03349251273981291, 0.18503226411398763, 0.0370740144568156]
+      accelerations: [4.371471216282984e-14, -0.08730889143121208, 0.06933624814308711, 0.015477413732484162, 0.00639181804408367, -0.01734766370017149]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 668435864
+    - 
+      positions: [0.11693409663469431, 0.19051986665757364, -1.1549033351408466, 1.3487835586225516, -2.0449915099436904, 0.44044938441882703]
+      velocities: [-0.2560255148447811, 0.03888072525747707, 0.0021653244207167884, -0.03341362191151967, 0.1850646837676718, 0.036985915791984264]
+      accelerations: [-1.0926880748274126e-14, -0.08733524099109022, 0.06933436055571746, 0.015583059766995951, 0.006372279181417372, -0.017338080271481503]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 673515688
+    - 
+      positions: [0.11563332028825096, 0.19071627896083113, -1.1548914390909988, 1.3486139967698703, -2.0440511785936315, 0.4406370732014564]
+      velocities: [-0.2560255148447812, 0.038436939046473204, 0.0025175841893081306, -0.033334176621321265, 0.18509700980299035, 0.03689784590353656]
+      accelerations: [-1.0925120050162648e-14, -0.08736148645461458, 0.06933292575025508, 0.015690621538021726, 0.00635288713333248, -0.01733068898580212]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 678596340
+    - 
+      positions: [0.11433233646943229, 0.1909104669885564, -1.1548777510235564, 1.3484448129914477, -2.043110533235353, 0.4408243444558342]
+      velocities: [-0.2560255148447812, 0.03799294895377116, 0.0028698939085640895, -0.03325416778195829, 0.18512924271678993, 0.03680979395564235]
+      accelerations: [1.0923395940680331e-14, -0.0873876270135911, 0.06933190682287145, 0.015799878622255577, 0.006333598321766342, -0.017325490173060048]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 683677801
+    - 
+      positions: [0.11303114947053287, 0.19110242835688337, -1.1548622701623588, 1.3482760108591096, -2.042169577392807, 0.4410111974864953]
+      velocities: [-0.2560255148447811, 0.03754875693479148, 0.0032222546434976067, -0.033173586046572, 0.1851613830367198, 0.03672174899392289]
+      accelerations: [2.1843416827852e-14, -0.08741366287711158, 0.0693313493124261, 0.01591115405976171, 0.006314467969974498, -0.017322528021895985]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 688760056
+    - 
+      positions: [0.1117297635870639, 0.19129216071327332, -1.1548449957428866, 1.3481075939940907, -2.041228314590712, 0.44119763154570624]
+      velocities: [-0.256025514844781, 0.03710436494968569, 0.0035746674313449677, -0.03309242213935308, 0.18519343126082471, 0.036633699973260214]
+      accelerations: [2.1840114928538438e-14, -0.08743959304140468, 0.0693311966909909, 0.016024097432704137, 0.006295428745771689, -0.017321791985221234]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 693843088
+    - 
+      positions: [0.11042818311799997, 0.1914796617365677, -1.1548259270137444, 1.347939566057975, -2.040286748356459, 0.44138364583364537]
+      velocities: [-0.2560255148447812, 0.036659774962027686, 0.003927133313115119, -0.033010666647009364, 0.1852253878952686, 0.03654563573882248]
+      accelerations: [-9.826598777457505e-14, -0.08746541821769667, 0.06933150690900838, 0.016139113799712362, 0.006276550704561254, -0.01732333377311006]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 698926880
+    - 
+      positions: [0.10912641236535911, 0.19166492913709318, -1.1548050632351774, 1.3477719307630642, -2.0393448822179803, 0.4415692394970729]
+      velocities: [-0.2560255148447811, 0.03621498893920139, 0.004279653358247721, -0.03292830985290867, 0.18525725348414007, 0.03645754501164992]
+      accelerations: [1.3100238328068416e-13, -0.08749113723279002, 0.06933223315985221, 0.01625591813316376, 0.006257778259947526, -0.0173271485788566]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 704011416
+    - 
+      positions: [0.10782445563438772, 0.1918479606567262, -1.1547824036803023, 1.3476046918649929, -2.0384027197053047, 0.44175441162937645]
+      velocities: [-0.2560255148447809, 0.03577000885276124, 0.0046322286114420606, -0.03284534208579609, 0.18528902854576956, 0.03636941641524136]
+      accelerations: [-6.549194412341547e-14, -0.08751675064078088, 0.0693334124696793, 0.016374778256691043, 0.006239156400103757, -0.017333277708814376]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 709096677
+    - 
+      positions: [0.10652231723326278, 0.192028754068981, -1.1547579476341645, 1.3474378531695668, -2.037460264349165, 0.4419391612694962]
+      velocities: [-0.2560255148447813, 0.035324836677542666, 0.004984860136841458, -0.03276175343092568, 0.18532071362525326, 0.03628123845219397]
+      accelerations: [-9.822437389572865e-14, -0.08754225760424268, 0.06933501543206948, 0.016495522895345473, 0.0062206502161707864, -0.017341725616281275]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 714182648
+    - 
+      positions: [0.10522000147317782, 0.1922073071790779, -1.1547316943945187, 1.347271418528298, -2.036517519681947, 0.4421234874017499]
+      velocities: [-0.25602551484478137, 0.03487947439239456, 0.005337548971010131, -0.032677534037731715, 0.18535230923786683, 0.03619299952775874]
+      accelerations: [8.729880937075185e-14, -0.08756765837482644, 0.06933706058090047, 0.01661829887096602, 0.006202282436224485, -0.01735252440548958]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 719269312
+    - 
+      positions: [0.1039175126681511, 0.19238361782402144, -1.1547036432713644, 1.3471053918421272, -2.0355744892369487, 0.4423073889549853]
+      velocities: [-0.2560255148447811, 0.03443392397878574, 0.005690296166781975, -0.0325926738309517, 0.1853838159217548, 0.03610468792633545]
+      accelerations: [3.273275869090732e-14, -0.08759295264920079, 0.06933953576858957, 0.016743048603556396, 0.006184038882513387, -0.01736568784420075]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 724356652
+    - 
+      positions: [0.10261485513501283, 0.19255768387266659, -1.1546737935872784, 1.346939777059881, -2.034631176548722, 0.4424908648021831]
+      velocities: [-0.2560255148447811, 0.033988187422004934, 0.0060431027833381355, -0.0325071625687357, 0.18541523422676587, 0.03601629181230338]
+      accelerations: [-4.3638097971348546e-14, -0.08761814019038242, 0.06934245562833552, 0.01686989607837958, 0.006165937889304075, -0.017381247774254913]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 729444651
+    - 
+      positions: [0.10131203319323161, 0.19272950322580398, -1.1546421446770503, 1.346774578181404, -2.0336875851524585, 0.44267391375961773]
+      velocities: [-0.2560255148447811, 0.03354226671008498, 0.006395969886975137, -0.03242098984159364, 0.18544656471418136, 0.035927799229226745]
+      accelerations: [5.4540829765519656e-14, -0.0876432211018219, 0.06934580832418392, 0.016998784198791705, 0.006147965178154405, -0.017399218346552274]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 734533292
+    - 
+      positions: [0.10000905116490268, 0.19289907381621318, -1.1546086958880066, 1.3466097992560238, -2.032743718584336, 0.4428565345864554]
+      velocities: [-0.256025514844781, 0.033096163834631244, 0.006748898513500143, -0.032334145322661934, 0.1854778079117227, 0.035839198123393964]
+      accelerations: [-1.0906843938901587e-14, -0.08766819480776662, 0.06934959371731332, 0.017129738630356703, 0.006130121401368974, -0.017419622221080528]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 739622558
+    - 
+      positions: [0.09870591337466188, 0.1930663936087425, -1.1545734465800304, 1.3464454443831453, -2.031799580381424, 0.44303872598414484]
+      velocities: [-0.2560255148447812, 0.032649880789531543, 0.007101889727142246, -0.03224661836987589, 0.18550896438481973, 0.035750476305094106]
+      accelerations: [-9.815002599976708e-14, -0.08769306190354649, 0.06935382313460614, 0.01726285869604468, 0.006112420295443947, -0.017442488840973415]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 744712433
+    - 
+      positions: [0.09740262414953363, 0.19323146060036558, -1.154536396125281, 1.346281517714744, -2.0308551740812044, 0.44322048659564406]
+      velocities: [-0.25602551484478125, 0.03220341957132626, 0.007454944589853346, -0.032158398232192575, 0.18554003469904112, 0.035661621466065475]
+      accelerations: [8.723447571108255e-14, -0.0877178216508161, 0.06935848437933896, 0.017398089074795495, 0.006094847751552087, -0.017467834081863837]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 749802899
+    - 
+      positions: [0.09609918781892085, 0.19339427282025295, -1.1544975439085279, 1.3461180234538686, -2.0299105032219136, 0.4434018150049812]
+      velocities: [-0.25602551484478114, 0.03175678217961239, 0.007808064154896899, -0.0320694740903995, 0.1855710194127302, 0.03557262118213661]
+      accelerations: [-4.3612387966476954e-14, -0.08774247447162273, 0.06936358626668734, 0.01753551310494888, 0.0060774146147297, -0.017495686423128133]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 754893940
+    - 
+      positions: [0.09479560871446345, 0.19355482832982912, -1.1544568893269347, 1.345954965856717, -2.028965571342146, 0.4435827097365099]
+      velocities: [-0.2560255148447812, 0.031309970616596364, 0.008161249463633863, -0.03197983507924184, 0.18560191907256018, 0.03548346291705021]
+      accelerations: [1.0901921022062755e-14, -0.0877670197897603, 0.0693691153510823, 0.01767506686303714, 0.006060105039009713, -0.01752606031729359]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 759985539
+    - 
+      positions: [0.09349189117003719, 0.19371312522283676, -1.1544144317904255, 1.3457923492309116, -2.028020381981249, 0.4437631692545109]
+      velocities: [-0.2560255148447812, 0.030862986886518395, 0.008514501589250665, -0.031889469988220814, 0.1856327342668735, 0.035394133987332224]
+      accelerations: [0.0, -0.08779145823633311, 0.06937509762817347, 0.017816951256894448, 0.0060429508213689495, -0.017558998118496073]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 765077678
+    - 
+      positions: [0.09218803952151064, 0.193869161625398, -1.1543701707210197, 1.345630177940608, -2.0270749386783087, 0.44394319196210735]
+      velocities: [-0.25602551484478114, 0.030415832995110997, 0.008867821615308503, -0.03179836740835961, 0.1856634655991434, 0.03530462157679033]
+      accelerations: [2.1799357135113166e-14, -0.0878157894291228, 0.06938151123340985, 0.017961044785016637, 0.006025925696796616, -0.01759450866303946]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 770170341
+    - 
+      positions: [0.09088405810679204, 0.19402293569606505, -1.154324105553417, 1.3454684564032773, -2.02612924497285, 0.4441227762010105]
+      velocities: [-0.2560255148447812, 0.029968510951452337, 0.009221210566740624, -0.031706516196886095, 0.18569411360473048, 0.03521491278652516]
+      accelerations: [-5.449306035645966e-14, -0.08784001325964662, 0.06938835507249383, 0.018107365915015966, 0.006009028772025146, -0.017632614743918185]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 775263510
+    - 
+      positions: [0.08957995126575083, 0.1941744456258784, -1.1542762357350402, 1.3453071890901007, -2.02518330440479, 0.44430192025092474]
+      velocities: [-0.2560255148447812, 0.02952102276627492, 0.009574669503561607, -0.03161390484116629, 0.18572467886420507, 0.03512499456462917]
+      accelerations: [5.4487910274318284e-14, -0.08786412999634083, 0.06939564409470114, 0.018256043026322447, 0.005992278293332496, -0.017673352889771926]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 780357170
+    - 
+      positions: [0.08827572334004141, 0.1943236896384251, -1.1542265607256572, 1.3451463805291994, -2.024237120513822, 0.44448062232861224]
+      velocities: [-0.2560255148447812, 0.02907337045190046, 0.0099281994959018, -0.031520521625828135, 0.18575516197285546, 0.03503485372255534]
+      accelerations: [-4.3586354049920646e-14, -0.08788813953711927, 0.069403367406219, 0.01840702901862174, 0.005975661395971556, -0.01771673954731193]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 785451303
+    - 
+      positions: [0.08697137867308449, 0.1944706659898868, -1.154175079997679, 1.3449860353043306, -2.023290696839722, 0.44465888058745945]
+      velocities: [-0.25602551484478137, 0.028625556021889195, 0.010281801630185525, -0.03142635458691456, 0.18578556354856124, 0.03494447692680977]
+      accelerations: [-2.179126287640379e-14, -0.08791204227037151, 0.06941154238454379, 0.018560470313542306, 0.005959199416469392, -0.017762814587552387]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 790545891
+    - 
+      positions: [0.08566692160987666, 0.19461537296909334, -1.1541217930357177, 1.3448261580585812, -2.0223440369216448, 0.44483669311646246]
+      velocities: [-0.25602551484478125, 0.02817758149214003, 0.010635476944115495, -0.03133139196090674, 0.18581588415221842, 0.0348538507522404]
+      accelerations: [6.536826495945052e-14, -0.08793583764911016, 0.06942013262662879, 0.01871614363493096, 0.005942848260048997, -0.01781157362697421]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 795640919
+    - 
+      positions: [0.08436235649712333, 0.1947578088975634, -1.1540666993375517, 1.3446667534885033, -2.0213971442993484, 0.44501405794031973]
+      velocities: [-0.2560255148447812, 0.02772944888007054, 0.010989226488745216, -0.031235621755146235, 0.18584612436329584, 0.03476296162967825]
+      accelerations: [-4.357530668813225e-14, -0.08795952637080152, 0.06942917988535101, 0.018874364097990492, 0.005926658925341565, -0.01786307717668458]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 800736368
+    - 
+      positions: [0.08305768768290489, 0.19489797212956333, -1.1540097984130446, 1.3445078263521646, -2.020450022511617, 0.44519097301790705]
+      velocities: [-0.2560255148447811, 0.027281160203460535, 0.011343051368669182, -0.03113903146820873, 0.1858762848287408, 0.034671795811067]
+      accelerations: [8.714383174788399e-14, -0.08798310832144261, 0.06943866353974867, 0.019035018276769056, 0.005910606520953297, -0.01791733463049853]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 805832223
+    - 
+      positions: [0.08175291951671111, 0.19503586105214488, -1.153951089784697, 1.3443493814661176, -2.019502675096917, 0.4453674362420322]
+      velocities: [-0.2560255148447809, 0.026832717482469917, 0.011696952611754286, -0.031041608988063157, 0.18590636610446695, 0.03458033947622406]
+      accelerations: [-2.1784335421209837e-14, -0.08800658339251775, 0.06944857421945384, 0.01919806881904909, 0.005894679830844783, -0.01797436468466705]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 810928466
+    - 
+      positions: [0.08044805634941526, 0.19517147408518862, -1.1538905729879037, 1.3441914237043318, -2.0185551055936584, 0.44554344543895963]
+      velocities: [-0.2560255148447811, 0.026384122737274328, 0.012050931302892202, -0.030943341667890163, 0.18593636881772221, 0.03448857861915208]
+      accelerations: [-4.3565571570088717e-14, -0.08802995238383945, 0.06945894380814088, 0.019363765099808077, 0.005878917694210101, -0.018034221445722923]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 816025080
+    - 
+      positions: [0.07914310253299599, 0.19530480968144898, -1.1538282475701285, 1.34403395800454, -2.017607317538968, 0.445718998367053]
+      velocities: [-0.25602551484478103, 0.02593537798959739, 0.012404988518235635, -0.03084421677543605, 0.18596629358749728, 0.03439649910155134]
+      accelerations: [6.534392705074643e-14, -0.08805321456604388, 0.06946973713325552, 0.019531893507585628, 0.005863277665243075, -0.018096902703142924]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 821122047
+    - 
+      positions: [0.0778380624206625, 0.19543586632659535, -1.1537641130918381, 1.3438769893626055, -2.016659314469872, 0.4458940927168286]
+      velocities: [-0.2560255148447809, 0.0254864852618875, 0.012759125310525535, -0.030744221599102034, 0.18599614100599457, 0.03430408666468889]
+      accelerations: [-2.1779905105748408e-14, -0.08807637104863858, 0.06948098032830963, 0.019702661850724685, 0.005847791312714632, -0.018162457999434542]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 826219352
+    - 
+      positions: [0.07653294036661296, 0.1955646425392423, -1.1536981691258266, 1.3437205228377884, -2.0157110999222874, 0.446068726109718]
+      velocities: [-0.2560255148447811, 0.02503744657687599, 0.013113342749172485, -0.030643343167923075, 0.1860259116871517, 0.03421132689469185]
+      accelerations: [-4.3557148080357854e-14, -0.08809942126054142, 0.06949265396128863, 0.019875966508236833, 0.0058324352405754116, -0.018230898843384]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 831316977
+    - 
+      positions: [0.07522774072606683, 0.19569113687099418, -1.153630415257736, 1.3435645635499516, -2.014762677431639, 0.44624289609778434]
+      velocities: [-0.2560255148447812, 0.02458826395841736, 0.013467641919348176, -0.030541568245754633, 0.18605560626693962, 0.03411820521632687]
+      accelerations: [-1.0888657904267154e-14, -0.088122365963081, 0.06950478381111373, 0.02005201762359037, 0.005817241133540977, -0.01830227731239649]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 836414905
+    - 
+      positions: [0.07392246785502093, 0.1958153479064811, -1.1535608510853883, 1.3434091166848832, -2.0138140505318476, 0.44641660016242574]
+      velocities: [-0.2560255148447812, 0.024138939429921027, 0.013822023898644897, -0.03043888350646031, 0.18608522537312833, 0.034024706917624006]
+      accelerations: [2.1776130399315486e-14, -0.08814520518397514, 0.06951734129895729, 0.02023064294959775, 0.005802173741441563, -0.018376595357082772]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 841513119
+    - 
+      positions: [0.0726171261103395, 0.19593727426338017, -1.1534894762195473, 1.3432541874897193, -2.0128652227562984, 0.4465898357143395]
+      velocities: [-0.25602551484478125, 0.023689475015848595, 0.014176489743937183, -0.030335275616853802, 0.1861147696098029, 0.033930817157751376]
+      accelerations: [-4.3550035602929244e-14, -0.08816793908358724, 0.06953034705796678, 0.020412020169062583, 0.00578725867724465, -0.018453902066594474]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 846611602
+    - 
+      positions: [0.07131171984954222, 0.1960569145924611, -1.1534162902833844, 1.3430997812774212, -2.011916197637009, 0.4467626000923055]
+      velocities: [-0.2560255148447812, 0.023239872741281746, 0.014531040509791506, -0.03023073110783346, 0.18614423958009954, 0.03383652095123231]
+      accelerations: [6.53219340119558e-14, -0.08819056784519808, 0.06954377974472715, 0.02059602770474064, 0.005772469619153419, -0.018534205690793445]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 851710337
+    - 
+      positions: [0.07000625343084878, 0.19617426757760598, -1.15334129291305, 1.342945903423502, -2.0109669787053326, 0.4469348905630002]
+      velocities: [-0.2560255148447811, 0.02279013462964667, 0.014885677305025425, -0.030125235976595808, 0.1861736359545952, 0.033741803108559426]
+      accelerations: [-1.0886505497422723e-14, -0.08821309250179271, 0.0695576821796124, 0.020782999340452035, 0.005757859006395438, -0.018617578714707168]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 856809307
+    - 
+      positions: [0.06870073121283526, 0.19628933193584067, -1.153264483756554, 1.3427925593745416, -2.010017569490335, 0.44710670431919586]
+      velocities: [-0.2560255148447811, 0.022340262705225836, 0.015240401208407915, -0.030018776274700936, 0.18620295936862274, 0.033646648316408095]
+      accelerations: [0.0, -0.08823551223363992, 0.06957199996218451, 0.02097258294363361, 0.005743360246940892, -0.018703998034130448]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 861908495
+    - 
+      positions: [0.0673951575546758, 0.1964021064173605, -1.1531858624752076, 1.3426397546389346, -2.0090679735206867, 0.4472780384803715]
+      velocities: [-0.2560255148447811, 0.021890258992374154, 0.015595213284122418, -0.02991133799799569, 0.18623221044120347, 0.03355104112156944]
+      accelerations: [0.0, -0.08825782836875616, 0.0695867819864615, 0.021165155552994114, 0.005729033207775826, -0.01879354254354495]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 867007884
+    - 
+      positions: [0.06608953681576155, 0.1965125898055543, -1.1531054287423426, 1.342487494796521, -2.0081181943228197, 0.44744889009075733]
+      velocities: [-0.2560255148447813, 0.021440125514451704, 0.015950114616510178, -0.02980290684525064, 0.1862613898167737, 0.03345496589690322]
+      accelerations: [-8.708218633625311e-14, -0.08828004048983573, 0.06960198749107312, 0.02136045983018097, 0.005714827672487198, -0.018886202607732765]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 872107457
+    - 
+      positions: [0.06478387335586508, 0.19662078091702473, -1.153023182244394, 1.3423357854917815, -2.0071682354223395, 0.44761925611961345]
+      velocities: [-0.2560255148447814, 0.020989864295174875, 0.01630510625702261, -0.02969346858741214, 0.1862904981007082, 0.03335840689055174]
+      accelerations: [3.265480592317054e-14, -0.0883021493801653, 0.06961764457119615, 0.02155872807438502, 0.005700778221723629, -0.01898203793011241]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 877207197
+    - 
+      positions: [0.06347817153488113, 0.19672667860161266, -1.1529391226801664, 1.3421846324397115, -2.006218100342926, 0.44778913345976495]
+      velocities: [-0.25602551484478137, 0.020539477356289776, 0.016660189323236062, -0.029583008362699205, 0.1863195359805177, 0.03326134812285668]
+      accelerations: [0.0, -0.08832415551636673, 0.06963375130546952, 0.021759979513417217, 0.0056868821776748365, -0.019081079419126887]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 882307086
+    - 
+      positions: [0.062172435712756595, 0.19683028174241166, -1.152853249760892, 1.3420340414261756, -2.005267792606341, 0.4479585189268647]
+      velocities: [-0.2560255148447813, 0.020088966719522056, 0.01701536489690675, -0.02947151139977875, 0.18634850410069315, 0.03316377348898168]
+      accelerations: [2.1768736861088056e-14, -0.08834605889875363, 0.06965029581402042, 0.02196416293082073, 0.0056731250411814005, -0.019183346647473492]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 887407108
+    - 
+      positions: [0.06086667024947325, 0.19693158925578952, -1.1527655632105507, 1.3418840183064291, -2.0043173157327803, 0.44812740925894834]
+      velocities: [-0.25602551484478125, 0.01963833440596794, 0.017370634048476545, -0.02935896284239808, 0.18637740309282033, 0.03306566673423335]
+      accelerations: [0.0, -0.0883678602306835, 0.06966728579808196, 0.022171366441658444, 0.005659515950586039, -0.0192888803225058]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 892507246
+    - 
+      positions: [0.05956087950491935, 0.19703060009139942, -1.152676062765673, 1.3417345690072495, -2.0033666732405324, 0.4482958011154578]
+      velocities: [-0.2560255148447812, 0.01918758243543881, 0.017725997856289994, -0.02924534761338418, 0.18640623359836145, 0.0329670114309137]
+      accelerations: [1.0883946971172326e-14, -0.08838955975406503, 0.06968471692313818, 0.022381592276382437, 0.00564604934633924, -0.019397709216156564]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 897607483
+    - 
+      positions: [0.05825506783883077, 0.1971273132321961, -1.1525847481754614, 1.3415856995268365, -2.0024158686460685, 0.4484636910765708]
+      velocities: [-0.2560255148447812, 0.018736712826449085, 0.018081457418328294, -0.0291306503239889, 0.18643499628401583, 0.032867790962418694]
+      accelerations: [0.0, -0.08841115815896897, 0.06970260149797111, 0.022594964206541297, 0.005632740394477919, -0.019509880393465833]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 902707802
+    - 
+      positions: [0.056949239610627644, 0.1972217276944469, -1.152491619201471, 1.3414374159378588, -2.001464905463518, 0.4486310756420717]
+      velocities: [-0.25602551484478125, 0.01828572759642703, 0.01843701382138853, -0.029014855493902314, 0.18646369180337188, 0.032767988555780746]
+      accelerations: [-2.1767341768220496e-14, -0.08843265558809855, 0.06972092311030988, 0.022811398303103546, 0.005619568503177366, -0.019625409990685967]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 907808185
+    - 
+      positions: [0.055643399179434117, 0.19731384252774217, -1.1523966756180481, 1.3412897243851152, -2.0005137872052074, 0.4487979512310079]
+      velocities: [-0.25602551484478125, 0.01783462876080235, 0.018792668166396402, -0.02889794736939417, 0.1864923208272011, 0.0326675872500222]
+      accelerations: [2.1767174681656727e-14, -0.08845405307340423, 0.06973970400298954, 0.02303108976415201, 0.005606560722364392, -0.019744357609490473]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 912908616
+    - 
+      positions: [0.054337550903854684, 0.1974036568149988, -1.1522999172117485, 1.3411426310904244, -1.9995625173807843, 0.4489643141802508]
+      velocities: [-0.2560255148447811, 0.017383418334294555, 0.0191484215276084, -0.02877991021504194, 0.18652088399420552, 0.03256656994355275]
+      accelerations: [3.26506203707437e-14, -0.0884753502376309, 0.06975891177574478, 0.023253840389483537, 0.005593677152923477, -0.019866720930867596]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 918009077
+    - 
+      positions: [0.05303169914208768, 0.19749116967247543, -1.1522013437821985, 1.340996142347316, -1.9986110994983255, 0.4491301607446291]
+      velocities: [-0.25602551484478114, 0.01693209833020634, 0.0195042749837122, -0.028660728085501, 0.18654938194892043, 0.03246491935399812]
+      accelerations: [-4.353411690725515e-14, -0.08849654837587469, 0.06977858087634352, 0.023479934991145368, 0.005580959712244744, -0.019992575440570228]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 923109552
+    - 
+      positions: [0.05172584825163146, 0.19757638024977114, -1.152100955141189, 1.3408502645282359, -1.9976595370630235, 0.44929548709509437]
+      velocities: [-0.25602551484478125, 0.01648067075893587, 0.019860229651931946, -0.02854038457847982, 0.18657781538321977, 0.03236261797774964]
+      accelerations: [0.0, -0.08851764767509966, 0.06979869228402574, 0.023709272356743888, 0.005568384781649994, -0.020121934814613496]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 928210024
+    - 
+      positions: [0.050420002589313506, 0.19765928772982927, -1.1519987511131824, 1.340705004081742, -1.996707833577811, 0.449460289318458]
+      velocities: [-0.2560255148447813, 0.016029137629097363, 0.020216286629573685, -0.028418863255935994, 0.18660618496439213, 0.0322596481542745]
+      accelerations: [-2.176723274242653e-14, -0.08853864897382428, 0.06981925753270254, 0.023941972263793212, 0.005555966080638277, -0.0202548494574059]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 933310475
+    - 
+      positions: [0.049114166511139354, 0.1977398913289351, -1.1518947315350123, 1.3405603675354254, -1.9957559925428843, 0.44962456341619994]
+      velocities: [-0.25602551484478125, 0.015577500947742871, 0.02057244700909539, -0.028296147531962905, 0.1866344913536696, 0.03215599204800985]
+      accelerations: [4.353485760407367e-14, -0.0885595523585047, 0.0698402635211727, 0.024177977590862453, 0.00554368726145792, -0.02039134028384047]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 938410889
+    - 
+      positions: [0.047808344372284324, 0.19781819029672276, -1.1517888962562335, 1.340416361494239, -1.994804017456112, 0.4497883053040315]
+      velocities: [-0.2560255148447811, 0.015125762719770359, 0.02092871188732686, -0.02817222060270495, 0.18666273521780974, 0.03205163163440086]
+      accelerations: [2.1767697456639727e-14, -0.0885803588841038, 0.0698617254074842, 0.024417435729520626, 0.005531566590692983, -0.0205314633144423]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 943511248
+    - 
+      positions: [0.04650254052691764, 0.19789418391616598, -1.151681245138724, 1.3402729926441261, -1.9938519118124218, 0.44995151081057067]
+      velocities: [-0.2560255148447812, 0.014673924948194396, 0.021285082344302198, -0.02804706560292136, 0.18669091720239261, 0.03194654872553511]
+      accelerations: [-6.530411608574693e-14, -0.08860106851642441, 0.06988362179918055, 0.02466022829616066, 0.00551957725442358, -0.02067522955541594]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 948611536
+    - 
+      positions: [0.04519675932825163, 0.19796787150358244, -1.1515717780572556, 1.3401302677487537, -1.9928996791045248, 0.4501141756771648]
+      velocities: [-0.2560255148447814, 0.014221989632286852, 0.021641559507876728, -0.027920665127050808, 0.18671903801144757, 0.031840724885005466]
+      accelerations: [-2.1768452505928507e-14, -0.0886216830215307, 0.06990599320027983, 0.02490669062992766, 0.005507768749616927, -0.02082272855874352]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 953711736
+    - 
+      positions: [0.04389100512820454, 0.19803925240861225, -1.1514604948984226, 1.339988193658002, -1.9919473228213715, 0.4502762955557235]
+      velocities: [-0.2560255148447814, 0.013769958769312748, 0.021998144476643673, -0.027793001794306615, 0.18674709831241354, 0.031734141523979895]
+      accelerations: [3.265340831605619e-14, -0.08864220166750596, 0.06992878799770327, 0.025156482883996217, 0.005496076997932153, -0.020973933805022608]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 958811830
+    - 
+      positions: [0.04258528227763926, 0.1981083260142274, -1.1513473955620133, 1.3398467772989502, -1.990994846449984, 0.4504378660095041]
+      velocities: [-0.2560255148447812, 0.013317834354921728, 0.022354838332138208, -0.02766405815421053, 0.1867750987513486, 0.03162677988161437]
+      accelerations: [5.442374449658649e-14, -0.08866262605529474, 0.06995205149406689, 0.025409977592340163, 0.005484557467528085, -0.02112894268050115]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 963911801
+    - 
+      positions: [0.04127959512599481, 0.19817509173671322, -1.1512324799598102, 1.3397060256853197, -1.9900422534737348, 0.4505988825107541]
+      velocities: [-0.2560255148447811, 0.012865618380351622, 0.022711642209982362, -0.027533816163570066, 0.186803040040121, 0.031518620933948346]
+      accelerations: [-3.265519388657123e-14, -0.08868295653111775, 0.06997575998097935, 0.025667040146483324, 0.0054731802758434325, -0.02128776454384202]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 969011634
+    - 
+      positions: [0.03997394802135353, 0.19823954902565707, -1.1511157480162215, 1.3395659459137705, -1.9890895473731638, 0.45075934044059507]
+      velocities: [-0.2560255148447812, 0.0124133128353031, 0.023068557185691122, -0.027402258025480117, 0.18683092281560235, 0.031409645538571375]
+      accelerations: [1.0885416621928804e-14, -0.0887031935537988, 0.06999991398891021, 0.025927714211186902, 0.005461945678678985, -0.021450440206282267]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 974111309
+    - 
+      positions: [0.03866834531035091, 0.1983016973639418, -1.1509971996682689, 1.3394265451648117, -1.9881367316258973, 0.45091923508811277]
+      velocities: [-0.2560255148447814, 0.011960919704397683, 0.02342558441069271, -0.027269365181445286, 0.1868587478073498, 0.03129983425204462]
+      accelerations: [-9.79722438515866e-14, -0.08872333884206476, 0.07002454316101125, 0.026192260591811276, 0.005450889559604768, -0.021617050787835997]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 979210812
+    - 
+      positions: [0.037362791337910636, 0.1983615362677128, -1.1508768348648009, 1.3392878307093354, -1.9871838097055123, 0.4510785616484257]
+      velocities: [-0.25602551484478153, 0.0115084409714179, 0.023782724966739076, -0.02713511938549955, 0.18688651565809394, 0.031189167522690825]
+      accelerations: [4.354491749943437e-14, -0.08874339117600104, 0.07004959093659982, 0.026460301840260537, 0.0054399417758246565, -0.021787561649743842]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 984310124
+    - 
+      positions: [0.03605729044751069, 0.1984190652863956, -1.1507546535679973, 1.3391498098986048, -1.9862307850835461, 0.4512373152237044]
+      velocities: [-0.2560255148447812, 0.011055878616070103, 0.02413997995602097, -0.026999502036999325, 0.18691422703443422, 0.031077625567121417]
+      accelerations: [7.62068308659504e-14, -0.08876335353293693, 0.07007512231604376, 0.026732360611810186, 0.00542918163376942, -0.021962102506090906]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 989409228
+    - 
+      positions: [0.03475184698069775, 0.19847428400263767, -1.1506306557516428, 1.3390124901775629, -1.985277661227071, 0.4513954908200144]
+      velocities: [-0.25602551484478114, 0.010603234612923163, 0.02449735053495332, -0.0268624939250428, 0.1869418826685919, 0.03096518832106713]
+      accelerations: [-4.354874845122537e-14, -0.0887832250878143, 0.07010109399140166, 0.027008159839932332, 0.005418555368862955, -0.02214065816556084]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 994508109
+    - 
+      positions: [0.03344646527727149, 0.19852719203231706, -1.1505048414022778, 1.3388758790774127, -1.9843244416002188, 0.4515530833478505]
+      velocities: [-0.2560255148447812, 0.010150510936031917, 0.024854837771890688, -0.026724076283226254, 0.18696948318286352, 0.03085183563138997]
+      accelerations: [3.266316101078688e-14, -0.08880300699232709, 0.07012751516843492, 0.027287808653764067, 0.0054080734415604785, -0.022323283203420967]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 999606748
+    - 
+      positions: [0.03214114967514626, 0.1985777890245135, -1.150377210518955, 1.3387399842181997, -1.983371129663799, 0.45171008762090237]
+      velocities: [-0.25602551484478114, 0.0096977095533427, 0.025212442808119642, -0.026584229591067585, 0.1869970292879028, 0.03073754703287431]
+      accelerations: [-2.177657958024658e-14, -0.08882270060201769, 0.07015440569599635, 0.027571500275568473, 0.005397759865966598, -0.022510050152115626]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:   4705129
+    - 
+      positions: [0.030835904510143276, 0.19862607466147483, -1.1502477631127104, 1.3386048133135673, -1.9824177288745153, 0.4518664983543672]
+      velocities: [-0.2560255148447813, 0.009244832429627016, 0.025570166771201136, -0.026442934214390507, 0.18702452167599157, 0.030622301863347252]
+      accelerations: [-3.2666686399786084e-14, -0.08884230589802189, 0.0701817407931333, 0.027859092807068532, 0.005387583242666169, -0.02270096860508902]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:   9803234
+    - 
+      positions: [0.029530734116064203, 0.19867204865860683, -1.1501164992072233, 1.3384703741668245, -1.981464242685827, 0.4520223101648704]
+      velocities: [-0.2560255148447814, 0.00879188152657126, 0.025928010756567248, -0.026300170544091686, 0.1870519609976929, 0.0305060792899935]
+      accelerations: [-1.088953736089234e-14, -0.08886182418962858, 0.07020953310157386, 0.028150725207740864, 0.005377558432986714, -0.022896100951987537]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  14901048
+    - 
+      positions: [0.028225642824527518, 0.19871571076443675, -1.1499834188384783, 1.3383366746742846, -1.9805106745474363, 0.45217751756904817]
+      velocities: [-0.2560255148447813, 0.008338858800221543, 0.0262859759169448, -0.026155918319603698, 0.1870793479726906, 0.03038885817657474]
+      accelerations: [3.2670646400961904e-14, -0.08888125644339981, 0.070237792928836, 0.02844652116023717, 0.005367697525547011, -0.023095509058050533]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  19998553
+    - 
+      positions: [0.026920634964822887, 0.1987570607605831, -1.1498485220544907, 1.3382037228282022, -1.979557027904859, 0.45233211498214804]
+      velocities: [-0.2560255148447812, 0.007885766204113165, 0.026644063357463485, -0.02601015741679831, 0.18710668325977697, 0.03027061723403869]
+      accelerations: [2.1781859558731237e-14, -0.0889006027253254, 0.07026649177239377, 0.028746310679366498, 0.00535796437865132, -0.023299196408505002]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  25095732
+    - 
+      positions: [0.02561571486400822, 0.1987960984617398, -1.1497118089160638, 1.3380715267120982, -1.9786033062004282, 0.452486096718123]
+      velocities: [-0.2560255148447812, 0.007432605686815839, 0.02700227419753165, -0.025862867379598194, 0.18713396753322087, 0.030151334926954272]
+      accelerations: [-3.2675040877142174e-14, -0.08891986495330928, 0.07029566422945793, 0.0290504014121973, 0.0053484010513646435, -0.02350726176994623]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  30192568
+    - 
+      positions: [0.024310886846609852, 0.19883282371562364, -1.1495732794958664, 1.3379400945084492, -1.9776495128719742, 0.45263945698730373]
+      velocities: [-0.2560255148447813, 0.006979379191445054, 0.027360609595457268, -0.025714027229027138, 0.18716120151325158, 0.03003098943246716]
+      accelerations: [0.0, -0.08893904336596344, 0.07032529146248165, 0.02935869847067409, 0.005338983366618288, -0.023719724920879752]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  35289045
+    - 
+      positions: [0.023006155234659112, 0.19886723640295348, -1.1494329338789324, 1.3378094344959468, -1.9766956513534728, 0.4527921898960891]
+      velocities: [-0.2560255148447814, 0.006526088658305791, 0.02771907066187513, -0.025563616115684747, 0.18718838585876563, 0.029909558768018932]
+      accelerations: [-4.3573159586802114e-14, -0.08895813883004948, 0.07035537410889149, 0.029671253671241647, 0.0053297112891865185, -0.02393663470839209]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  40385144
+    - 
+      positions: [0.021701524347606853, 0.19889933643741578, -1.1492907721626422, 1.3376795550505498, -1.9757417250749765, 0.4529442894459025]
+      velocities: [-0.25602551484478153, 0.006072736022667025, 0.028077658515631477, -0.025411612896804967, 0.18721552123613258, 0.029787020705907198]
+      accelerations: [1.0894148976891957e-14, -0.08897715244635027, 0.07038591527067248, 0.029988138269426288, 0.005320587645208553, -0.024158044634479653]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  45480851
+    - 
+      positions: [0.020396998502223092, 0.19892912376562324, -1.1491467944566376, 1.337550464647034, -1.9747877374624607, 0.45309574953203524]
+      velocities: [-0.25602551484478153, 0.005619323213211201, 0.028436374326965816, -0.02525799580093729, 0.18724260837278725, 0.029663352700134434]
+      accelerations: [-2.1790088468938745e-14, -0.0889960856709085, 0.07041693254132203, 0.030309535901978338, 0.005311633441924658, -0.024384032461071053]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  50576147
+    - 
+      positions: [0.019092582012403658, 0.19895659836706467, -1.1490010008823501, 1.3374221718634434, -1.9738336919371307, 0.45324656394187784]
+      velocities: [-0.2560255148447814, 0.005165852156484567, 0.028795219205877284, -0.025102743274784085, 0.1872696479191978, 0.02953853205858752]
+      accelerations: [7.627182964773937e-14, -0.08901493784406632, 0.07044838521396843, 0.03063518562069319, 0.005302797330372488, -0.02461458431100453]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  55671016
+    - 
+      positions: [0.017788279189345987, 0.1989817602541005, -1.1488533915740835, 1.3372946853740302, -1.972879591916876, 0.45339672635549383]
+      velocities: [-0.2560255148447813, 0.00471232477273088, 0.02915419428629236, -0.0249458333422723, 0.18729664055205902, 0.02941253580852402]
+      accelerations: [-3.269082977905312e-14, -0.08903371204631486, 0.07048032393495901, 0.03096552286992823, 0.005294140833172185, -0.024849830960638104]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  60765442
+    - 
+      positions: [0.01648409434115172, 0.19900460947187235, -1.1487039666776604, 1.3371680139602093, -1.9719254408143772, 0.45354623034251185]
+      velocities: [-0.2560255148447814, 0.004258742975951954, 0.029513300725954626, -0.024787243602590783, 0.18732358697439438, 0.029285340694079964]
+      accelerations: [-1.089794701571256e-14, -0.08905240757599733, 0.07051270795537921, 0.03130028763855023, 0.005285612640479567, -0.025089759714304383]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  65859406
+    - 
+      positions: [0.015180031772999003, 0.19902514609829763, -1.1485527263515052, 1.337042166503511, -1.9709712420385566, 0.4536950693626828]
+      velocities: [-0.25602551484478125, 0.0038051086769540807, 0.029872539653128728, -0.024626951626335616, 0.18735048785015979, 0.029156923253968257]
+      accelerations: [6.539392155865141e-14, -0.08907102630421651, 0.07054556701434614, 0.03163976010855147, 0.005277248614483817, -0.02533447107119643]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  70952893
+    - 
+      positions: [0.013876095786877088, 0.19904337024400467, -1.1483996707658475, 1.3369171519925032, -1.970016998993448, 0.45384323676355653]
+      velocities: [-0.2560255148447811, 0.0033514237794480357, 0.03023191223221397, -0.02446493445719265, 0.18737734388462846, 0.029027259716939535]
+      accelerations: [0.0, -0.08908956904585508, 0.07057888612817487, 0.0319838760943154, 0.0052690290053385505, -0.025583993591436458]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  76045885
+    - 
+      positions: [0.012572290681599008, 0.19905928205228884, -1.1482448001031176, 1.336792979520798, -1.9690627150787121, 0.45399072578000077]
+      velocities: [-0.25602551484478114, 0.0028976901829454236, 0.030591419586725233, -0.024301169201912602, 0.18740415572853653, 0.028896326122895277]
+      accelerations: [-2.1802350377223224e-14, -0.08910803652140044, 0.07061266480549216, 0.03233268435150397, 0.005260952044917688, -0.02583838044457093]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  81138366
+    - 
+      positions: [0.011268620752725401, 0.19907288169907184, -1.1480881145579556, 1.3366696582879747, -1.968108393689621, 0.4541375295330984]
+      velocities: [-0.2560255148447811, 0.002443909780924059, 0.03095106287277618, -0.024135632454325463, 0.18743092406985742, 0.0287640981972086]
+      accelerations: [4.360929411482572e-14, -0.08912643025322414, 0.07064691692838626, 0.032686347097176605, 0.005253034027094649, -0.026097709770565032]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  86230319
+    - 
+      positions: [0.009965090292399847, 0.19908416939283965, -1.1479296143368367, 1.3365471976034278, -1.9671540382165096, 0.45428364102841484]
+      velocities: [-0.256025514844781, 0.0019900844605058652, 0.031310843251607545, -0.023968300507996393, 0.18745764959918604, 0.02863055139417891]
+      accelerations: [-1.090350800032499e-14, -0.08914475107150448, 0.07068163122387609, 0.033044829798199074, 0.005245259594565063, -0.02636201790385576]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  91321728
+    - 
+      positions: [0.008661703589334376, 0.19909314537459558, -1.1477692996583668, 1.3364256068851212, -1.966199652045157, 0.45442905315534005]
+      velocities: [-0.256025514844781, 0.0015362161042811158, 0.03167076185277683, -0.02379914964029021, 0.18748433296365952, 0.02849566095630405]
+      accelerations: [2.180945719587424e-14, -0.08916299977065498, 0.07071680712622537, 0.0334081833221754, 0.005237626946807227, -0.026631359937940857]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  96412575
+    - 
+      positions: [0.007358464928739194, 0.19909980991781376, -1.147607170753293, 1.336304895660545, -1.9652452385567774, 0.4545737586859575]
+      velocities: [-0.2560255148447811, 0.0010823065880072155, 0.03203081984174524, -0.023628155579088032, 0.18751097485133272, 0.028359401793632326]
+      accelerations: [-6.543591189402053e-14, -0.08918117807112305, 0.07075245992151614, 0.03377658285603288, 0.005230153876294959, -0.02690581983980423]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 101502843
+    - 
+      positions: [0.006055378592144326, 0.19910416332836806, -1.1474432278640905, 1.3361850735708751, -1.9642908011274223, 0.45471775027318506]
+      velocities: [-0.2560255148447813, 0.0006283577811152081, 0.03239101838603574, -0.023455293764520154, 0.18753757594853104, 0.02822174853896474]
+      accelerations: [-2.181455629528002e-14, -0.089199286551799, 0.07078857575616185, 0.034149976682305135, 0.005222821833432713, -0.027185431258978134]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 106592517
+    - 
+      positions: [0.00475244885740899, 0.19910620594448805, -1.147277471245326, 1.3360661503692641, -1.9633363431284636, 0.4548610204502064]
+      velocities: [-0.25602551484478137, 0.00017437154805137527, 0.03275135862756923, -0.02328053956274785, 0.18756413690535678, 0.028082675593192788]
+      accelerations: [0.0, -0.0892173263947604, 0.07082515905821662, 0.034528456235866575, 0.005215635063260224, -0.02747026059721189]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 111681579
+    - 
+      positions: [0.0034496799986150845, 0.1991059381366991, -1.1471099011635348, 1.3359481359228227, -1.9623818679264005, 0.4550035616290745]
+      velocities: [-0.2560255148447814, -0.00027965025396690626, 0.03311184173204415, -0.023103867876179462, 0.18759065839718048, 0.027942157035254]
+      accelerations: [-2.181994426335283e-14, -0.08923529904774982, 0.07086221538614489, 0.034912123200600914, 0.005208599182479095, -0.02776037713625088]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 116770013
+    - 
+      positions: [0.002147076285953033, 0.19910336030775405, -1.146940517897066, 1.3358310402148577, -1.9614273788826253, 0.4551453660992499]
+      velocities: [-0.2560255148447812, -0.0007337057745942733, 0.033472468876675765, -0.02292525323406788, 0.18761714110888028, 0.02780016663782442]
+      accelerations: [9.820235944792262e-14, -0.08925320553667598, 0.07089974435926567, 0.03530103367621586, 0.005201712250083839, -0.0280558413703798]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 121857801
+    - 
+      positions: [0.0008446419856472712, 0.19909847289257446, -1.146769321736086, 1.335714873345925, -1.9604728793534152, 0.4552864260263696]
+      velocities: [-0.25602551484478114, -0.001187793168652293, 0.03383324121595843, -0.022744670057291118, 0.18764358569244266, 0.027656677925923554]
+      accelerations: [-6.547686302115168e-14, -0.08927104662709427, 0.07093773808769961, 0.03569518551815494, 0.005194963220624274, -0.028356699804525484]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 126944928
+    - 
+      positions: [-0.00045761864007324627, 0.19909127635819782, -1.146596312982783, 1.3355996455333718, -1.9595183726901915, 0.45542673345138224]
+      velocities: [-0.2560255148447811, -0.0016419105975080369, 0.03419415990639131, -0.02256209246186843, 0.1876699927977396, 0.027511664130266386]
+      accelerations: [7.639998674419151e-14, -0.0892888238756701, 0.07097620592049426, 0.03609471231732295, 0.005188362255407909, -0.028663031534090125]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 132031377
+    - 
+      positions: [-0.0017597013331119738, 0.19908177120370274, -1.1464214919511106, 1.3354853671143743, -1.9585638622391521, 0.45556628028885915]
+      velocities: [-0.2560255148447811, -0.0020960562299098826, 0.034555226116227925, -0.02237749417997671, 0.18769636308382742, 0.02736509816473489]
+      accelerations: [-6.549475930463236e-14, -0.089306538362708, 0.07101514380846544, 0.036499643237310926, 0.005181902754390422, -0.02897489218806838]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 137117131
+    - 
+      positions: [-0.0030616018395541993, 0.1990699579601456, -1.1462448589668892, 1.3353720485462717, -1.9576093513414021, 0.45570505832591207]
+      velocities: [-0.2560255148447812, -0.0025502282422625267, 0.034916441034632144, -0.02219084848056901, 0.1877226972304129, 0.02721695260298048]
+      accelerations: [1.0917338688071879e-14, -0.08932419173796334, 0.07105456471346963, 0.03691014339067652, 0.005175599398202867, -0.02929237034470581]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 142202173
+    - 
+      positions: [-0.004363315909828809, 0.19905583719048026, -1.1460664143674517, 1.3352597004103992, -1.956654843332451, 0.45584305922027935]
+      velocities: [-0.25602551484478137, -0.0030044248170889697, 0.035277805840278446, -0.02200212841158407, 0.18774899589921187, 0.027067199733251928]
+      accelerations: [-6.55135213598858e-14, -0.08934178446340105, 0.0710944522446243, 0.037326146945347305, 0.005169430392292088, -0.029615500345774058]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 147286487
+    - 
+      positions: [-0.005664839298680285, 0.19903940948950913, -1.1458861585020745, 1.335148333409956, -1.9557003415427936, 0.45598027449980316]
+      velocities: [-0.2560255148447813, -0.0034586441431851346, 0.03563932169558377, -0.021811306845754327, 0.18777525972603715, 0.026915811566817997]
+      accelerations: [7.644376479255274e-14, -0.08935931823952227, 0.07113481710723796, 0.03774780128196068, 0.005163407310738822, -0.029944367742444952]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 152370056
+    - 
+      positions: [-0.006966167765313488, 0.19902067548379948, -1.1457040917316836, 1.3350379583733636, -1.9547458492974998, 0.45611669556061]
+      velocities: [-0.2560255148447811, -0.003912884416859662, 0.03600098977159602, -0.021618356281266876, 0.18780148935148522, 0.026762759788458417]
+      accelerations: [2.1844382969844695e-14, -0.08937679400427172, 0.07117565270646753, 0.038175119230274675, 0.005157520428946994, -0.03027902663188672]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 157452863
+    - 
+      positions: [-0.00826729707342792, 0.19899963583161956, -1.1455202144290229, 1.3349285862541458, -1.9537913699164382, 0.4562523136661016]
+      velocities: [-0.25602551484478137, -0.0043671438424871135, 0.03636281125997433, -0.02142324873503619, 0.1878276854363054, 0.026608015724734927]
+      accelerations: [-1.310865743155607e-13, -0.0893942136614503, 0.07121697447459513, 0.038608290495002494, 0.005151787379048815, -0.03061957535237631]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 162534893
+    - 
+      positions: [-0.009568222991392681, 0.19897629122284644, -1.1453345269782331, 1.3348202281353587, -1.952836906713688, 0.4563871199448266]
+      velocities: [-0.2560255148447815, -0.004821420631715024, 0.03672478735187461, -0.02122595591220138, 0.18785384863416282, 0.02645155038240858]
+      accelerations: [8.740485556590093e-14, -0.08941157782329319, 0.07125876751498479, 0.03904726148925404, 0.005146187720698943, -0.030966053178928053]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 167616129
+    - 
+      positions: [-0.010868941292224188, 0.19895064237890914, -1.1451470297752426, 1.3347128952277427, -1.95188246299808, 0.4565211053898673]
+      velocities: [-0.2560255148447814, -0.005275713002399032, 0.037086919218883206, -0.021026449351306917, 0.18787997956840166, 0.026293334480887276]
+      accelerations: [-5.4636843687848745e-14, -0.08942888796445417, 0.07130103976892023, 0.03949216509323067, 0.005140729947212207, -0.03131854598746525]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 172696553
+    - 
+      positions: [-0.012169447753717325, 0.19892269005270602, -1.1449577232275452, 1.334606598872669, -1.9509280420728783, 0.4566542608570474]
+      velocities: [-0.25602551484478153, -0.005730019180862684, 0.037449208053334584, -0.02082470009794029, 0.1879060788820167, 0.026133338369552183]
+      accelerations: [0.0, -0.08944614557460165, 0.07134379221600765, 0.03994307646196521, 0.005135413287946674, -0.03167712589778032]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 177776150
+    - 
+      positions: [-0.013469738158523667, 0.19889243502852136, -1.1447666077541656, 1.3345013505435899, -1.949973647235739, 0.4567865770635001]
+      velocities: [-0.2560255148447814, -0.006184337401111553, 0.03781165504700078, -0.020620678872435905, 0.18793214721045226, 0.02597153206456261]
+      accelerations: [4.372400165967118e-14, -0.08946335180581214, 0.07138702441923928, 0.04040006278628195, 0.005130235535101325, -0.032041864616119485]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 182854903
+    - 
+      positions: [-0.014769808294224392, 0.1988598781219497, -1.1445736837856622, 1.334397161847275, -1.9490192817787109, 0.4569180445862555]
+      velocities: [-0.2560255148447813, -0.006638665904054084, 0.03817426137848411, -0.020414356166841507, 0.18795818516604393, 0.02580788527053751]
+      accelerations: [1.0932870288900515e-14, -0.08948050783070777, 0.07143073240274408, 0.040863161338786196, 0.0051251897929991035, -0.03241282604098846]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 187932796
+    - 
+      positions: [-0.016069653953379143, 0.19882502017981923, -1.1443789517642236, 1.3342940445242681, -1.9480649489883746, 0.45704865386103705]
+      velocities: [-0.2560255148447813, -0.007093002940121216, 0.038537028262837766, -0.020205701836871544, 0.18798419339971184, 0.02564236727250709]
+      accelerations: [-3.28043285354218e-14, -0.08949761581982786, 0.07147493528316068, 0.04133260035963171, 0.00512029815832512, -0.03279012476357382]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 193009812
+    - 
+      positions: [-0.017369270933722657, 0.19878786208008445, -1.1441824121431483, 1.334192010454246, -1.9471106521451256, 0.45717839517977615]
+      velocities: [-0.2560255148447813, -0.0075473467667720095, 0.03889995689885939, -0.01999468552514478, 0.18801017253501406, 0.02547494704039919]
+      accelerations: [5.468359038887589e-14, -0.08951467595025105, 0.07151960833043612, 0.04180825072115844, 0.005115527760451763, -0.03317378385239095]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 198085935
+    - 
+      positions: [-0.01866865503808123, 0.19874840473177638, -1.143984065387496, 1.3340910716521763, -1.9461563945240803, 0.4573072586904682]
+      velocities: [-0.2560255148447811, -0.008001695648616986, 0.039263048469071804, -0.019781276657839627, 0.1880361231679362, 0.025305593225819475]
+      accelerations: [3.281608794340185e-14, -0.08953169043295785, 0.07156477066846106, 0.04229034233833714, 0.005110900620262775, -0.03356391951122688]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 203161149
+    - 
+      positions: [-0.019967802074568202, 0.198706649074892, -1.143783911973566, 1.333991240273699, -1.9452021793943624, 0.45743523439466627]
+      velocities: [-0.2560255148447812, -0.008456047859257278, 0.039626304174023866, -0.019565444162171913, 0.18806204590944792, 0.025134274085557733]
+      accelerations: [-7.658496917898308e-14, -0.08954866015831286, 0.07161041108481112, 0.04277885768120533, 0.005106400629315017, -0.033960585275993334]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 208235436
+    - 
+      positions: [-0.021266707856585635, 0.19866259608032197, -1.1435819523891873, 1.3338925286141357, -1.9442480100195139, 0.4575623121465813]
+      velocities: [-0.2560255148447814, -0.00891040168123705, 0.03998972523215713, -0.01934715645781657, 0.18808794138521717, 0.0249609574730723]
+      accelerations: [-2.1885519552995036e-14, -0.08956558730510378, 0.07165654866841609, 0.04327403047227713, 0.0051020497115794455, -0.03436390107603708]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 213308781
+    - 
+      positions: [-0.022565368203020356, 0.1986162467497379, -1.1433781871331972, 1.3337949491139427, -1.9432938896567846, 0.457688481650502]
+      velocities: [-0.2560255148447813, -0.009364755404513035, 0.04035331285169251, -0.019126381682320087, 0.1881138102005635, 0.024785610895274257]
+      accelerations: [7.661391959629006e-14, -0.08958247214886063, 0.0717031611296179, 0.043775754639362244, 0.005097817940853121, -0.0347738984087745]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 218381168
+    - 
+      positions: [-0.023863778938172292, 0.1985676021155365, -1.1431726167160272, 1.3336985143554287, -1.9423398215579528, 0.4578137324604767]
+      velocities: [-0.2560255148447812, -0.009819107327351303, 0.040717068228072764, -0.01890308771235387, 0.18813965293647372, 0.024608201514873536]
+      accelerations: [-4.378787006933784e-14, -0.0895993172136542, 0.07175026656452099, 0.04428425591648648, 0.005093725678206878, -0.03519069664921302]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 223452579
+    - 
+      positions: [-0.025161935891945028, 0.19851666324071585, -1.142965241659208, 1.3336032370679798, -1.9413858089686589, 0.4579380539777692]
+      velocities: [-0.2560255148447813, -0.01027345575728679, 0.04108099258384926, -0.018677241825467976, 0.1881654701997229, 0.024428696055859744]
+      accelerations: [-1.0949125352669617e-14, -0.0896161231414311, 0.07179785841502792, 0.04479956192665706, 0.005089762756923202, -0.0356143649211291]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 228522999
+    - 
+      positions: [-0.02645983489987412, 0.19846343121880464, -1.1427560624955337, 1.333509130128188, -1.9404318551286441, 0.45806143544960437]
+      velocities: [-0.2560255148447814, -0.01072779900953683, 0.041445087122368274, -0.01844881107845503, 0.18819126256468055, 0.024247060900581444]
+      accelerations: [-3.285395747055612e-14, -0.08963289181998481, 0.0718459365257382, 0.04532174958938958, 0.005085926595499402, -0.03604498469651944]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 233592412
+    - 
+      positions: [-0.02775747180319951, 0.19840790717375698, -1.142545079769055, 1.3334162065612354, -1.939477963271762, 0.45818386596761074]
+      velocities: [-0.2560255148447813, -0.011182135409428117, 0.0418093530712472, -0.018217761943105298, 0.188217030627284, 0.024063261988108976]
+      accelerations: [7.667484246713464e-14, -0.0896496248379881, 0.07189451149801965, 0.04585099058736688, 0.0050822283203761885, -0.03648266557298447]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 238660801
+    - 
+      positions: [-0.02905484244900363, 0.1983500922598508, -1.1423322940347842, 1.3333244795446946, -1.9385241366255888, 0.458305334465559]
+      velocities: [-0.2560255148447812, -0.01163646329021971, 0.04217379165419169, -0.01798406053033797, 0.18824277496998348, 0.023877264869586926]
+      accelerations: [-1.095581464780668e-14, -0.08966632321277133, 0.07194357206581893, 0.046387273793701916, 0.005078651521620881, -0.03692746757052355]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 243728150
+    - 
+      positions: [-0.030351942690210097, 0.198289987661606, -1.1421177058589846, 1.3332339624076326, -1.937570378411844, 0.45842582971837265]
+      velocities: [-0.2560255148447812, -0.012090780992726357, 0.04253840406326823, -0.017747672820609076, 0.18826849612663, 0.023689034769633452]
+      accelerations: [1.0958116323057918e-14, -0.08968298837744776, 0.07199311789883472, 0.04693068034043268, 0.00507519346916319, -0.03737947644793739]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 248794443
+    - 
+      positions: [-0.03164876838565463, 0.19822759459368786, -1.1419013158191678, 1.3331446686320687, -1.9366166918464074, 0.45854534034049604]
+      velocities: [-0.2560255148447813, -0.012545086869277317, 0.04290319154593626, -0.01750856393067634, 0.18829419469101527, 0.023498536378405113]
+      accelerations: [-5.4802269717370297e-14, -0.08969962290034736, 0.07204317209434621, 0.04748148893411931, 0.005071880599999935, -0.03783883470615989]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 253859663
+    - 
+      positions: [-0.032945315400301434, 0.19816291430077337, -1.1416831245034638, 1.3330566118594789, -1.9356630801384784, 0.4586638547828323]
+      velocities: [-0.25602551484478125, -0.012999379281216032, 0.0432681553461302, -0.017266698599292113, 0.18831987124277116, 0.023305733980933996]
+      accelerations: [6.577696501779204e-14, -0.08971622721366126, 0.07209371107049761, 0.04803958938066886, 0.005068680934116602, -0.03830557745489967]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 258923795
+    - 
+      positions: [-0.03424157960516255, 0.1980959480574852, -1.1414631325112397, 1.332969805887329, -1.9347095464914559, 0.4587813613324219]
+      velocities: [-0.2560255148447811, -0.013453656596652229, 0.043633296666406925, -0.01702204149582301, 0.18834552630072876, 0.023110591540426523]
+      accelerations: [-1.0965236995895576e-14, -0.08973280299268113, 0.07214474299207374, 0.04860513894625164, 0.005065602494859952, -0.03877981472344839]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 263986823
+    - 
+      positions: [-0.035537556877422105, 0.19802669716828336, -1.1412413404528683, 1.3328842646724453, -1.9337560941026384, 0.45889784811023066]
+      velocities: [-0.2560255148447812, -0.013907917194315642, 0.04399861674307938, -0.016774556588502694, 0.18837116041585758, 0.022913072516980493]
+      accelerations: [-2.1935364832597232e-14, -0.08974935218279807, 0.07219627395541238, 0.049178277311699437, 0.005062650001973675, -0.039261653628230225]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 269048730
+    - 
+      positions: [-0.0368332431005404, 0.19795516296734958, -1.1410177489495537, 1.3328000023339208, -1.9328027261630256, 0.4590133030690232]
+      velocities: [-0.25602551484478153, -0.014362159462223533, 0.04436411680588247, -0.016524207477964684, 0.188396774120482, 0.022713139956997634]
+      accelerations: [-1.0970163758297377e-13, -0.08976587592172729, 0.07224829620363157, 0.04975903044090011, 0.005059811423109549, -0.03975116931533056]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 274109500
+    - 
+      positions: [-0.03812863416427842, 0.1978813468184957, -1.1407923586335245, 1.3327170331531002, -1.9318494458576072, 0.45912771399206237]
+      velocities: [-0.25602551484478153, -0.014816381798145366, 0.044729798096251515, -0.016270957233046373, 0.18842236795161071, 0.02251075644155663]
+      accelerations: [9.875412914312954e-14, -0.08978237632932475, 0.07230082306916569, 0.05034760336178757, 0.005057100702201409, -0.040248489748813]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 279169117
+    - 
+      positions: [-0.039423725964848715, 0.1978052501150389, -1.1405651701476656, 1.3326353715781294, -1.9308962563648933, 0.45924106849047963]
+      velocities: [-0.25602551484478125, -0.015270582610298778, 0.045095661876825885, -0.01601476830262792, 0.188447942462103, 0.022305884054716545]
+      accelerations: [2.195046836585947e-14, -0.0897988548068202, 0.07235385055993797, 0.05094405733188116, 0.005054510222135797, -0.04075370305018303]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 284227565
+    - 
+      positions: [-0.04071851440495962, 0.19772687427970015, -1.1403361841456112, 1.3325550322248165, -1.9299431608570758, 0.4593533540016706]
+      velocities: [-0.25602551484478103, -0.01572476031332725, 0.04546170935376931, -0.015755603171998932, 0.1884734981234268, 0.022098484570415536]
+      accelerations: [6.58669395228883e-14, -0.08981531187826917, 0.07240736130882965, 0.051548338323360206, 0.005052015481186592, -0.04126686374505062]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 289284828
+    - 
+      positions: [-0.04201299539377136, 0.19764622076452987, -1.1401054012921958, 1.3324760298745388, -1.9289901625006867, 0.45946455778855494]
+      velocities: [-0.2560255148447811, -0.01617891333398458, 0.04582794177638676, -0.015493423512260487, 0.18849903544994923, 0.021888519202782654]
+      accelerations: [-9.882403400302169e-14, -0.08983175118555448, 0.07246139072619091, 0.052160844403794995, 0.005049658010800409, -0.04178815915188802]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 294340891
+    - 
+      positions: [-0.043307164847190556, 0.19756329105073236, -1.1398728222624948, 1.332398379483677, -1.928037264455317, 0.4595746669354835]
+      velocities: [-0.2560255148447813, -0.016633040110020363, 0.04619436042439838, -0.015228190273336054, 0.18852455498300846, 0.02167594862368559]
+      accelerations: [2.1966218165698194e-14, -0.08984817279718055, 0.07251591641735235, 0.052781485228789046, 0.005047407010496789, -0.042317637326164094]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 299395736
+    - 
+      positions: [-0.04460101868779523, 0.19747808664860286, -1.1396384477424084, 1.3323220961805666, -1.9270844698744594, 0.4596836683476892]
+      velocities: [-0.2560255148447811, -0.017087139086164188, 0.04656096652718009, -0.01495986436950248, 0.18855005718947812, 0.021460733160315874]
+      accelerations: [5.4929029144700097e-14, -0.089864578760522, 0.07257094186440885, 0.05341038822030363, 0.005045263894757573, -0.042855407923421816]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 304449349
+    - 
+      positions: [-0.045894552844923005, 0.19739060909740344, -1.1394022784285558, 1.3322471952679973, -1.9261317819054053, 0.459791548749191]
+      velocities: [-0.2560255148447812, -0.01754120871695719, 0.04692776131070603, -0.014688406280037609, 0.18857554251995842, 0.02124283267755249]
+      accelerations: [-7.691976918603293e-14, -0.08988097026039978, 0.07262646324533704, 0.054047621403626823, 0.005043220868804517, -0.04340156599709239]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 309501713
+    - 
+      positions: [-0.047187763254712876, 0.19730085996526317, -1.1391643150283626, 1.3321736922241811, -1.9251792036894124, 0.45989829468108107]
+      velocities: [-0.2560255148447813, -0.017995247469813045, 0.04729474605952406, -0.01441377549984614, 0.18860101148675437, 0.021022206403794475]
+      accelerations: [1.0991306955169444e-14, -0.08989735054387257, 0.07268250859091928, 0.05469353023977372, 0.005041310225909806, -0.04395629066385238]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 314552813
+    - 
+      positions: [-0.04848064586035371, 0.19720884084901014, -1.1389245582592982, 1.332101602710775, -1.924226738360696, 0.4600038924976995]
+      velocities: [-0.2560255148447811, -0.01844925382170751, 0.04766192204831621, -0.014135931121147714, 0.18862646457752286, 0.020798813099852757]
+      accelerations: [7.695877925990275e-14, -0.08991371947325219, 0.07273904699166958, 0.05534795297247903, 0.005039489984642137, -0.0445196106200729]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 319602632
+    - 
+      positions: [-0.04977319661194648, 0.19711455337411557, -1.1386830088496875, 1.3320309425679662, -1.9232743890476007, 0.4601083283666303]
+      velocities: [-0.25602551484478114, -0.018903226256667988, 0.04802929049836791, -0.013854832206960108, 0.18865190220044897, 0.02057261116917225]
+      accelerations: [-8.797561242078772e-14, -0.08993007929981288, 0.07279608925667191, 0.056011087692703784, 0.005037770729730442, -0.04509166185650555]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 324651156
+    - 
+      positions: [-0.05106541146664595, 0.1970179991945572, -1.138439667538407, 1.3319617278187106, -1.9223221588722257, 0.4602115882659975]
+      velocities: [-0.2560255148447815, -0.01935716327242514, 0.048396852698969754, -0.013570436731687466, 0.18867732483637267, 0.02034355833106543]
+      accelerations: [-4.399931055257999e-14, -0.08994643251144459, 0.07285365256544714, 0.056683192734237275, 0.005036170726773738, -0.045672603007190574]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 329698367
+    - 
+      positions: [-0.052357286388830665, 0.1969191799926728, -1.138194535074412, 1.3318939746744847, -1.921370050949832, 0.46031365798120394]
+      velocities: [-0.2560255148447814, -0.01981106337556711, 0.04876460991408471, -0.01328270238105883, 0.1887027329213671, 0.020111611857124546]
+      accelerations: [6.601643744101165e-14, -0.08996277942904653, 0.07291171076184946, 0.0573641498310323, 0.005034654044023842, -0.04626247694332943]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 334744250
+    - 
+      positions: [-0.05364881735000193, 0.19681809747908843, -1.1379476122174204, 1.331827699531442, -1.9204180683898318, 0.4604145231046127]
+      velocities: [-0.2560255148447811, -0.020264925082150328, 0.0491325633916117, -0.01299158646771014, 0.18872812685819584, 0.019876728542835825]
+      accelerations: [5.5028436764355254e-14, -0.0899791227794418, 0.07297028471231802, 0.058054251336243666, 0.005033243489319564, -0.04686145410115179]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 339788790
+    - 
+      positions: [-0.054940000328983024, 0.19671475339256206, -1.1376988997373398, 1.3317629189769975, -1.9194662142950598, 0.4605141690320198]
+      velocities: [-0.2560255148447811, -0.020718746920213825, 0.04950071441640552, -0.012697045458138032, 0.18875350708223487, 0.01963886455441107]
+      accelerations: [-5.504335485044231e-14, -0.08999546387112861, 0.07302936927905576, 0.05875356698263074, 0.005031929251094066, -0.047469638600550756]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 344831971
+    - 
+      positions: [-0.056230831311946165, 0.19660914949987532, -1.1374483984143915, 1.3316996497907347, -1.918514491762002, 0.46061258096081814]
+      velocities: [-0.2560255148447811, -0.021172527428289824, 0.04986906426651805, -0.012399035346502277, 0.188778874006852, 0.01939797553917383]
+      accelerations: [6.607014251446925e-14, -0.09001180483186963, 0.07308896799833203, 0.05946224157379824, 0.00503071249290339, -0.048087157704414275]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 349873777
+    - 
+      positions: [-0.05752130629250447, 0.19650128759569854, -1.1371961090389988, 1.3316379089472037, -1.9175629038806974, 0.4607097438875947]
+      velocities: [-0.2560255148447811, -0.021626265154897642, 0.0502376142105298, -0.012097511674711693, 0.1888042280191234, 0.01915401662662968]
+      accelerations: [-7.710321985720572e-14, -0.09002814676403495, 0.07314907467925096, 0.06018033739327158, 0.005029581694195262, -0.04871411566666245]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 354914193
+    - 
+      positions: [-0.05881142127173025, 0.1963911695024871, -1.1369420324119386, 1.3315777136166087, -1.9166114537350158, 0.46080564260632356]
+      velocities: [-0.2560255148447814, -0.022079958659397814, 0.050606365532020386, -0.011792429302734834, 0.1888295695107649, 0.018906942349605233]
+      accelerations: [-3.3053510365283223e-14, -0.09004449212777785, 0.07320970257997562, 0.060908090982728785, 0.0050285502920764695, -0.049350671631365105]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 359953202
+    - 
+      positions: [-0.06010117225830581, 0.19627879707033136, -1.1366861693439714, 1.3315190811699, -1.915660144402205, 0.46090026170519144]
+      velocities: [-0.2560255148447814, -0.022533606511802043, 0.05097531951375735, -0.011483742540484499, 0.1888548988582885, 0.01865670668179268]
+      accelerations: [2.204192739327297e-14, -0.09006084194237782, 0.07327083924166848, 0.06164551285593298, 0.005027598884735321, -0.049996915541026005]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 364990790
+    - 
+      positions: [-0.06139055526850529, 0.19616417217685653, -1.1364285206561582, 1.3314620291781154, -1.9147089789533949, 0.4609935855651861]
+      velocities: [-0.2560255148447814, -0.02298720729355263, 0.05134447744483549, -0.011171405080892979, 0.18888021643069247, 0.01840326300845088]
+      accelerations: [-1.1024126412408673e-14, -0.09007719897152354, 0.07333250077465173, 0.062392866795200584, 0.005026743969137178, -0.05065301879895772]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 370026940
+    - 
+      positions: [-0.0626795663263586, 0.19604729672706192, -1.1361690871794157, 1.3314065754181243, -1.9137579604530572, 0.46108559835664803]
+      velocities: [-0.2560255148447812, -0.02344075959603456, 0.05171384060143589, -0.010855370160941466, 0.1889055225655739, 0.018146564174508717]
+      accelerations: [8.821859943841695e-14, -0.09009356363807108, 0.07339466708095502, 0.06315009989935243, 0.005025956642179704, -0.05131905283691169]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 375061638
+    - 
+      positions: [-0.06396820146358559, 0.195928172653239, -1.1359078697550355, 1.3313527378703323, -1.912807091959786, 0.46117628403835936]
+      velocities: [-0.25602551484478087, -0.023894262021911992, 0.05208341027462152, -0.010535590299370665, 0.18893081760397096, 0.01788656239168408]
+      accelerations: [3.309167772819158e-14, -0.09010993923134067, 0.07345736533171005, 0.06391758084680751, 0.0050252672492264285, -0.051995226608076255]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 380094867
+    - 
+      positions: [-0.06525645671983082, 0.19580680191478889, -1.135644869233945, 1.331300534727041, -1.9118563765253531, 0.4612656263531864]
+      velocities: [-0.25602551484478114, -0.02434771318538005, 0.052453187764631204, -0.010212017345537045, 0.18895610188256426, 0.01762320924945303]
+      accelerations: [-1.324059521403708e-13, -0.09012632626607277, 0.0735205731620847, 0.06469523788607061, 0.005024643773801561, -0.052681607801574125]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 385126613
+    - 
+      positions: [-0.06654432814258118, 0.1956831864981383, -1.1353800864772858, 1.331249984389643, -1.91090581719558, 0.4613536088272983]
+      velocities: [-0.2560255148447814, -0.024801111710993695, 0.05282317435876273, -0.009884602664070827, 0.18898137570566875, 0.01735645576824181]
+      accelerations: [3.311140569212117e-14, -0.09014272756213092, 0.07358430897761102, 0.06548336707650662, 0.005024105442693514, -0.05337838492217745]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 390156859
+    - 
+      positions: [-0.067831811787343, 0.1955573284165723, -1.1351135223559092, 1.3312011054751025, -1.9099554170097175, 0.4614402147663627]
+      velocities: [-0.2560255148447813, -0.025254456235096062, 0.05319337135937652, -0.00955329687558527, 0.18900663938025436, 0.017086252309265262]
+      accelerations: [-1.1040476893613873e-14, -0.09015914419615918, 0.07364856154432084, 0.0662820002984875, 0.0050236341416294485, -0.054085662131520676]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 395185591
+    - 
+      positions: [-0.06911890371763267, 0.1954292297101281, -1.1348451777506572, 1.331153916815737, -1.9090051790009106, 0.4615254272538831]
+      velocities: [-0.2560255148447811, -0.02570774540552434, 0.053563780078067696, -0.009218049898577442, 0.18903189320791328, 0.016812548578882577]
+      accelerations: [1.214823976028684e-13, -0.09017557886482679, 0.0737133469733116, 0.067091417750148, 0.005023245916003423, -0.05480362692053607]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 400212793
+    - 
+      positions: [-0.07040560000513515, 0.19529889244543053, -1.1345750535519186, 1.331108437465253, -1.9080551061956736, 0.46160922914745983]
+      velocities: [-0.25602551484478103, -0.02616097787972713, 0.053934401797899906, -0.008878811282805772, 0.18905713743729258, 0.016535293735899945]
+      accelerations: [-1.1047267526585914e-13, -0.09019203189223847, 0.07377863900681884, 0.06791151926950309, 0.005022903708254062, -0.05553234141971188]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 405238449
+    - 
+      positions: [-0.07169189672959814, 0.1951663187156134, -1.1343031506603105, 1.3310646866951612, -1.9071052016149033, 0.46169160307822127]
+      velocities: [-0.25602551484478137, -0.02661415232855196, 0.05430523784195108, -0.008535529575490319, 0.18908237235034475, 0.016254436172027917]
+      accelerations: [-2.2101432968917924e-14, -0.09020850747734607, 0.07384448105520226, 0.0687428380802035, 0.005022657896302303, -0.05627208122405524]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 410262545
+    - 
+      positions: [-0.07297778997916925, 0.19503151064009724, -1.134029469985507, 1.3310226840071506, -1.9061554682723554, 0.46177253144491304]
+      velocities: [-0.2560255148447814, -0.02706726743335723, 0.054676289520570645, -0.008188152792743044, 0.18910759819496353, 0.015969923663154938]
+      accelerations: [1.1054201195017578e-14, -0.09022500478712144, 0.07391082586135364, 0.06958508695412109, 0.005022444584917138, -0.05702284892243882]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 415285065
+    - 
+      positions: [-0.07426327585014737, 0.1948944703645533, -1.1337540124474794, 1.3309824491247515, -1.9052059091764397, 0.4618519964148625]
+      velocities: [-0.2560255148447812, -0.02752032188538749, 0.055047558121797555, -0.00783662849405686, 0.18913281517315225, 0.015681703387262793]
+      accelerations: [5.528860826194811e-14, -0.09024152777186274, 0.07397771305305542, 0.0704387703599172, 0.005022309459236245, -0.05778491376654069]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 420305994
+    - 
+      positions: [-0.07554835044729931, 0.19475520006068775, -1.1334767789754259, 1.3309440020049368, -1.9042565273288312, 0.4619299799182708]
+      velocities: [-0.2560255148447811, -0.027973314390151036, 0.055419044980241694, -0.007480903149056034, 0.18915802352694416, 0.01538972170563075]
+      accelerations: [-1.1061277850211774e-14, -0.09025807733466448, 0.07404512279376624, 0.07130385381493187, 0.005022222809159346, -0.05855836616084711]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 425325316
+    - 
+      positions: [-0.07683300988378566, 0.19461370192614286, -1.1331977705082816, 1.3309073628361192, -1.9033073257252717, 0.4620064636470132]
+      velocities: [-0.25602551484478125, -0.028426243664376828, 0.055790751423974744, -0.007120922604437686, 0.18918322347132677, 0.01509392430951409]
+      accelerations: [-4.425947912886519e-14, -0.09027465620771202, 0.07411307358915699, 0.07218065677189174, 0.005022203625967289, -0.05934341776357937]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 430343017
+    - 
+      positions: [-0.07811725028134012, 0.19446997818432404, -1.13291698799421, 1.3308725520450395, -1.902358307354957, 0.4620814290504214]
+      velocities: [-0.25602551484478137, -0.028879108434064563, 0.056162678755323436, -0.006756632251188955, 0.18920841517025602, 0.014794256273843575]
+      accelerations: [0.0, -0.09029126451504049, 0.0741815379403584, 0.07306907868715742, 0.005022212606631566, -0.06014013828747174]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 435359081
+    - 
+      positions: [-0.0794010677701469, 0.19432403108432542, -1.1326344323913164, 1.3308395902930672, -1.9014094752016142, 0.46215485733464307]
+      velocities: [-0.25602551484478125, -0.029331907437523855, 0.05653482827980273, -0.006387976755145153, 0.18923359877168794, 0.014490661957870122]
+      accelerations: [4.428864329961451e-14, -0.09030790619951692, 0.074250545908447, 0.07396954729068571, 0.005022282711090399, -0.060948779812977846]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 440373494
+    - 
+      positions: [-0.08068445848908994, 0.19417586290071717, -1.1323501046668325, 1.3308084984857647, -1.9004608322424852, 0.4622267294574565]
+      velocities: [-0.2560255148447811, -0.029784639427793125, 0.05690720135862788, -0.006014899554396366, 0.1892587744742298, 0.014183084822845941]
+      accelerations: [1.1075859923043019e-14, -0.09032458234096508, 0.07432009093810123, 0.07488216322422547, 0.005022401202303144, -0.061769485544613374]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 445386239
+    - 
+      positions: [-0.08196741858576909, 0.19402547593342995, -1.1320640057972724, 1.3307792977742008, -1.899512381448633, 0.46229702612583495]
+      velocities: [-0.2560255148447812, -0.03023730316690959, 0.0572797993119875, -0.005637343738624361, 0.18928394240462115, 0.013871467726721319]
+      accelerations: [-4.4318378923058435e-14, -0.09034129459309317, 0.07439016452953884, 0.07580700438870887, 0.005022552175806555, -0.06260239086708212]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 450397302
+    - 
+      positions: [-0.08324994421649587, 0.19387287250762697, -1.1317761367686423, 1.3307520095556757, -1.8985641257853412, 0.46236572779372814]
+      velocities: [-0.2560255148447812, -0.0306898974296589, 0.05765262346932872, -0.005255251580136237, 0.1893091026803727, 0.013555752757068815]
+      accelerations: [3.325009572569286e-14, -0.09035804553143138, 0.0744607801988105, 0.07674435932515655, 0.0050227478715343, -0.06344770646577434]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 455406669
+    - 
+      positions: [-0.08453203154643986, 0.1937180549735348, -1.131486498576063, 1.3307266554797088, -1.8976160682116952, 0.4624328146579849]
+      velocities: [-0.2560255148447811, -0.031142421002122736, 0.05802567516244711, -0.0048685645790811066, 0.18933425540155777, 0.013235881238217425]
+      accelerations: [1.1087171450259289e-14, -0.09037483622591311, 0.07453192669281622, 0.07769428868238953, 0.005022969092433492, -0.06430556570788967]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 460414323
+    - 
+      positions: [-0.08581367674960771, 0.19356102570633102, -1.1311950922240521, 1.3307032574482853, -1.896668211681076, 0.4624982666562316]
+      velocities: [-0.2560255148447811, -0.03159487268194512, 0.05839895572000528, -0.004477223506979516, 0.1893594006424944, 0.01291179373727289]
+      accelerations: [1.109101334973493e-14, -0.09039166935627886, 0.07460361535746958, 0.07865706455233554, 0.005023224756681291, -0.06517617776380187]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 465420251
+    - 
+      positions: [-0.08709487600897023, 0.1934017871059731, -1.1309019187262046, 1.330681837621381, -1.8957205591408393, 0.4625620634628813]
+      velocities: [-0.2560255148447813, -0.03204725128039036, 0.05877246649216182, -0.004081168164446909, 0.18938453848296954, 0.012583429972665709]
+      accelerations: [-9.985401840585122e-14, -0.0904085468104005, 0.07467584478419927, 0.07963284520934956, 0.005023508125339903, -0.06605971340073652]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 470424437
+    - 
+      positions: [-0.08837562551650859, 0.19324034159705633, -1.130606979105213, 1.3306624184196068, -1.8947731135324457, 0.4626241844861273]
+      velocities: [-0.2560255148447813, -0.032499555619598636, 0.059146208819092626, -0.0036803376569250496, 0.189409668968396, 0.012250728901295964]
+      accelerations: [8.879043357445736e-14, -0.09042547016859105, 0.07474861375734328, 0.08062179352363519, 0.005023812193347163, -0.06695634788601391]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 475426866
+    - 
+      positions: [-0.08965592147325507, 0.19307669162867938, -1.1303102743928821, 1.3306450225269462, -1.8938258777916028, 0.46268460886484863]
+      velocities: [-0.2560255148447813, -0.032951784534059565, 0.059520184044128004, -0.0032746702664005, 0.1894347921249158, 0.011913628665417599]
+      accelerations: [-8.882202505593728e-14, -0.09044244190642294, 0.07482192612874128, 0.08162411993793334, 0.0050241362446960276, -0.06786627412601542]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 480427524
+    - 
+      positions: [-0.09093576008937541, 0.1929108396742819, -1.130011805630009, 1.3306296728946558, -1.8928788548482174, 0.4627433154651021]
+      velocities: [-0.2560255148447814, -0.03340393687129234, 0.059894393528793444, -0.00286410329140571, 0.18945990797920634, 0.011572066527043186]
+      accelerations: [4.4426950932523375e-14, -0.09045946387234954, 0.07489578671022126, 0.08264005226589002, 0.005024481187006565, -0.06878969456201706]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 485426395
+    - 
+      positions: [-0.09221513758424954, 0.19274278823149707, -1.1297115738662373, 1.330616392745573, -1.8919320476263086, 0.46280028287640274]
+      velocities: [-0.25602551484478114, -0.033856011489189736, 0.06026883861222366, -0.0024485734164573806, 0.18948501650634025, 0.011225978992074979]
+      accelerations: [6.666454796461615e-14, -0.09047653747833202, 0.07497018312769452, 0.08366965409484425, 0.005024825432183332, -0.06972675338790055]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 490423465
+    - 
+      positions: [-0.0934940501864422, 0.19257253982202893, -1.1294095801603679, 1.3306052055742954, -1.8909854590445645, 0.4628554894094809]
+      velocities: [-0.25602551484478103, -0.03430800725761065, 0.06064352063034391, -0.002028016523392043, 0.18951011765310413, 0.010875301734677885]
+      accelerations: [-2.2229627817690194e-14, -0.09049366521075602, 0.07504512787997866, 0.08471322968770059, 0.0050251792043233805, -0.0706776842729024]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 495418720
+    - 
+      positions: [-0.0947724941338359, 0.19240009699148136, -1.1291058255800093, 1.3305961351533455, -1.8900390920159826, 0.4629089130918389]
+      velocities: [-0.2560255148447811, -0.03475992306198131, 0.061018440968785385, -0.0016023671703901093, 0.18953521140490223, 0.010519969397733711]
+      accelerations: [1.1118905470754795e-14, -0.0905108499181784, 0.07512062978688427, 0.08577105219939664, 0.005025547688474446, -0.07164271228748363]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 500412144
+    - 
+      positions: [-0.09605046567373828, 0.19222546230918008, -1.1288003112013267, 1.3305892055385236, -1.8890929494476565, 0.46296053166355094]
+      velocities: [-0.2560255148447811, -0.035211757798401674, 0.06139360099398006, -0.0011715592290262476, 0.18956029769820484, 0.010159915813880708]
+      accelerations: [-1.1123032673469626e-14, -0.09052809212391207, 0.0751966737723704, 0.08684317187794324, 0.005025906046636758, -0.07262198362309674]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 505403723
+    - 
+      positions: [-0.09732796106283415, 0.1920486383680733, -1.1284930381094231, 1.330584441068677, -1.8881470342414246, 0.4630103225750515]
+      velocities: [-0.2560255148447812, -0.03566351037203003, 0.061769002031130185, -0.0007355260869666761, 0.1895853763924814, 0.009795074075574017]
+      accelerations: [-3.33815865333263e-14, -0.09054539403347216, 0.0752732598369068, 0.08792978161455871, 0.005026248193890671, -0.07361569628019773]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 510393442
+    - 
+      positions: [-0.0986049765672371, 0.19186962778457678, -1.1281840073983205, 1.3305818663690019, -1.8872013492939774, 0.463058262983663]
+      velocities: [-0.2560255148447812, -0.036115179703723806, 0.06214464544909805, -0.0002941998238475417, 0.1896104473764907, 0.009425376221954818]
+      accelerations: [3.339418193197297e-14, -0.09056275883002493, 0.07535040692950543, 0.0890312629155273, 0.0050265918661770185, -0.07462412296411375]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 515381286
+    - 
+      positions: [-0.09988150846265864, 0.19168843319837758, -1.1278732201704411, 1.3305815063590076, -1.8862558974962842, 0.463104329748299]
+      velocities: [-0.2560255148447813, -0.036566764729198585, 0.06252053265731558, 0.0001524887835172191, 0.189635510563957, 0.009050753225081691]
+      accelerations: [-7.794939645734518e-14, -0.09058018837513485, 0.07542811383411614, 0.09014780780831533, 0.00502692925120959, -0.07564746831664149]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 520367242
+    - 
+      positions: [-0.1011575530344508, 0.19150505727228706, -1.1275606775366216, 1.330583386255729, -1.8853106817337497, 0.46314849942588826]
+      velocities: [-0.2560255148447813, -0.03701826439206096, 0.06289666500499394, 0.0006046093054321679, 0.1896605657661748, 0.008671135339805514]
+      accelerations: [5.5699488845299564e-14, -0.090597683059215, 0.0755063590914005, 0.0912794156110378, 0.005027226978168309, -0.07668586581872198]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 525351295
+    - 
+      positions: [-0.10243310657751435, 0.19131950269214984, -1.127246380616662, 1.3305875315721265, -1.8843657048871045, 0.4631907482695906]
+      velocities: [-0.2560255148447811, -0.0374696776490137, 0.06327304384745594, 0.0010622323059337787, 0.1896856127749286, 0.008286451854756356]
+      accelerations: [3.3432609247122114e-14, -0.09061524683641653, 0.07558516810413136, 0.0924265387956609, 0.0050275104740873, -0.07773962109579483]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 530333429
+    - 
+      positions: [-0.10370816539651154, 0.19113177216662017, -1.126930330538636, 1.3305939681267156, -1.883420969831608, 0.4632310522227773]
+      velocities: [-0.2560255148447812, -0.037921003471453746, 0.06364967057716697, 0.0015254296654606554, 0.18971065140160762, 0.007896630958786614]
+      accelerations: [-7.803980799122299e-14, -0.09063288073410058, 0.07566453187008011, 0.0935893072593946, 0.0050277620430202235, -0.07880892233992627]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 535313631
+    - 
+      positions: [-0.10498272580585623, 0.19094186842704217, -1.1266125284391109, 1.3306027220451495, -1.8824764794374873, 0.4632693869159526]
+      velocities: [-0.2560255148447811, -0.038372240842526426, 0.06402654657690979, 0.0019942741446994003, 0.1897356814170244, 0.00750159989324267]
+      accelerations: [1.4498796665316875e-13, -0.09065058752294, 0.07574445702146337, 0.09476799970367854, 0.005027982956741391, -0.07989401526397844]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 540291887
+    - 
+      positions: [-0.10625678412980119, 0.1907497942272723, -1.126292975462954, 1.330613819765464, -1.881532236569833, 0.4633057276622834]
+      velocities: [-0.256025514844781, -0.03882338875746552, 0.06440367322600825, 0.002468839457797885, 0.18976070255903582, 0.007101284916454213]
+      accelerations: [-1.1157332615150291e-13, -0.09066836836754007, 0.07582493705746084, 0.09596277650572754, 0.0050281585484129735, -0.0809951034619059]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 545268181
+    - 
+      positions: [-0.10753033670244468, 0.19055555234355329, -1.1259716727634863, 1.3306272880403567, -1.8805882440889492, 0.4633400494542023]
+      velocities: [-0.2560255148447813, -0.039274446222842256, 0.0647810518874338, 0.002949200163496694, 0.1897857145160024, 0.006695611336822314]
+      accelerations: [-3.348534090817939e-14, -0.09068622573937793, 0.07590597344047542, 0.0971738737983395, 0.005028283421614942, -0.08211242054168463]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 550242500
+    - 
+      positions: [-0.10880337986778355, 0.19035914557434824, -1.1256486215024253, 1.3306431539413133, -1.879644504850438, 0.46337232695930125]
+      velocities: [-0.2560255148447813, -0.039725412262299725, 0.06515868398398472, 0.0034354324272421856, 0.1898107170217076, 0.006284503205554966]
+      accelerations: [3.349879070317703e-14, -0.09070416310548186, 0.07598759031073882, 0.09840175963386272, 0.005028381058498596, -0.083246294870726]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 555214829
+    - 
+      positions: [-0.1100759099799173, 0.1901605767401264, -1.12532382284923, 1.3306614448684333, -1.8787010217044586, 0.4634025345139203]
+      velocities: [-0.25602551484478114, -0.04017628590856659, 0.06553657089690434, 0.003927613049812438, 0.18983570972751354, 0.005867883681131138]
+      accelerations: [4.468312961543409e-14, -0.090722179724885, 0.07606974836641132, 0.0996462807130552, 0.005028394624660443, -0.08439681471750493]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 560185155
+    - 
+      positions: [-0.11134792340283624, 0.1899598486833166, -1.1249972779821191, 1.3306821885448552, -1.8777577974972794, 0.4634306461226964]
+      velocities: [-0.2560255148447811, -0.040627066205231266, 0.0659147139848483, 0.004425819665103348, 0.18986069222576296, 0.005445674945454142]
+      accelerations: [-3.352601041534157e-14, -0.09074027978543209, 0.07615247939893625, 0.10090798597590575, 0.005028357001297681, -0.08556434347405033]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 565153462
+    - 
+      positions: [-0.11261941651067452, 0.18975696426806685, -1.1246689880872145, 1.330705413028512, -1.876814835070267, 0.463456635451358]
+      velocities: [-0.2560255148447812, -0.04107775221453034, 0.06629311468507962, 0.004930131756535465, 0.1898856641764014, 0.005017797794395164]
+      accelerations: [-1.1179926764603552e-14, -0.09075846567629152, 0.0762357848303853, 0.10218713237585016, 0.005028262279274622, -0.08674913545124682]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 570119737
+    - 
+      positions: [-0.11389038568776039, 0.1895519263800786, -1.1243389543584856, 1.3307311467166258, -1.875872137259984, 0.4634804758222482]
+      velocities: [-0.25602551484478125, -0.04152834300773113, 0.0666717743873282, 0.005440629433272981, 0.18991062514722573, 0.0045841721025342745]
+      accelerations: [0.0, -0.0907767377132004, 0.07631964569463408, 0.10348377764683345, 0.0050280790227685114, -0.08795136832218654]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 575083965
+    - 
+      positions: [-0.11516082732853758, 0.18934473792651305, -1.124007177998231, 1.3307594183452556, -1.8749297068990123, 0.4635021402117702]
+      velocities: [-0.2560255148447811, -0.04197883766868046, 0.06705069448384282, 0.005957393943334098, 0.18993557467718078, 0.004144716613637706]
+      accelerations: [5.5946066665090736e-14, -0.09079509972027551, 0.07640408358257954, 0.10479838670547542, 0.005027826786156934, -0.08917138211942413]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 580046134
+    - 
+      positions: [-0.11643073783774942, 0.1891354018357683, -1.123673660216491, 1.3307902569988526, -1.873987546815321, 0.463521601243872]
+      velocities: [-0.256025514844781, -0.042429235295251375, 0.06742987638227613, 0.006480507817155859, 0.18996051229148136, 0.0036993488728686652]
+      accelerations: [-1.1193909929127658e-14, -0.09081355259528141, 0.07648908471884223, 0.10613107639389843, 0.005027480188405688, -0.09040938316031302]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 585006227
+    - 
+      positions: [-0.11770011363039133, 0.18892392105736555, -1.123338402231392, 1.3308236921111964, -1.8730456598329155, 0.4635388311868591]
+      velocities: [-0.2560255148447811, -0.04287953499707821, 0.06780932148042507, 0.007010054639620454, 0.189985437469083, 0.0032479853029949695]
+      accelerations: [-2.2397284115991947e-14, -0.0908320992521645, 0.07657466053829445, 0.10748222128228045, 0.005027045665045747, -0.0916656822187649]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 589964232
+    - 
+      positions: [-0.11896895113182672, 0.18871029856175878, -1.1230014052688275, 1.3308597534726423, -1.8721040487715785, 0.4635538019476772]
+      velocities: [-0.2560255148447813, -0.04332973589804679, 0.06818903119776595, 0.007546119384999318, 0.19001034968210734, 0.002790541059200473]
+      accelerations: [-6.722045827827931e-14, -0.09085074159347126, 0.07666080998715498, 0.10885207465247154, 0.005026513700260978, -0.09294054556873332]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 594920135
+    - 
+      positions: [-0.12023724677782213, 0.18849453734018196, -1.1226626705624678, 1.3308984712343406, -1.8711627164470657, 0.46356648506732756]
+      velocities: [-0.2560255148447813, -0.04377983713530703, 0.06856900695683274, 0.008088788248969933, 0.19003524837124872, 0.0023269300832417204]
+      accelerations: [6.724927732618341e-14, -0.09086948213602267, 0.07674753700963326, 0.11024094488340076, 0.00502588079620933, -0.09423426364233511]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 599873921
+    - 
+      positions: [-0.12150499701461139, 0.18827664040447606, -1.122322199353638, 1.3309398759137718, -1.8702216656711288, 0.4635768517157299]
+      velocities: [-0.2560255148447813, -0.04422983785748335, 0.06894925016664077, 0.00863814850719493, 0.19006013292497081, 0.0018570651495726119]
+      accelerations: [-5.606525787765877e-14, -0.0908883220630096, 0.07683483386697953, 0.11164902959725392, 0.005025129004274332, -0.09554708555966696]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 604825577
+    - 
+      positions: [-0.12277219829889106, 0.1880566107869602, -1.1219799928915024, 1.3309839983975225, -1.8692808992519452, 0.4635848726876378]
+      velocities: [-0.2560255148447814, -0.044679737225709434, 0.06932976223272619, 0.009194288632395142, 0.19008500269100542, 0.0013808578052871532]
+      accelerations: [-1.1217925770197876e-14, -0.09090726431339764, 0.07692270856885454, 0.11307668595169065, 0.005024259439530117, -0.09687932751797045]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 609775088
+    - 
+      positions: [-0.12403884709790688, 0.18783445154024395, -1.1216360524328366, 1.3310308699479365, -1.8683404199940101, 0.46359051839695115]
+      velocities: [-0.25350315779724686, -0.04468270391527488, 0.0690218816291151, 0.009658379560139266, 0.18823677700749314, 0.0008917624237409746]
+      accelerations: [1.0097572856488464, 0.088854690779557, -0.19944248104959322, 0.07378541101747663, -0.7448635196581452, -0.09983851465570383]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 614722442
+    - 
+      positions: [-0.1253049398895311, 0.1876101657370578, -1.1212903792418738, 1.3310805222092499, -1.8674002306981146, 0.46359375887115867]
+      velocities: [-0.25098080074971196, -0.04468113774743841, 0.06871051725280472, 0.010123781606857188, 0.18638829054325673, 0.00040099533795645364]
+      accelerations: [7.704584312865367e-14, -0.0873968030576768, 0.07409177241936729, 0.11146593619877725, 0.004826175188297084, -0.09571677186966024]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 619767022
+    - 
+      positions: [-0.12657047316222458, 0.18738375647012806, -1.1209429745905872, 1.331132987209636, -1.866460334161931, 0.4635945637474261]
+      velocities: [-0.2509808007497118, -0.04512186945178207, 0.06908433080445817, 0.01068943654463824, 0.18641262275323894, -8.501447487966745e-05]
+      accelerations: [0.0, -0.08741531378354866, 0.07417789937297742, 0.11289612706089575, 0.004824968295742951, -0.09705477626880797]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 624809373
+    - 
+      positions: [-0.12783544341522576, 0.18715522685194524, -1.1205938397580617, 1.331188297371995, -1.8655207331793617, 0.4635929022650281]
+      velocities: [-0.25098080074971174, -0.04556249864186098, 0.06945841350934391, 0.011262098044850441, 0.1864369376450083, -0.0005776015254794875]
+      accelerations: [1.1016348873370933e-14, -0.08743392967749525, 0.07426456967903029, 0.11434612690706282, 0.004823598550605929, -0.09841253861090754]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 629849481
+    - 
+      positions: [-0.12909984715840164, 0.18692458001469595, -1.1202429760312453, 1.3312464855116732, -1.8645814305417627, 0.4635887432631158]
+      velocities: [-0.250980800749712, -0.04600302455956287, 0.0698327667648895, 0.011841859412041961, 0.18646123441600737, -0.0010768590245152348]
+      accelerations: [-1.1021300966849931e-13, -0.08745265523193932, 0.07435181551564617, 0.11581655959120597, 0.00482209738411596, -0.09979049506429295]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 634887331
+    - 
+      positions: [-0.13036368091249856, 0.18669181911000118, -1.119890384704055, 1.3313075848500262, -1.86364242903694, 0.4635820551718878]
+      velocities: [-0.25098080074971213, -0.04644344646174496, 0.07020739199619291, 0.012428815576957814, 0.1864855122587244, -0.0015828816522344238]
+      accelerations: [6.615772697334181e-14, -0.08747149100341647, 0.07443961735777208, 0.11730752334391184, 0.00482043088077057, -0.10118886776344187]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 639922911
+    - 
+      positions: [-0.13162694120904944, 0.18645694730881646, -1.1195360670778904, 1.3313716290145698, -1.8627037314500596, 0.4635728060092448]
+      velocities: [-0.25098080074971185, -0.04688376361514785, 0.07058229059667034, 0.013023062514127545, 0.186509770285625, -0.0020957653310610612]
+      accelerations: [3.3093928359679653e-14, -0.08749043947055204, 0.07452798384839009, 0.1188194126474554, 0.00481860065617042, -0.10260800434983786]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 644956205
+    - 
+      positions: [-0.13288962459046952, 0.18621996780124864, -1.1191800244613794, 1.3314386520466148, -1.8617653405635148, 0.46356096337430414]
+      velocities: [-0.25098080074971196, -0.04732397530211002, 0.07095746399359673, 0.013624697938940026, 0.18653400761033795, -0.0026156075299760937]
+      accelerations: [-5.518182916613902e-14, -0.08750950346302741, 0.07461692149786675, 0.1203526042392438, 0.004816604996210714, -0.10404824953876941]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 649987201
+    - 
+      positions: [-0.1341517276101332, 0.18598088379636682, -1.1188222581701845, 1.3315086884083964, -1.860827259156891, 0.46354649444103907]
+      velocities: [-0.25098080074971213, -0.04776408081455826, 0.07133291357939116, 0.014233820622831551, 0.18655822326090415, -0.003142506991386815]
+      accelerations: [-2.2082913925377496e-14, -0.08752868307512965, 0.074706411650165, 0.1219072221727353, 0.004814411001762472, -0.10550984416508216]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 655015885
+    - 
+      positions: [-0.13541324683228764, 0.18573969852211314, -1.1184627695274911, 1.3315817729837558, -1.8598894900078402, 0.46352936595459593]
+      velocities: [-0.250980800749712, -0.048204079460059106, 0.07170864078050634, 0.014850531131720291, 0.18658241626529043, -0.003676564057990358]
+      accelerations: [6.627949701015552e-14, -0.08754798354835948, 0.07479648823002796, 0.12348393869995787, 0.00481205093744974, -0.10699326474580319]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 660042242
+    - 
+      positions: [-0.13667417883231275, 0.18549641522501745, -1.118101559863068, 1.331657941092653, -1.8589520358910485, 0.46350954422169754]
+      velocities: [-0.25098080074971196, -0.04864397055957444, 0.07208464703215323, 0.015474931592463975, 0.18660658561894652, -0.004217880589171014]
+      accelerations: [-3.315523033071622e-14, -0.0875674040836804, 0.07488712252523724, 0.12508278668970685, 0.004809478948322608, -0.10849872063529627]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 665066260
+    - 
+      positions: [-0.13793452019656624, 0.1852510371701433, -1.1177386305140287, 1.3317372284894435, -1.8580148995794865, 0.4634869951078559]
+      velocities: [-0.25098080074971196, -0.04908375344421172, 0.07246093374384552, 0.01610712536394718, 0.18663073024106036, -0.004766559837624684]
+      accelerations: [1.1056938781977985e-14, -0.08758694863753362, 0.0749783347822711, 0.12670430957835133, 0.00480670987738532, -0.11002664120695028]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 670087925
+    - 
+      positions: [-0.13919426752255096, 0.18500356764085207, -1.117373982824265, 1.3318196713740207, -1.8570780838438847, 0.46346168402907384]
+      velocities: [-0.2509808007497121, -0.04952342745984238, 0.07283750234370465, 0.01674721751522208, 0.1866548490286006, -0.005322706665779266]
+      accelerations: [-3.3186506531101494e-14, -0.0876066182529795, 0.07507011391606944, 0.1283487322491936, 0.0048037193155109495, -0.11157732377438852]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 675107222
+    - 
+      positions: [-0.14045341741887601, 0.1847540099386802, -1.1170076181447293, 1.3319053063948527, -1.8561415914533523, 0.4634335759469359]
+      velocities: [-0.25098080074971213, -0.049962991963591524, 0.07321435424667937, 0.017395314528508607, 0.18667894081619046, -0.0058864274359304025]
+      accelerations: [0.0, -0.08762641549420151, 0.07516246753987477, 0.13001648192300166, 0.0048005060991110045, -0.11315115595099996]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 680124139
+    - 
+      positions: [-0.14171196650533827, 0.1845023673831545, -1.1166395378332106, 1.331994170657077, -1.8552054251753187, 0.4634026353614736]
+      velocities: [-0.2509808007497121, -0.05040244632850911, 0.07359149090467636, 0.01805152485514657, 0.1867030044380023, -0.006457830266596163]
+      accelerations: [3.3218199333653654e-14, -0.08764634326895207, 0.0752554045575021, 0.1317080070318877, 0.004797070444266808, -0.11474853919688109]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 685138663
+    - 
+      positions: [-0.14296991141301818, 0.18424864331159532, -1.1162697432540751, 1.3320863017310676, -1.8542695877754294, 0.46336882630373916]
+      velocities: [-0.2509808007497121, -0.0508417899377175, 0.07396891373796913, 0.018715958216855892, 0.18672703864050674, -0.007037024746272049]
+      accelerations: [-3.323420191150525e-14, -0.08766640181257394, 0.07534890524334323, 0.13342345819940252, 0.004793376353322239, -0.11636974900688611]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 690150779
+    - 
+      positions: [-0.14422724878417698, 0.18399284107902683, -1.1158982357787839, 1.3321817376534475, -1.8533340820184985, 0.4633321123316064]
+      velocities: [-0.2509808007497119, -0.05128102218778107, 0.07434662417853924, 0.019388726098718043, 0.18675104213654092, -0.007624122163657718]
+      accelerations: [8.866748954973274e-14, -0.08768659538501496, 0.07544299581015627, 0.13516348264840655, 0.004789445574046527, -0.11801528077707928]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 695160474
+    - 
+      positions: [-0.145483975272466, 0.1837349640579231, -1.1155250167851642, 1.3322805169405467, -1.8523989106677767, 0.4632924565200943]
+      velocities: [-0.25098080074971174, -0.05172014248927996, 0.07472462367047288, 0.020069941777289504, 0.1867750136045268, -0.008219235536211317]
+      accelerations: [-2.217767954845334e-14, -0.08770692445290083, 0.07553765668643793, 0.13692824417675925, 0.004785241733102628, -0.1196854234367893]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 700167736
+    - 
+      positions: [-0.1467400875428254, 0.18347501563811217, -1.115150087657923, 1.3323826785896378, -1.851464076485909, 0.4632498214569423]
+      velocities: [-0.25098080074971196, -0.05215915026611934, 0.07510291366387897, 0.02075972029183701, 0.1867989516793699, -0.008822479618414618]
+      accelerations: [-5.547139019345741e-14, -0.0877273930071543, 0.07563291169499693, 0.13871838097018266, 0.00478078293199619, -0.12138067796226103]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 705172550
+    - 
+      positions: [-0.14799558227167237, 0.18321299922653214, -1.1147734497879849, 1.332488262092034, -1.850529582234308, 0.46320416923291763]
+      velocities: [-0.25098080074971196, -0.05259804495376224, 0.07548149559839702, 0.021458178299953504, 0.18682285493200068, -0.009433970851950415]
+      accelerations: [4.4399003922248874e-14, -0.08774800081282999, 0.07572873466359552, 0.14053400108334, 0.0047760245450396135, -0.12310131546177501]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 710174903
+    - 
+      positions: [-0.14925045614676208, 0.18294891824716097, -1.1143951045731812, 1.3325973074328186, -1.849595430674343, 0.4631554614379529]
+      velocities: [-0.2509808007497118, -0.05303682599924573, 0.0758603709008106, 0.02216543407824293, 0.18684672186470325, -0.010053827384833085]
+      accelerations: [2.221051718692907e-14, -0.08776875187669983, 0.07582514848911714, 0.14237574537497966, 0.004770982774851798, -0.12484784686998997]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 715174783
+    - 
+      positions: [-0.15050470586736397, 0.18268277614077427, -1.1140150534176159, 1.332709855103881, -1.8486616245667677, 0.4631036591513289]
+      velocities: [-0.24973832153807954, -0.053209677036332934, 0.07586117866810013, 0.022766549088232012, 0.1859453903114749, -0.010627721484018152]
+      accelerations: [0.49490146070863505, 0.01852615744075201, -0.0751639085174989, 0.09769646124884519, -0.36376593202516033, -0.1043033115300111]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 720172177
+    - 
+      positions: [-0.1517583281442783, 0.18241457636478914, -1.1136332977317127, 1.3328259461103453, -1.8477281666720597, 0.4630487229346918]
+      velocities: [-0.2484958423264475, -0.053380242604240444, 0.07586040344530852, 0.023373091892409353, 0.18504390169773516, -0.011207048283344406]
+      accelerations: [-6.053473062163083e-14, -0.08608047354844192, 0.07452184751817552, 0.14325958844931816, 0.004666193555144041, -0.12588980276191122]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 725217019
+    - 
+      positions: [-0.15301131969983264, 0.18214432239311876, -1.1132498389323267, 1.3329456219764202, -1.8467950597508527, 0.4629906128252744]
+      velocities: [-0.24849584232644772, -0.05381433859036453, 0.07623640756262373, 0.024100199723801084, 0.18506741524801384, -0.011846335828429446]
+      accelerations: [-3.854154739377685e-14, -0.08610124758814316, 0.07461808169926601, 0.1451440929433254, 0.004660321593495634, -0.12768043544628552]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 730259322
+    - 
+      positions: [-0.15426367726790086, 0.1818720177160171, -1.1128646784427572, 1.3330689247523835, -1.8458623065642414, 0.46292928832855124]
+      velocities: [-0.24849584232644772, -0.05424832000649111, 0.0766127079152687, 0.02483650603502512, 0.1850908865183058, -0.01249439251528058]
+      accelerations: [3.8561113537374393e-14, -0.0861221711697779, 0.07471490692522517, 0.14705596933094478, 0.004654136252488742, -0.12949816888476048]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 735299075
+    - 
+      positions: [-0.15551539759406843, 0.1815976658398395, -1.112477817692182, 1.3331958970275921, -1.8449299098733165, 0.46286470840806143]
+      velocities: [-0.24849584232644745, -0.05468218637079356, 0.07698930594401177, 0.02558213744499639, 0.18511431378581256, -0.013151344711465424]
+      accelerations: [7.16500566090097e-14, -0.08614324402740864, 0.0748122974849403, 0.14899536285651493, 0.004647592218517312, -0.13134330884503367]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 740336263
+    - 
+      positions: [-0.15676647743548425, 0.18132127028697592, -1.1120892581163468, 1.3333265819308657, -1.8439978724403845, 0.4627968314808986]
+      velocities: [-0.2484958423264474, -0.0551159372155967, 0.07736620310767953, 0.026337222720515842, 0.18513769529211724, -0.01381732083283365]
+      accelerations: [-4.4114978166496144e-14, -0.08616447122758965, 0.07491028816508895, 0.15096309282892667, 0.004640719462001991, -0.13321647272905107]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 745370874
+    - 
+      positions: [-0.15801691356112355, 0.18104283459555898, -1.111699001156594, 1.3334610231479505, -1.84306619702797, 0.4627256154053402]
+      velocities: [-0.24849584232644745, -0.05554957208308821, 0.07774340083941678, 0.027101892328433658, 0.18516102918736838, -0.014492451157335164]
+      accelerations: [1.6551656598995112e-14, -0.08618585080584558, 0.07500883586054005, 0.15295912879660206, 0.004633450398905038, -0.13511789473336286]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 750402894
+    - 
+      positions: [-0.15926670275152174, 0.1807623623194668, -1.1113070482610277, 1.333599264917314, -1.8421348864006835, 0.4626510174782905]
+      velocities: [-0.24849584232644742, -0.05598309052974397, 0.0781209005844272, 0.02787627888637549, 0.1851843135762092, -0.01517686805137241]
+      accelerations: [0.0, -0.08620738959893166, 0.0751079904006372, 0.15498447213510094, 0.0046258332305980435, -0.1370482849700858]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 755432311
+    - 
+      positions: [-0.16051584179913583, 0.18047985702796368, -1.110913400883132, 1.333741352052074, -1.841203943323686, 0.4625729944207054]
+      velocities: [-0.24849584232644747, -0.0564164921288931, 0.07849870383706337, 0.028660517617476698, 0.1852075465630798, -0.015870706201485292]
+      accelerations: [-2.20918538654652e-14, -0.08622908666181185, 0.07520772340866559, 0.15703927556068847, 0.004617818290615555, -0.13900797227184597]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 760459112
+    - 
+      positions: [-0.1617643275081812, 0.1801953223056543, -1.1105180604825313, 1.3338873299403058, -1.8402733705640222, 0.4624915023727744]
+      velocities: [-0.24849584232644756, -0.05684977645832798, 0.07887681200963897, 0.02945474493650881, 0.18523072608742508, -0.01657410198382668]
+      accelerations: [-1.6577584392791013e-14, -0.08625094391591075, 0.0753080325723393, 0.15912398106253742, 0.004609388200159929, -0.14099741879607378]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 765483283
+    - 
+      positions: [-0.1630121566946379, 0.1799087617523282, -1.1101210285250374, 1.3340372445526287, -1.8393431708910057, 0.46240649688578944]
+      velocities: [-0.2484958423264475, -0.057282943114908294, 0.0792552265765891, 0.03025910007910073, 0.1852538501016992, -0.017287194234612516]
+      accelerations: [3.8701436127505925e-14, -0.08627296623569852, 0.07540894687733009, 0.16123939226679662, 0.004600564039076509, -0.14301726265383147]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 770504813
+    - 
+      positions: [-0.1642593261864713, 0.17962017898268035, -1.1097223064818398, 1.3341911424588593, -1.8384133470754738, 0.46231793290963735]
+      velocities: [-0.24849584232644745, -0.057715991709681336, 0.0796339490304259, 0.03107372466712997, 0.18527691651562062, -0.018010124077512638]
+      accelerations: [-1.65951265169602e-14, -0.08629515360186306, 0.07551044649510644, 0.16338578110257684, 0.004591306183626143, -0.14506790017089083]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 775523687
+    - 
+      positions: [-0.16550583282352269, 0.17932957762623042, -1.1093218958300324, 1.3343490708311292, -1.8374839018908173, 0.46222576478649496]
+      velocities: [-0.2484958423264475, -0.058148921861083, 0.08001298081270926, 0.03189876197593096, 0.18529992310900242, -0.01874303460121111]
+      accelerations: [-5.5346582090899435e-15, -0.08631750819244707, 0.07561253293603791, 0.16556366227945066, 0.004581600930151551, -0.14714984395599684]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 780539895
+    - 
+      positions: [-0.1667516734575398, 0.1790369613271551, -1.1089197980525565, 1.3345110774530726, -1.8365548381132508, 0.46212994624165765]
+      velocities: [-0.24849584232644764, -0.05858173320012178, 0.08039232336744484, 0.03273435756404304, 0.1853228675968337, -0.019486071172219795]
+      accelerations: [-4.4300997573922917e-14, -0.08634003206383527, 0.07571520763910893, 0.16777356134268323, 0.0045714344843905, -0.14926361781387484]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 785553422
+    - 
+      positions: [-0.16799684495221426, 0.1787423337441218, -1.1085160146381439, 1.334677210729206, -1.8356261585220763, 0.4620304303741667]
+      velocities: [-0.24849584232644753, -0.059014425375868665, 0.08077197819126053, 0.033580659890816406, 0.18534574769019369, -0.020239381753157384]
+      accelerations: [8.864973277469834e-14, -0.0863627295890833, 0.07581849215546653, 0.17001624257052977, 0.004560817390094237, -0.15140986441309315]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 790564256
+    - 
+      positions: [-0.16924134418334427, 0.17844569855003417, -1.1081105470807142, 1.3348475197002325, -1.834697865899242, 0.46192716964452596]
+      velocities: [-0.24849584232644736, -0.05944699804836093, 0.08115194676446935, 0.03443781958311637, 0.1853685610091133, -0.02100311658071512]
+      accelerations: [-2.2174436042870843e-14, -0.08638559999861357, 0.07592236042887195, 0.1722919420222072, 0.004549701011294086, -0.1535889821555104]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 795572385
+    - 
+      positions: [-0.1704851680386825, 0.17814705943198142, -1.10770339688007, 1.3350220540449558, -1.8337699630306197, 0.46182011586866245]
+      velocities: [-0.24849584232644756, -0.059879450887001494, 0.08153223053831657, 0.0353059893352071, 0.1853913050656869, -0.02177742814071716]
+      accelerations: [-5.5466268304069856e-14, -0.08640864704006339, 0.07602682893966868, 0.17460138722393065, 0.004538089078140016, -0.1558016069392144]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 800577796
+    - 
+      positions: [-0.17172831341806924, 0.1778464200910067, -1.107294565541431, 1.3352008640944864, -1.832842452705751, 0.4617092202059865]
+      velocities: [-0.24849584232644764, -0.060311783576718084, 0.08191283099757307, 0.036185324665960535, 0.18541397734049253, -0.022562471550992842]
+      accelerations: [2.219864701626168e-14, -0.08643187240996658, 0.07613189662447835, 0.17694511968035778, 0.004525963374714669, -0.15804829320976727]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 805580477
+    - 
+      positions: [-0.17297077723344417, 0.1775437842419558, -1.1068840545754484, 1.335384000841673, -1.831915337718235, 0.46159443314959536]
+      velocities: [-0.24849584232644722, -0.06074399581496513, 0.08229374962336228, 0.03707598353988378, 0.1854365752343865, -0.023358404407123785]
+      accelerations: [1.44370558235875e-13, -0.08645527866632097, 0.07623756513733645, 0.17932371897863614, 0.0045133083092425185, -0.16032961861342998]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 810580415
+    - 
+      positions: [-0.1742125564088791, 0.17723915561329914, -1.1064718654981438, 1.3355715159514026, -1.83098862086603, 0.4614757045159834]
+      velocities: [-0.24849584232644728, -0.06117608731401032, 0.08267498791809465, 0.037978126706588705, 0.18545909609815775, -0.02416538697207029]
+      accelerations: [-1.6111770408859994e-13, -0.0864788684279713, 0.0763438434017505, 0.18173786579877196, 0.004500117447096583, -0.16264621681770167]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 815577598
+    - 
+      positions: [-0.17545364788065723, 0.17693253794694097, -1.106057999830652, 1.3357634617733376, -1.8300623049514915, 0.4613529834334403]
+      velocities: [-0.24849584232644772, -0.061608057794484784, 0.08305654734881925, 0.03889191709699469, 0.18548153716078897, -0.02498358190974976]
+      accelerations: [-2.779434557345221e-14, -0.08650264168199694, 0.07645071040768564, 0.18418790144757205, 0.004486346392388075, -0.16499856224493448]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 820572013
+    - 
+      positions: [-0.17669404859714954, 0.17662393499814427, -1.1056424590997769, 1.3359598913460622, -1.8291363927825048, 0.4612262183345366]
+      velocities: [-0.24849584232644772, -0.062039906991153124, 0.0834384293972667, 0.03981752045046126, 0.18550389559022917, -0.02581315461224898]
+      accelerations: [3.337183452109931e-14, -0.08652660336889738, 0.07655819513272077, 0.1866747612643456, 0.004472012959907803, -0.16738742311191995]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 825563649
+    - 
+      positions: [-0.1779337555190313, 0.17631335053524827, -1.1052252448371889, 1.3361608584160056, -1.8282108871718106, 0.46109535694134074]
+      velocities: [-0.24849584232644764, -0.06247163465296693, 0.08382063556324669, 0.04075510540461409, 0.18552616849596548, -0.026654273271274103]
+      accelerations: [0.0, -0.08655075350229985, 0.07666627792264885, 0.18919882595332976, 0.0044570736752435666, -0.16981330596336147]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 830552493
+    - 
+      positions: [-0.1791727656191652, 0.1760007883395913, -1.1048063585799441, 1.336366417442386, -1.8272857909381037, 0.46096034625729204]
+      velocities: [-0.24849584232644756, -0.06290324053897964, 0.08420316732401786, 0.041704843076512246, 0.18554835287638485, -0.02750710870294369]
+      accelerations: [3.897761202059491e-14, -0.08657509539803612, 0.07677497150759395, 0.19176086694305702, 0.0044415251936546244, -0.17227691260123754]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 835538532
+    - 
+      positions: [-0.1804110758827066, 0.17568625220529635, -1.104385801870124, 1.336576623611826, -1.826361106905965, 0.460821132554285]
+      velocities: [-0.2484958423264475, -0.06333472442358835, 0.08458602618412754, 0.04266690769891069, 0.18557044567939784, -0.028371834683836233]
+      accelerations: [-2.2285539379312754e-14, -0.08659963117950453, 0.07688427621402837, 0.1943615236355605, 0.004425348234122456, -0.1747788879818719]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 840521756
+    - 
+      positions: [-0.18164868330712158, 0.17536974593910806, -1.1039635762548121, 1.336791532849563, -1.8254368379062518, 0.4606776613612812]
+      velocities: [-0.24849584232644759, -0.06376608609296446, 0.08496921364413765, 0.04364147631347352, 0.18559244376208806, -0.02924862783208442]
+      accelerations: [-1.114911295535667e-14, -0.0866243627397982, 0.07699419225034877, 0.1970014483899829, 0.004408523184393669, -0.17731989012233224]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 845502150
+    - 
+      positions: [-0.18288558490220572, 0.1750512733602353, -1.103539683286074, 1.3370112018308786, -1.8245129867764927, 0.4605298774526999]
+      velocities: [-0.24849584232644753, -0.06419732534542749, 0.08535273120362133, 0.044628728860733095, 0.18561434389262618, -0.030137667678651434]
+      accelerations: [3.346647110260132e-14, -0.08664929236265942, 0.07710472115522472, 0.19968132060871482, 0.004391031427177802, -0.17990059649709483]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 850479705
+    - 
+      positions: [-0.18412177769011137, 0.17473083830018207, -1.103114124520901, 1.3372356879930962, -1.8235895563612499, 0.46037772483642986]
+      velocities: [-0.24849584232644745, -0.06462844199142248, 0.08573658035831433, 0.045628848199839346, 0.18563614274454315, -0.031039136705802526]
+      accelerations: [0.0, -0.08667442194228188, 0.07721586200122094, 0.20240180454639825, 0.0043728509415723, -0.18252168456222265]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 855454407
+    - 
+      positions: [-0.18535725870535422, 0.1744084446025937, -1.1026869015212226, 1.337465049547093, -1.8226665495125771, 0.4602211467419513]
+      velocities: [-0.24849584232644756, -0.06505943585395373, 0.08612076260631946, 0.046642020240925966, 0.18565783690276122, -0.03195322044208067]
+      accelerations: [-3.9089216614254745e-14, -0.08669975394752118, 0.07732761883255665, 0.2051636368975559, 0.004353965427587235, -0.1851838740579624]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 860426245
+    - 
+      positions: [-0.1865920249948589, 0.17408409612307857, -1.1022580158537811, 1.3376993454905028, -1.8217439690903041, 0.46006008560751654]
+      velocities: [-0.24849584232644772, -0.0654903067702717, 0.08650527946658167, 0.04766843423380228, 0.18567942288508327, -0.03288010763820034]
+      accelerations: [-3.3524482243618984e-14, -0.08672529095977168, 0.07743999816837968, 0.20796760228158084, 0.004334361405922682, -0.18788791740195782]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 865395206
+    - 
+      positions: [-0.18782607361801665, 0.17375779672902414, -1.1018274690899428, 1.337938635621989, -1.82082181796224, 0.4598944830666356]
+      velocities: [-0.24849584232644784, -0.0659210545883768, 0.08689013244163778, 0.048708282377724794, 0.18570089709347898, -0.033819990102574]
+      accelerations: [-5.590670671968248e-15, -0.08675103405133666, 0.07755298907529813, 0.21081428464800928, 0.004314002862475276, -0.19063447243129217]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 870361280
+    - 
+      positions: [-0.189059401646624, 0.17342955029948148, -1.1013952628059798, 1.3381829805504266, -1.8199000990050183, 0.4597242799370264]
+      velocities: [-0.2484958423264478, -0.06635167916913215, 0.0872753230393772, 0.04976176014679925, 0.18572225583941243, -0.034773062895001365]
+      accelerations: [1.1187889385363772e-14, -0.08677698666653436, 0.07766660685064888, 0.21370460406083935, 0.00429288640578874, -0.19342437395343265]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 875324454
+    - 
+      positions: [-0.19029200616500236, 0.17309936072494392, -1.1009613985826427, 1.3384324417122975, -1.8189788151039992, 0.4595494162052918]
+      velocities: [-0.24849584232644767, -0.0667821803868128, 0.08766085278224697, 0.05082906647022471, 0.1857434953534483, -0.03573952445051573]
+      accelerations: [4.477788612703404e-14, -0.08680315010724733, 0.07778084427265834, 0.21663922146988712, 0.004270979764920254, -0.19625833412772622]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 880284716
+    - 
+      positions: [-0.19152388426995964, 0.17276723190722026, -1.1005258780053435, 1.3386870813825418, -1.8180579691539984, 0.4593698310147626]
+      velocities: [-0.2484958423264476, -0.0672125581263911, 0.08804672317632076, 0.05191040341786013, 0.18576461174429598, -0.03671957645350736]
+      accelerations: [-1.6801631664414492e-14, -0.08682952673582889, 0.07789570419427169, 0.21961893491351392, 0.004248262933046212, -0.19913714167169974]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 885242055
+    - 
+      positions: [-0.19275503307082453, 0.17243316775926298, -1.100088702664064, 1.338946962688684, -1.817137564059656, 0.4591854626515653]
+      velocities: [-0.24849584232644756, -0.06764281228665009, 0.08843293574242898, 0.05300597664735897, 0.18578560103563746, -0.03771342409635023]
+      accelerations: [2.801934527975391e-14, -0.0868561191205037, 0.07801119195379089, 0.22264459027148426, 0.004224718359024534, -0.20206161769120234]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 890196459
+    - 
+      positions: [-0.19398544968949313, 0.17209717220498796, -1.0996498741532, 1.339212149626009, -1.8162176027357329, 0.45899624853001875]
+      velocities: [-0.2484958423264475, -0.06807294277865927, 0.08881949200350223, 0.05411599532274032, 0.18580645914832844, -0.038721276073442876]
+      accelerations: [0.0, -0.08688292901883406, 0.07812730531251741, 0.22571695757368287, 0.004200318732712971, -0.20503255331855302]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 895147916
+    - 
+      positions: [-0.19521513126042622, 0.17175924917912774, -1.0992093940716081, 1.3394827070707362, -1.8152980881076792, 0.45880212517890145]
+      velocities: [-0.24726566488918783, -0.06816276179243916, 0.08876381956076088, 0.0549644012666185, 0.18490719421881477, -0.03954404776055483]
+      accelerations: [0.4948677203943015, 0.050370792466480706, -0.1001808467072093, 0.11656230889881425, -0.36593233636961675, -0.12684418579983878]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 900096416
+    - 
+      positions: [-0.1964440749306708, 0.17141940262706712, -1.0987672640225523, 1.3397587007945893, -1.814379023112084, 0.45860302822689253]
+      velocities: [-0.2460354874519282, -0.06825032916921533, 0.08870657592529008, 0.05582200323719014, 0.1840076880781032, -0.040376084711667065]
+      accelerations: [-2.223345266430537e-14, -0.08522420398735706, 0.07681738935894128, 0.22743380246876876, 0.0040671165396695495, -0.2069573247268046]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 905091401
+    - 
+      positions: [-0.19767227785990638, 0.1710776365046657, -1.0983234856135449, 1.340040197480865, -1.8134604106969936, 0.45839889238706977]
+      velocities: [-0.24603548745192813, -0.06867583320265308, 0.08909033481000407, 0.05696521683218399, 0.18402792471334284, -0.0414168302822184]
+      accelerations: [4.4493783071520984e-14, -0.08525113855039727, 0.07693306640811999, 0.2305880024470895, 0.004040547484285294, -0.2100113238356022]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 910083376
+    - 
+      positions: [-0.19889973722043316, 0.17073395477811087, -1.0978780604564278, 1.3403272647380438, -1.8125422538225588, 0.4581896514425562]
+      velocities: [-0.24603548745192816, -0.06910121456078538, 0.08947444002707705, 0.058123597198012036, 0.18404801423592398, -0.04247230405257702]
+      accelerations: [-5.008589515097117e-14, -0.08527829522133781, 0.07704936787496444, 0.2337914257434851, 0.004013052256677845, -0.21311426178611284]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 915072328
+    - 
+      positions: [-0.20012645019723393, 0.17038836142373665, -1.097430990167149, 1.340619971117252, -1.811624555461286, 0.4579752382300023]
+      velocities: [-0.24603548745192813, -0.06952647321585709, 0.08985889308877809, 0.059297369785269255, 0.18406795205652288, -0.043542731025319636]
+      accelerations: [5.5684928944438594e-14, -0.085305675676682, 0.07716628665158048, 0.23704484854820998, 0.003984595088930686, -0.21626696560449857]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 920058247
+    - 
+      positions: [-0.20135241398793477, 0.17004086042788946, -1.0969822763659454, 1.3409183861252927, -1.8107073185988378, 0.45775558462524873]
+      velocities: [-0.246035487451928, -0.06995160915397741, 0.09024369552503156, 0.060486764157675114, 0.1840877334894321, -0.04462834021842145]
+      accelerations: [-5.571903180042586e-15, -0.08533328322992956, 0.07728383921600787, 0.24034936643932564, 0.003955169155662882, -0.2194704388632405]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 925041121
+    - 
+      positions: [-0.20257762580292632, 0.16969145578670825, -1.0965319206768795, 1.3412225802455107, -1.8097905462339914, 0.4575306215247169]
+      velocities: [-0.24603548745192805, -0.07037662237113441, 0.09062884884911179, 0.06169201363880667, 0.18410735370734987, -0.04572936451846504]
+      accelerations: [-5.575330314552774e-15, -0.085361117969127, 0.07740200469219266, 0.2437056191712861, 0.003924720379799181, -0.2227254550912329]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 930020939
+    - 
+      positions: [-0.20380208286522994, 0.16934015150605708, -1.0960799247283994, 1.3415326249471282, -1.8088742413799554, 0.45730027883270546]
+      velocities: [-0.24603548745192805, -0.07080151287552416, 0.09101435457643661, 0.06291335563010118, 0.18412680776218684, -0.04684604088596374]
+      accelerations: [-5.5787742945070524e-15, -0.08538918415746423, 0.0775208071316114, 0.24711483582199412, 0.0038932501549586657, -0.226033106030041]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 934997688
+    - 
+      positions: [-0.2050257824106686, 0.1689869516012679, -1.0956262901526699, 1.3418485927091284, -1.8079584070640795, 0.4570644854408867]
+      velocities: [-0.24603548745192802, -0.07122628068845224, 0.0914002142368324, 0.06415103185097074, 0.18414609059777642, -0.047978610520803905]
+      accelerations: [2.232894046542011e-14, -0.08541748225392681, 0.07764023057573757, 0.2505777581068882, 0.003860709327215656, -0.22939423729360323]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 939971359
+    - 
+      positions: [-0.20624872168776634, 0.16863186009705516, -1.0951710185859966, 1.3421705570318332, -1.8070430463290146, 0.45682316921410954]
+      velocities: [-0.2460354874519281, -0.07165092584360072, 0.09178642936226354, 0.06540528827194705, 0.18416519703167172, -0.049127318870284147]
+      accelerations: [-5.58571277653494e-14, -0.08544601624089668, 0.07776029418572271, 0.2540955945239059, 0.003827091850825235, -0.23280994995794244]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 944941940
+    - 
+      positions: [-0.20747089795788667, 0.1682748810272749, -1.0947141116682926, 1.3424985924599393, -1.8061281622326237, 0.45657625696999193]
+      velocities: [-0.24603548745192827, -0.07207544838412891, 0.09217300146789281, 0.06667637495794182, 0.1841841217293049, -0.05029241558522797]
+      accelerations: [-1.6767621814804215e-14, -0.08547478542179716, 0.07788097436779, 0.25766902939409286, 0.003792337974426603, -0.23628107781691565]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 949909420
+    - 
+      positions: [-0.20869230849507525, 0.16791601843488532, -1.0942555710437105, 1.3428327745923623, -1.8052137578494365, 0.4563236744653369]
+      velocities: [-0.24603548745192833, -0.07249984836892889, 0.09255993210224964, 0.0679645468040257, 0.18420285926265884, -0.051474154954949274]
+      accelerations: [0.0, -0.08550379631155594, 0.07800231052007292, 0.2612995739644306, 0.0037564651389938725, -0.2398089034155883]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 954873787
+    - 
+      positions: [-0.20991295058633738, 0.1675552763716029, -1.093795398359559, 1.3431731801124396, -1.8042998362698681, 0.45606534637155144]
+      velocities: [-0.24603548745192835, -0.07292412586662878, 0.0929472227970139, 0.06927006297987995, 0.18422140404583587, -0.05267279565297797]
+      accelerations: [-1.1192493503818601e-14, -0.08553304580584345, 0.0781242588027985, 0.26498769471319306, 0.0037193874293503194, -0.24339416423424]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 959835031
+    - 
+      positions: [-0.21113282153134202, 0.16719265889796386, -1.0933335952674852, 1.3435198867920513, -1.8033864006024116, 0.45580119626378984]
+      velocities: [-0.24603548745192846, -0.07334828095541143, 0.09333487506703929, 0.07059318702845697, 0.18423975033206674, -0.05388860083532678]
+      accelerations: [-3.359875038112593e-14, -0.08556254036637499, 0.07824685867269429, 0.26873494956069915, 0.00368112094428596, -0.24703818912545472]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 964793141
+    - 
+      positions: [-0.21235191864269803, 0.16682817008298223, -1.0928701634223912, 1.343872973522614, -1.8024734539728833, 0.4555311465955814]
+      velocities: [-0.24603548745192846, -0.07377231373016191, 0.0937228904700249, 0.07193418772532376, 0.18425789228374062, -0.05512183864290536]
+      accelerations: [3.3620121174313916e-14, -0.08559227977681709, 0.0783700903221055, 0.27254215761033407, 0.0036416077745752176, -0.2507419245040882]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 969748105
+    - 
+      positions: [-0.21357023924582097, 0.16646181400409304, -1.0924051044829628, 1.3442325203275975, -1.8015609995257915, 0.45525511868313556]
+      velocities: [-0.24603548745192816, -0.0741962242937544, 0.09411127053402761, 0.07329333825174068, 0.18427582388069663, -0.056372781807143814]
+      accelerations: [9.531784646511786e-14, -0.08562226699961951, 0.07849396401248564, 0.2764105504381418, 0.0036008268784443456, -0.25450654715324356]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 974699914
+    - 
+      positions: [-0.2147877806790101, 0.16609359474695565, -1.09193842011138, 1.3445986083850643, -1.8006490404246365, 0.45497303268411643]
+      velocities: [-0.246035487451928, -0.07462001276529306, 0.09450001682699169, 0.07467091719124322, 0.18429353900182388, -0.05764170823248059]
+      accelerations: [-3.9273693020163074e-14, -0.08565250515630432, 0.0786184880060823, 0.28034135627430257, 0.0035587530814770877, -0.25833324550729747]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 979648555
+    - 
+      positions: [-0.21600454029350494, 0.165723516405259, -1.0914701119730845, 1.3449713200499254, -1.7997375798523223, 0.4546848075763262]
+      velocities: [-0.24603548745192827, -0.07504367926844807, 0.0948891308557254, 0.07606720731614788, 0.18431103129820922, -0.05892890038603723]
+      accelerations: [-6.736967776333012e-14, -0.0856829925106551, 0.07874363175173812, 0.28433532337697115, 0.0035153138792804184, -0.2622229567870193]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 984594019
+    - 
+      positions: [-0.21722051545328286, 0.16535158308072515, -1.091000181737597, 1.3453507388641903, -1.7988266210129156, 0.45439036114278136]
+      velocities: [-0.2460354874519282, -0.07546722394437289, 0.09527861417940545, 0.07748249717983666, 0.18432829432893716, -0.06023464621092865]
+      accelerations: [1.0111983946631883e-13, -0.08571373742313634, 0.07886944943173968, 0.28839433122809416, 0.0034705388178359674, -0.26617724606671783]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 989536295
+    - 
+      positions: [-0.2184357035354273, 0.1649777988826922, -1.0905286310770415, 1.3457369495948661, -1.797916167130475, 0.45408960994149034]
+      velocities: [-0.24603548745192835, -0.07589064694787552, 0.09566846837804861, 0.07891708081674004, 0.18434532151861144, -0.06155923901554891]
+      accelerations: [-1.6864244122181366e-13, -0.08574473661248533, 0.07899589772837333, 0.29251901390687174, 0.003424337977868998, -0.2701970130724122]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 994475371
+    - 
+      positions: [-0.21965010192983944, 0.16460216792818239, -1.0900554616673075, 1.3461300382410106, -1.7970062214512883, 0.4537824692918498]
+      velocities: [-0.24603548745192855, -0.07631394843716596, 0.09605869496075722, 0.0803712566446232, 0.18436210604219166, -0.06290297692253216]
+      accelerations: [8.437616032085688e-14, -0.08577599431156764, 0.07912299373363262, 0.2967108146329893, 0.0033766941154262137, -0.2742836076974068]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 999411238
+    - 
+      positions: [-0.22086370803935307, 0.1642246943416639, -1.0895806751875794, 1.3465300920604877, -1.7960967872440234, 0.4534688532501429]
+      velocities: [-0.24603548745192833, -0.07673712858678708, 0.09644929547982971, 0.08184532907139755, 0.18437864096032555, -0.06426616379627295]
+      accelerations: [5.628756797619269e-15, -0.08580751248670156, 0.0792507403119324, 0.30097102544062854, 0.0033275718424341056, -0.27843831278929165]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:   4343884
+    - 
+      positions: [-0.2220765192797553, 0.1638453822548971, -1.0891042733202503, 1.3469371995927875, -1.7951878678003899, 0.4531486745869075]
+      velocities: [-0.24603548745192827, -0.07716018758411228, 0.09684027150192323, 0.08333960824965786, 0.18439491918061882, -0.06564910916762075]
+      accelerations: [2.252981212952629e-14, -0.08583929396405265, 0.07937914291217842, 0.30530099852276726, 0.003276938036606933, -0.2826624559556562]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:   9273300
+    - 
+      positions: [-0.22328853307982488, 0.1634642358067544, -1.0886262577507664, 1.347351450683103, -1.7942794664357244, 0.452821844763422]
+      velocities: [-0.24603548745192821, -0.07758312562818603, 0.09723162459243369, 0.08485440998228452, 0.18441093343451886, -0.06705212823376618]
+      accelerations: [5.6361660553254976e-15, -0.08587134025248357, 0.0795081980785134, 0.30970199585846847, 0.0032247477065971055, -0.2869573282037596]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  14199475
+    - 
+      positions: [-0.2244997468813082, 0.16308125914309213, -1.0881466301677123, 1.347772936503979, -1.793371586489907, 0.4524882739093121]
+      velocities: [-0.2460354874519281, -0.0780059429271221, 0.09762335630271074, 0.08639005567569683, 0.18442667625813214, -0.0684755418873225]
+      accelerations: [3.947927104000845e-14, -0.0859036531372497, 0.07963790608106343, 0.31417535900118165, 0.00317095970192131, -0.2913242772956069]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  19122398
+    - 
+      positions: [-0.22571015813892276, 0.16269645641660738, -1.0876653922627948, 1.3482017495786878, -1.7924642313281542, 0.45214787079898844]
+      velocities: [-0.24603548745192808, -0.07842863970034045, 0.09801546818273525, 0.08794687262876844, 0.18444214000367076, -0.06991967692975626]
+      accelerations: [-3.386185470841295e-14, -0.08593623504972811, 0.07976826861431813, 0.3187224756866102, 0.0031155334207477684, -0.2957646894075467]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  24042060
+    - 
+      positions: [-0.226919764320366, 0.16230983178667804, -1.08718254573079, 1.3486379838055043, -1.7915574043417912, 0.45180054282737525]
+      velocities: [-0.24603548745192838, -0.0788512161809374, 0.09840796180334418, 0.08952519446652031, 0.18445731686200656, -0.0713848663723983]
+      accelerations: [-8.471108725881128e-14, -0.08596908875144406, 0.07989929499949051, 0.32334487260826095, 0.003058436637202554, -0.3002800434684248]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  28958449
+    - 
+      positions: [-0.22812856290637773, 0.16192138941917797, -1.0866980922692848, 1.349081734485129, -1.7906511089487718, 0.45144619598361074]
+      velocities: [-0.24603548745192821, -0.07927367261219481, 0.09880083872764416, 0.09112536088593164, 0.18447219882382448, -0.07287144935295267]
+      accelerations: [1.4693083487589718e-13, -0.08600221526755572, 0.08003097531780409, 0.32804384312940493, 0.002999612694539944, -0.3048717006935578]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  33871555
+    - 
+      positions: [-0.22933655139067113, 0.1615311334863764, -1.0862120335789363, 1.3495330983421887, -1.7897453485948824, 0.4510847348278649]
+      velocities: [-0.24603548745192816, -0.07969600924836978, 0.09919410051729616, 0.0927477178746372, 0.18448677768333066, -0.0743797713164015]
+      accelerations: [-1.1875464019227403e-13, -0.08603561769649043, 0.08016332146769237, 0.3328210122488538, 0.0029390306190973828, -0.30954122289534614]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  38781369
+    - 
+      positions: [-0.23054372728001257, 0.16113906816674017, -1.085724371363144, 1.349992173554564, -1.788840126754207, 0.4507160624635083]
+      velocities: [-0.24603548745192827, -0.08011822635644378, 0.09958774874835352, 0.0943926180676044, 0.18450104505250028, -0.0759101842768456]
+      accelerations: [6.224676196344387e-14, -0.08606929778806222, 0.08029632998218353, 0.3376778278846275, 0.0028766392733264147, -0.31429008727612756]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  43687881
+    - 
+      positions: [-0.23175008809419367, 0.16074519764480324, -1.085235107328137, 1.3504590597781534, -1.7879354469301507, 0.4503400805116021]
+      velocities: [-0.24603548745192816, -0.08054032421314267, 0.0999817849829861, 0.09606042049700475, 0.18451499232205848, -0.07746304673810578]
+      accelerations: [-1.1325253961272038e-14, -0.0861032574417706, 0.08043000125936844, 0.342615822904699, 0.002812391515834818, -0.319119833029441]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  48591079
+    - 
+      positions: [-0.23295563136603206, 0.16034952611102402, -1.0847442431829561, 1.3509338581734516, -1.7870313126563404, 0.44995668908413383]
+      velocities: [-0.2448174899892949, -0.08056045527166336, 0.09987832208123343, 0.09726335805721799, 0.18361506942549954, -0.078643514618635]
+      accelerations: [0.4948501749186973, 0.07755435353209926, -0.12211945165117707, 0.14758815136149173, -0.3684225801199747, -0.16185414773853724]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  53490955
+    - 
+      positions: [-0.2341603546414312, 0.15995205776160104, -1.0842517806391998, 1.3514166714357962, -1.78612772749724, 0.44956578675489106]
+      velocities: [-0.24359949252666172, -0.08057837954326344, 0.09977329481841088, 0.0984813889117505, 0.18271474370844512, -0.07983919652493458]
+      accelerations: [-4.491356935296454e-14, -0.0844740955246157, 0.07910925152892062, 0.34579145264083533, 0.0026253787382248955, -0.3225452585357879]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  58436463
+    - 
+      positions: [-0.23536425547929019, 0.15955279679838474, -1.0837577214113474, 1.351907603818767, -1.785224695049539, 0.44916727053400995]
+      velocities: [-0.24359949252666196, -0.08099594575940272, 0.10016459153602926, 0.10020290611776746, 0.1827275489426709, -0.08144556356278568]
+      accelerations: [-5.05623460560515e-14, -0.08450822172615738, 0.07924225764667665, 0.3508805055715685, 0.0025566692936086714, -0.32752724923047544]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  63378595
+    - 
+      positions: [-0.23656733145161782, 0.1591517474286605, -1.0832620672163005, 1.3524067611682642, -1.7843222189425387, 0.4487610358361362]
+      velocities: [-0.24359949252666185, -0.08141339511547951, 0.10055627866555406, 0.10194858979143304, 0.18274000111333388, -0.08307564641991708]
+      accelerations: [8.995035702717427e-14, -0.0845426308740137, 0.07937592385104177, 0.35605562972577554, 0.0024859538528576395, -0.33259499035436796]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  68317340
+    - 
+      positions: [-0.23776958014350158, 0.158748913865019, -1.0827648197734647, 1.3529142509502545, -1.7834203028392757, 0.44834697645193355]
+      velocities: [-0.24359949252666174, -0.08183072794029256, 0.10094835776190499, 0.10371883038607678, 0.1827520906242593, -0.08472983501660954]
+      accelerations: [-4.500618204861618e-14, -0.08457732406817195, 0.07951024515845889, 0.36131843577420353, 0.0024131741610726484, -0.33775012944048355]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  73252690
+    - 
+      positions: [-0.23897099915307235, 0.158344300325246, -1.0822659808048782, 1.3534301822786396, -1.7825189504377008, 0.44792498451927903]
+      velocities: [-0.24359949252666155, -0.08224794457323202, 0.10134083037836313, 0.10551402577338424, 0.18276380764563954, -0.08640852670852804]
+      accelerations: [1.2385262499939395e-13, -0.08461230425283497, 0.07964522849458848, 0.3666707353679777, 0.002338284409428322, -0.34299444612691965]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  78184634
+    - 
+      positions: [-0.2401715860915432, 0.15793791103214297, -1.0817655520350187, 1.3539546659477686, -1.7816181654714922, 0.44749495049149995]
+      velocities: [-0.24359949252666135, -0.08266504536754749, 0.10173369809519231, 0.10733458181764119, 0.1827751421428064, -0.08811212669119792]
+      accelerations: [-5.070216024264064e-14, -0.08464757386545335, 0.07978088049303861, 0.3721143832549284, 0.002261237683163788, -0.34832976317169917]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  83113162
+    - 
+      positions: [-0.24137133858324902, 0.15752975021335988, -1.081263535190618, 1.354487814465695, -1.7807179517108855, 0.447056763104861]
+      velocities: [-0.24359949252666155, -0.08308203068481324, 0.10212696247510311, 0.10918091191847651, 0.18278608381755812, -0.08984104780727575]
+      accelerations: [-2.2549994060791897e-14, -0.0846831336196623, 0.07991719002849967, 0.3776510171554467, 0.0021819640383911273, -0.35375779356449877]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  88038265
+    - 
+      positions: [-0.24257025426556583, 0.15711982210131104, -1.080759932000958, 1.3550297420818134, -1.779818312964145, 0.44661030934905976]
+      velocities: [-0.24359949252666166, -0.08349890089652719, 0.10252062507609555, 0.11105343736315765, 0.18279662211740227, -0.09159571082323377]
+      accelerations: [-2.2565760935144506e-14, -0.0847189866183725, 0.08005416896064639, 0.3832826466161191, 0.002100419963286554, -0.35928048417287406]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  92959932
+    - 
+      positions: [-0.24376833078898402, 0.15670813093298128, -1.080254744197545, 1.3555805648232808, -1.7789192530782674, 0.4461554744322973]
+      velocities: [-0.24359949252666172, -0.08391565639227883, 0.10291468751485916, 0.11295258842078093, 0.1828067463054131, -0.09337654514541953]
+      accelerations: [0.0, -0.08475513690521363, 0.08019183193953318, 0.3890113661026403, 0.002016563550008602, -0.36489985104591444]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  97878155
+    - 
+      positions: [-0.24496556581719756, 0.15629468094970375, -1.0797479735137094, 1.356140400533169, -1.7780207759396285, 0.44569214174499283]
+      velocities: [-0.24359949252666163, -0.08433229756392083, 0.10330915134003961, 0.11487880270000865, 0.18281644530275676, -0.09518398793449219]
+      accelerations: [3.95456134252743e-14, -0.08479158116352135, 0.0803301393111031, 0.39483852983574963, 0.0019302868947377557, -0.3706174933789326]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 102792923
+    - 
+      positions: [-0.24616195702683216, 0.15587947639724073, -1.0792396216856723, 1.356709368890235, -1.7771228854764847, 0.44522019283403397]
+      velocities: [-0.2435994925266615, -0.08474882481341905, 0.10370401810444246, 0.11683252638275346, 0.1828257077699083, -0.09701848490386672]
+      accelerations: [1.1306729466848747e-14, -0.08482832665170849, 0.08046913511590947, 0.40076674687410374, 0.0018415807520719963, -0.37643576475310236]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 107704227
+    - 
+      positions: [-0.24735750210773197, 0.1554625215254168, -1.078729690451352, 1.357287591458952, -1.7762255856586613, 0.44473950735890927]
+      velocities: [-0.24359949252666144, -0.08516523855994046, 0.10409928941035533, 0.11881421506144618, 0.18283452215275608, -0.09888049089252005]
+      accelerations: [1.1314745338074579e-14, -0.08486537294461886, 0.08060879812749967, 0.40679772484046073, 0.0017503555639643929, -0.3823565102836163]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 112612058
+    - 
+      positions: [-0.24855219876280857, 0.15504382058808908, -1.0782181815509326, 1.3578751917172176, -1.7753288804994993, 0.4442499630606333]
+      velocities: [-0.24359949252666158, -0.08558153923004025, 0.10449496683631868, 0.12082433289180497, 0.18284287658911907, -0.10077046945284987]
+      accelerations: [-6.793676579483771e-14, -0.0849027233235312, 0.08074914262468239, 0.41293374185561754, 0.0016565636765451543, -0.38838192949737255]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 117516406
+    - 
+      positions: [-0.24974604470812747, 0.15462337784294597, -1.0777050967264767, 1.3584722950975907, -1.7744327740566024, 0.4437514357223762]
+      velocities: [-0.2435994925266618, -0.08599772726131644, 0.10489105196830852, 0.12286335324533984, 0.18285075893993494, -0.10268889331401565]
+      accelerations: [-2.832719085619752e-14, -0.08494037886598473, 0.080890160070801, 0.4191767847095712, 0.001560127793828956, -0.39451406977543885]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 122417261
+    - 
+      positions: [-0.25093903767284237, 0.15420119755141287, -1.0771904377221504, 1.3590790290210841, -1.7735372704334007, 0.4432437991341731]
+      velocities: [-0.2435994925266617, -0.0864138030983989, 0.10528754636534352, 0.12493175840360779, 0.18285815674077827, -0.10463624428492772]
+      accelerations: [7.937294022615565e-14, -0.08497834123427458, 0.08103185073176032, 0.4255290208838325, 0.0014609800691861405, -0.4007551051306695]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 127314615
+    - 
+      positions: [-0.25213117539918745, 0.15377728397852392, -1.0766742062842127, 1.3596955229349779, -1.7726423737804324, 0.4427269250549232]
+      velocities: [-0.2435994925266614, -0.08682976720102648, 0.10568445162611319, 0.1270300407611103, 0.1828650572740813, -0.1066130140585144]
+      accelerations: [3.40414189399034e-14, -0.08501661481803657, 0.0811742332820846, 0.43199294260748783, 0.0013590722576628021, -0.40710742564727437]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 132208459
+    - 
+      positions: [-0.25332245564258876, 0.15335164139268642, -1.0761564041605127, 1.3603219083580995, -1.771748088296055, 0.4422006831695325]
+      velocities: [-0.24359949252666135, -0.08724562004071233, 0.10608176936029276, 0.1291587026280589, 0.18287144752749887, -0.1086197041857366]
+      accelerations: [-1.703298133784217e-14, -0.08505519992967778, 0.08131729629173953, 0.43857065173379023, 0.0012543190782317707, -0.4135732095779877]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 137098782
+    - 
+      positions: [-0.2545128761715817, 0.1529242740656122, -1.0756370331007916, 1.3609583189162646, -1.7708544182281785, 0.44166494105159965]
+      velocities: [-0.2435994925266614, -0.08766136209342892, 0.10647950113410362, 0.1313182556410098, 0.18287731412270947, -0.11065682580897998]
+      accelerations: [0.0, -0.08509409798735076, 0.08146103619546645, 0.44526441469976324, 0.0011466427240041867, -0.4201547531545817]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 141985576
+    - 
+      positions: [-0.25570243476777393, 0.1524951862722071, -1.0751160948567766, 1.3616048903813078, -1.769961367875772, 0.44111956412363895]
+      velocities: [-0.24359949252666158, -0.08807699384870918, 0.10687764854086876, 0.13350922203854626, 0.18288264339050708, -0.11272490051968653]
+      accelerations: [-6.823069518862568e-14, -0.08513331304196341, 0.0816054704260668, 0.45207687053449125, 0.0010359881478760131, -0.4268546008681614]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 146868831
+    - 
+      positions: [-0.2568911292259506, 0.15206438229034683, -1.0745935911817115, 1.3622617607186844, -1.7690689415897085, 0.44056441561171117]
+      velocities: [-0.2435994925266617, -0.08849251580521783, 0.10727621316595057, 0.13573213437272885, 0.18288742132133667, -0.11482446027936086]
+      accelerations: [1.7070094365877495e-14, -0.08517284471199277, 0.0817505810686886, 0.4590101833425372, 0.0009222568038999836, -0.4336750324432081]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 151748540
+    - 
+      positions: [-0.25807895735394126, 0.151631866400845, -1.0740695238308346, 1.3629290701232055, -1.7681771437748133, 0.4399993565068876]
+      velocities: [-0.24359949252666152, -0.08890792847108633, 0.10767519659227615, 0.13798753584657175, 0.18289163356483212, -0.11695604771875923]
+      accelerations: [5.1247693437004835e-14, -0.08521269720465109, 0.08189638785130503, 0.46606714700668844, 0.0008053929827635411, -0.44061873142558805]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 156624691
+    - 
+      positions: [-0.2592659169727425, 0.15119764288721982, -1.0735438945608482, 1.363606961069503, -1.7672859788906865, 0.43942424551739107]
+      velocities: [-0.24239355444484634, -0.08888001030468651, 0.10753858852370385, 0.13957583993600853, 0.18198983510128705, -0.11852511520693028]
+      accelerations: [0.49270785438510006, 0.09625752192386862, -0.13736251614034461, 0.18484128627896884, -0.36924807731127735, -0.2023222351834859]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 161497278
+    - 
+      positions: [-0.2604520059164981, 0.15076171603556207, -1.0730167051299309, 1.3642955783560022, -1.7663954514532605, 0.43883893902424365]
+      velocities: [-0.2399936182622242, -0.08840906020626503, 0.10686775643781446, 0.1404815003082782, 0.1801909485923266, -0.11951630704882374]
+      accelerations: [0.4833546915981059, 0.09527561853432902, -0.13546397084343834, 0.18348398582412534, -0.36236485005525854, -0.20078826668740216]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 166414981
+    - 
+      positions: [-0.26163722203241024, 0.15032409013448442, -1.0724879572980526, 1.364995069145951, -1.7655055660367294, 0.43824329103836945]
+      velocities: [-0.23761744382398425, -0.0879386179242308, 0.10620007938757223, 0.14138888949063255, 0.17840924744952635, -0.12050914553981702]
+      accelerations: [0.47418019690372204, 0.09429621144591252, -0.13358882558037186, 0.18215960241373821, -0.3556125796264091, -0.1992884012231236]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 171378205
+    - 
+      positions: [-0.26282156318084254, 0.14988476947488721, -1.0719576528265007, 1.3657055830200908, -1.7646163272745699, 0.4376371531501539]
+      velocities: [-0.23526479586533097, -0.08746872114166697, 0.10553555811418165, 0.1422981229017226, 0.1766445583816071, -0.12150374318819526]
+      accelerations: [0.4651809333595957, 0.0933195677087486, -0.1317368797528904, 0.18086744510601316, -0.3489887788354317, -0.19782202704570637]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 176387361
+    - 
+      positions: [-0.26400502723522806, 0.1494437583499045, -1.0714257934781881, 1.3664272720198545, -1.7637277398615505, 0.43702037448437825]
+      velocities: [-0.2329354414508229, -0.0869994067336101, 0.10487419304236098, 0.14320931695076639, 0.1748967097185692, -0.12250021354628987]
+      accelerations: [0.4563535306453216, 0.09234593965528189, -0.1299079084902062, 0.17960719838235967, -0.3424909807419659, -0.19638876537251748]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 181442862
+    - 
+      positions: [-0.2651876120821462, 0.14900106105469993, -1.0708923810172917, 1.3671602907008187, -1.7628398085549564, 0.43639280164843686]
+      velocities: [-0.2306291499513098, -0.08653071078225516, 0.10421598430569262, 0.14412258935504305, 0.1731655314163938, -0.12349867141595082]
+      accelerations: [0.44769468374949417, 0.09137557114409231, -0.12810170291173856, 0.17837830885602604, -0.33611678492295816, -0.19498809603165715]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 186545124
+    - 
+      positions: [-0.2663693156212845, 0.1485566818863644, -1.0703574172093455, 1.3679047961810369, -1.7619525381764163, 0.43575427868325134]
+      velocities: [-0.2283456930210986, -0.08606266858216999, 0.10356093170346672, 0.14503805840556505, 0.1714508549826222, -0.12449923240592761]
+      accelerations: [0.4392011517212178, 0.09040869588571354, -0.12631805720901262, 0.1771801805822063, -0.32986384082895737, -0.19361947413330535]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 191694569
+    - 
+      positions: [-0.26755013576537306, 0.14811062514383594, -1.069820903821444, 1.3686609481889334, -1.7610659336138956, 0.4351046470140674]
+      velocities: [-0.22608484457534533, -0.08559531466135017, 0.10290903477342458, 0.1459558440417364, 0.16975251353679777, -0.12550201360861424]
+      accelerations: [0.43086975638192615, 0.08944553348669072, -0.1245567363040722, 0.176012687547572, -0.32372980982631955, -0.19228265112778334]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 196891620
+    - 
+      positions: [-0.2687300704403371, 0.14766289512763298, -1.0692828426215628, 1.3694289091248337, -1.7601799998226664, 0.43444374539227115]
+      velocities: [-0.22384638076766886, -0.08512868278801491, 0.10226029276161352, 0.14687606731875574, 0.16807034175156554, -0.12650713328298047]
+      accelerations: [0.4226973811205252, 0.08848629950174552, -0.12281754825426071, 0.1748750367842765, -0.31771244773790946, -0.19097696749407705]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 202136706
+    - 
+      positions: [-0.2699091175851269, 0.1472134961398659, -1.0687432353791826, 1.3702088441053824, -1.759294741827896, 0.43377140984742224]
+      velocities: [-0.2216300799679889, -0.08466280597913714, 0.1016147046037811, 0.14779885005259427, 0.16640417580776817, -0.12751471064343564]
+      accelerations: [0.4146809697011466, 0.08753119528688777, -0.12110026766714334, 0.1737669710549067, -0.3118095153833914, -0.18970209904824026]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 207430257
+    - 
+      positions: [-0.27108727515180053, 0.14676243248402937, -1.0682020838648925, 1.3710009210235294, -1.7584101647260453, 0.4330874736291244]
+      velocities: [-0.21943572274058293, -0.08419771652022019, 0.10097226899379509, 0.14872431584396004, 0.1647538534501788, -0.12852486651033218]
+      accelerations: [0.4068175250539708, 0.08658041433727326, -0.11940467884883085, 0.17268809713294858, -0.3060188275599867, -0.1884576421810672]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 212772711
+    - 
+      positions: [-0.27226454110553344, 0.14630970846485997, -1.0676593898502764, 1.371805310605966, -1.7575262736866553, 0.4323917671499546]
+      velocities: [-0.2172630918223593, -0.08373344596578403, 0.10033298431296292, 0.14965258889634575, 0.16311921388295655, -0.12953772258216129]
+      accelerations: [0.3991041081586516, 0.0856341437920933, -0.11773058560458563, 0.1716377192959309, -0.3003382633115968, -0.18724300475964828]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 218164505
+    - 
+      positions: [-0.27344091342447624, 0.14585532838833043, -1.0671151551084312, 1.3726221864626675, -1.756643073954939, 0.43168411793293043]
+      velocities: [-0.21511197210134575, -0.08327002516314602, 0.09969684872190074, 0.1505837954360172, 0.16150009785232067, -0.13055340234076634]
+      accelerations: [0.3915378368665589, 0.08469255473881707, -0.11607774086507663, 0.1706159763906425, -0.2947656841586172, -0.18605812410302539]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 223606084
+    - 
+      positions: [-0.27461639010002564, 0.14539929656127143, -1.0665693814127986, 1.373451725162179, -1.7557605708523942, 0.4309643505421766]
+      velocities: [-0.21298215059539177, -0.08280748425457674, 0.09906386010363923, 0.15151806273691193, 0.15989634755834, -0.13157203044905552]
+      accelerations: [0.3841158848240302, 0.08375582035997213, -0.11444597190160291, 0.16962182299308345, -0.2892990771658713, -0.18490219385676523]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 229097894
+    - 
+      positions: [-0.2757909691364868, 0.14494161729153926, -1.066022070538455, 1.3742941062727336, -1.7548787697804247, 0.4302322865347192]
+      velocities: [-0.21087341643108104, -0.08234585268653039, 0.09843401605929421, 0.15245551900178328, 0.1583078066278835, -0.1325937326878851]
+      accelerations: [0.37683548038777365, 0.08282409574656535, -0.11283503643731399, 0.16865535377664786, -0.28393638849913455, -0.1837751293290567]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 234640386
+    - 
+      positions: [-0.2769646485513194, 0.1444822948876644, -1.0654732242610525, 1.3751495124388173, -1.7539976762211777, 0.4294877443893155]
+      velocities: [-0.20878556082285232, -0.0818851592302573, 0.09780731398501319, 0.15339629455892828, 0.15673432018073025, -0.1336186367249842]
+      accelerations: [0.3696939055213719, 0.08189753427933967, -0.11124473622379441, 0.167715970523526, -0.2786756534879576, -0.1826764127091166]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 240234016
+    - 
+      positions: [-0.27813742637501626, 0.1440213336588299, -1.0649228443572312, 1.3760181294379163, -1.7531172957402146, 0.42873053944727285]
+      velocities: [-0.20671837705232912, -0.08142543198189574, 0.09718375099791707, 0.15434052060586112, 0.15517573472215296, -0.1346468713328873]
+      accelerations: [0.36268849478964016, 0.08097627924777927, -0.10967485902054673, 0.16680331372345875, -0.27351492882085116, -0.18160567779807044]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 245879242
+    - 
+      positions: [-0.2793093006511058, 0.14355873791473012, -1.0643709326045405, 1.376900146245731, -1.7522376339886359, 0.42796048384741237]
+      velocities: [-0.20467166044785073, -0.08096669838093765, 0.09656332399992074, 0.1552883302032007, 0.1536318981940229, -0.13567856703270198]
+      accelerations: [0.35581663430418375, 0.08006046600362507, -0.10812518670281185, 0.16591714632106105, -0.2684523014076777, -0.1805626416765779]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 251576527
+    - 
+      positions: [-0.2804802694362116, 0.14309451196539022, -1.063817490781115, 1.3777957551067606, -1.7513586967049783, 0.42717738645696385]
+      velocities: [-0.2026452083642085, -0.08050898521112995, 0.09594602961970664, 0.15623985727245704, 0.1521026598880493, -0.13671385546477544]
+      accelerations: [0.3490757607481468, 0.07915022646490978, -0.1065955304455591, 0.16505676180632933, -0.26348592699608175, -0.17954672130876226]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 257326340
+    - 
+      positions: [-0.28165033079985385, 0.14262866012121286, -1.0632625206664104, 1.378705151590605, -1.7504804897184134, 0.42638105281115724]
+      velocities: [-0.2006388201625827, -0.08005231862151567, 0.09533186429070445, 0.1571952378415573, 0.1505878705122111, -0.1377528702011998]
+      accelerations: [0.34246336035491554, 0.07824567800691618, -0.1050856482705023, 0.16422235790704223, -0.25861393682251876, -0.17855791821064337]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 263129150
+    - 
+      positions: [-0.2828194828247455, 0.14216118669257938, -1.062706024039923, 1.379628534679893, -1.749603018949631, 0.42557128503179914]
+      velocities: [-0.19865229719067612, -0.07959672413292365, 0.09472082423220957, 0.15815460969145048, 0.14908738214775907, -0.1387957465344577]
+      accelerations: [0.33597696795551085, 0.07734693998645038, -0.10359536089492602, 0.16341311226777513, -0.2538345672249937, -0.17759558103771486]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 268985433
+    - 
+      positions: [-0.28398772360651076, 0.1416920959899722, -1.0621480026822456, 1.38056610682521, -1.7487262904145393, 0.42474788176656264]
+      velocities: [-0.19668544276304573, -0.07914222664048473, 0.09411290540220024, 0.15911811152475802, 0.14760104817542158, -0.13984262095347494]
+      accelerations: [0.3296141660541813, 0.07645411905072207, -0.10212444617539765, 0.16262893395798766, -0.24914603983879513, -0.17665952990753503]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 274895669
+    - 
+      positions: [-0.28515505125381796, 0.14122139232372635, -1.0615884583744584, 1.3815180740263089, -1.7478503102260594, 0.4239106381107433]
+      velocities: [-0.19377880859677127, -0.07830042248493196, 0.09304668535037634, 0.15929097899146644, 0.14540894094053813, -0.14019353201798423]
+      accelerations: [0.6403271499631098, 0.2041876292172669, -0.2534078103326441, -0.10292975277036649, -0.48236613402166356, 0.05763406678229912]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 280860342
+    - 
+      positions: [-0.28632146388833224, 0.14074908000394104, -1.0610273928982312, 1.3824846459046956, -1.7469750845968242, 0.42305934553391733]
+      velocities: [-0.1899606005261946, -0.07707963084832647, 0.0915326406331134, 0.15867162477583086, 0.14253234381224064, -0.1398451334322932]
+      accelerations: [0.615825209608095, 0.19743034850254715, -0.24468827356732542, -0.10081384159397919, -0.4640046832398927, 0.056970565493749015]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 286940135
+    - 
+      positions: [-0.28748695964470655, 0.14027516334035747, -1.0604648080357806, 1.3834660357799984, -1.7461006198417743, 0.4221937918035596]
+      velocities: [-0.18621762623879484, -0.07587647687278122, 0.09004248725181391, 0.15805336466562886, 0.1397118405093945, -0.1394942002936444]
+      accelerations: [0.5922621396544423, 0.1908913332171031, -0.23626644427511753, -0.09871943276633677, -0.44634379901137716, 0.05628254311611326]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 293137257
+    - 
+      positions: [-0.2886515366705366, 0.13979964664227457, -1.0599007055699723, 1.3844624607460096, -1.745226922380984, 0.4213137609082444]
+      velocities: [-0.18254840333182534, -0.07469074143752905, 0.08857586583150309, 0.15743633463950157, 0.1369463331927123, -0.13914091304957388]
+      accelerations: [0.5696019105581396, 0.18456377442826208, -0.22813225145799915, -0.09664728981894642, -0.42935669342038124, 0.055572246583132125]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 299453958
+    - 
+      positions: [-0.2898151931264339, 0.13932253421834723, -1.0593350872839262, 1.3854741417562337, -1.7443539987419863, 0.42041903297394756]
+      velocities: [-0.17895147861172955, -0.07352220716759908, 0.08713242198685256, 0.15682066749354895, 0.13423474550824321, -0.13878544841469762]
+      accelerations: [0.5478098776028856, 0.17844106616900415, -0.22027597151465278, -0.09459829099368224, -0.4130176169118117, 0.05484192472273515]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 305892531
+    - 
+      positions: [-0.29097792718598453, 0.13884383037650264, -1.058767954961119, 1.3865013037038056, -1.7434818555627407, 0.4195093841833646]
+      velocities: [-0.17542542751860557, -0.07237065844208238, 0.08571180620206405, 0.1562064918315741, 0.13157602209733416, -0.1384279787356585]
+      accelerations: [0.5268527276375705, 0.17251679906852901, -0.21268821317292488, -0.0925733770573342, -0.3973018148299926, 0.054093799642578]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 312455313
+    - 
+      positions: [-0.2921397370355926, 0.13836353942394886, -1.058199310385907, 1.3875441754966318, -1.7426104995951712, 0.41858458669778636]
+      velocities: [-0.17196885356200925, -0.07123588142476839, 0.08431367387756596, 0.1555939339626332, 0.1289691282994614, -0.13806867327103223]
+      accelerations: [0.5066984277231215, 0.166784748721885, -0.2053598597337397, -0.09057271844068929, -0.3821854369177751, 0.053329517885214145]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 319144685
+    - 
+      positions: [-0.29330062087482117, 0.13788166566674023, -1.0576291553420758, 1.388602990165525, -1.7417399377064802, 0.4176444085563848]
+      velocities: [-0.16775413523078425, -0.06977329441744047, 0.08253048129870852, 0.15421738294640713, 0.1257935071303135, -0.1370268714284546]
+      accelerations: [0.723708480091613, 0.2599739210135362, -0.3149942647996678, -0.30949852396792477, -0.5448865465373003, 0.24908962837399687]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 325963075
+    - 
+      positions: [-0.29446057691589783, 0.13739821341010383, -1.0570574916147446, 1.3896779849218912, -1.7408701768844375, 0.4166886136082841]
+      velocities: [-0.16282051092912092, -0.06799687233009177, 0.08037915984737717, 0.15209052975802764, 0.12207874665008984, -0.13531305397667698]
+      accelerations: [0.6823121916868685, 0.24626655894390023, -0.29808856851393994, -0.2965565749446656, -0.5137725144027501, 0.23926062003945944]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 332982455
+    - 
+      positions: [-0.29561960338420806, 0.13691318695785376, -1.0564843209882748, 1.3907694012801488, -1.7400012242381222, 0.4157169614009134]
+      velocities: [-0.15803198378835015, -0.06626453218705697, 0.07828329992488973, 0.1499926022654951, 0.11847286250252645, -0.13361842307982327]
+      accelerations: [0.6432851747853652, 0.23327692896735142, -0.2820879953675175, -0.28414005360401895, -0.48443566277404465, 0.22979715345518928]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 340208733
+    - 
+      positions: [-0.29677769851782876, 0.13642659061270065, -1.0559096452480712, 1.391877485121213, -1.7391330870032464, 0.4147292071068355]
+      velocities: [-0.15338428652243394, -0.06457521978850256, 0.07624149209696651, 0.14792332635243854, 0.11497266764428538, -0.1319429291286371]
+      accelerations: [0.6064917431260713, 0.2209677628886208, -0.2669442015125944, -0.2722282838609669, -0.4567744144507924, 0.22068685945039682]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 347647992
+    - 
+      positions: [-0.2979348605678463, 0.13593842867583084, -1.0553334661792002, 1.3930024868083428, -1.738265772543887, 0.413725101414952]
+      velocities: [-0.14814728014368966, -0.06262040663264173, 0.07388963540155175, 0.1451652532652187, 0.11103100134612962, -0.12964560967579206]
+      accelerations: [0.7548146748572676, 0.28698436585244375, -0.344215189258065, -0.4431227801156945, -0.5678314305192541, 0.37495694731270374]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 355306493
+    - 
+      positions: [-0.29909108779823856, 0.1354487054468864, -1.0547557855667746, 1.3941446612775408, -1.7373992883563547, 0.41270439043785195]
+      velocities: [-0.14236662430667507, -0.06041775618421734, 0.07124882261536471, 0.1417448976951835, 0.1066822557395038, -0.12674878464089745]
+      accelerations: [0.6976230291494041, 0.2664257731739065, -0.3192875334824343, -0.4161363192266229, -0.5248265669099252, 0.3527682091485536]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 363269521
+    - 
+      positions: [-0.30024637848569335, 0.1349574252240159, -1.05417660519659, 1.395304268125896, -1.7365336420734199, 0.41166681561992535]
+      velocities: [-0.1361477195151045, -0.05800820728220546, 0.06836794761371869, 0.13772817130661869, 0.10200574753293015, -0.123308591137297]
+      accelerations: [0.797920250690297, 0.31286375010327294, -0.3733476305961369, -0.5483342014793274, -0.5998057125540728, 0.473112045887172]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 371549168
+    - 
+      positions: [-0.30140073091993524, 0.13446459230343705, -1.0535959268537038, 1.3964815717356323, -1.735668841466299, 0.4106121136205444]
+      velocities: [-0.1295398835645297, -0.05541181261416589, 0.06527076578051416, 0.13315171796459363, 0.09703858387841896, -0.11935681702231388]
+      accelerations: [0.7229347041963515, 0.2846891132697563, -0.33946663400324645, -0.5047742843623514, -0.5434333656561987, 0.43623073691153774]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 380244093
+    - 
+      positions: [-0.3025541434033532, 0.1339702109796682, -1.0530137523238534, 1.397676841354819, -1.7348048944499608, 0.4095400162257135]
+      velocities: [-0.12265776739592951, -0.05267472975633283, 0.062012088894170335, 0.12810106512744318, 0.09186696387699905, -0.11496781207855222]
+      accelerations: [0.7781457254171648, 0.3121559780465805, -0.3711442915152205, -0.5954838362127776, -0.5845746464248546, 0.5197637209667233]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 389375105
+    - 
+      positions: [-0.3037066142513256, 0.13347428554509502, -1.0524300833920326, 1.3988903512266058, -1.7339418090853138, 0.4084502502260663]
+      velocities: [-0.11499421023222578, -0.04957749868758575, 0.05833378204249494, 0.12202510112951064, 0.08611128297267528, -0.10964538562883512]
+      accelerations: [0.7982508017858899, 0.3248009757327774, -0.38533934463305414, -0.6530134065931235, -0.5993804410718052, 0.5737797416076273]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 399059946
+    - 
+      positions: [-0.30485814179187204, 0.13297682029017632, -1.0518449218438073, 1.4001223806765097, -1.7330795935845889, 0.407342537322498]
+      velocities: [-0.10623726677927847, -0.045980715216795004, 0.0540725747389936, 0.11453805284572316, 0.07953848022200996, -0.10303909621705881]
+      accelerations: [0.8757600686761846, 0.3625403514862298, -0.4290136522557526, -0.7759955022742195, -0.6571190690556442, 0.6869400875722083]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 409434907
+    - 
+      positions: [-0.3060087243659014, 0.13247781950308873, -1.0512582694642116, 1.4013732142418542, -1.7322182563140969, 0.40621659400228216]
+      velocities: [-0.09622279494735883, -0.041808070704095965, 0.04913952436220577, 0.10540284186996043, 0.07202627091346867, -0.09493151533938082]
+      accelerations: [0.8776542590059663, 0.36781747853750263, -0.4344799117555719, -0.8213111873969932, -0.6581960372651622, 0.730517354142756]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 420772538
+    - 
+      positions: [-0.30715836032707833, 0.13197728746972412, -1.0506701280381714, 1.4026431417789897, -1.7313578057988284, 0.4050721314294161]
+      velocities: [-0.08488228278763764, -0.03702284652152543, 0.04349251996311225, 0.09446489945161214, 0.06352417864543611, -0.08517801459765857]
+      accelerations: [0.8935808632785807, 0.37927056691093974, -0.44720281905816944, -0.8840501336468559, -0.6697411679097931, 0.7899538532447052]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 433411167
+    - 
+      positions: [-0.3083070480417508, 0.1314752284736499, -1.0500804993507236, 1.4039324585765571, -1.7304982507269064, 0.40390885533003534]
+      velocities: [-0.08354469215352378, -0.036589560030912384, 0.04295990621409135, 0.09457103547699272, 0.06250847231615772, -0.08537783480159399]
+      accelerations: [-0.6878520798135437, -0.3114515106501106, 0.36408602217765085, 0.8878573818354927, 0.5136353568856858, -0.8085832636399848]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 447987962
+    - 
+      positions: [-0.30945478588912995, 0.1309716467957995, -1.0494893851861546, 1.4052414654895906, -1.729639599952982, 0.40272646586256483]
+      velocities: [-0.09242248808700929, -0.04063280770840211, 0.04768302331169015, 0.10629633793782425, 0.06913504219811405, -0.09607162689548412]
+      accelerations: [-0.6649731114520716, -0.3048681994042466, 0.3558387683873725, 0.9011174783579906, 0.496118633124338, -0.8231366859076499]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 460988055
+    - 
+      positions: [-0.3106015722610915, 0.13046654671455396, -1.0488967873287192, 1.4065704690504233, -1.7287818625034872, 0.40152465750288985]
+      velocities: [-0.10004070461775022, -0.044150117869651284, 0.051784876549293216, 0.11690387673092231, 0.07481584937415982, -0.10577699507626334]
+      accelerations: [-0.6071256462565601, -0.28263723717284744, 0.3292787857272109, 0.8722284979130828, 0.45244762497335533, -0.7994991905522763]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 472864703
+    - 
+      positions: [-0.3117474055621837, 0.12995993250560717, -1.0483027075624936, 1.407919781596639, -1.727925047581052, 0.40030311891694265]
+      velocities: [-0.1061636952634474, -0.047030598282291364, 0.05513650318604927, 0.12605002451772937, 0.07937521612675914, -0.1141789099049339]
+      accelerations: [-0.4891660493903691, -0.23328550326570557, 0.2710050986536297, 0.7675187056919904, 0.36386203374974024, -0.7069299094964675]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 483933062
+    - 
+      positions: [-0.31289228420974097, 0.12945180844173815, -1.04770714767081, 1.4092897214096678, -1.7270691645685918, 0.3990615328248707]
+      velocities: [-0.11101300096989701, -0.04936569186669859, 0.05784616075594522, 0.1339295139603125, 0.08297936331728017, -0.1214496669147988]
+      accelerations: [-0.42838496893668576, -0.20865013412461503, 0.24180585514500338, 0.7246598869303558, 0.3180749695099321, -0.6700304932719736]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 494455451
+    - 
+      positions: [-0.3140362066337081, 0.12894217879285938, -1.047110109436861, 1.4106806128364706, -1.7262142230348148, 0.39779957587598425]
+      velocities: [-0.11552057397140869, -0.05156502081949273, 0.060394592554077885, 0.14161800529672625, 0.08632530916997694, -0.12856183229162788]
+      accelerations: [-0.4642677695361874, -0.22690700519651724, 0.2628864261553558, 0.7981729099359436, 0.34453247307753865, -0.7386642450873193]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 504558814
+    - 
+      positions: [-0.3151791712766742, 0.1284310478258682, -1.0465115946434533, 1.4120927864288648, -1.7253602327389193, 0.3965169185105279]
+      velocities: [-0.11960422628131065, -0.05358907998726732, 0.06273597451688165, 0.14898728053579213, 0.08935184677968237, -0.13539745473705392]
+      accelerations: [-0.37365398264955424, -0.18852500980986822, 0.2176603540968022, 0.7153662404015881, 0.27646437053343154, -0.6653327667216578]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 514259818
+    - 
+      positions: [-0.316321176593934, 0.12791841980446386, -1.0459116050726525, 1.4135265790882767, -1.7245072036353215, 0.395213224816571]
+      velocities: [-0.12322835394186074, -0.05542069660986006, 0.0648504085485133, 0.15598347821369657, 0.0920324074183266, -0.1419071293276617]
+      accelerations: [-0.39697482524470823, -0.20095697759451678, 0.23196021906093245, 0.7724798101131926, 0.29352290517286667, -0.7190557925143236]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 523667615
+    - 
+      positions: [-0.3174622210533083, 0.12740429898920708, -1.0453101425063909, 1.4149823341970749, -1.7236551458795764, 0.3938881523953135]
+      velocities: [-0.12632438970617094, -0.057025575783393956, 0.06669828443910018, 0.16248297091317265, 0.09431611507999918, -0.14797628120384382]
+      accelerations: [-0.27839626121556676, -0.14925824095442017, 0.17126646728773212, 0.6469136466753906, 0.20462802973048713, -0.6064170386096793]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 532791047
+    - 
+      positions: [-0.3186023031353913, 0.1268886896371583, -1.0447072087253648, 1.4164604017832687, -1.7228040698325802, 0.39254135220192676]
+      velocities: [-0.12886350993926485, -0.05838903259940706, 0.06826268450921551, 0.16843240382241936, 0.09618156926919774, -0.15355544955389366]
+      accelerations: [-0.2899451024623914, -0.15593463778273883, 0.1789048358504475, 0.6848847159243253, 0.21292200959145977, -0.6425014363558208]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 541727168
+    - 
+      positions: [-0.31974142133314104, 0.12637159600216136, -1.0441028055105717, 1.417961138642437, -1.7219539860677933, 0.391172468415441]
+      velocities: [-0.13145366648904405, -0.0597842242879892, 0.06986329939049106, 0.1746018174050654, 0.09808275371908562, -0.15934530637653566]
+      accelerations: [-0.30197364333490284, -0.16290840789262828, 0.18688332674920966, 0.7251082454973349, 0.22154640816514298, -0.6807506487926848]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 550479805
+    - 
+      positions: [-0.3208795741522753, 0.12585302233434068, -1.0434969346415999, 1.4194849085204104, -1.7211049053751049, 0.38978113826475497]
+      velocities: [-0.13409588518547383, -0.06121187553970417, 0.07150095929688659, 0.18099954206496527, 0.10002029770414633, -0.16535395226119304]
+      accelerations: [-0.3145018323082462, -0.17019274853749738, 0.19521704961233738, 0.7677193011330086, 0.2305139520557157, -0.7212957736457221]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 559052710
+    - 
+      positions: [-0.3220167601109336, 0.12533297288031292, -1.04288959789788, 1.421032082247451, -1.720256838768057, 0.38836699188775275]
+      velocities: [-0.1361072902728483, -0.06235880881553091, 0.07281005851008832, 0.18668863025024873, 0.10148498023110639, -0.17072463161803564]
+      accelerations: [-0.16215804450295865, -0.10175156322213223, 0.1151624021911951, 0.5824146230563004, 0.11656053253379103, -0.5533284805528916]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 567449556
+    - 
+      positions: [-0.3231529777398931, 0.1248114518828569, -1.0422807970576908, 1.4226030379160308, -1.7194097974888232, 0.38692965215850983]
+      velocities: [-0.13746836317557679, -0.06321399392073507, 0.07377801119973082, 0.1916184174812613, 0.10246248432656169, -0.17540972022085197]
+      accelerations: [-0.165558561931083, -0.10415978576791823, 0.11790118008668692, 0.6046238286265083, 0.11879999351706091, -0.5747911596384724]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 575756185
+    - 
+      positions: [-0.3242882255823563, 0.12428846358101561, -1.041670533898914, 1.4241981610313528, -1.7185637930152233, 0.3854687345326626]
+      velocities: [-0.13884304680733253, -0.06408000984509774, 0.07475833375869317, 0.1966813014323475, 0.10344803858179803, -0.1802243229374269]
+      accelerations: [-0.16903072867017077, -0.10662450441212795, 0.12070489272821457, 0.6277056778431478, 0.1210765215065926, -0.5971075190049234]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 583973551
+    - 
+      positions: [-0.3254225021939711, 0.1237640122099528, -1.0410588101988212, 1.4258178446828647, -1.7177188370668908, 0.38398384687680076]
+      velocities: [-0.14023147727540597, -0.06495698790885907, 0.07575118070675636, 0.20188108059046367, 0.10444165767366452, -0.18517218759557127]
+      accelerations: [-0.17257606032870873, -0.10914703897677631, 0.12357509022810349, 0.651695973561533, 0.1233904216040858, -0.620312802463416]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 592102596
+    - 
+      positions: [-0.32655580614306756, 0.12323810200060256, -1.0404456277330065, 1.427462489735913, -1.7168749416107278, 0.38247458928215633]
+      velocities: [-0.14163379204816, -0.06584506098055198, 0.07675670842064561, 0.2072216683638583, 0.10544335392711726, -0.19025717652138951]
+      accelerations: [-0.17619610469203534, -0.11172873399079876, 0.12651332088704553, 0.6766312256137292, 0.12574194282502932, -0.6444431753688339]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 600144253
+    - 
+      positions: [-0.327688136010177, 0.12271073718004154, -1.0398309882772194, 1.4291325049744203, -1.716032118869592, 0.3809405539122607]
+      velocities: [-0.14305012996864155, -0.06674436349997276, 0.07777507518655134, 0.21270709741465132, 0.10645313722733034, -0.1954832706908528]
+      accelerations: [-0.1798924423986481, -0.11437097242607515, 0.12952121565211414, 0.7025504437787878, 0.1281313598783461, -0.6695370211370599]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 608099447
+    - 
+      positions: [-0.32881949038839625, 0.12218192197100385, -1.039214893605755, 1.4308283073105428, -1.715190381327571, 0.37938132480142095]
+      velocities: [-0.14376182215754024, -0.0673178373286815, 0.0784137413165009, 0.21724649262393245, 0.10693645071378008, -0.1998467673796313]
+      accelerations: [3.528439575984064e-15, -0.030763923011861146, 0.03209995159750046, 0.44747096662889063, -0.006000578833724097, -0.4359558166518042]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 615969091
+    - 
+      positions: [-0.32994986788320835, 0.12165166059194892, -1.0385973454920696, 1.4325503219582587, -1.7143497417377926, 0.37779647767775953]
+      velocities: [-0.1437618221575402, -0.06755981645488343, 0.07866640125111629, 0.2207971935614086, 0.10688844397628325, -0.20330673856032178]
+      accelerations: [1.412596946613426e-14, -0.030786092480535345, 0.03216686229283911, 0.455691745290639, -0.006210544466305106, -0.4441287804040542]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 623831940
+    - 
+      positions: [-0.33107926711245067, 0.12111995725698223, -1.037978345708789, 1.434298982622227, -1.7135102131297961, 0.3761855797741457]
+      velocities: [-0.14376182215754024, -0.06780176094285159, 0.07891936930367315, 0.2244101017142454, 0.10683880700076434, -0.20682861913161055]
+      accelerations: [-2.4741883265075117e-14, -0.03080841823003373, 0.03223405938934998, 0.4640901330243653, -0.006426186286585586, -0.45247917257946624]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 631687984
+    - 
+      positions: [-0.33220768670641543, 0.12058681617563838, -1.0373578960271734, 1.4360747317014464, -1.7126718088165724, 0.3745481896270997]
+      velocities: [-0.1437618221575403, -0.06804367141737766, 0.07917264645322981, 0.22808650948331216, 0.10678749750920183, -0.21041370114394697]
+      accelerations: [3.5376267303678163e-15, -0.03083089886770771, 0.0323015304081058, 0.4726701721712207, -0.006647678332351442, -0.4610111131938268]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 639537214
+    - 
+      positions: [-0.33333512530759685, 0.12005224155302734, -1.0367359982180222, 1.4378780204703858, -1.711834542403295, 0.3728838568908169]
+      velocities: [-0.1437618221575402, -0.06828554850790275, 0.07942623368259547, 0.2318277398033512, 0.10673447206627226, -0.21406330716182578]
+      accelerations: [3.1866374688042567e-14, -0.03085353727410267, 0.03236929004106158, 0.48143659550262835, -0.006875173187712333, -0.4697292513830604]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 647379620
+    - 
+      positions: [-0.33446158157091554, 0.11951623758949272, -1.0361126540506411, 1.4397093093013245, -1.7109984277942942, 0.37119212211998603]
+      velocities: [-0.14376182215754002, -0.06852739285347689, 0.07968013201019536, 0.23563514757670123, 0.10667968607468047, -0.21777879151002896]
+      accelerations: [3.543799454309624e-15, -0.03087633332361076, 0.032437333927346546, 0.49039384332316277, -0.007108847305155005, -0.4786380573738776]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 655215194
+    - 
+      positions: [-0.33558705416360574, 0.11897880848061484, -1.03548786529317, 1.44156906786596, -1.710163479201672, 0.3694725165662955]
+      velocities: [-0.1437618221575401, -0.06876920508919859, 0.07993434240493585, 0.23951011859466714, 0.1066230936570847, -0.22156153969981396]
+      accelerations: [-2.1281401169251883e-14, -0.03089928644566522, 0.03250565505314716, 0.49954640697153235, -0.007348884642083537, -0.48774206760582595]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 663043924
+    - 
+      positions: [-0.3367115417650588, 0.11843995841726314, -1.0348616337130958, 1.4434577753379187, -1.7093297111543226, 0.36772456197311765]
+      velocities: [-0.14376182215754024, -0.06901098585752738, 0.08018886585738656, 0.24345407184700635, 0.10656464768745064, -0.22541297031546514]
+      accelerations: [-1.420004207122949e-14, -0.030922399409682003, 0.03257426723010699, 0.5088993507424322, -0.007595454954151426, -0.49704626835721405]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 670865803
+    - 
+      positions: [-0.33783504306702944, 0.11789969158527108, -1.0342339610762876, 1.4453759206287173, -1.708497138505728, 0.3659477703443309]
+      velocities: [-0.1437618221575403, -0.06925273580972766, 0.08044370338778165, 0.24746846050642068, 0.1065042997593097, -0.2293345359519437]
+      accelerations: [-3.553130420333391e-15, -0.0309456720179445, 0.03264316549464324, 0.5184574529963407, -0.007848751647758553, -0.5065554710916251]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 678680822
+    - 
+      positions: [-0.33895755677351425, 0.11735801216544987, -1.0336048491473657, 1.4473240026033174, -1.7076657764433558, 0.36414164372669416]
+      velocities: [-0.1437618221575403, -0.06949445559425611, 0.08069885597466112, 0.2515547711633566, 0.10644200007849619, -0.2333277228730301]
+      accelerations: [3.556259899976933e-15, -0.030969104078002612, 0.032712345420183524, 0.5282256188315352, -0.00810897329226286, -0.5162746111204802]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 686488971
+    - 
+      positions: [-0.3400790816006361, 0.11681492433360006, -1.0329742996900324, 1.4493025303010965, -1.7068356404982754, 0.36230567398699687]
+      velocities: [-0.14376182215754024, -0.06973614586363462, 0.08095432459842748, 0.2557145255893132, 0.10637769746396482, -0.2373940525159256]
+      accelerations: [1.0678196862735198e-14, -0.030992697157552453, 0.032781813183044406, 0.538209114964012, -0.008376314533763429, -0.5262089221356824]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 694290241
+    - 
+      positions: [-0.34119961627672074, 0.11627043226032382, -1.0323423144666488, 1.451312023176776, -1.7060067465542952, 0.3604393425731349]
+      velocities: [-0.14376182215754024, -0.0699778072799156, 0.08121011027513096, 0.2599492823478662, 0.10631133933620161, -0.24153508290188525]
+      accelerations: [-7.125095160787264e-15, -0.031016452469648775, 0.03285157302329994, 0.548413297694805, -0.008650978381535925, -0.5363637392577765]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 702084624
+    - 
+      positions: [-0.3423191595423282, 0.11572454011088076, -1.0317088952379565, 1.4533530113441926, -1.7051791108575483, 0.35854212027160376]
+      velocities: [-0.14376182215754021, -0.07021944050567458, 0.08146621400071233, 0.2642606364023549, 0.10624287162127453, -0.24575240857406352]
+      accelerations: [1.426282310327848e-14, -0.031040369278414474, 0.03292161682817574, 0.5588433725452123, -0.008933185608950516, -0.5467443196134839]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 709872110
+    - 
+      positions: [-0.34343771015008134, 0.11517725204526162, -1.0310740437636639, 1.455426035808, -1.7043527500272055, 0.35661346697261637]
+      velocities: [-0.14376182215754016, -0.07046104620390606, 0.08172263674931425, 0.26865021991487426, 0.10617223870477493, -0.25004766140846835]
+      accelerations: [0.0, -0.03106444877759433, 0.032991948402737364, 0.5695049410611029, -0.009223152633996645, -0.5573562466881729]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 717652692
+    - 
+      positions: [-0.3445552668646906, 0.11462857221805005, -1.0304377618021974, 1.4575316487171666, -1.7035276810656736, 0.35465283141768794]
+      velocities: [-0.1437618221575401, -0.07070262504830817, 0.08197937953862319, 0.2731197046313759, 0.10609938344499573, -0.25442251260922744]
+      accelerations: [1.4288203457563657e-14, -0.03108869287864674, 0.03306257642470985, 0.5804038628707854, -0.009521098473013042, -0.5682053315582838]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 725426360
+    - 
+      positions: [-0.3456718284630716, 0.11407850477819587, -1.0298000511101073, 1.4596704136315517, -1.7027039213687771, 0.3526596509359854]
+      velocities: [-0.14315858458193226, -0.07064598278224937, 0.08189083216588494, 0.27649603475927553, 0.10557951982741307, -0.2577829589087103]
+      accelerations: [0.15475333006599112, 0.045516260856995824, -0.05566845484626717, 0.28768190392065734, -0.12387529065985083, -0.295765088862906]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 733193107
+    - 
+      positions: [-0.3467873937341044, 0.11352705386915783, -1.0291609134428978, 1.4618429057648543, -1.7018814887376439, 0.35063335119690625]
+      velocities: [-0.1420853482766633, -0.0703551802701523, 0.08153140908865927, 0.27900552290675684, 0.10471140286397412, -0.2603385640393231]
+      accelerations: [0.1197763556287999, 0.028893563285846663, -0.036295944616415804, 0.353745687084078, -0.09817707049170735, -0.3574685127351495]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 741018596
+    - 
+      positions: [-0.347901961478759, 0.11297422362866719, -1.0285203505543952, 1.4640497122629361, -1.7010604013894985, 0.3485733459348709]
+      velocities: [-0.14114651927761945, -0.07012741574882347, 0.0812457086666767, 0.28179557813582456, 0.10394109825299565, -0.26315815606074755]
+      accelerations: [0.11879545242195884, 0.028984185772762405, -0.036304326875193464, 0.3552403496705175, -0.09756936831358329, -0.35902304605884333]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 748888984
+    - 
+      positions: [-0.34901553050991674, 0.1124200181888071, -1.0278783641973286, 1.466291432462892, -1.7002406779699712, 0.34647903668707597]
+      velocities: [-0.1402100084251874, -0.06989762908712127, 0.08095829686771436, 0.2846135339171828, 0.10317113619074815, -0.2660062918956184]
+      accelerations: [0.11782353481357062, 0.02907280825953569, -0.036312303912788446, 0.3567321068219952, -0.0969688023031062, -0.3605744457905826]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 756804731
+    - 
+      positions: [-0.35012809965263914, 0.11186444167562874, -1.0272349561221201, 1.468568678195143, -1.6994223375640545, 0.34434981249747093]
+      velocities: [-0.13927578042023073, -0.06966581545133117, 0.08066916036982494, 0.2874596692563548, 0.10240147127213631, -0.268883256146048]
+      accelerations: [0.11685992055921171, 0.029159170534142357, -0.03631956576949794, 0.3582206824844242, -0.09637487952685983, -0.3621224795633685]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 764766307
+    - 
+      positions: [-0.3512396677437725, 0.11130749820945697, -1.0265901280783338, 1.470882074035922, -1.6986053997099455, 0.3421850496566596]
+      velocities: [-0.13834380286154807, -0.06943197120348583, 0.08037828726131552, 0.2903342659489182, 0.10163205994265523, -0.2717893360363584]
+      accelerations: [0.11590434165952368, 0.029243208566826807, -0.03632600231120691, 0.3597058010446376, -0.0957873814953121, -0.36366676366045203]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 772774190
+    - 
+      positions: [-0.35235023363218193, 0.1107491919045392, -1.0259438818136033, 1.4732322576178438, -1.697789884410873, 0.3399841113966644]
+      velocities: [-0.1374140455061047, -0.06919609356450754, 0.08008566669914242, 0.29323760860840725, 0.10086286000187536, -0.2747248211592658]
+      accelerations: [0.11495632319088483, 0.029324754165273775, -0.03633139844728233, 0.3611871856426089, -0.09520595440125942, -0.36520699529129963]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 780828868
+    - 
+      positions: [-0.35345979617864204, 0.11018952686906375, -1.025296219073937, 1.4756198799180913, -1.696975812148617, 0.33774634760104244]
+      velocities: [-0.1364864810152287, -0.06895818099871928, 0.07979128929950982, 0.2961699846944914, 0.10009383108814918, -0.27769000377774716]
+      accelerations: [0.11401542971747163, 0.02940365363264484, -0.036335554486185494, 0.3626645603508788, -0.09463027138541907, -0.3667428609071529]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 788930838
+    - 
+      positions: [-0.3545683542557738, 0.1096285072051144, -1.02464714160383, 1.4780456055558318, -1.696163203897242, 0.33547109450670176]
+      velocities: [-0.1355610845822806, -0.06871823305473543, 0.07949514697782127, 0.2991316845414364, 0.09932493442624239, -0.2806851786995534]
+      accelerations: [0.11308129960685537, 0.029479785701135134, -0.03633830415049312, 0.36413764943210786, -0.0940600552829275, -0.36827402218312644]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 797080607
+    - 
+      positions: [-0.35567590674808897, 0.10906613700852748, -1.0239966511459573, 1.4805101131048373, -1.6953520811368479, 0.3331576743927294]
+      velocities: [-0.13463783389420858, -0.06847625036802853, 0.07919723295254863, 0.3021230013868509, 0.09855613279368314, -0.28371064328112816]
+      accelerations: [0.11215352657754754, 0.029553003173232992, -0.03633945555143235, 0.3656061774767807, -0.09349500066391743, -0.3698001618694364]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 805278692
+    - 
+      positions: [-0.35678245255194296, 0.10850242036883133, -1.0233447494412136, 1.4830140954043078, -1.6945424658680794, 0.33080539526917035]
+      velocities: [-0.13371670935223554, -0.06823223479134938, 0.07889754187844096, 0.3051442314007191, 0.0977873906576486, -0.2867666975314849]
+      accelerations: [0.11123171460141694, 0.029623160117874157, -0.0363388186955792, 0.3670698702654657, -0.09293480996039716, -0.3713209635011753]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 813525619
+    - 
+      positions: [-0.35788799057549014, 0.10793736136919739, -1.0226914382287666, 1.485558259875423, -1.6937343806270677, 0.32841355056007765]
+      velocities: [-0.1327976940730618, -0.06798618941770809, 0.07859606987156223, 0.3081956737147264, 0.09701867416723926, -0.28985364413084214]
+      accelerations: [0.11031547777579088, 0.029690111681638987, -0.03633620518362486, 0.3685284550577992, -0.0923791934262439, -0.3728361116350712]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 821821924
+    - 
+      positions: [-0.3589925197386354, 0.1073709640863894, -1.0220367192461013, 1.4881433288435861, -1.6929278485008168, 0.3259814187808733]
+      velocities: [-0.13188077385253832, -0.06773811858551106, 0.07829281451608802, 0.3112776304518736, 0.09624995112054227, -0.2929717884329633]
+      accelerations: [0.10940444931710458, 0.029753718734077436, -0.0363314330644186, 0.3699816607852826, -0.09182787509690495, -0.37434528821926916]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 830168153
+    - 
+      positions: [-0.36009603897300857, 0.10680323259068933, -1.0213805942289966, 1.4907700398679193, -1.6921228931429872, 0.3235082632088274]
+      velocities: [-0.1309659368015858, -0.06748802771912271, 0.07798777470619765, 0.3143904067563922, 0.09548119071713324, -0.29612143832983434]
+      accelerations: [0.1084983497732358, 0.029813882311658182, -0.03632436113103913, 0.37142921728955114, -0.09128063727332272, -0.3758481430643817]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 838564862
+    - 
+      positions: [-0.36119854722208583, 0.10623417094566047, -1.020723064910883, 1.4934391460903436, -1.691319538789627, 0.3209933315370926]
+      velocities: [-0.13005317386925278, -0.06723592361120825, 0.07768095093248384, 0.31753431082395633, 0.09471236388986665, -0.29930290448522456]
+      accelerations: [0.1075967072889488, 0.029870404037485393, -0.03631474885028797, 0.37287085714208335, -0.09073713790368461, -0.37734441245734596]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 847012616
+    - 
+      positions: [-0.3623000434409284, 0.10566378320833743, -1.0200641330237614, 1.4961514165555585, -1.6905178102767526, 0.3184358555498978]
+      velocities: [-0.1291424789166221, -0.06698181448285301, 0.07737234534504983, 0.32070965393219586, 0.09394344334382623, -0.30251650037737743]
+      accelerations: [0.10669924521289204, 0.029923179195742618, -0.03630245023034372, 0.3743063161850164, -0.09019716359373148, -0.37883375733624725]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 855511991
+    - 
+      positions: [-0.36340052659628025, 0.10509207342901408, -1.0194038002976689, 1.4989076365684249, -1.6897177330571562, 0.31583505076773294]
+      velocities: [-0.12823384814581734, -0.0667257097209811, 0.07706196149280475, 0.3239167504715177, 0.09317440317267872, -0.3057625420737252]
+      accelerations: [0.10580564722547657, 0.029972080414182523, -0.03628729695864505, 0.3757353322083775, -0.0896604765654432, -0.3803158607095368]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 864063575
+    - 
+      positions: [-0.36449999566657326, 0.10451904565114083, -1.0187420684605106, 1.5017086080490964, -1.6889193332180694, 0.3131901160929336]
+      velocities: [-0.1273272806298778, -0.06646762016626706, 0.07674980461513367, 0.32715591797623295, 0.09240521919232292, -0.30904134847100756]
+      accelerations: [0.10491553150964868, 0.03001694386506867, -0.03626908471195471, 0.37715764686207476, -0.08912679778230677, -0.3817904410434172]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 872667962
+    - 
+      positions: [-0.3655984496417827, 0.10394470391138143, -1.0180789392385032, 1.5045551498791154, -1.6881226374998766, 0.3105002334611668]
+      velocities: [-0.1264227780571833, -0.06620755800726641, 0.07643588153981498, 0.3304274771559955, 0.09163586876377218, -0.31235324119336383]
+      accelerations: [0.10402866125261233, 0.030057675822590328, -0.036247679631505145, 0.3785730052472177, -0.08859594391833449, -0.383257160138242]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 881325761
+    - 
+      positions: [-0.36669588752356774, 0.10336905223936059, -1.0174144143554618, 1.5074480982790162, -1.6873276733143963, 0.30776456746732067]
+      velocities: [-0.12552034492233344, -0.06594553690066762, 0.0761202008063688, 0.3337317519275555, 0.09086633090400734, -0.3156985446912096]
+      accelerations: [0.10314463131650069, 0.030094094276686727, -0.03622286019325977, 0.37998115690542866, -0.08806762401555614, -0.38471576211243985]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 890037587
+    - 
+      positions: [-0.3677923083250368, 0.10279209465782366, -1.0167484955336084, 1.5103883071557536, -1.686534468765012, 0.30498226501381365]
+      velocities: [-0.12461998860449802, -0.0656815720340215, 0.07580277273300445, 0.3370690694468309, 0.09009658632466178, -0.3190775862847609]
+      accelerations: [0.10226320674770531, 0.03012610038502669, -0.03619448817835235, 0.38138185644905964, -0.08754165896981193, -0.3861659237725089]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 898804069
+    - 
+      positions: [-0.36888771107086143, 0.10221383518241356, -1.0160811844929647, 1.5133766484871356, -1.685743052666184, 0.3021524549291081]
+      velocities: [-0.12372171900923602, -0.0654156799676904, 0.07548360926317718, 0.34043976014129906, 0.08932661718566431, -0.3224906960155647]
+      accelerations: [0.10138408526931604, 0.030153558392547505, -0.036162388992304534, 0.3827748628838122, -0.08701782789757562, -0.3876073597233155]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 907625845
+    - 
+      positions: [-0.3699820947972276, 0.10163427782162504, -1.0154124829513984, 1.5164140126956995, -1.684953454564129, 0.29927424759345495]
+      velocities: [-0.12282554882962116, -0.06514787879033926, 0.07516272412506862, 0.34384415774271193, 0.08855640725008693, -0.32593820677128627]
+      accelerations: [0.10050699153247988, 0.030176343436558194, -0.036126399233452476, 0.38415994083536087, -0.08649592889609856, -0.38903978105623455]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 916503561
+    - 
+      positions: [-0.37107545855183444, 0.1010534265767085, -1.0147423926244872, 1.5195013090307374, -1.684165704757947, 0.29634673455741434]
+      velocities: [-0.12193149375272033, -0.06487818824915384, 0.07484013296584474, 0.34728259932013905, 0.0877859420028759, -0.32942045438976875]
+      accelerations: [0.09963159783052464, 0.030194300936743416, -0.03608632635236455, 0.38553686168339524, -0.08597572816803072, -0.3904629334314287]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 925437878
+    - 
+      positions: [-0.37216780139374944, 0.1004712854417359, -1.014070915225963, 1.5226394659399407, -1.6833798343218467, 0.293368988167811]
+      velocities: [-0.12103957246023545, -0.06460662977488552, 0.07451585338170513, 0.3507554253133406, 0.08701520863526795, -0.3329377776683954]
+      accelerations: [0.09875765008465986, 0.03020731127818937, -0.03604201288568343, 0.386905404060087, -0.08545704135482296, -0.3918765393092264]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 934429465
+    - 
+      positions: [-0.3732591223934126, 0.09988785840350327, -1.0133980524675423, 1.5258294314587322, -1.6825958751275065, 0.2903400611791456]
+      velocities: [-0.12014980614324672, -0.064333226256975, 0.07418990469997905, 0.35426297956647423, 0.08624419571500491, -0.33649051814243736]
+      accelerations: [0.09788494920681674, 0.030215280675971512, -0.03599332733867898, 0.38826535276030594, -0.08493972147510007, -0.39328030395810476]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 943479000
+    - 
+      positions: [-0.3743494206327694, 0.0993031494412735, -1.0127238060582369, 1.529072173614995, -1.681813859866721, 0.28725898635219005]
+      velocities: [-0.1192622190205923, -0.06405800233437788, 0.07386230827307048, 0.3578056093621388, 0.08547289350199573, -0.3400790203381058]
+      accelerations: [0.09701314646153794, 0.03021803582132732, -0.035940059702251614, 0.38961650096210765, -0.08442352733791743, -0.39467401627329146]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 952587174
+    - 
+      positions: [-0.3754386952050082, 0.09871716252699142, -1.0120481777052772, 1.5323686807973302, -1.6810338220759697, 0.28412477608094133]
+      velocities: [-0.11837683834180086, -0.06378098442191699, 0.0735330875109483, 0.36138366545576006, 0.08470129393261962, -0.3437036317752923]
+      accelerations: [0.09614206289836884, 0.030215488288827835, -0.035882084380074335, 0.3909586507690121, -0.08390832896103113, -0.39605739532699974]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 961754688
+    - 
+      positions: [-0.3765269452147107, 0.09812990162500702, -1.011371169113351, 1.535719962165266, -1.6802557961603706, 0.2809364219861191]
+      velocities: [-0.1174936942769588, -0.06350220068018439, 0.07320226785706858, 0.3649975021103179, 0.08392939052852158, -0.34736470292243915]
+      accelerations: [0.09527139623425053, 0.03020748356218892, -0.03581921074192775, 0.39229161344578256, -0.08339391960359847, -0.3974302334217334]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 970982252
+    - 
+      positions: [-0.37761416977766127, 0.09754137069220262, -1.010692781985228, 1.5391270480269095, -1.6794798174194137, 0.2776928945342124]
+      velocities: [-0.11661281989815164, -0.06322168102955322, 0.07286987680950632, 0.3686474771314209, 0.08315717836424252, -0.35106258718723704]
+      accelerations: [0.09440099143329805, 0.030193941334580785, -0.035751321700275285, 0.3936152099090951, -0.0828801891577208, -0.3987922628722168]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 980270587
+    - 
+      positions: [-0.3787003680210322, 0.09695157367768396, -1.0100130180208555, 1.5425909902546702, -1.6787059220722642, 0.2743931426262091]
+      velocities: [-0.11573425134150697, -0.0629394572614978, 0.07253594403707889, 0.3723339519027352, 0.0823846541484976, -0.35479764100202194]
+      accelerations: [0.09353053326778389, 0.03017469552511211, -0.035678215983884876, 0.39492927193065996, -0.0823669275388766, -0.4001433104902939]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 989620425
+    - 
+      positions: [-0.37978553908311363, 0.09636051452299646, -1.0093318789183099, 1.5461128626544143, -1.6779341472852032, 0.2710360932234903]
+      velocities: [-0.11485802796740271, -0.06265556314804617, 0.07220050149497854, 0.376057291421763, 0.08161181630416671, -0.35857022390257887]
+      accelerations: [0.09265985343074394, 0.03014965449107794, -0.03559976585881336, 0.3962336433227929, -0.08185402109591552, -0.40148314469162183]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 999032506
+    - 
+      positions: [-0.38086968211342676, 0.09576819716190106, -1.008649366373179, 1.549693761372211, -1.6771645311986447, 0.26762065094407794]
+      velocities: [-0.11398419194641646, -0.06237003425178231, 0.07186358324531908, 0.3798178643359804, 0.0808386646787371, -0.36238069832008757]
+      accelerations: [0.09178874703865479, 0.030118705569824034, -0.03551582325047034, 0.3975281791711477, -0.08134133561147318, -0.40281156706399374]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:   8507582
+    - 
+      positions: [-0.38195279627272427, 0.09517462552028035, -1.0079654820784174, 1.5533348052875593, -1.6763971129553057, 0.26414569766999973]
+      velocities: [-0.11311278885025094, -0.06208290826280517, 0.07152522579595844, 0.38361604297934004, 0.0800652008948775, -0.366229429884079]
+      accelerations: [0.09091694202124974, 0.030081698502430396, -0.035426203486995, 0.39881274863447214, -0.08082869686567483, -0.4041284318820454]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  18046414
+    - 
+      positions: [-0.38303488073276243, 0.09457980351631026, -1.0072802277251158, 1.557037136379712, -1.6756319327298, 0.26061009217696457]
+      velocities: [-0.11224386732137906, -0.061794224852157534, 0.07118546796543043, 0.3874522034091335, 0.07929142811342625, -0.37011678724573316]
+      accelerations: [0.09004432496328993, 0.030038564686544766, -0.035330802250813406, 0.4000872344807206, -0.08031603454754575, -0.40543352755187106]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  27649774
+    - 
+      positions: [-0.38411593467653515, 0.09398373506009386, -1.0065936050014024, 1.560801920137475, -1.6748690317577115, 0.25701266972996994]
+      velocities: [-0.11137747909200671, -0.061504025709671534, 0.07084435092835817, 0.39132672544322467, 0.07851735101519197, -0.3740431420884669]
+      accelerations: [0.08917064202983419, 0.029989159574303453, -0.035229441130376134, 0.4013515339370397, -0.07980319230394607, -0.4067267347853749]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  37318440
+    - 
+      positions: [-0.38519595729805495, 0.09338642405382205, -1.0059056155931705, 1.564630345916852, -1.674108452366796, 0.2533522417218524]
+      velocities: [-0.11051367936509504, -0.061212354772773384, 0.07050191844887665, 0.395239992697657, 0.07774297601276337, -0.3780088693229685]
+      accelerations: [0.08829572220423017, 0.029933380471332992, -0.03512198295345757, 0.4026055608626955, -0.07929006948669921, -0.40800791039981765]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  47053204
+    - 
+      positions: [-0.3862749478023725, 0.09278787439166532, -1.0052162611838593, 1.5685236273159313, -1.6733502380083187, 0.2496275952994026]
+      velocities: [-0.10965252647082444, -0.06091925807345927, 0.07015821674042344, 0.39919239262463346, 0.07696831099994257, -0.38201434689765434]
+      accelerations: [0.08741940540277551, 0.029871128754068717, -0.03500829480986614, 0.4038492453199471, -0.0787765758799236, -0.4092769250841704]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  56854863
+    - 
+      positions: [-0.38735290540561057, 0.09218808995963441, -1.0045255434541498, 1.5724830025439056, -1.6725944332892169, 0.2458374929957234]
+      velocities: [-0.10879408224255777, -0.06062478396722318, 0.06981329469884101, 0.4031843165508797, 0.07619336555494452, -0.38605995599798626]
+      accelerations: [0.08654146600952962, 0.029802269164866734, -0.034888208371434005, 0.4050825358593559, -0.07826258329685121, -0.41053370778874215]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  66724226
+    - 
+      positions: [-0.3884298293347598, 0.09158707463573727, -1.0038334640826583, 1.5765097347538823, -1.6718410840057565, 0.2419806723938314]
+      velocities: [-0.10793841182940578, -0.060328983061991914, 0.06946720384372962, 0.4072161597163889, 0.07541815078559404, -0.3901460809329769]
+      accelerations: [0.08566180437228806, 0.029726732000756116, -0.034761619434975105, 0.4063053996927858, -0.0777480469872024, -0.41177814015080527]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  76662107
+    - 
+      positions: [-0.3895057188278742, 0.09098483228965076, -1.0031400247449698, 1.580605112408126, -1.6710902371769816, 0.2380558457661342]
+      velocities: [-0.10708558379955527, -0.06003190830374307, 0.06911999841215592, 0.41128832131355275, 0.07464267935490337, -0.394273109186865]
+      accelerations: [0.08478019711442862, 0.02964437984353663, -0.034628358210620776, 0.4075178240566371, -0.07723284798164701, -0.41301019674526407]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  86669331
+    - 
+      positions: [-0.3905805731338213, 0.09038136678292974, -1.002445227114508, 1.584770449581055, -1.670341941080232, 0.2340616997669472]
+      velocities: [-0.1062356701764751, -0.05973361502479111, 0.06877173541723658, 0.41540120452668816, 0.07386696546366796, -0.39844143142359667]
+      accelerations: [0.08389655896621484, 0.02955514785684772, -0.03448832569653774, 0.4087198172870959, -0.0767169584185669, -0.41422979872571897]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  96746731
+    - 
+      positions: [-0.3916543915125005, 0.08977668196865825, -1.001749072861493, 1.5890070862983043, -1.6695962452863211, 0.22999689509854088]
+      velocities: [-0.10538874663743805, -0.059434161082857456, 0.0684224747940664, 0.4195552165719553, 0.07309102493133252, -0.40265144159212224]
+      accelerations: [0.08301065105515647, 0.029458886952561592, -0.03434134148209851, 0.40991141067090275, -0.07620025809264709, -0.41543698204893326]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 106895144
+    - 
+      positions: [-0.3927271732344746, 0.08917078169179361, -1.001051563654284, 1.5933163887933215, -1.6688532006971002, 0.2258600662476954]
+      velocities: [-0.10454489243867887, -0.05913360685073314, 0.06807227940254057, 0.42375076873767464, 0.07231487510327869, -0.40690353686606384]
+      accelerations: [0.08212242507710635, 0.029355549566269807, -0.03418732372524014, 0.41109265917136656, -0.07568275109235678, -0.4166317001468234]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 117115419
+    - 
+      positions: [-0.39379891758128777, 0.08856366978870553, -1.000352701157925, 1.597699749820628, -1.6681128595821852, 0.22164982117960383]
+      velocities: [-0.10370419031355924, -0.05883201519367609, 0.06772121501718512, 0.42798827642505133, 0.07153853473693425, -0.4111981175737257]
+      accelerations: [0.08123168579350697, 0.02924500732258561, -0.034026112778371705, 0.4122636421579061, -0.07516435396780621, -0.4178140200387748]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 127408406
+    - 
+      positions: [-0.39486962384520935, 0.0879553500873861, -0.9996524870350413, 1.602158588882345, -1.6673752756180344, 0.21736474110673354]
+      velocities: [-0.10286672695263216, -0.058529451761298215, 0.06736935062273737, 0.43226815918930195, 0.07076202425193472, -0.41553558745940344]
+      accelerations: [0.08033831358564786, 0.029127171462346134, -0.033857587459180945, 0.4134244664799337, -0.07464503555052285, -0.41898399576126105]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 137774964
+    - 
+      positions: [-0.39593929132923605, 0.08734582640736313, -0.9989509229456678, 1.6066943524586264, -1.6666405039272447, 0.21300338025914814]
+      velocities: [-0.1020325926755592, -0.05822598484244024, 0.06701675828762066, 0.4365908407811947, 0.06998536546929336, -0.4199163534731739]
+      accelerations: [0.0794422007795821, 0.029001958579989284, -0.03368163207812644, 0.41457526634625264, -0.07412477742710065, -0.4201417053648796]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 148215959
+    - 
+      positions: [-0.39700791934712387, 0.08673510255957492, -0.9982480105469616, 1.6113085142137826, -1.665908601118703, 0.20856426567970174]
+      velocities: [-0.10120188155121, -0.05792168546378963, 0.06666351327251772, 0.4409567491890065, 0.06920858162785065, -0.42434082582238025]
+      accelerations: [0.07854322714904823, 0.028869277240608865, -0.03349812350415768, 0.41571620505260826, -0.0736035586464188, -0.421287266975642]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 158732257
+    - 
+      positions: [-0.398075507223349, 0.08612318234632277, -0.9975437514932052, 1.616002575163145, -1.665179625328795, 0.20404589705703782]
+      velocities: [-0.10037469164842792, -0.05761662756042528, 0.06630969420943958, 0.4453663166808965, 0.06843169747958419, -0.42880941810214307]
+      accelerations: [0.07764126037589741, 0.028729028341775615, -0.033306931407230234, 0.41684747733902083, -0.07308135639972925, -0.4224208416200155]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 169324731
+    - 
+      positions: [-0.3991420542929883, 0.08551006956133833, -0.9968381474361401, 1.6207780637958331, -1.6644536362636606, 0.19944674660105355]
+      velocities: [-0.09955112502591654, -0.057310888005294686, 0.06595538314507413, 0.4498199798477056, 0.06765473921801249, -0.4333225472665818]
+      accelerations: [0.07673620577948052, 0.028581132133954995, -0.033107944436321826, 0.41796931071167764, -0.07255817727773854, -0.4235426036170332]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 179994257
+    - 
+      positions: [-0.400207559901736, 0.08489576798966901, -0.9961312000247387, 1.625636536175193, -1.6637306952420021, 0.19476525894347402]
+      velocities: [-0.09873128757733464, -0.05700454655934327, 0.06560066550814253, 0.454318179646183, 0.06687773431189971, -0.4378806335074341]
+      accelerations: [0.07582798311805965, 0.028425516034864796, -0.03290105829991003, 0.41908196617420324, -0.07203404310770643, -0.42465275519143514]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 190741713
+    - 
+      positions: [-0.40127202340596385, 0.08428028140751888, -0.9954229109047918, 1.6305795760033313, -1.6630108652386717, 0.18999985107527187]
+      velocities: [-0.09791528938457178, -0.05669768610112355, 0.06524563034570557, 0.45886136144264444, 0.06610071165142695, -0.44248410044993486]
+      accelerations: [0.07491645470286355, 0.028262074766771967, -0.03268613766577128, 0.42018574123259944, -0.07150894644950667, -0.42575157507313866]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 201567979
+    - 
+      positions: [-0.4023354441725003, 0.08366361358243538, -0.9947132817196722, 1.6356087946048035, -1.6622942109296759, 0.18514891235906603]
+      velocities: [-0.09710324472051596, -0.05639039266494211, 0.0648903703767302, 0.46344997505707075, 0.0653237014727552, -0.44713337512429574]
+      accelerations: [0.0740015629345049, 0.02809074629841092, -0.03246308878014399, 0.42128097142488374, -0.07098293643067455, -0.4268393326041889]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 212473934
+    - 
+      positions: [-0.4033978215787442, 0.08304576827308202, -0.9940023141096859, 1.6407258309010075, -1.6615807987372584, 0.18021080455784194]
+      velocities: [-0.0962952719656393, -0.05608275543207507, 0.06453498200051078, 0.46808447480764187, 0.0645467352231259, -0.4518288878838935]
+      accelerations: [0.07308320877438966, 0.027911444902741563, -0.03223179555518595, 0.4223680315519668, -0.07045604365313256, -0.4279163664186921]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 223460459
+    - 
+      positions: [-0.40445915501257307, 0.0824267492292694, -0.9932900097123121, 1.6459323513035315, -1.6608706968762077, 0.17518386194031618]
+      velocities: [-0.0954914937860824, -0.05577486686687107, 0.06417956544452519, 0.4727653195557185, 0.06376984558383084, -0.4565710724856413]
+      accelerations: [0.07216132421489437, 0.02772410117303253, -0.03199215763009477, 0.42344733809872714, -0.06992832538301173, -0.4289830398614841]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 234528430
+    - 
+      positions: [-0.4055194438723706, 0.08180656019182656, -0.9925763701619099, 1.6512300495627596, -1.660163975400644, 0.1700663914336542]
+      velocities: [-0.09469203725929184, -0.055466822824992115, 0.06382422488628489, 0.47749297275127556, 0.06299306645556685, -0.461360366139415]
+      accelerations: [0.07123581048826626, 0.027528627925819893, -0.03174405792243653, 0.42451935153845377, -0.06939982768705832, -0.4300397840223844]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 245678723
+    - 
+      positions: [-0.4065786875668807, 0.08118520489270763, -0.9918613970901713, 1.6566206465285471, -1.6594607062518245, 0.16485667286046735]
+      velocities: [-0.09389703394589635, -0.05515872263257118, 0.0634690685477948, 0.48226790247878815, 0.06221643290509374, -0.46619720951852617]
+      accelerations: [0.07030660922592843, 0.027324959597489623, -0.03148740012990838, 0.4255845784432322, -0.06887062981384595, -0.43108705230570815]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 256912210
+    - 
+      positions: [-0.40763688551524135, 0.0805626870548624, -0.9911450921258185, 1.662105889861924, -1.658760963306235, 0.15955295922849333]
+      velocities: [-0.09310661974250524, -0.054850669044330363, 0.06311420867531581, 0.48709058150357587, 0.061439980969901435, -0.4710820466212581]
+      accelerations: [0.06937367005892088, 0.027113034526427836, -0.03122209181164538, 0.4266435726445324, -0.06834082459799559, -0.43212534259136265]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 268229755
+    - 
+      positions: [-0.40869403714704416, 0.0799390103920719, -0.9904274568941871, 1.6676875536736098, -1.6580648224242518, 0.15415347709404592]
+      velocities: [-0.09232093535253061, -0.054542768547485646, 0.06275976184821365, 0.4919614873186116, 0.06066374783874798, -0.4760153250518221]
+      accelerations: [0.06843687327665886, 0.026892751484997656, -0.030948003134803875, 0.4276969393931556, -0.06781047106395742, -0.43315525486413076]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 279632217
+    - 
+      positions: [-0.4097501419019968, 0.07931417860929534, -0.9897084930184701, 1.6733674380266153, -1.657372361499961, 0.14865642705313725]
+      velocities: [-0.09154012599758857, -0.054235131240936554, 0.06240584888602979, 0.4968811021917978, 0.05988777155802674, -0.4809974957734805]
+      accelerations: [0.06749624067454033, 0.026664088033698664, -0.030665079018843383, 0.4287453359517838, -0.06727972488252074, -0.43417734544037645]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 291120445
+    - 
+      positions: [-0.4108051992303461, 0.07868819540205313, -0.9889882021178062, 1.6791473684468505, -1.6566836605101585, 0.14305998424026278]
+      velocities: [-0.09076434164275404, -0.053927871005028896, 0.06205259503021644, 0.501849913213716, 0.05911209104583789, -0.4860290132249583]
+      accelerations: [0.06655163498760318, 0.026426931686130514, -0.030373179301830255, 0.4297894748041301, -0.06674865381103978, -0.4351923396674096]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 302695281
+    - 
+      positions: [-0.41185920859238667, 0.07806106445695589, -0.9882665858091357, 1.6850291952177527, -1.6559988015651967, 0.13736229902444158]
+      velocities: [-0.0899937372429622, -0.053621105682351164, 0.06170013013836251, 0.5068684123458531, 0.05833674611439447, -0.49111033543869737]
+      accelerations: [0.0656030554651391, 0.026181246264643628, -0.030072235925281198, 0.430830126965187, -0.0662174197527908, -0.436200926949171]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 314357550
+    - 
+      positions: [-0.4129121694587395, 0.077432789451282, -0.9875436457059076, 1.6910147926684664, -1.6553178689588308, 0.1315614977273795]
+      velocities: [-0.08922847248744604, -0.053314956978234254, 0.06134858861311965, 0.5119370964693117, 0.057561777174156475, -0.4962419238125365]
+      accelerations: [0.06465043016640332, 0.02592695484807104, -0.02976214243347536, 0.43186812301405414, -0.0656861519973188, -0.43720390902177253]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 326108067
+    - 
+      positions: [-0.4139640813101932, 0.07680337405308528, -0.9868193834185474, 1.6971060582932374, -1.6546409492189291, 0.12565568350162645]
+      velocities: [-0.08846871219794883, -0.05300955073038768, 0.060998109680416746, 0.5170564674340052, 0.05678722533203011, -0.501424243339381]
+      accelerations: [0.06369370946960981, 0.025663992556622106, -0.02944280368371043, 0.4329043573741789, -0.06515500476838708, -0.438202136668699]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 337947628
+    - 
+      positions: [-0.41501494363767294, 0.07617282192115865, -0.9860938005544447, 1.703304911763946, -1.6539681311579846, 0.11964293731802836]
+      velocities: [-0.08771462630053187, -0.05270501693886701, 0.060648837442618064, 0.5222270321083451, 0.05601313222025581, -0.5066577625305815]
+      accelerations: [0.06273284613750074, 0.02539229529311085, -0.029114125160055824, 0.4339397906159652, -0.06462414582687354, -0.4391965264921047]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 349877014
+    - 
+      positions: [-0.4160647559422044, 0.07554113670499667, -0.985366898717925, 1.709613293812541, -1.653299505923532, 0.11352131908332314]
+      velocities: [-0.08696638981743099, -0.0524014898077169, 0.06030092094335726, 0.5274493024294284, 0.055239539827351705, -0.5119429533495525]
+      accelerations: [0.06176781033128688, 0.025111808371856833, -0.028776021061286274, 0.4349754519140082, -0.06409376615586379, -0.440188051186372]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 361896983
+    - 
+      positions: [-0.41711351773499217, 0.07490832204461582, -0.9846386795097725, 1.71603316498892, -1.6526351670481951, 0.10728886888453229]
+      velocities: [-0.08622418321860595, -0.05209910799339634, 0.05995451442671186, 0.5327237954537226, 0.05446649054060475, -0.517280291412631]
+      accelerations: [0.06079851443620268, 0.024822443461075677, -0.02842837386077022, 0.43601244349509594, -0.06356403457950772, -0.44117780045218136]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 374008269
+    - 
+      positions: [-0.4181612285371009, 0.07427438157087515, -0.983909144528372, 1.722566504215148, -1.6519752104997611, 0.10094360842898482]
+      velocities: [-0.08548819229351512, -0.051798014579440804, 0.05960977734151471, 0.5380510334082597, 0.0536940268857824, -0.5226702558234853]
+      accelerations: [0.059824966961991057, 0.024524166721095635, -0.02807111670068762, 0.43705194265790565, -0.06303519249433237, -0.4421668658588786]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 386211584
+    - 
+      positions: [-0.4192078878797886, 0.0736393189049791, -0.9831782953681756, 1.7292153072698617, -1.651319734729929, 0.09448354256742268]
+      velocities: [-0.08475860824972387, -0.05149835718269284, 0.05926687446821345, 0.5434315437423425, 0.05292219139325895, -0.5281133291832697]
+      accelerations: [0.05884708074668314, 0.024216888869085972, -0.027704130654203827, 0.4380952051369361, -0.06250743755851405, -0.4431564899188448]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 398507607
+    - 
+      positions: [-0.42025349530418593, 0.07300313765880093, -0.9824461336208659, 1.735981585012784, -1.6506688407230217, 0.08790666106362899]
+      velocities: [-0.08403562803029051, -0.051200288185704115, 0.058925976165476485, 0.5488658591797658, 0.052151026588710944, -0.5336099977586669]
+      accelerations: [0.057864827473091296, 0.023900553732583436, -0.027327327155041194, 0.4391435696869892, -0.06198101842559276, -0.4441479513174095]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 410896990
+    - 
+      positions: [-0.42129805036139006, 0.0723658414346848, -0.9817126608747994, 1.742867361485984, -1.6500226320432154, 0.08121094049581734]
+      velocities: [-0.08331945414841718, -0.0509039646931661, 0.058587258359788855, 0.5543545177715636, 0.05138057467712963, -0.5391607512791892]
+      accelerations: [0.05687816173895088, 0.023575094750816736, -0.0269406074725039, 0.44019846025143533, -0.061456189563710954, -0.4451426252299282]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 423380347
+    - 
+      positions: [-0.422341552612452, 0.071727433825384, -0.9809778787148931, 1.7498746718095939, -1.6493812148807079, 0.07439434636140133]
+      velocities: [-0.08261029504051202, -0.05060954878802782, 0.05825090281444231, 0.5598980629492792, 0.050610877530394255, -0.5447660831371044]
+      accelerations: [0.05588701166341841, 0.023240429266410997, -0.026543857291779754, 0.44126139103719236, -0.060933206089526015, -0.44614199555998313]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 435958256
+    - 
+      positions: [-0.4233840016281809, 0.07108791841423272, -0.980241788723276, 1.7570055598473795, -1.6487446980965155, 0.06745483540810347]
+      velocities: [-0.08190836500391507, -0.05031720754910104, 0.057917097178456695, 0.5654970435787717, 0.04984197641031414, -0.550426490252829]
+      accelerations: [0.05489135396010803, 0.02289650202817731, -0.026136986922729134, 0.4423339694313099, -0.06041237048560949, -0.44714759679394317]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 448631253
+    - 
+      positions: [-0.42442539698934156, 0.07044729877481401, -0.979504392478298, 1.7642620757152088, -1.6481131932652409, 0.060390358130296556]
+      velocities: [-0.08121388431785428, -0.05002711317581707, 0.05758603513509862, 0.5711520140145596, 0.0490739117886148, -0.5561424730879468]
+      accelerations: [0.053891108520769934, 0.022543224043252364, -0.025719874577305193, 0.4434179000830348, -0.059893969373506585, -0.44816110232391876]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 461399830
+    - 
+      positions: [-0.42546573828644535, 0.06980557847115082, -0.9787656915552387, 1.771646273003911, -1.6474868147161073, 0.053198861542547965]
+      velocities: [-0.08052707949527226, -0.04973944319005377, 0.05725791662307039, 0.5768635341547053, 0.048306723234008725, -0.5619145357576534]
+      accelerations: [0.05288622165122901, 0.022180520711037967, -0.025292410721187594, 0.44451498982789106, -0.05937832499411216, -0.4491842608657636]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 474264429
+    - 
+      positions: [-0.42650502511978305, 0.06916276105758651, -0.9780256875260042, 1.779160205798919, -1.6468656795714454, 0.045878292161395266]
+      velocities: [-0.07984818330652838, -0.04945438050733225, 0.05693294793758785, 0.5826321694962523, 0.04754044914587839, -0.5677431859585678]
+      accelerations: [0.05187661795647259, 0.021808303819715998, -0.024854472087984938, 0.4456271515065781, -0.05886576715105826, -0.45021893897719023]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 487225441
+    - 
+      positions: [-0.4275432570993239, 0.068518850078838, -0.977284381959371, 1.7868059254300528, -1.64624990778257, 0.03842659925426714]
+      velocities: [-0.07917743486578799, -0.04917211354508049, 0.05661134186668325, 0.5884584911912152, 0.04677512651063416, -0.5736289349406433]
+      accelerations: [0.05086223638213583, 0.02142649245338554, -0.024405940781087567, 0.4467564082354025, -0.058356656078050774, -0.45126709376293705]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 500283199
+    - 
+      positions: [-0.4285804338448026, 0.06787384906980955, -0.9765417764204796, 1.7945854769858114, -1.645639622162518, 0.030841738327607233]
+      velocities: [-0.0785150797841771, -0.048892836371686316, 0.05629331786596409, 0.5943430761031269, 0.046010790682825944, -0.5795722975343007]
+      accelerations: [0.0498429824964784, 0.02103498496873415, -0.023946678286038442, 0.44790489824116975, -0.05785135475409588, -0.4523308172265226]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 513437973
+    - 
+      positions: [-0.4296165549855742, 0.06722776155569815, -0.9757978724712463, 1.8025008955198458, -1.6450349484154412, 0.023121674918276443]
+      velocities: [-0.07786137037357002, -0.04861674888645358, 0.0559791022629175, 0.6002865068641583, 0.04524747518127227, -0.5855737922165403]
+      accelerations: [0.04881876671310748, 0.02063368120857945, -0.02347654572788559, 0.4490748801428934, -0.057350253170087746, -0.4534123076603798]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 526689971
+    - 
+      positions: [-0.4306516201605967, 0.06658059105194523, -0.9750526716702875, 1.8105542019882879, -1.6444360151620556, 0.01526438865652089]
+      velocities: [-0.07721656562254353, -0.04834405686732159, 0.05566892834083898, 0.6062893719328, 0.0444852113296718, -0.5916339409779787]
+      accelerations: [0.04778949881964512, 0.020222479217419435, -0.02299540058114831, 0.45026873703645076, -0.05685376649787331, -0.45451387686491823]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 540039328
+    - 
+      positions: [-0.43168562901849944, 0.06593234106407037, -0.974306175572461, 1.8187473989036544, -1.643842953960819, 0.007267877614233009]
+      velocities: [-0.07658093145991815, -0.04807497218917278, 0.05536303657980568, 0.6123522656521279, 0.043724028053338054, -0.5977532694379433]
+      accelerations: [0.04675504787452212, 0.01980125139936929, -0.02250307470705259, 0.45148898248627234, -0.05636231207842163, -0.4556379900439043]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 553486103
+    - 
+      positions: [-0.4327185812173768, 0.06528301508786577, -0.9735583857295604, 1.8270824656366427, -1.643255899324342, -0.0008698370003335076]
+      velocities: [-0.0759547408884662, -0.04780971296723449, 0.05506167483052102, 0.6184757883086497, 0.042963951580287825, -0.6039323068399406]
+      accelerations: [0.045715299694960895, 0.019369878208906986, -0.02199940480725561, 0.45273826588733385, -0.05587634569314359, -0.4567872187694369]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 567030274
+    - 
+      positions: [-0.43375047642486103, 0.06463261660922913, -0.9728093036898472, 1.8355613534412392, -1.6426749887304948, -0.009150705865446812]
+      velocities: [-0.0753382740072846, -0.04754850363671104, 0.05476509843087564, 0.6246605461917358, 0.042205005054548064, -0.6101715859464945]
+      accelerations: [0.044670113566517865, 0.018928222386118448, -0.021484208704020586, 0.454019377337513, -0.055396337112439076, -0.4579642826183319]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 580671735
+    - 
+      positions: [-0.4347813143180776, 0.0639811491041374, -0.9720589309980578, 1.8441859801327904, -1.6421003626277688, -0.01757664622410989]
+      velocities: [-0.07473181826276398, -0.047291575168131816, 0.05447357044735289, 0.6309071516536529, 0.04144720826842689, -0.6164716431346049]
+      accelerations: [0.04361932888493778, 0.018476132752965772, -0.02095728847142963, 0.4553352540917017, -0.05492277558400194, -0.4591720481433416]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 594410285
+    - 
+      positions: [-0.43581109458356093, 0.06332861603869905, -0.9713072691956073, 1.8529582244205576, -1.641532164434256, -0.026149536217662202]
+      velocities: [-0.07413566851564116, -0.04703916517608215, 0.05418736182080815, 0.6372162231701899, 0.040690577263747536, -0.6228330183186064]
+      accelerations: [0.042562782887661174, 0.018013454248797415, -0.020418439250295087, 0.45668898605528363, -0.054456182491310096, -0.4604135157454735]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 608245629
+    - 
+      positions: [-0.4368398169173263, 0.06267502086897046, -0.9705543198201053, 1.8618799199200662, -1.6409705405297852, -0.03487120889586629]
+      velocities: [-0.07335268823801355, -0.046665743355447965, 0.05376184481270961, 0.6418452573662881, 0.039828514294639066, -0.6275516847146534]
+      accelerations: [0.06955772022752017, 0.03543759221554998, -0.04048840137960233, 0.20813763201093127, -0.06906141090085383, -0.21723718813704107]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 622177366
+    - 
+      positions: [-0.4378674810246836, 0.062020367041136955, -0.9698000844059698, 1.8709528487714044, -1.6404156402404486, -0.04374344583826456]
+      velocities: [-0.07249733952603113, -0.046243806471404636, 0.053280522740408676, 0.6457583146893338, 0.03892438849524763, -0.6315695659440431]
+      accelerations: [0.05192315810968717, 0.02449993898206419, -0.02788566360278177, 0.34644468424536334, -0.05929961390153496, -0.3522388519411923]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 636281006
+    - 
+      positions: [-0.4388940866203234, 0.06136465799132647, -0.969044564483912, 1.8801787349435612, -1.639867615815089, -0.05276797045608931]
+      velocities: [-0.07167327874885547, -0.0458388449318546, 0.05281882095010982, 0.6498113935918441, 0.03803625491378519, -0.6357226968937821]
+      accelerations: [0.06373478818129008, 0.03232638351328966, -0.03690226057262162, 0.22335343298304844, -0.06538562701386783, -0.2315964095211408]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 650513816
+    - 
+      positions: [-0.43991963342824053, 0.06070789714563018, -0.9682877615810662, 1.8895592371542813, -1.6393266223929825, -0.06194644091282657]
+      velocities: [-0.07076721673763832, -0.045378625790869015, 0.052293509703160865, 0.652988726669762, 0.03710337162187215, -0.6390174728397998]
+      accelerations: [0.06211034141114117, 0.03159401661743184, -0.036058905152417615, 0.2179522656008565, -0.06418203388750987, -0.22602099891974706]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 664914115
+    - 
+      positions: [-0.44094412118159215, 0.060050087920228104, -0.9675296772214298, 1.8990959414166038, -1.63879281796197, -0.07128044267296679]
+      velocities: [-0.06987394230221078, -0.04492359667211852, 0.051774227439854874, 0.6561233397328912, 0.03617689659155682, -0.6422683816461192]
+      accelerations: [0.060518128942745296, 0.030871738420527532, -0.03522747265815848, 0.21236654988359843, -0.06300145810485461, -0.22026266212592474]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 679483595
+    - 
+      positions: [-0.4419675496229292, 0.05939123372100341, -0.9667703129247313, 1.9087903532889163, -1.638266363306811, -0.08077148074662549]
+      velocities: [-0.06908415452199604, -0.04453236425345234, 0.05132852445681878, 0.6600853861491678, 0.03530284467128844, -0.6463274479875092]
+      accelerations: [0.04678146292075616, 0.022289783352082548, -0.025336219657679366, 0.32497574588066563, -0.05570536906510205, -0.3302653818607937]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 694223925
+    - 
+      positions: [-0.4429899185038444, 0.05873133794394332, -0.9660096702077202, 1.9186438896744589, -1.637747421946252, -0.09042097149539936]
+      velocities: [-0.06830637329783999, -0.04414609786145751, 0.0508885916693589, 0.6640040381868102, 0.03443413225295537, -0.6503419970532556]
+      accelerations: [0.05767802715135179, 0.02957785314364571, -0.033737193924917655, 0.20223156252719854, -0.06100198607774978, -0.20981642415855892]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 709097382
+    - 
+      positions: [-0.44401122758519795, 0.05807040397475978, -0.9652477505830624, 1.92865787036888, -1.6372361600590777, -0.1002302341746266]
+      velocities: [-0.06744984984589461, -0.04370628450553535, 0.05038697940566102, 0.6670001882167238, 0.033524673192995964, -0.653451006983915]
+      accelerations: [0.056174666596236, 0.028883535341345946, -0.032938739787193035, 0.19603471173605816, -0.059884359454538794, -0.20345148826674192]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 724144307
+    - 
+      positions: [-0.4450314766368847, 0.0574084351891386, -0.9644845555601439, 1.9388335091958138, -1.6367327463975414, -0.11020048207292561]
+      velocities: [-0.06660601789001572, -0.04327185037296358, 0.049891599827137194, 0.6699353611231107, 0.03262148724005044, -0.6564978060945033]
+      accelerations: [0.05470128863310957, 0.028198848385385313, -0.032151595295883795, 0.18964193354436312, -0.05878768635164299, -0.1968922048003626]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 739366279
+    - 
+      positions: [-0.4460506654378871, 0.05674543495259333, -0.9637200866446837, 1.9491719048680738, -1.6362373521881508, -0.12033281337159606]
+      velocities: [-0.06577485756971843, -0.0428428463029963, 0.04940250833818248, 0.672804611705609, 0.03172455325391035, -0.659477425915898]
+      accelerations: [0.05325736894870664, 0.027523696019266915, -0.03137562871011419, 0.18305165951724245, -0.05771147748384583, -0.19013699393324227]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 754764840
+    - 
+      positions: [-0.44706879377627284, 0.05608140662039588, -0.9629543453385685, 1.9596740315378807, -1.635750151018862, -0.13062820169410602]
+      velocities: [-0.06495635007876696, -0.04241932369422457, 0.048919761168418806, 0.6756028314200528, 0.030833853913569312, -0.6623847343414659]
+      accelerations: [0.0518424031032678, 0.026857990111860207, -0.03061071955612052, 0.17626261327705117, -0.056655253254712115, -0.1831845791405989]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 770341497
+    - 
+      positions: [-0.44808586144909096, 0.05541635353765559, -0.9621873331401319, 1.970340729048786, -1.6352713187118275, -0.14108748635943846]
+      velocities: [-0.06415047739802311, -0.04200133433959386, 0.048443415182486474, 0.6783247516792408, 0.02994937574714652, -0.6652144389758212]
+      accelerations: [0.0504559096502473, 0.02620165220739255, -0.02985675808923965, 0.16927395253812297, -0.05561854675513561, -0.1760341116936492]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 786097711
+    - 
+      positions: [-0.44910186826236925, 0.054750279039239666, -0.9614190515439758, 1.9811726929539366, -1.6348010331813696, -0.1517113623995624]
+      velocities: [-0.06335722200206098, -0.041588930242590375, 0.047973527673290654, 0.6809649483636457, 0.029071109150753227, -0.667961091661039]
+      accelerations: [0.0490974276321254, 0.02555461274599322, -0.029113646013745033, 0.16208521697493228, -0.054600901031683885, -0.16868513132915655]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 802034899
+    - 
+      positions: [-0.4501168140310753, 0.054083186449767034, -0.9606495020409855, 1.992170464307311, -1.634339474276341, -0.16250037035080886]
+      velocities: [-0.06257656656182864, -0.04118216342442072, 0.04751015613349678, 0.6835178467973112, 0.028199048420679104, -0.6706190935588663]
+      accelerations: [0.04776651676933621, 0.02491681127354491, -0.028381296528373876, 0.15469636694148237, -0.05360186890093536, -0.16113760327653884]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 818154425
+    - 
+      positions: [-0.4511306985790407, 0.05341507908364056, -0.9598786861184652, 2.003334419268298, -1.6338868236062938, -0.17345488585915914]
+      velocities: [-0.062115631613347114, -0.040983995586180544, 0.04728749106041803, 0.6894136469025005, 0.027467700836055178, -0.6765549027673676]
+      accelerations: [0.009041931642972803, -0.00046582723690365146, 0.0009052974214209939, 0.5690671115926605, -0.0363942807447437, -0.5675712838717349]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 834457602
+    - 
+      positions: [-0.45214352173900507, 0.052745960244912224, -0.959106605259786, 2.0146647585886086, -1.633443264351203, -0.18457510916554506]
+      velocities: [-0.06166351505801105, -0.04078960597870166, 0.04706922235814666, 0.6952221255637157, 0.02673827673527817, -0.682402497545392]
+      accelerations: [0.0460939884841463, 0.024144470545435375, -0.02749026170430928, 0.1421210004461319, -0.0526962331061052, -0.14837277877634947]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 850782433
+    - 
+      positions: [-0.45315528335248306, 0.05207583322740354, -0.958333260944778, 2.026161496979607, -1.633008981053719, -0.19586105447511468]
+      velocities: [-0.06121582825359653, -0.04059716910057394, 0.04685330233144615, 0.700993906707961, 0.026003538660012628, -0.6882128523595107]
+      accelerations: [0.008393342168434332, -0.0006964637195465446, 0.0011784150529427046, 0.5575581138860181, -0.036585754894047084, -0.5560151844275768]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 867291515
+    - 
+      positions: [-0.4541659832697999, 0.05140470131458742, -0.9575586546494148, 2.0378244524754603, -1.6325841593942088, -0.2073125393189343]
+      velocities: [-0.061079174197158234, -0.04060978124753402, 0.04687410893860894, 0.710202814315755, 0.025395023894269567, -0.6973959028569738]
+      accelerations: [0.008141968442693947, -0.0008295292036808342, 0.0013390924606407517, 0.5567216129205623, -0.03704435344758194, -0.5551358534279507]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 883820668
+    - 
+      positions: [-0.4551756213500537, 0.050732567779565016, -0.956782787845788, 2.0496532358117263, -1.6321689859478534, -0.21892917393252292]
+      velocities: [-0.060946612853146606, -0.040624684478834674, 0.046897684685462696, 0.7194044679103283, 0.02477819600190951, -0.7065709348620236]
+      accelerations: [0.007879645550600509, -0.0009716072799392509, 0.0015101947215020312, 0.5553981279292871, -0.037505686086199246, -0.5537664071967051]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 900368898
+    - 
+      positions: [-0.45618419746100397, 0.05005943588516191, -0.9560056620024204, 2.0616472398839547, -1.6317636479234494, -0.23071035071599877]
+      velocities: [-0.06051757560637552, -0.040440789342482415, 0.04669184109860703, 0.7249604059759596, 0.02403502128419763, -0.7121631715000662]
+      accelerations: [0.04368028899165227, 0.02304516421167406, -0.026215752045132597, 0.11502345783994455, -0.05194975063442361, -0.1210035428215464]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 916935147
+    - 
+      positions: [-0.4571917114791141, 0.04938530888379607, -0.9552272785839139, 2.07380562940151, -1.6313683328844373, -0.24265523388630317]
+      velocities: [-0.06009363469099171, -0.04025939203302606, 0.046488972980356105, 0.7304456739011302, 0.02328665198079624, -0.7176840097034455]
+      accelerations: [0.0071774895461797815, -0.0012581552008169396, 0.001847333465632071, 0.5403455548499075, -0.03767878194031475, -0.5386463521602788]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 933684123
+    - 
+      positions: [-0.4581981632894921, 0.04871019001749147, -0.9544476390510251, 2.0861273307694823, -1.630983228451554, -0.25476274935951004]
+      velocities: [-0.05997573846891531, -0.040281882299844404, 0.04652161574803317, 0.7394803873665495, 0.02265113074128996, -0.7266897780223368]
+      accelerations: [0.006887610816843533, -0.001424848278735759, 0.00204684410681545, 0.5374931809995108, -0.03813842054432405, -0.5357392649740526]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 950448959
+    - 
+      positions: [-0.4592035527858255, 0.04803408251790676, -0.9536667448607696, 2.0986110222987144, -1.630608521987441, -0.267031574961433]
+      velocities: [-0.059862695887946724, -0.040307267831658236, 0.04655772599259886, 0.748470408125009, 0.022007326058262486, -0.7356498823217567]
+      accelerations: [0.006586730425855172, -0.0016009309186947043, 0.0022572630326321945, 0.5340821853647162, -0.038600290471012905, -0.5322702051055905]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 967228389
+    - 
+      positions: [-0.46020787987037903, 0.04735698960626946, -0.9528845974662694, 2.1112551248457225, -1.6302444002637289, -0.2794601310668492]
+      velocities: [-0.05975470890721918, -0.04033570984065765, 0.04659749074154476, 0.7574053883627607, 0.02135524001584988, -0.7445539188561879]
+      accelerations: [0.006274847475830702, -0.001786498801847563, 0.0024787138221510443, 0.5300929861637488, -0.0390642634012651, -0.5282195336119593]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 984021075
+    - 
+      positions: [-0.4612111444539622, 0.04667891449335303, -0.952101198316709, 2.124057792959816, -1.6298910491108276, -0.29204657174648974]
+      velocities: [-0.0596519788717605, -0.040367370500162675, 0.04664109829565363, 0.7662746118635497, 0.020694881351590137, -0.753391114844953]
+      accelerations: [0.005951990657747086, -0.001981627488557753, 0.0027112965098552346, 0.5255064626783577, -0.03953020129378007, -0.523568083791187]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:    825612
+    - 
+      positions: [-0.46221334645582624, 0.0459998603795588, -0.9513165488576062, 2.1370169066257456, -1.6295486530508454, -0.30478877651103486]
+      velocities: [-0.05955470580204908, -0.04040241245958048, 0.046688737676367234, 0.7750670086913407, 0.020026265738366716, -0.7621503432808072]
+      accelerations: [0.005618222267282685, -0.002186369852897881, 0.0029550863519750585, 0.5203041562637715, -0.03999795834159194, -0.5182973497951479]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  17640531
+    - 
+      positions: [-0.46321448580367613, 0.04531983045483245, -0.950530650530589, 2.150130063737021, -1.6292173949150701, -0.31768434278341945]
+      velocities: [-0.059463087629813526, -0.04044099831871506, 0.0467405980361021, 0.7837711731955899, 0.019349416053052883, -0.7708201409961117]
+      accelerations: [0.005273639423113462, -0.0024007547076087253, 0.0032101316944446257, 0.514468362012541, -0.04046737894201659, -0.5123895826622518]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  34464293
+    - 
+      positions: [-0.46421456243374704, 0.044638827898489594, -0.9497435047729095, 2.1633945733922313, -1.6288974554469469, -0.33073057919287563]
+      velocities: [-0.05937731944102271, -0.040483290087496474, 0.04679686801048348, 0.7923753828035316, 0.01866436273240854, -0.7793887278350142]
+      accelerations: [0.00491837099886128, -0.0026247872394056897, 0.003476450126285834, 0.5079820272912081, -0.0409382874919865, -0.5058277221342036]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  51295297
+    - 
+      positions: [-0.46521357629046245, 0.043956855879633466, -0.9489551130187048, 2.1768074500289636, -1.6285890128898717, -0.34392449971497097]
+      velocities: [-0.05929759262677624, -0.040529448588592275, 0.04685773505162148, 0.8008676222330386, 0.017971144047241865, -0.7878440308990936]
+      accelerations: [0.004552590833024533, -0.0028584424529858256, 0.0037540308561730745, 0.5008293940888311, -0.04141050619590646, -0.4985959642220789]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  68131875
+    - 
+      positions: [-0.4662115273267818, 0.043273917556598, -0.9481654766973677, 2.1903654087015894, -1.62829224256531, -0.3572628189416107]
+      velocities: [-0.05922409402842228, -0.04057963284030693, 0.04692338471246553, 0.8092356094206459, 0.01726980643411009, -0.7961737107119173]
+      accelerations: [0.004176504619461702, -0.003101669902461639, 0.004042827133056208, 0.4929954583660683, -0.04188382803605477, -0.4906793193432935]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  84972297
+    - 
+      positions: [-0.46720841550380193, 0.042590016077453406, -0.9473745972350628, 2.204064861339053, -1.6280073164374733, -0.37074194834617147]
+      velocities: [-0.059157005057754466, -0.04063399941265928, 0.04699399989521204, 0.8174668242992804, 0.016560404843411484, -0.8043651902743556]
+      accelerations: [0.0037903656438653542, -0.003354386122157766, 0.004342759965892713, 0.48446675049250637, -0.04235803923608472, -0.4820642987306406]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 101814775
+    - 
+      positions: [-0.4682042407909902, 0.04190515457960179, -0.9465824760535634, 2.2179019143358922, -1.6277344026715745, -0.3843579938689954]
+      velocities: [-0.05909650076150057, -0.040692701743258834, 0.04706976007835791, 0.825548541965885, 0.01584300304632732, -0.812405688326581]
+      accelerations: [0.0033944656177328472, -0.003616477568156494, 0.004653712050555696, 0.4752309824646987, -0.04283289879605624, -0.4727386338250233]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 118657462
+    - 
+      positions: [-0.4691990031660126, 0.041219336189969855, -0.9457891145708222, 2.2318723673765577, -1.6274736651836552, -0.3981067547444954]
+      velocities: [-0.05904274890339403, -0.040755889446271176, 0.04715084050031624, 0.8334678671213782, 0.015117674017073686, -0.8202822541500993]
+      accelerations: [0.0029891420188665843, -0.003887796785284354, 0.00497552861100931, 0.46527746482972576, -0.0433081468678927, -0.46269165282341973]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 135498455
+    - 
+      positions: [-0.4701927026147426, 0.04053256402491525, -0.9449945142007433, 2.24597171369015, -1.627225263186445, -0.4119837237548634]
+      velocities: [-0.058995909002740744, -0.04082370758876887, 0.0472374113297742, 0.8412117727917628, 0.014384500273941461, -0.8279818064701756]
+      accelerations: [0.0025747765218520654, -0.00416816205370027, 0.005308014631075967, 0.4545971202856646, -0.04378349788687631, -0.4519143132635914]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 152335801
+    - 
+      positions: [-0.47118533913119875, 0.0398448411902735, -0.944198676353303, 2.2601951417651382, -1.6269893507325703, -0.425984088945404]
+      velocities: [-0.05895613138128382, -0.04089629595849581, 0.04732963680877497, 0.8487671411054925, 0.013643574259265608, -0.8354911745442779]
+      accelerations: [0.002151796546401424, -0.00445735614673372, 0.005650933724917754, 0.4431826471221408, -0.04425863916938543, -0.44039936205967317]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 169167499
+    - 
+      positions: [-0.47217691271744966, 0.03915617078141621, -0.9434016024347632, 2.274537538603341, -1.62676607625779, -0.44010273687960877]
+      velocities: [-0.05892355617853015, -0.04097378830864268, 0.04742767439625407, 0.8561208083028127, 0.012894998661306077, -0.8427971432718311]
+      accelerations: [0.001720678802482641, -0.0047551239844195155, 0.006004008336172934, 0.43102880422239276, -0.04473323532052236, -0.4281415991345533]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 185991503
+    - 
+      positions: [-0.47316742338381934, 0.03846655588289914, -0.9426032938466479, 2.2889934946297137, -1.6265555821285582, -0.45433425754407375]
+      velocities: [-0.058898312416282864, -0.041056311613540716, 0.04753167388025027, 0.8632596101006625, 0.012138886834552413, -0.8498864989943948]
+      accelerations: [0.0012819416383656043, -0.005061175128335895, 0.006366914490177971, 0.4181321289700524, -0.04520690801862525, -0.41513765686066395]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 202805729
+    - 
+      positions: [-0.4741568711484943, 0.03777599956896443, -0.9418037519872275, 2.3035573101389977, -1.626358004192318, -0.468672950802335]
+      velocities: [-0.05888051704917778, -0.04114398531308342, 0.047641776501868266, 0.8701704308203151, 0.011375363163222074, -0.8567460788595276]
+      accelerations: [0.0008361565045126111, -0.005375178493850826, 0.006739286761991602, 0.40449164453945613, -0.0456792586887848, -0.40138662260506874]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 219608057
+    - 
+      positions: [-0.4751452560377757, 0.0370845049031155, -0.9410029782502928, 2.318223003537613, -1.6261734713394467, -0.4831128346309109]
+      velocities: [-0.05887027402247784, -0.04123692055642914, 0.047758114090838355, 0.8768402553559408, 0.010604563390313099, -0.8633628229238646]
+      accelerations: [0.00038393817436537756, -0.00569676578653446, 0.007120712641286577, 0.3901084864754203, -0.04614984539324397, -0.3868897385506659]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 236396340
+    - 
+      positions: [-0.476132578085913, 0.03639207493829377, -0.9402009740256833, 2.3329843211999504, -1.6260021050746967, -0.497647654978199]
+      velocities: [-0.058867673396294895, -0.041335219471855755, 0.04788080819368441, 0.8832562211240214, 0.009826635021964743, -0.8697238265135383]
+      accelerations: [-7.40504247528032e-05, -0.006025529100629838, 0.007510734885088387, 0.37498629081478163, -0.04661819232669888, -0.3716507501252477]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 253168405
+    - 
+      positions: [-0.477118837335103, 0.03569871271682122, -0.9393977406991322, 2.347834749043903, -1.6258440191039005, -0.512270897339307]
+      velocities: [-0.05887279048547474, -0.041438974444949435, 0.048009969231847346, 0.8894056726890978, 0.009041737676577892, -0.8758163950922808]
+      accelerations: [-0.0005371015755214225, -0.006361021936456831, 0.007908849967562656, 0.35913116297629044, -0.0470837821071152, -0.35567589534319943]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 269922063
+    - 
+      positions: [-0.47810403383535705, 0.0350044212705343, -0.9385932796526643, 2.362767525751472, -1.6256993189374525, -0.5269757999786029]
+      velocities: [-0.058885685035521856, -0.04154826741763128, 0.04814569569619317, 0.8952762182510423, 0.008250043382094176, -0.8816281008812702]
+      accelerations: [-0.0010044599891112342, -0.006702757984638266, 0.008314510859850735, 0.34255199248412854, -0.04754606478017656, -0.3389741868213615]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 286655111
+    - 
+      positions: [-0.47908816764470796, 0.034309203620415084, -0.9377875922635452, 2.37777565768073, -1.6255681015162402, -0.5417553688367152]
+      velocities: [-0.0589064004820154, -0.0416631692285947, 0.04828807335799928, 0.9008557853812269, 0.007451736928514418, -0.8871468389524325]
+      accelerations: [-0.0014753315124421615, -0.0070502143303351, 0.008727122776291542, 0.32526013349035865, -0.048004437270996736, -0.32155715284855063]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 303365344
+    - 
+      positions: [-0.48007123882888814, 0.03361306277700167, -0.9369806799054772, 2.392851935254784, -1.6254504548579403, -0.5566023939252593]
+      velocities: [-0.05914814727071033, -0.04193506379072107, 0.0486126125539713, 0.909418768328405, 0.006669592891379204, -0.8955970567135548]
+      accelerations: [-0.027622479730247142, -0.025648442796991702, 0.030301084452643123, 0.7040096868399278, -0.045914573207190966, -0.6941552997665236]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 320050554
+    - 
+      positions: [-0.48105324746144074, 0.03291600174017634, -0.9361725439479828, 2.4079889509241412, -1.625346457731899, -0.5715094672862856]
+      velocities: [-0.05902331898553566, -0.04194661513246251, 0.048635453683265537, 0.9118847736915222, 0.005843829106772667, -0.8980360833078527]
+      accelerations: [0.042606752102455375, 0.024232334808669646, -0.027522282561459985, -0.4066857757966324, -0.053448459202542035, 0.4000864439566454]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 336588929
+    - 
+      positions: [-0.4820341936236956, 0.032218023499124324, -0.9353631857563167, 2.4231791185060234, -1.6252561793622429, -0.5864690023312507]
+      velocities: [-0.058323122961319245, -0.041548394880221634, 0.04818324019535808, 0.9049764331298946, 0.004962872827178806, -0.8912361270323897]
+      accelerations: [0.041157177045411227, 0.023406465435077826, -0.026575736541679752, -0.4196061819015768, -0.0519379849870307, 0.41323953721228346]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 353308919
+    - 
+      positions: [-0.4830140774047172, 0.03151913103236141, -0.9345526066915358, 2.4384146938051114, -1.625179679162081, -0.6014732544621193]
+      velocities: [-0.05763943185670686, -0.04115960830895847, 0.04774188509179503, 0.8977799295527147, 0.0040976351425601465, -0.8841453036710296]
+      accelerations: [0.03975539171934821, 0.022605154792901573, -0.02565724499266553, -0.43193111740843276, -0.05045844143005652, 0.4257908082731345]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 370210116
+    - 
+      positions: [-0.48399289890115593, 0.030819327307892455, -0.9337408081109679, 2.453687796375613, -1.6251170065006417, -0.616514342835722]
+      velocities: [-0.05697197039566992, -0.04078014194663377, 0.04731125974737939, 0.8903012217843125, 0.003248157971665573, -0.8767695947480489]
+      accelerations: [0.038400828374143846, 0.021828391938952262, -0.02476680103051796, -0.44364415474217095, -0.04900940745735905, 0.4377237841881612]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 387292015
+    - 
+      positions: [-0.48497065821744434, 0.030118615282857877, -0.9329277913672045, 2.468990432354844, -1.6250682005083155, -0.6315842731925772]
+      velocities: [-0.056320448948648155, -0.04040987018494176, 0.04689122151164991, 0.8825469205766555, 0.002414476197506118, -0.8691156379907168]
+      accelerations: [0.03709288074963825, 0.02107613420831791, -0.02390436652504253, -0.4547307741194897, -0.047590429235772364, 0.4490238750210805]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 404554025
+    - 
+      positions: [-0.48594735546548173, 0.029416997903947466, -0.9321135578092866, 2.4843145180601094, -1.625033289915645, -0.6466749614594632]
+      velocities: [-0.05572682846531506, -0.040079088609974486, 0.046516939143265504, 0.8751886830817897, 0.0015975272811965984, -0.8618449810093767]
+      accelerations: [0.031032950464176486, 0.01688929085771464, -0.01905439262485231, -0.3896768685999256, -0.04613261468992055, 0.38533052517764677]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 421995472
+    - 
+      positions: [-0.48692299076484613, 0.02871447810702466, -0.9312981087816351, 2.4996519043575813, -1.6250122929345743, -0.6617782581132485]
+      velocities: [-0.055415617479435554, -0.03995006491964907, 0.046376821885525, 0.871775628116064, 0.0007977589564064139, -0.858452533589216]
+      accelerations: [0.0044786143550496335, -0.0021486682638144814, 0.0030431641463285, 1.8928338714277067e-14, -0.04497646436322815, 0.001984596838535855]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 439588745
+    - 
+      positions: [-0.487897564242618, 0.02801105881732674, -0.9304814456246335, 2.5149944014640813, -1.6250052171769813, -0.6768859729854895]
+      velocities: [-0.05535163067606756, -0.03999847803420034, 0.04644273954076404, 0.8717756281160634, 6.589507368636485e-06, -0.8584140356215337]
+      accelerations: [0.0027939983282414603, -0.003353788470450156, 0.004448802101353563, -1.0094450557747327e-13, -0.04494559668343694, 0.0023909588667812235]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 457187880
+    - 
+      positions: [-0.4888710760333851, 0.027306742949406344, -0.9296635696744515, 2.530333804091845, -1.6250120596149604, -0.691989900406393]
+      velocities: [-0.05531723561192549, -0.04006814193067905, 0.04653345189107597, 0.8717756281160629, -0.0007844207811492453, -0.8583683528914544]
+      accelerations: [0.001115641021395354, -0.004565891490779107, 0.005863714855606099, 5.6807917464354007e-14, -0.04497650569113352, 0.002802352976945502]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 474783466
+    - 
+      positions: [-0.4898435262791714, 0.02660153340717504, -0.9288444822631805, 2.5456619166999266, -1.625032806581563, -0.7070818444569148]
+      velocities: [-0.05531233841729624, -0.04015914043426025, 0.04664907172265136, 0.8717756281160638, -0.0015759354243901542, -0.8583154217252045]
+      accelerations: [-0.0005593577832832413, -0.005787050560647239, 0.007290344477837272, 3.159162109468055e-14, -0.04506920345592474, 0.0032195034071883628]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 492366101
+    - 
+      positions: [-0.49081491512947867, 0.025895433083785006, -0.9280241847184894, 2.56097057868916, -1.625067433813356, -0.7221536441621066]
+      velocities: [-0.05479147870001719, -0.0398741985606376, 0.04632798910059008, 0.8631869161637397, -0.002341372574323172, -0.8497999835148011]
+      accelerations: [0.059340153443961, 0.03789756313311639, -0.0434671330225184, -0.9693430994457001, -0.041699388136179065, 0.9578808496075909]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 509926424
+    - 
+      positions: [-0.49178524274113794, 0.02518844486179503, -0.9272026783641014, 2.5762516892979024, -1.6251159065321528, -0.7371971983891822]
+      velocities: [-0.05403029152937808, -0.039412903087161145, 0.04580198544344444, 0.8503675200321503, -0.003083517294426964, -0.837113300408077]
+      accelerations: [0.026230696322404986, 0.013984850752661322, -0.015696312629325693, -0.471400277405984, -0.04152485775445438, 0.46792901879196547]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 527807471
+    - 
+      positions: [-0.4927545092784197, 0.024480571612946898, -0.9263799645191542, 2.591497232082219, -1.6251781795686293, -0.7522044903246875]
+      velocities: [-0.053575496892223545, -0.0391728307578285, 0.04553295176292379, 0.8419480396357917, -0.0038227036517345355, -0.82875256783564]
+      accelerations: [0.024265236528729903, 0.012671439283502664, -0.014175862755072223, -0.4633121079530453, -0.04053901672879304, 0.46025997701047816]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 545825293
+    - 
+      positions: [-0.4937227149127797, 0.02377181619849601, -0.925556044499134, 2.6066992986981643, -1.6252541975219241, -0.7671676112612673]
+      velocities: [-0.05315229538171947, -0.03895439134450235, 0.04528903239739637, 0.8336119204314764, -0.00454994988659458, -0.8204681482591789]
+      accelerations: [0.022390490329757665, 0.011411349057442333, -0.012716251497067234, -0.45560109799220544, -0.03962813729607491, 0.4529530205905308]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 563971397
+    - 
+      positions: [-0.49468985982319347, 0.02306218146863592, -0.9247309196142559, 2.6218501119618094, -1.6253438949613852, -0.7820787836500148]
+      velocities: [-0.052759758868541014, -0.038757064799083946, 0.04506963714142249, 0.8253583370608679, -0.005266006149922491, -0.8122593561651392]
+      accelerations: [0.02060083063691048, 0.010201197415926134, -0.011313590859795613, -0.4482509403286278, -0.0387880074705519, 0.4459928083660504]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 582237172
+    - 
+      positions: [-0.4956559441955744, 0.02235167026334301, -0.9239045911718204, 2.636942047791828, -1.6254471966566064, -0.7969303830543215]
+      velocities: [-0.052396982126693074, -0.03858034169538582, 0.044874187906959684, 0.8171864723374931, -0.005971592934974802, -0.8041255116960259]
+      accelerations: [0.0188910043924909, 0.009037818029879501, -0.009964232469400291, -0.4412459407720107, -0.038014687998167304, 0.43936461903484064]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 600613912
+    - 
+      positions: [-0.49662096822333324, 0.021640285411454442, -0.923077060473633, 2.651967656200797, -1.6255640178504602, -0.8117149591289085]
+      velocities: [-0.052063082280051215, -0.0384237230159276, 0.04470211848294234, 0.8090955171658347, -0.006667401417637145, -0.7960659405479709]
+      accelerations: [0.017256056578582098, 0.00791821438781946, -0.008664730089983018, -0.4345709967077995, -0.037304450197212166, 0.4330542140362038]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 619092848
+    - 
+      positions: [-0.49758493210691246, 0.02092802973132928, -0.9222483288178444, 2.6669196808714015, -1.6256942645552743, -0.826425255204851]
+      velocities: [-0.051757198407006044, -0.038286720035437344, 0.04455287436446411, 0.8010846704612232, -0.007354093705668094, -0.7880799741787208]
+      accelerations: [0.015691352732909274, 0.0068395762365113105, -0.007411847247819774, -0.42821157767633505, -0.036653795062732544, 0.4270479048977182]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 637665172
+    - 
+      positions: [-0.4985478360538449, 0.02021490603070061, -0.9214183974985324, 2.6817910774376807, -1.6258378338821755, -0.8410542265688535]
+      velocities: [-0.05147849090168159, -0.038168854044525566, 0.044425912472136654, 0.7931531390705174, -0.00803230334319677, -0.7801669494686709]
+      accelerations: [0.014192548775975217, 0.005799262057976307, -0.006202540430032535, -0.42215370426428556, -0.036059430514845475, 0.42133251006186495]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 656322069
+    - 
+      positions: [-0.49950968027889125, 0.01950091710641126, -0.9205872678049463, 2.6965750302982316, -1.625994614397588, -0.8555950572728909]
+      velocities: [-0.051226141040630765, -0.03806965620168366, 0.04432070096430947, 0.7853001376935813, -0.00870263569050298, -0.7723262087889771]
+      accelerations: [0.01275556642227104, 0.004794785001145984, -0.005033945632840968, -0.4163839294745531, -0.03551825064730416, 0.41589531892657766]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 675054734
+    - 
+      positions: [-0.5004704650038769, 0.0187860657446047, -0.9197549410220436, 2.7112649678299907, -1.6261644865006821, -0.8700411753505808]
+      velocities: [-0.0509993505654277, -0.03798866739115457, 0.04423671905219144, 0.7775248888055271, -0.009365668321768016, -0.7645571001027167]
+      accelerations: [0.0113765855037406, 0.0038238096073092004, -0.0039033723772463912, -0.41088932075152806, -0.03502733029268558, 0.4107240925089165]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 693854409
+    - 
+      positions: [-0.5014301904575379, 0.01807035472091336, -0.9189214184309925, 2.7258545759873374, -1.6263473228213907, -0.8843862664187006]
+      velocities: [-0.050797341150985935, -0.037925438004003886, 0.04417345676556236, 0.7698266225797292, -0.010021951572507317, -0.7568589767782825]
+      accelerations: [0.010052034781833533, 0.0028841472977703593, -0.002808296697849596, -0.40565744146492005, -0.03458391969259061, 0.4058070615139021]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 712712399
+    - 
+      positions: [-0.5023888568756564, 0.017353786800189775, -0.9180867013084177, 2.740337810277976, -1.6265429886386387, -0.898624285649537]
+      velocities: [-0.050619353925360155, -0.0378795277491644, 0.04413041474235939, 0.7622045768116131, -0.010672009090937858, -0.7492311974796406]
+      accelerations: [0.008778568021017879, 0.00197374240861114, -0.0017463481727422229, -0.4006763333844022, -0.034185424835046455, 0.4011328881288195]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 731620098
+    - 
+      positions: [-0.5033464645010463, 0.016636364736473425, -0.9172507909262991, 2.754708906030479, -1.6267513423119282, -0.9127494680379495]
+      velocities: [-0.05046464909218502, -0.037850505526275294, 0.044107104059717184, 0.7546579968431821, -0.0113163383274127, -0.7416731262843812]
+      accelerations: [0.0075530509692882, 0.0010906651051290064, -0.000715301939735319, -0.3959345005580817, -0.03382939676164115, 0.39669065047121027]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 750569015
+    - 
+      positions: [-0.5043030135833626, 0.015918091273235388, -0.9164136885526292, 2.768962386947886, -1.626972235722835, -0.9267563369581467]
+      velocities: [-0.05033250548109682, -0.03783794924902031, 0.04410304603320586, 0.7471861354882986, -0.011955411126147718, -0.7341841326146532]
+      accelerations: [0.006372557363856265, 0.00023310992512986262, 0.00028692570388689554, -0.3914208929917539, -0.033513530763700526, 0.3924698494610365]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 769550790
+    - 
+      positions: [-0.5052585043791488, 0.015198969143250939, -0.9155753954510506, 2.7830930720105367, -1.6272055147272488, -0.9406397110648246]
+      velocities: [-0.050222220085278615, -0.03784144565738848, 0.044117772012106565, 0.739788252958711, -0.012589674372444647, -0.7267635911006447]
+      accelerations: [0.005234350901025966, -0.0006006147475920746, 0.0012622874973353092, -0.38712489067848227, -0.03323565198417306, 0.38846038045003256]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 788557217
+    - 
+      positions: [-0.5062129371518383, 0.014479001068535615, -0.9147359128806675, 2.7970960807173415, -1.6274510196130008, -0.9543947095335592]
+      velocities: [-0.05013310767405596, -0.037860590174518184, 0.04415082320513406, 0.7324636167908029, -0.013219550599751662, -0.7194108816057707]
+      accelerations: [0.004135873242394907, -0.0014120933676716508, 0.002212612510773584, -0.383036288728497, -0.032993705900146574, 0.38465251720415095]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 807580260
+    - 
+      positions: [-0.50716631217167, 0.013758189760432107, -0.9138952420962653, 2.8109668367026415, -1.627708585559476, -0.9680167556787554]
+      velocities: [-0.05006450040718956, -0.03789498676134114, 0.04420175050470812, 0.7252115017730723, -0.01384543861944645, -0.7121253892455057]
+      accelerations: [0.003074734951524785, -0.002202808196279467, 0.0031396122725401323, -0.37914528292773064, -0.03278575193447502, 0.38103690269751045]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 826612072
+    - 
+      positions: [-0.5081186297155709, 0.013036537919735854, -0.9130533843486424, 2.8247010697931776, -1.6279780430971371, -0.9815015790122179]
+      velocities: [-0.050015747380164635, -0.03794424772454332, 0.044270114285764176, 0.7180311898743291, -0.014467714257554169, -0.7049065041910922]
+      accelerations: [0.0020487120425549824, -0.0029741407382086063, 0.004044884880666577, -0.37544245510329194, -0.03260996397696764, 0.3776045550820081]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 845645008
+    - 
+      positions: [-0.509069890067388, 0.012314048236277892, -0.9122103408834433, 2.8382948166117647, -1.6282592185680749, -0.9948452158413064]
+      velocities: [-0.049986214282083656, -0.038007993593421795, 0.04435548424780642, 0.7109219701726031, -0.01508673099723358, -0.6977536217505755]
+      accelerations: [0.0010557189137031149, -0.0037273883024262116, 0.0049299277162477536, -0.3719187598676639, -0.03246460409427374, 0.37434680775830553]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 864671640
+    - 
+      positions: [-0.5100200935175253, 0.011590723389441313, -0.9113661129425646, 2.8517444196990813, -1.628551934576097, -1.008044008397445]
+      velocities: [-0.049975283036022916, -0.038085852982211385, 0.044457439248154554, 0.703883138784756, -0.015702820656452135, -0.6906661423911735]
+      accelerations: [9.381960780504058e-05, -0.004463756143533686, 0.005796135483933075, -0.3685655115803117, -0.03234803789384842, 0.3712553521234155]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 883684769
+    - 
+      positions: [-0.510969240363051, 0.010866566047944282, -0.9105207017635346, 2.8650465253604094, -1.6288560104343797, -1.0210946026799272]
+      velocities: [-0.04998235135552752, -0.03817746239679656, 0.04457556710584965, 0.6969139987967881, -0.01631629418547753, -0.683643471497283]
+      accelerations: [-0.0008387913100228135, -0.005184369187642867, 0.006644810177104824, -0.365374370963626, -0.03225871817969924, 0.3683221990062492]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 902677434
+    - 
+      positions: [-0.5119173309077479, 0.010141578869700518, -0.9096741085791186, 2.8781980802655664, -1.6291712626037578, -1.0339939450540232]
+      velocities: [-0.05000683243084063, -0.03828246612136839, 0.04470946445427861, 0.6900138601948395, -0.01692744233940994, -0.6766850194614495]
+      accelerations: [-0.0017437990172223903, -0.0058902779416247445, 0.0074771667726672535, -0.36233733318676464, -0.03219517569140192, 0.36553965960987467]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 921642920
+    - 
+      positions: [-0.5128643654619534, 0.009415764502026374, -0.908826334617858, 2.8911963268865577, -1.6294975051181382, -1.0467392776912046]
+      velocities: [-0.050048154580891596, -0.03840051608023375, 0.04485873657875199, 0.6831820397968709, -0.017536536395471966, -0.6697902016728674]
+      accelerations: [-0.002622769436684802, -0.0065824587476878615, 0.008294335974910977, -0.35944671599741174, -0.032156021699293456, 0.3629003541185699]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 940574768
+    - 
+      positions: [-0.513810344342556, 0.008689125581586715, -0.9079773811039129, 2.904038797912252, -1.6298345499991158, -1.0593281329831161]
+      velocities: [-0.05010576088614546, -0.038531271685035035, 0.04502299724837564, 0.6764178611850202, -0.01814382890848148, -0.6629584384225937]
+      accelerations: [-0.0034771602501337787, -0.007261820320275262, 0.009097370378969525, -0.35669514802420105, -0.03213993899660114, 0.36039719073583665]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 959466780
+    - 
+      positions: [-0.5147552678729523, 0.00796166473442332, -0.9071272492571026, 2.9167233097204126, -1.6301822076564054, -1.0717583270138074]
+      velocities: [-0.05017910883319872, -0.038674399687661336, 0.045201868554597985, 0.6697206546386341, -0.018749554469561173, -0.6561891548063384]
+      accelerations: [-0.004308324330855421, -0.007929205694183698, 0.009887248024325411, -0.3540755575042401, -0.03214568177282725, 0.3580233663426926]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 978313022
+    - 
+      positions: [-0.515699136383156, 0.007233384575709679, -0.9062759402922405, 2.9292479550290196, -1.6305402872749581, -1.0840279522079492]
+      velocities: [-0.05026767003670985, -0.03882957407869482, 0.045394980772534545, 0.6630897570679548, -0.01935393036596659, -0.649481780861765]
+      accelerations: [-0.0051175270086580085, -0.008585402623780656, 0.010664879836705462, -0.35158116196344114, -0.03217205666991166, 0.3557723215531039]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 997107826
+    - 
+      positions: [-0.5166419502094078, 0.006504287710346296, -0.9054234554207008, 2.9416110947695238, -1.6309085971808412, -1.0961353692115323]
+      velocities: [-0.05037092987042331, -0.038996475926595164, 0.04560197219442448, 0.6565245119484697, -0.019957157365582807, -0.6428357513912206]
+      accelerations: [-0.005905930894924584, -0.009231133998411642, 0.011431107351863964, -0.3492054574424158, -0.03221794724459023, 0.35363780015085533]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  15845795
+    - 
+      positions: [-0.5175837096945625, 0.005774376732269053, -0.9045697958485412, 2.953811349399955, -1.6312869451984304, -1.1080791981961058]
+      velocities: [-0.05048838713952969, -0.03917479324134122, 0.04582248897829599, 0.6500242692559102, -0.02055942045639831, -0.6362505058849092]
+      accelerations: [-0.006674626549063929, -0.009867076780067865, 0.012186714312397796, -0.34694220835697387, -0.03228227769033224, 0.35161376001132477]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  34521801
+    - 
+      positions: [-0.5185244151877756, 0.005043654224912186, -0.9037149627777286, 2.965847589619137, -1.6316751389828632, -1.11985830957883]
+      velocities: [-0.05061955382972054, -0.03936422088296031, 0.04605618501827537, 0.6435883854018911, -0.021160889478071827, -0.6297254886831622]
+      accelerations: [-0.007424620403763791, -0.010493854244032147, 0.012932424692030884, -0.3447854382671568, -0.032364031460762985, 0.3496944193298909]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  53130986
+    - 
+      positions: [-0.5194640670444963, 0.004312122761165808, -0.9028589574059938, 2.977718926671843, -1.6320729863377772, -1.1314718143269689]
+      velocities: [-0.0507639547302744, -0.039564460389912126, 0.04630272177945607, 0.637216223170189, -0.021761719928009793, -0.6232601486923282]
+      accelerations: [-0.008156843206650005, -0.011112041240015911, 0.013668907813541516, -0.3427294198909306, -0.03246224575597851, 0.34787424070537637]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  71668756
+    - 
+      positions: [-0.520402665626638, 0.0035797849030462917, -0.9020017809259261, 2.9894247023160228, -1.6324802955167248, -1.1429190539208545]
+      velocities: [-0.05092112719316635, -0.03977521989012995, 0.04656176817236516, 0.6309071516536529, -0.02236205357639, -0.6168539395381576]
+      accelerations: [-0.008872165411564605, -0.011722173540455693, 0.014396784037364347, -0.3407686664800729, -0.03257599163714629, 0.3461478832403829]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  90130785
+    - 
+      positions: [-0.5213402113022032, 0.002846643202260259, -0.9011434345264621, 3.000964478482962, -1.6328968755004176, -1.1541995900211255]
+      velocities: [-0.05109062081717271, -0.03999621396349456, 0.0468330004072402, 0.6246605461917359, -0.022962019183245953, -0.6105063194385884]
+      accelerations: [-0.009571382372867764, -0.012324738690521834, 0.015116623119743634, -0.3388979228513301, -0.03270440070209289, 0.3445102648665326]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 108513007
+    - 
+      positions: [-0.5222767044456245, 0.0021127001995898524, -0.900283919391215, 3.012338026809354, -1.6333225362632369, -1.1653131939929073]
+      velocities: [-0.05127199717032545, -0.04022716352597035, 0.04711610185851559, 0.6184757883086494, -0.023561733152499695, -0.6042167511956468]
+      accelerations: [-0.010255241526887693, -0.012920192685778873, 0.015828952855318015, -0.3371121569605398, -0.032846627751769754, 0.3429564710866041]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 126811611
+    - 
+      positions: [-0.5232121454373408, 0.0013779584255454668, -0.8994232367001898, 3.0235453180000103, -1.6337570890132365, -1.1762598362766734]
+      velocities: [-0.051464829515879676, -0.04046779571462079, 0.04741076293297705, 0.6123522656521281, -0.02416130018048989, -0.5979847021645629]
+      accelerations: [-0.010924423175082468, -0.013508948210647895, 0.01653425638699835, -0.335406551751178, -0.033001884464098845, 0.3414818339799682]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 145023040
+    - 
+      positions: [-0.5241465346641241, 0.0006424203997689337, -0.8985613876281713, 3.034586511205034, -1.6342003464221857, -1.1870396757578225]
+      velocities: [-0.05166870252507384, -0.04071784376240325, 0.04771668093417309, 0.6062893719327997, -0.02476081391353277, -0.5918096441610752]
+      accelerations: [-0.011579565542293849, -0.01409138994165833, 0.017232979775127156, -0.33377649711832436, -0.03316940383089605, 0.34008184488528315]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 163143980
+    - 
+      positions: [-0.5250798725187639, -9.391136848942898e-05, -0.8976983733459598, 3.045461943370108, -1.634652122830926, -1.1976530491228061]
+      velocities: [-0.05188321203179325, -0.04097704689728478, 0.04803355993931356, 0.6002865068641585, -0.025360357537000094, -0.5856910534931858]
+      accelerations: [-0.012221250979002842, -0.014667866214042823, 0.017925530764275388, -0.3322175824309767, -0.033348466057477905, 0.33875221428253643]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 181171361
+    - 
+      positions: [-0.5260121594002654, -0.0008310343807514373, -0.8968341950193364, 3.0561721186999313, -1.6351122344429208, -1.2081004603177319]
+      velocities: [-0.05210796476218278, -0.041245150224319786, 0.048361110669427346, 0.5943430761031272, -0.0259600043881944, -0.5796284108896932]
+      accelerations: [-0.012850023425478318, -0.015238699653150448, 0.018612284009113085, -0.33072558906547156, -0.03353837323688863, 0.3374888093025305]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 199102343
+    - 
+      positions: [-0.5269433957136039, -0.001568946148958205, -0.8959688538099835, 3.066717698219099, -1.6355804994961272, -1.2183825701136028]
+      velocities: [-0.05208286372603417, -0.04131565505179901, 0.04845711679127268, 0.585559823681283, -0.02642684932943038, -0.5707962936467088]
+      accelerations: [0.0156676396509412, 0.007357659417003718, -0.007879322481474807, -0.6520814951279461, -0.01868918895415728, 0.6507828483018545]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 216934312
+    - 
+      positions: [-0.5278735818698103, -0.002307644195652788, -0.895102350874949, 3.0770994895273738, -1.6360567384221443, -1.2285001858590714]
+      velocities: [-0.051807657393639656, -0.041187509758508586, 0.04832021918313858, 0.5740219818461751, -0.02675635147762495, -0.5592805331047248]
+      accelerations: [0.0150704743904384, 0.006955295927095021, -0.007411286349817552, -0.6365735636810871, -0.01811299834508809, 0.6354057524550061]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 234842180
+    - 
+      positions: [-0.5288027182859327, -0.0030471260539752763, -0.8942346873666538, 3.0873184367573807, -1.6365407739882591, -1.2384542514382086]
+      velocities: [-0.051541698062723046, -0.04106582149240859, 0.048190883664398346, 0.562711481076537, -0.027077001306727355, -0.5479899339253045]
+      accelerations: [0.014513424350631575, 0.006580898402126698, -0.0069756384614579545, -0.6215289078706382, -0.0175541535215423, 0.6204828115130633]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 252823456
+    - 
+      positions: [-0.5297308053849887, -0.0037873892676248896, -0.8933658644329491, 3.0973756107774038, -1.6370324314242768, -1.24824583747358]
+      velocities: [-0.051284401325462, -0.04095017154465048, 0.048068623948180525, 0.5516238418552464, -0.027388977382456194, -0.536920156114142]
+      accelerations: [0.013994130440088166, 0.006232922523037018, -0.006570605754661677, -0.6069266525643974, -0.017011507151440935, 0.6059936196330723]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 270875778
+    - 
+      positions: [-0.5306578435958265, -0.004528431390684268, -0.8924958832175588, 3.1072721996641244, -1.6375315385339086, -1.2578761318010956]
+      velocities: [-0.05103521029741186, -0.040840159203844276, 0.04795297440804672, 0.540754672929366, -0.0276924480662221, -0.5260669423527768]
+      accelerations: [0.013510380334031987, 0.005909916751279155, -0.006194519333464873, -0.5927471551094872, -0.01648401651161977, 0.5919189953200351]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 288996912
+    - 
+      positions: [-0.5315838333533159, -0.005270249987982289, -0.8916247448590905, 3.1170094994903486, -1.6380379257960211, -1.2673464302531017]
+      velocities: [-0.050793594542277505, -0.040735401126884736, 0.04784348935595105, 0.5300996695709891, -0.027987572353830932, -0.5154261164794776]
+      accelerations: [0.01306008957852218, 0.005610510807881895, -0.005845806558044823, -0.5789719286861117, -0.01597071713865774, 0.5782408636234198]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 307184752
+    - 
+      positions: [-0.5325087750981332, -0.006012842634781063, -0.8907524504918276, 3.126588905408818, -1.6385514264483472, -1.276658127745931]
+      velocities: [-0.050559049045396626, -0.04063553073535337, 0.047739742341218014, 0.5196546118723551, -0.02827450062696799, -0.5049935820649638]
+      accelerations: [0.012641299801333149, 0.005333414110404615, -0.005522984789617735, -0.5655835704321494, -0.01547073159383211, 0.5649422219765403]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 325437318
+    - 
+      positions: [-0.5334326692767467, -0.006756206916808696, -0.8898790012456192, 3.136011903081023, -1.6390718765610957, -1.2858127097082392]
+      velocities: [-0.05033109317603578, -0.040540197603613395, 0.04764132547113604, 0.5094153630745564, -0.028553375463015066, -0.49476532076254576]
+      accelerations: [0.012252167842518738, 0.005077408921049155, -0.005224654485575024, -0.552565693239457, -0.014983259930129094, 0.5520070658371797]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 343752750
+    - 
+      positions: [-0.5343555163414788, -0.007500340430403541, -0.8890043982454642, 3.1452800604532505, -1.6395991150997382, -1.294811743855088]
+      velocities: [-0.05010926973513287, -0.0404490668939127, 0.04754784875435941, 0.4993778679291796, -0.028824332282455716, -0.48473739093853385]
+      accelerations: [0.011890954625759315, 0.004841343547039624, -0.0049494937970970335, -0.5399028623892327, -0.014507564841671924, 0.5394203070005316]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 362129311
+    - 
+      positions: [-0.5352773167502942, -0.008245240782208474, -0.8881286426122811, 3.154395019873802, -1.6401329839738397, -1.3036568723088195]
+      velocities: [-0.049893144004089174, -0.04036181879132582, 0.04745893946663832, 0.489538151092226, -0.029087500030037544, -0.474905926143732]
+      accelerations: [0.011556024733333696, 0.004624131446666962, -0.004696252630375824, -0.5275805355749794, -0.014042984231876405, 0.5271677552374615]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 380565380
+    - 
+      positions: [-0.5361980709670151, -0.008990905589581872, -0.8872517354618108, 3.1633584905870142, -1.640673328080416, -1.312349804087937]
+      velocities: [-0.049682302844034104, -0.04027814796544601, 0.0473742415360416, 0.47989231554967743, -0.029343001768810276, -0.46526713370396033]
+      accelerations: [0.011245830984535663, 0.004424742219770604, -0.004463748376737824, -0.5155850068316501, -0.013588903776118964, 0.5152360133993715]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 399059451
+    - 
+      positions: [-0.5371177794610863, -0.009737332480245964, -0.8863736779054897, 3.1721722415681364, -1.6412199953327589, -1.320892307946101]
+      velocities: [-0.04947635384625812, -0.040197763058951265, 0.04729341494331768, 0.47043654107408817, -0.029590955171734504, -0.45581729346321853]
+      accelerations: [0.010958914922899146, 0.004242201354278507, -0.004250861208537484, -0.5039033541504422, -0.013144768310548487, 0.5036124626553815]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 417610132
+    - 
+      positions: [-0.5380364427075285, -0.01048451909226046, -0.8854944710504975, 3.180838094727987, -1.6417728366824658, -1.3292862055770227]
+      velocities: [-0.04903148240462762, -0.039921958361399446, 0.04698257900200903, 0.45890679326060946, -0.02968320637554738, -0.4443648038916263]
+      accelerations: [0.03664052573669107, 0.025247609412764927, -0.028980397204125964, -0.731471127984716, 0.0031883156916366786, 0.7235084462716015]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 436216138
+    - 
+      positions: [-0.538954061187161, -0.011232463074438167, -0.8846141159986295, 3.1893579184840415, -1.6423317061363005, -1.3375333651802768]
+      velocities: [-0.04835166911066677, -0.03945315598302572, 0.04644445079994205, 0.445410412355816, -0.029619070346107973, -0.43101634558160495]
+      accelerations: [0.0355061253391066, 0.02450480032214004, -0.028129317465707238, -0.7009129135478888, 0.003614837860032178, 0.6931771189732324]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 455062891
+    - 
+      positions: [-0.53987063538626, -0.011981162085821884, -0.8837326138476415, 3.1977336216645122, -1.642896460759121, -1.3456356953717177]
+      velocities: [-0.047684248584520264, -0.0389921533613618, 0.0459152433249005, 0.4323109580169444, -0.02954624929857986, -0.4180624967555363]
+      accelerations: [0.03442489941991185, 0.023797903083237978, -0.027319708196413103, -0.671673592330875, 0.0040119238236680154, 0.664153254752401]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 474152250
+    - 
+      positions: [-0.5407861657966335, -0.012730613795852655, -0.882849965690762, 3.205967147776447, -1.6434669606745373, -1.353595139449298]
+      velocities: [-0.047028698222898374, -0.03853858573506341, 0.04539453248549537, 0.41959675669240776, -0.029465088921711867, -0.4054917042769658]
+      accelerations: [0.033393315105777845, 0.023124470167975468, -0.02654873555823285, -0.6436908563668174, 0.004381150272014403, 0.6363753465890981]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 493486177
+    - 
+      positions: [-0.541700652915712, -0.01348081588456912, -0.8819661726161517, 3.2140604696125528, -1.6440430690593213, -1.3614136699973771]
+      velocities: [-0.0463845270844127, -0.03809211073020442, 0.04488192014794451, 0.407256478148044, -0.029375923257710553, -0.39329275099340644]
+      accelerations: [0.032408098308837896, 0.022482231412592344, -0.025813772619501144, -0.6169058364042239, 0.004723998471758636, 0.6097852516708069]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 513066737
+    - 
+      positions: [-0.5426140972463, -0.014231766042235533, -0.8810812357078303, 3.222015584179541, -1.6446246521282075, -1.369093283819424]
+      velocities: [-0.04530362671031961, -0.037283606237929603, 0.043942299797327125, 0.3914429649404081, -0.028991114234919048, -0.3777541013171646]
+      accelerations: [0.07556786811268959, 0.058243476148846146, -0.06799624445751519, -0.9659765744469917, 0.03356358758897403, 0.9456649263751555]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 532896105
+    - 
+      positions: [-0.5435264992967419, -0.014983461969661313, -0.8801951560448056, 3.2298345079613395, -1.6452115791180248, -1.3766359971971553]
+      velocities: [-0.044021788629359015, -0.03630622976459505, 0.042803173341335626, 0.3742604577665478, -0.028458675433082177, -0.3609093248245919]
+      accelerations: [0.05022312232583938, 0.03768658453331037, -0.04381274823595499, -0.7189287353162173, 0.01874520961496159, 0.7060869002897419]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 553380176
+    - 
+      positions: [-0.5444378595807592, -0.015735901377984418, -0.8793079347016227, 3.2375192724837376, -1.6458037222633428, -1.3840438414577985]
+      velocities: [-0.042994179493415996, -0.035534313460059044, 0.041905677588163125, 0.3596569436307935, -0.028069446325319422, -0.3465690467111169]
+      accelerations: [0.04789233389558793, 0.036014599281974154, -0.04187842733462708, -0.6755209344683965, 0.018411957878104828, 0.6632296864937277]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 574330241
+    - 
+      positions: [-0.545348178617425, -0.016489081988657363, -0.8784195727483337, 3.2450719201843428, -1.646400956769326, -1.3913188588438836]
+      velocities: [-0.041786446801590826, -0.03460945769056543, 0.04082724004997356, 0.3439462930414454, -0.0275426033624342, -0.33117898940499313]
+      accelerations: [0.0643168153984666, 0.04989485476597369, -0.058294005131695074, -0.7855627478069839, 0.030469218636074345, 0.7680794540886372]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 595756163
+    - 
+      positions: [-0.546257456931259, -0.017243001533659087, -0.8775300712499406, 3.2524945005739623, -1.6470031607820381, -1.3984630986720483]
+      velocities: [-0.040409308307473274, -0.03353997587818067, 0.039577565548390904, 0.3272530962084713, -0.026883762363419755, -0.3148608371830268]
+      accelerations: [0.06017152162112662, 0.04678073067278976, -0.054669824141291054, -0.7236309183893889, 0.02907804415279251, 0.7072125714030626]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 617887215
+    - 
+      positions: [-0.54716569505196, -0.0179976577550902, -0.8766394312673865, 3.259789066666951, -1.6476102153513004, -1.405478613768046]
+      velocities: [-0.03888823100431485, -0.032345793586453855, 0.03817995400934444, 0.30986699269604323, -0.0261062307520396, -0.2978972069370137]
+      accelerations: [0.07230938541275969, 0.05721181317819302, -0.06703493694594606, -0.7919592936377338, 0.03858075328080565, 0.7715923852385871]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 640746019
+    - 
+      positions: [-0.5480728935146506, -0.018753048405624653, -0.8757476538563641, 3.2669576716888393, -1.6482220043961358, -1.412367457168795]
+      velocities: [-0.037055486612645544, -0.030886525447811078, 0.03646854045174594, 0.2905067559814307, -0.025095087411827775, -0.27905907188138535]
+      accelerations: [0.08073812036031114, 0.0646309404631744, -0.07585801004981368, -0.8260622745800605, 0.04579633500259705, 0.8028406325713782]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 664592095
+    - 
+      positions: [-0.5489790528596081, -0.019509171248100518, -0.8748547400683295, 3.274002366025316, -1.6488384146618125, -1.419131679076124]
+      velocities: [-0.03496091482959228, -0.029202152289519185, 0.03449025442055531, 0.26966620234525485, -0.023879555447840584, -0.25882586896275206]
+      accelerations: [0.08531695334749127, 0.06888762665431704, -0.08095591390024998, -0.8274178187348488, 0.05051059813228772, 0.8025000019722174]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 689716399
+    - 
+      positions: [-0.5498841736323923, -0.020266024055781966, -0.8739606909497928, 3.280925194421389, -1.649459335678989, -1.425773324052638]
+      velocities: [-0.032503581066196024, -0.027206657149038638, 0.03214319682910097, 0.24667635371252283, -0.02238587674950778, -0.2365610332076103]
+      accelerations: [0.09693587992604487, 0.07908448645290411, -0.09308087140559494, -0.8797107307582165, 0.06017664469981639, 0.8508743505825523]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 716451784
+    - 
+      positions: [-0.5507882563836902, -0.021023604612134206, -0.8730655075428535, 3.287728193403502, -1.650084659717624, -1.4322944284463397]
+      velocities: [-0.029626704960846774, -0.0248506570838156, 0.029368689675463504, 0.22122217907167857, -0.020569846100071783, -0.21196841952776785]
+      accelerations: [0.09978715524938071, 0.08199409835960517, -0.09660627055637236, -0.8628114673591895, 0.06391539230630323, 0.8327507470702469]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 745473095
+    - 
+      positions: [-0.5516913016693843, -0.021781910710986986, -0.8721691908847509, 3.294413388923381, -1.6507142817416942, -1.4386970180323846]
+      velocities: [-0.026109705489888335, -0.02194617962056819, 0.025944057288609636, 0.1918433350171888, -0.018269989048514696, -0.18365851229197516]
+      accelerations: [0.11455140554638325, 0.0949652833678452, -0.11203561669599024, -0.9311649716721758, 0.07608493394577846, 0.8961131410979799]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 777608754
+    - 
+      positions: [-0.5525933100504725, -0.02254094015643878, -0.8712717420080678, 3.3009827942043506, -1.6513480993607625, -1.4449831058603786]
+      velocities: [-0.021495233529473544, -0.018104672405239757, 0.021409224715416467, 0.1554389378432691, -0.015154659254026686, -0.14867650274845146]
+      accelerations: [0.12323873893067627, 0.10292001125476939, -0.12155184491409138, -0.9498351442301803, 0.0842230026608663, 0.9116366659196264]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 815007971
+    - 
+      positions: [-0.5534942820929952, -0.023300690762773264, -0.8703731619408992, 3.307438407782372, -1.6519860127804469, -1.4511546902961758]
+      velocities: [-0.009960509200005681, -0.008400192975783592, 0.009935325871599097, 0.07130785926805462, -0.007055076910929466, -0.06816722895929767]
+      accelerations: [0.03935778235583403, 0.03318461050871046, -0.03924772438328114, -0.28227369199915037, 0.02785423221950796, 0.2698689239435176]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 862748947
+    - 
+      positions: [-0.5543942183681119, -0.024061160354637293, -0.8694734517063726, 3.313782211731923, -1.6526279247535676, -1.4572137532455864]
+      velocities: [-0.0007375061155550043, -0.000623687387777905, 0.0007380495106851014, -0.7397849188945027, 0.03859070679868016, 0.7400187063264891]
+      accelerations: [0.0004199222124915401, 0.0003542040244709013, -0.0004188342399805639, -1.0075004340468643, 0.053044787828657604, 1.0073681628002087]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 720707560
+    - 
+      positions: [-0.5552926215056645, -0.02482233964381244, -0.8685722015490382, 0.17850759236252853, -1.4883127773168088, 1.678346975601715]
+      velocities: [-0.0007390723608224803, -0.0006266306296868662, 0.0007416165608351145, -0.739892238235453, 0.039345890926596155, 0.7401274414564855]
+      accelerations: [-0.0004226109754545669, -0.0003586622529182085, 0.0004242231001477731, 1.0087325601308421, -0.052097602112477416, -1.0085981964308282]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 829215109
+    - 
+      positions: [-0.5561909855589389, -0.025584246862892263, -0.867670645456469, 0.18463817584415784, -1.4876619418994328, 1.672502207248638]
+      velocities: [-0.010329388536329608, -0.008782335926642657, 0.010399713277978158, 0.06938674419367312, 0.007522933576445647, -0.0660834864904339]
+      accelerations: [-0.04124857936888884, -0.03508062939355604, 0.041544634683158325, 0.27658429208368596, 0.030059445565489527, -0.2633856404820387]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 683124742
+    - 
+      positions: [-0.5570878183746515, -0.026346861440791115, -0.8667675501655856, 0.19065743290121098, -1.4870085904724801, 1.6667698293083117]
+      velocities: [-0.022584808551366128, -0.019227475377578594, 0.02277342755862237, 0.15019811942100275, 0.016515811467328056, -0.14295878824737834]
+      accelerations: [-0.14745940179801412, -0.12651316469544038, 0.15001969336504808, 0.9211750847890382, 0.1105231917117269, -0.8732681274344397]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 728865842
+    - 
+      positions: [-0.55798361739206, -0.027110185427017517, -0.8658633293962386, 0.19657275655409176, -1.4863516076880476, 1.6611420981272516]
+      velocities: [-0.028166918216393014, -0.02402877173847546, 0.028468999186939733, 0.18435767417155052, 0.020731783031203467, -0.17529684860870542]
+      accelerations: [-0.16244345956110934, -0.1401243019700572, 0.166295806101441, 0.9703804215337014, 0.1237558577356638, -0.9171085075939345]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 763908777
+    - 
+      positions: [-0.5588783835716266, -0.027874217673089046, -0.8649579835098044, 0.2023858894192026, -1.4856910761178965, 1.655617270407571]
+      velocities: [-0.032831871771207916, -0.02806581046657336, 0.0332624076967449, 0.21147498187781177, 0.024319572362913412, -0.20087572399800205]
+      accelerations: [-0.15073031508227297, -0.1309737178038622, 0.15560859153646273, 0.8455945963419907, 0.11730749503129734, -0.7955348164435045]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 792987065
+    - 
+      positions: [-0.5597721175148901, -0.02863895606671719, -0.8640515134970068, 0.20809868730434988, -1.4850270788797697, 1.6501934904897404]
+      velocities: [-0.03683964711596113, -0.031556931520199866, 0.03741175691835455, 0.23348442621300972, 0.027460099712838366, -0.2215483907714229]
+      accelerations: [-0.16013652310483661, -0.1398589269805714, 0.16629518821856148, 0.8593655780046298, 0.12639093381021724, -0.8057100647467661]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 818600767
+    - 
+      positions: [-0.5606648198274666, -0.02940439850389706, -0.8631439203480372, 0.21371298051746696, -1.484359696837737, 1.6448689282156537]
+      velocities: [-0.04052538850842022, -0.034785847281234836, 0.04125281410021969, 0.2527301201156881, 0.03039329971400418, -0.23955257449346273]
+      accelerations: [-0.1576758562620116, -0.1386064904976135, 0.1649700321792089, 0.7977692829819879, 0.12663910339019055, -0.7443432519870183]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 841616574
+    - 
+      positions: [-0.5615564911196913, -0.030170542890610552, -0.8622352050487901, 0.21923057406160465, -1.4836890087243608, 1.6396417787272988]
+      velocities: [-0.04393062814006693, -0.03778677941472119, 0.04482592765984707, 0.26957280913963977, 0.033145792214433784, -0.25523643787401873]
+      accelerations: [-0.16404839874683416, -0.14494898431509, 0.17265587843405353, 0.7919808781242476, 0.1334837442435001, -0.7359021134117337]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 862714084
+    - 
+      positions: [-0.562447132006765, -0.030937387143137797, -0.8613253685799946, 0.22465324706493447, -1.4830150911890758, 1.6345102630409762]
+      velocities: [-0.04715061093872705, -0.04064017796482688, 0.048226287669994254, 0.2846980753806785, 0.03578494577710771, -0.2692554361831006]
+      accelerations: [-0.1644134738740889, -0.14615030115185199, 0.17424941249597953, 0.7493043625051269, 0.13580219542993396, -0.6925145343422149]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 882246982
+    - 
+      positions: [-0.5633367431086262, -0.031704929187870524, -0.8604144119176433, 0.22998275230262497, -1.4823380188499888, 1.6294726285234056]
+      velocities: [-0.05010560223787286, -0.043276200801656915, 0.05137083065949654, 0.29770240796473935, 0.03824680384178049, -0.28123289509175364]
+      accelerations: [-0.15782149188118924, -0.1413350339426584, 0.16870136544054587, 0.6671339468927415, 0.1327331176143191, -0.6119234402511323]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 900512555
+    - 
+      positions: [-0.5642253250497946, -0.032473166961094396, -0.8595023360334989, 0.23522081580462928, -1.4816578643453335, 1.6245271492815785]
+      velocities: [-0.05298823145686076, -0.045860397491165564, 0.05445593959548373, 0.30979031951476377, 0.040675778167442986, -0.29231054042085425]
+      accelerations: [-0.17662600917250088, -0.15849649049687922, 0.18925026108001358, 0.7350126876757143, 0.14909533517519008, -0.6730044871482261]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 917764245
+    - 
+      positions: [-0.5651128784596535, -0.03324209840950236, -0.8585891418937609, 0.24036913654389722, -1.4809746983795224, 1.6196721264807332]
+      velocities: [-0.05575006170118735, -0.04834992803424153, 0.05743059348141272, 0.3207414073632783, 0.04303193365563242, -0.30228454240039626]
+      accelerations: [-0.16087673958592616, -0.14576888216490896, 0.1743129636275139, 0.6013800253580971, 0.13891798509834627, -0.5439601483943549]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 934058744
+    - 
+      positions: [-0.5659994039719868, -0.03401172148944593, -0.8576748304609002, 0.2454293861944261, -1.480288589776762, 1.6149058885777752]
+      velocities: [-0.058370522864194765, -0.05072676271346059, 0.06027335903687617, 0.3304601927477929, 0.045298452546037184, -0.31106634358138685]
+      accelerations: [-0.17645177719068936, -0.16020519955572143, 0.1916427083378379, 0.649478872473244, 0.1528590673678626, -0.5862769935595035]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 949603475
+    - 
+      positions: [-0.5668849022253791, -0.03478203416765433, -0.8567594026918144, 0.2504032089594427, -1.4795996055243794, 1.610226791501663]
+      velocities: [-0.06111239344162567, -0.053218755927421826, 0.06325489430070223, 0.3404734670482439, 0.04767758934192297, -0.3200957523538197]
+      accelerations: [-0.19351908105373714, -0.17605676251964308, 0.21067821060047986, 0.701404932340354, 0.168178770551269, -0.6318446445692175]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 964433349
+    - 
+      positions: [-0.56776937386292, -0.035553034420771325, -0.8558428595389516, 0.2552922214584508, -1.478907810823107, 1.605633218761116]
+      velocities: [-0.06365714928842281, -0.055548334699770746, 0.0660452615584075, 0.3490276511873701, 0.049919988992784214, -0.32772551410285977]
+      accelerations: [-0.16453958499249702, -0.15177284079217918, 0.18200449634396973, 0.5000158119041712, 0.14743809689893528, -0.43947387902372587]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 978581647
+    - 
+      positions: [-0.5686528195322285, -0.036324720235433705, -0.8549252019500683, 0.26009801267210164, -1.4782132691330025, 1.6011235815008702]
+      velocities: [-0.0659834790137385, -0.057696372419356864, 0.06862163633556365, 0.3560431069762361, 0.0520073446269851, -0.33388346261930674]
+      accelerations: [-0.17683689515716813, -0.1634461379530403, 0.1960730887476528, 0.529320790056906, 0.1588777230392819, -0.4640239922618067]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 992215079
+    - 
+      positions: [-0.5695352398854598, -0.037097089608316786, -0.8540064308680642, 0.26482214393822545, -1.4775160422187277, 1.5966963185064116]
+      velocities: [-0.0683926575480579, -0.059925410435159546, 0.07129612078852292, 0.36319957342645826, 0.05417474814622594, -0.34014874366415043]
+      accelerations: [-0.1900367954780624, -0.17600180086290673, 0.21121078789339376, 0.5603258791959785, 0.17118608590945278, -0.489907062279596]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:   5352783
+    - 
+      positions: [-0.5704166355792124, -0.03787014054601713, -0.8530865472312442, 0.2694661489949591, -1.4768161901950898, 1.5923498961596187]
+      velocities: [-0.07088749794642471, -0.062238373038267805, 0.07407229721547148, 0.37049988485233, 0.05642509316449666, -0.34652292219877007]
+      accelerations: [-0.20420435057364147, -0.18950536587877206, 0.22749745047740685, 0.5931282055741787, 0.18442782173587538, -0.5171923352582021]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:  18013185
+    - 
+      positions: [-0.5712970072746363, -0.038643871065274754, -0.8521655519727189, 0.27403153406669517, -1.4761137715694561, 1.5880828083555862]
+      velocities: [-0.07347090655512228, -0.06463828745863011, 0.0769538755306933, 0.37794693253786227, 0.05876137439647074, -0.35300757363166446]
+      accelerations: [-0.2194092417596308, -0.20402715934136584, 0.2450187991517001, 0.6278303707267777, 0.19867226742939736, -0.5459524945498915]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:  30214017
+    - 
+      positions: [-0.5721763556371819, -0.03941827919257934, -0.8512434460213344, 0.2785197779891493, -1.4754088432872319, 1.5838935763732445]
+      velocities: [-0.07576218982067903, -0.06678969238937851, 0.07954139132030821, 0.3836160429793403, 0.06087767139252587, -0.35780759583912103]
+      accelerations: [-0.16843150225184067, -0.16020136268854043, 0.19305434728717166, 0.3290026330206668, 0.15967847693715642, -0.2637279942703378]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:  41972350
+    - 
+      positions: [-0.573054681336768, -0.04019336296449037, -0.8503202303008365, 0.2829323323695673, -1.4747014607718554, 1.5797807487190187]
+      velocities: [-0.07774048836633518, -0.06867326555952762, 0.08181166795712588, 0.38745220340913367, 0.06275498610533756, -0.3608756981213878]
+      accelerations: [-0.17731004245207982, -0.16898981354983, 0.20372181412867515, 0.3413667256920678, 0.16841865482861176, -0.27240684309057955]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:  53417935
+    - 
+      positions: [-0.573931985047648, -0.04096912042745322, -0.8493959057302883, 0.2872706217788223, -1.4739916779671212, 1.5757429009327875]
+      velocities: [-0.07976765273356187, -0.07060729812007721, 0.0841436429075344, 0.391326725443225, 0.06468236655988069, -0.36396039168631555]
+      accelerations: [-0.1866396121907234, -0.1782440507564554, 0.21495920813764166, 0.3541832824508311, 0.17762062346643248, -0.28133687532356616]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:  64559471
+    - 
+      positions: [-0.5748082674483472, -0.04174554963772002, -0.8484704732242153, 0.291536043972439, -1.4732795473778653, 1.571778635366184]
+      velocities: [-0.08184477410721248, -0.07259302966445336, 0.08653885966196981, 0.39523999269765697, 0.06666103243646693, -0.36706148997982146]
+      accelerations: [-0.19644242688267716, -0.1879880303888142, 0.22679609797029227, 0.36746821412940994, 0.18730802945156252, -0.2905233015189861]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:  75405412
+    - 
+      positions: [-0.5756835292218084, -0.04252264866164007, -0.8475439336918462, 0.29572997013657243, -1.4725651201073875, 1.5678865809401272]
+      velocities: [-0.0843982182114262, -0.0750100524121915, 0.08945012660949264, 0.40119828474677743, 0.06904083817546527, -0.37203750303981054]
+      accelerations: [-0.28978794836311145, -0.2721990013684973, 0.3274803010975287, 0.7700493509451924, 0.2657216982602226, -0.6599916941714831]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:  85963969
+    - 
+      positions: [-0.5765577710551529, -0.04330041557528221, -0.8466162880380019, 0.29985374515801205, -1.471848445898211, 1.564065392870692]
+      velocities: [-0.08614666215594069, -0.0767179484669343, 0.09151717860187378, 0.40318431655088005, 0.07077024049167417, -0.3733149526101197]
+      accelerations: [-0.048545858800011846, -0.058530189900265074, 0.07284198238614423, -0.39554273017502145, 0.06939232626315145, 0.42276389159926486]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs:  96141350
+    - 
+      positions: [-0.5774309936397797, -0.04407884846464526, -0.8456875371625321, 0.30390868791372333, -1.471129573168158, 1.5603137523821708]
+      velocities: [-0.08663885241865014, -0.07731236825809999, 0.09225718531739474, 0.39919239262463346, 0.07147358516299857, -0.36904628391216765]
+      accelerations: [-0.04884346834196413, -0.059087899757520046, 0.07358361456776132, -0.3943238688869569, 0.06977783267992625, 0.4218625082293731]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 106248929
+    - 
+      positions: [-0.5783031976712196, -0.0448579454254347, -0.844757681960815, 0.3078960915792184, -1.470408549048249, 1.5566303663963954]
+      velocities: [-0.08713064219597887, -0.07790831832482373, 0.09299957840980266, 0.3952399926976571, 0.07217599244110959, -0.36481583888566727]
+      accelerations: [-0.04913505241407403, -0.05964300400600743, 0.07432324143316685, -0.3930944911062212, 0.0701615770508915, 0.42095087112658036]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 116287549
+    - 
+      positions: [-0.5791743838493104, -0.04563770456340822, -0.8438267233228754, 0.31181722395142725, -1.469685419416137, 1.553013967213919]
+      velocities: [-0.087621972671492, -0.07850574638777158, 0.09374429854526542, 0.391326725443225, 0.07287745059356796, -0.36062324410982183]
+      accelerations: [-0.049420774068458836, -0.060195601070921166, 0.07506097221570149, -0.39185462673193405, 0.07054360655778334, 0.420028995100967]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 126258043
+    - 
+      positions: [-0.5800445528779262, -0.04641812399393961, -0.8428946621343977, 0.31567332778725343, -1.4689602289335066, 1.5494633121707968]
+      velocities: [-0.08811278820809461, -0.07910460260399849, 0.09449128919793912, 0.38745220340913356, 0.07357794931318254, -0.35646812931519356]
+      accelerations: [-0.04970080619242889, -0.060745803042247665, 0.07579694057983076, -0.3906043244679291, 0.0709240181713219, 0.4190969888254875]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 136161237
+    - 
+      positions: [-0.5809137054650828, -0.04719920184223431, -0.8419614992761584, 0.31946562115265764, -1.468233021078521, 1.5459771832920988]
+      velocities: [-0.08860303630508165, -0.07970483956744655, 0.09524049668286078, 0.38361604297934027, 0.07427747987559419, -0.352350127092894]
+      accelerations: [-0.0499753232680414, -0.06129372434725992, 0.07653128080582959, -0.38934365081801225, 0.07130290370438779, 0.4181549596779674]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 145997946
+    - 
+      positions: [-0.5817818423229258, -0.047980936243349134, -0.8410272356239366, 0.3231952977821576, -1.4675038381786065, 1.5425543869328289]
+      velocities: [-0.08909266751569322, -0.08030641225494103, 0.09599187007794313, 0.3798178643359803, 0.07497603504630135, -0.34826887302752796]
+      accelerations: [-0.0502445013172596, -0.06183948205141178, 0.07726412933002219, -0.38807268903212977, 0.0716803546852644, 0.41720302230807665]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 155768979
+    - 
+      positions: [-0.5826489641676693, -0.04876332534211235, -0.8400918720486582, 0.326863527447385, -1.4667727214429727, 1.5391937534086961]
+      velocities: [-0.08958163535529903, -0.08090927796210448, 0.09674536113103137, 0.3760572914217628, 0.07567360896409377, -0.3442240058597376]
+      accelerations: [-0.05050851547970554, -0.0623831931562171, 0.07799561964634476, -0.38679153805366634, 0.07205645184237243, 0.4162412807204549]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 165475134
+    - 
+      positions: [-0.5835150717193971, -0.04954636729281911, -0.8391554094170923, 0.33047145633372155, -1.4660397109956922, 1.5358941366162653]
+      velocities: [-0.09006989629132904, -0.08151339633924819, 0.09750092435430874, 0.3723339519027355, 0.07637019740903392, -0.34021516701315524]
+      accelerations: [-0.05076755886859244, -0.06292499775782072, 0.07872592588650115, -0.3855003117172045, 0.07243135485100682, 0.4152699754651284]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 175117198
+    - 
+      positions: [-0.5843801657024281, -0.05033006025990128, -0.838217848590183, 0.3340202074192301, -1.4653048459018652, 1.532654413661704]
+      velocities: [-0.09055740964710426, -0.08211872931798267, 0.09825851691088602, 0.368647477131421, 0.07706579763346139, -0.33624200084296096]
+      accelerations: [-0.051021805507827055, -0.06346501315011159, 0.07945517614888653, -0.38419913775865067, 0.07280512222182882, 0.4142891856150513]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 184695951
+    - 
+      positions: [-0.5852442468448519, -0.0511144024171482, -0.8372791904248907, 0.3375108808633338, -1.4645681642019683, 1.5294734844636222]
+      velocities: [-0.09104413753267453, -0.08272524107073397, 0.09901809856267003, 0.364997502110318, 0.07776040831723839, -0.3323041546789728]
+      accelerations: [-0.05127145266890031, -0.06400338648850525, 0.08018355193013083, -0.3828881569286891, 0.07317791754529467, 0.4132991683483266]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 194212161
+    - 
+      positions: [-0.5861073158788176, -0.051899391948246484, -0.8363394357728396, 0.34094455439425636, -1.4638297029371858, 1.5263502713718549]
+      velocities: [-0.09153004482331713, -0.08333289802849905, 0.09977963172771173, 0.3613836654557603, 0.07845402974760826, -0.328401278495636]
+      accelerations: [-0.051516687903452256, -0.06454025390999335, 0.08091121098382918, -0.38156752226115154, 0.07354984917890474, 0.4123000942410121]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 203666587
+    - 
+      positions: [-0.586969373540356, -0.05268502704650641, -0.8353985854809364, 0.3443222837017754, -1.4630894981790148, 1.5232837187718555]
+      velocities: [-0.09201509905344613, -0.08394166879281595, 0.100543081339523, 0.3578056093621388, 0.07914666359037374, -0.3245330252526274]
+      accelerations: [-0.0517577040002281, -0.06507575923507275, 0.0816383231068919, -0.3802373981485028, 0.07392104547292941, 0.41129217093501963]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 213059977
+    - 
+      positions: [-0.5878304205693184, -0.05347130591478047, -0.8344566403915173, 0.3476451028309753, -1.462347585056866, 1.5202727926902642]
+      velocities: [-0.09249927039935936, -0.08455152415581979, 0.10130841490561948, 0.354262979566474, 0.07983831306277273, -0.32069905057804304]
+      accelerations: [-0.051994702280412475, -0.0656100577943173, 0.08236507601498567, -0.3788979596844301, 0.07429166374661914, 0.41027565590611276]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 222393071
+    - 
+      positions: [-0.5886904577094652, -0.054258226765663234, -0.8335136013418243, 0.35091402457528315, -1.4616039977831918, 1.5173164804042816]
+      velocities: [-0.0929825316202913, -0.08516243706757928, 0.10207560246739261, 0.3507554253133408, 0.08052898290193508, -0.31689901278588906]
+      accelerations: [-0.0522278801350933, -0.0661433013457327, 0.08309164854062791, -0.3775493919229403, 0.07466183815832433, 0.409250771929324]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 231666595
+    - 
+      positions: [-0.5895494857083609, -0.0550457878213288, -0.8325694691643482, 0.3541300408709373, -1.4608587696800877, 1.5144137900456092]
+      velocities: [-0.09346485800693462, -0.08577438261149728, 0.1028446165740404, 0.3472825993201395, 0.08121867935909849, -0.31313257285187285]
+      accelerations: [-0.05245744476349448, -0.06667565480092333, 0.08381824042243208, -0.37619188918604046, 0.0750317374843218, 0.40821779953429893]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 240881268
+    - 
+      positions: [-0.5904075053174548, -0.05583398731371254, -0.8316242446863463, 0.3572941231890201, -1.460111933203044, 1.5115637502106425]
+      velocities: [-0.09394622728965796, -0.08638733793292304, 0.10361543217605272, 0.34384415774271204, 0.0819074100432822, -0.30939939462261523]
+      accelerations: [-0.05268359011710699, -0.06720726896280924, 0.0845450245198431, -0.3748256542808248, 0.07540147384489036, 0.40717693134415905]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 250037795
+    - 
+      positions: [-0.5912645172917563, -0.05662282348397318, -0.8306779287310924, 0.3604072229295059, -1.4593635199684296, 1.5087654095606584]
+      velocities: [-0.09442661963985464, -0.08700128227480722, 0.10438802670455394, 0.34043976014129906, 0.08259518411376526, -0.3056991444745909]
+      accelerations: [-0.052906539974774854, -0.0677383310831269, 0.08527223517376928, -0.37345089800245224, 0.07577127031695655, 0.406128537121779]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 259136875
+    - 
+      positions: [-0.5921205223902012, -0.05741229458316353, -0.8297305221162136, 0.36347027180738234, -1.4586135607728083, 1.5060178364433585]
+      velocities: [-0.09490601763029609, -0.08761619696475717, 0.10516238006418852, 0.33706906944683085, 0.08328201230356187, -0.30203149124199213]
+      accelerations: [-0.05312649549715809, -0.06826900348347487, 0.08600006070756346, -0.37206783855089254, 0.0761412560510183, 0.4050728385187923]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 268179191
+    - 
+      positions: [-0.5929755213753598, -0.05820239887175889, -0.8287820256547814, 0.366484182241602, -1.4578620856186457, 1.5033201184988783]
+      velocities: [-0.09538440613103204, -0.08823206532598665, 0.10593847449371796, 0.33373175192755533, 0.08396790669295658, -0.29839610653753523]
+      accelerations: [-0.05334367328436465, -0.06879946822094554, 0.08672872200748583, -0.37067670078416, 0.07651161671185301, 0.40401014766770355]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 277165421
+    - 
+      positions: [-0.5938295150134885, -0.05899313461977218, -0.8278324401549886, 0.3694498477383173, -1.457109123735721, 1.5006713622780434]
+      velocities: [-0.0958617722994075, -0.08884887269758135, 0.10671629461808808, 0.3304274771559955, 0.0846528808466391, -0.29479266449676567]
+      accelerations: [-0.053558287452037195, -0.06932990606999168, 0.08745843549135403, -0.3692777157588207, 0.07688252311717965, 0.4029407530119564]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 286096228
+    - 
+      positions: [-0.594682504074444, -0.059784500106635524, -0.8268817664203788, 0.37236814327166207, -1.4563547036033049, 1.498070692860539]
+      velocities: [-0.0963381055646588, -0.0894666064470005, 0.10749582748082347, 0.32715591797623333, 0.08533694989820043, -0.291220841614427]
+      accelerations: [-0.05377056635822096, -0.0698605160896017, 0.0881894463376923, -0.3678711202789739, 0.07725419206506925, 0.4018650141129526]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 294972266
+    - 
+      positions: [-0.5955344893318458, -0.06057649362152511, -0.8259300052490413, 0.3752399256584168, -1.4555988529690962, 1.4955172534839092]
+      velocities: [-0.09681339753331841, -0.09008525589047017, 0.10827706242383506, 0.323916750471518, 0.08602013036411324, -0.2876803169943781]
+      accelerations: [-0.05398071760785727, -0.07039147506260109, 0.0889219605718681, -0.3664571562414515, 0.07762676412120227, 0.40078317209517245]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 303794180
+    - 
+      positions: [-0.5963854715627463, -0.0613691134628031, -0.8249771574348764, 0.3780660339331305, -1.454841598872781, 1.4930102051626692]
+      velocities: [-0.09728764195650698, -0.0907048122841407, 0.10905999108543366, 0.3207096539321959, 0.08670244016801612, -0.2841707722757848]
+      accelerations: [-0.05418897670673598, -0.07092299391725286, 0.08965623958707448, -0.36503607017112727, 0.07800047331918857, 0.399695611427387]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 312562602
+    - 
+      positions: [-0.5972354515478318, -0.06216235793840846, -0.8240232237666307, 0.38084728971382065, -1.4540829676633586, 1.490548726326993]
+      velocities: [-0.09776083475771902, -0.09132526888387033, 0.10984460751155262, 0.3175343108239566, 0.08738389886377307, -0.2806918912550854]
+      accelerations: [-0.05439557179477728, -0.07145527673058982, 0.09039253114520987, -0.3636081129505776, 0.07837552232215003, 0.39860266621345464]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 321278155
+    - 
+      positions: [-0.5980844300713957, -0.06295622536583621, -0.8230682050278939, 0.3835844975649677, -1.4533229850183094, 1.4881320124597512]
+      velocities: [-0.09823297389814567, -0.09194662081828855, 0.11063090795602609, 0.3143904067563926, 0.08806452730419906, -0.27724336035750574]
+      accelerations: [-0.054600721649446224, -0.07198851913677418, 0.09113106755897311, -0.3621735391069959, 0.07875208114079592, 0.3975046198674976]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 329941452
+    - 
+      positions: [-0.598932407921102, -0.06375071407175757, -0.8221121019979585, 0.38627844535776135, -1.452561675964411, 1.4857592757323121]
+      velocities: [-0.0987040593958572, -0.09256886513740308, 0.11141889097213177, 0.31127763045187373, 0.08874434782470778, -0.2738248683210708]
+      accelerations: [-0.054804672540494204, -0.07252294991168803, 0.0918721339596755, -0.36073260654875583, 0.07913040598713063, 0.39640188447994407]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 338553093
+    - 
+      positions: [-0.5997793858882062, -0.06454582239243714, -0.8211549154507832, 0.3889299046206543, -1.4517990648931802, 1.483429744658732]
+      velocities: [-0.09917409330949203, -0.09319200081899595, 0.11220855743345381, 0.30819567371472667, 0.0894233842995351, -0.270436106077271]
+      accelerations: [-0.05500765296063406, -0.07305877962309469, 0.09261598375305817, -0.3592855762195858, 0.07951069111499866, 0.3952947757615249]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 347113672
+    - 
+      positions: [-0.6006253647673957, -0.06534154867347909, -0.8201966461555427, 0.39153963088838484, -1.4510351755798057, 1.481142663744225]
+      velocities: [-0.099643079640719, -0.0938160286831896, 0.11299991040331342, 0.3051442314007197, 0.09010166193266828, -0.2670767670324203]
+      accelerations: [-0.05520989985043501, -0.07359623066247288, 0.09336288810209636, -0.35783271154062235, 0.07989315565361223, 0.3941836447870828]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 355623768
+    - 
+      positions: [-0.6014703453567447, -0.06613789126978022, -0.8192372948766988, 0.3941083640444881, -1.4502700312003611, 1.4788972931423205]
+      velocities: [-0.1001110243497456, -0.09444095143475022, 0.11379295521351751, 0.3021230013868509, 0.09077920741087239, -0.2637465468024427]
+      accelerations: [-0.0554116582976804, -0.07413553671688988, 0.09411313487026429, -0.3563742781829801, 0.08027804060017805, 0.39306887217941383]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 364083954
+    - 
+      positions: [-0.6023143284577512, -0.06693484854562894, -0.8182768623737153, 0.396636828657332, -1.4495036543476079, 1.4766929083201266]
+      velocities: [-0.10057793533684575, -0.09506677366516786, 0.11458769947581951, 0.29913168454143635, 0.09145604893575568, -0.26044514313415457]
+      accelerations: [-0.05561317383504298, -0.07467693403847081, 0.09486701424390365, -0.3549105437602521, 0.08066558406043636, 0.39195083068579095]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 372494790
+    - 
+      positions: [-0.6031573148753333, -0.0677324188747222, -0.8173153494009723, 0.39912573431097687, -1.4487360670468157, 1.4745287997278573]
+      velocities: [-0.10104382235837947, -0.09569350178137886, 0.11538415297551383, 0.2961699846944914, 0.09213221605846417, -0.2571722561166508]
+      accelerations: [-0.055814684295785844, -0.07522065262522602, 0.09562480498958484, -0.3534417773519294, 0.08105599897383012, 0.3908298528639373]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 380856826
+    - 
+      positions: [-0.6039993054176681, -0.06853060063991517, -0.8163527567083154, 0.4015757759320204, -1.44796729077272, 1.47240427246948]
+      velocities: [-0.10150869701746454, -0.0963211440177871, 0.1161823276995001, 0.29323760860840714, 0.09280773973967393, -0.2539275880595402]
+      accelerations: [-0.056016445386142484, -0.07576694467776432, 0.09638681997234878, -0.35196824924800196, 0.08144954867013206, 0.3897063416268249]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 389170606
+    - 
+      positions: [-0.6048403008962591, -0.0693293922333655, -0.8153890850406548, 0.4039876341081818, -1.4471973464636019, 1.4703186459859698]
+      velocities: [-0.1019725728237576, -0.09694971052515594, 0.11698223798341681, 0.2903342659489179, 0.093482652599869, -0.25071084309660513]
+      accelerations: [-0.056218721686717384, -0.07631607478374283, 0.09715338956151968, -0.3504902308956863, 0.08184651750242473, 0.3885807261300544]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 397436658
+    - 
+      positions: [-0.6056803021260727, -0.0701287920568128, -0.8144243351372805, 0.4063619754002762, -1.4464262545342326, 1.4682712537464406]
+      velocities: [-0.10243546500827437, -0.09757921318451819, 0.11778390022469681, 0.2874596692563548, 0.0941569884580532, -0.2475217278278143]
+      accelerations: [-0.056421736285214, -0.07686826327418764, 0.09792477338964452, -0.3490079941845369, 0.08224706841421013, 0.3874532546040248]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 405655505
+    - 
+      positions: [-0.6065193099250648, -0.07092879852075801, -0.813458507733727, 0.4086994526551921, -1.4456540348947964, 1.4662614429266758]
+      velocities: [-0.10289739058836823, -0.09820966570075913, 0.11858733303724234, 0.28461353391718297, 0.09483078259251401, -0.24435995090918539]
+      accelerations: [-0.05662578148721811, -0.07742381050904053, 0.09870135546551682, -0.3475218114282451, 0.08265156012910452, 0.3863244556017823]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 413827659
+    - 
+      positions: [-0.6073573251146203, -0.07172941004527937, -0.8124916035598189, 0.41100070530283944, -1.444880706959768, 1.464288574121083]
+      velocities: [-0.1033583683981058, -0.09884108365734068, 0.11939255734324397, 0.28179557813582423, 0.09550407189597918, -0.24122522279759792]
+      accelerations: [-0.056831099427236964, -0.077982963043022, 0.09948343364897533, -0.346031955265213, 0.08306020397161643, 0.3851946385350718]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 421953622
+    - 
+      positions: [-0.6081943485192611, -0.07253062505953958, -0.8115236233407793, 0.41326635965539427, -1.4441062896641068, 1.4623520210383978]
+      velocities: [-0.10381841896507049, -0.09947348439838927, 0.12019959619316034, 0.2790055229067566, 0.09617689458565122, -0.23811725614498672]
+      accelerations: [-0.05703796419975313, -0.0785460057513689, 0.10027136455216454, -0.3445386981471803, 0.08347329957108544, 0.38406423586148464]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 430033886
+    - 
+      positions: [-0.609030380966742, -0.07333244200198945, -0.8105545677967069, 0.4154970291963912, -1.4433308014749437, 1.4604511702149718]
+      velocities: [-0.1042775645156647, -0.10010688705439796, 0.1210084748133523, 0.27624309198688823, 0.09684929028883425, -0.23503576564223227]
+      accelerations: [-0.0572466304316464, -0.0791132041843268, 0.10106547336820727, -0.3430423121907634, 0.08389108949411259, 0.3829335927727869]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 438068934
+    - 
+      positions: [-0.6098654232878654, -0.07413485932005874, -0.8095844376432478, 0.41769331486727107, -1.44255426040589, 1.458585420725163]
+      velocities: [-0.10473582901361941, -0.10074131260404938, 0.12181922070548892, 0.2735080118682063, 0.09752130019830929, -0.23198046777416156]
+      accelerations: [-0.05745739340410494, -0.07968487186603061, 0.10186615799544729, -0.34154306912384824, 0.08431392359858797, 0.3818032018236239]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 446059241
+    - 
+      positions: [-0.6106994763167385, -0.07493787547064941, -0.808613233590398, 0.4198558053429288, -1.441776684026269, 1.4567541839112466]
+      velocities: [-0.1051932380776496, -0.10137678380196605, 0.12263186354015479, 0.27080001175069923, 0.09819296690743418, -0.2289510810252852]
+      accelerations: [-0.057670498355482554, -0.08026126924279556, 0.10267373313333936, -0.34004123991984103, 0.08474201401407383, 0.3806733544188624]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 454005271
+    - 
+      positions: [-0.611532540890405, -0.0757414889195069, -0.8076409563439291, 0.42198507730891316, -1.4409980894765981, 1.4549568830997133]
+      velocities: [-0.10564981895606967, -0.10201332516845334, 0.12344643514527386, 0.26811882351554384, 0.09886433439090395, -0.225947325883248]
+      accelerations: [-0.057886245536989636, -0.08084272052356045, 0.10348861038413547, -0.3385370945891728, 0.08517571731748656, 0.37954454048909525]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 461907480
+    - 
+      positions: [-0.6123646178490783, -0.07654569814165972, -0.8066676066043108, 0.42408169572589743, -1.4402184934774107, 1.4531929533417078]
+      velocities: [-0.10610560059556565, -0.10265096308412927, 0.1242629696560818, 0.26546418169855823, 0.09953544823769743, -0.22296892448472047]
+      accelerations: [-0.058104908463681645, -0.08142952297509855, 0.10431115842155841, -0.33703090223391685, 0.085615315078759, 0.37841713759148593]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 469766315
+    - 
+      positions: [-0.6131957080360171, -0.0773505016212305, -0.8056931850671035, 0.42614621409262954, -1.4394379123414436, 1.4514618411482891]
+      velocities: [-0.10656061351876152, -0.10328972567177219, 0.12508150333750917, 0.262835823463919, 0.10020635537262435, -0.22001560098381356]
+      accelerations: [-0.05832676754113531, -0.0820219842332252, 0.10514176065232494, -0.3355229305989932, 0.08606110496240628, 0.3772915401427373]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 477582213
+    - 
+      positions: [-0.6140258122974553, -0.07815589785133202, -0.8047176924231549, 0.4281791747028258, -1.4386563619849977, 1.4497630042326464]
+      velocities: [-0.10701488989325453, -0.10392964289078907, 0.12590207473158707, 0.26023348857813733, 0.10087710427932534, -0.2170870812165453]
+      accelerations: [-0.05855212479780636, -0.08262043885102109, 0.10598083990549864, -0.33401344613805234, 0.08651343655937077, 0.37616820802848927]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 485355603
+    - 
+      positions: [-0.614854931482707, -0.07896188533429209, -0.8037411293580363, 0.4301811088943259, -1.4378738579370816, 1.4480959112635008]
+      velocities: [-0.10746846346846237, -0.10457074648397846, 0.1267247245805337, 0.25765691938429414, 0.10154774487863957, -0.21418309284856957]
+      accelerations: [-0.05878125530648596, -0.083225194092885, 0.10682877657368395, -0.33250271373995294, 0.08697258759545248, 0.3750474944589765]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 493086906
+    - 
+      positions: [-0.615683066443961, -0.07976846258130336, -0.8027634965527961, 0.4321525372966317, -1.4370904153515383, 1.4464600416141413]
+      velocities: [-0.10792136957954895, -0.10521306999884131, 0.12754949586150616, 0.2551058607765291, 0.10221832857518087, -0.21130336528990162]
+      accelerations: [-0.05901447309142269, -0.08383660355070294, 0.10768601957068191, -0.3309909966342519, 0.08743893144054381, 0.37392987833286306]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 500776533
+    - 
+      positions: [-0.6165102180364282, -0.08057562811271882, -0.8017847946832397, 0.43409397006882655, -1.4363060490151847, 1.4448548851277814]
+      velocities: [-0.1083736451621388, -0.105856648821031, 0.12837643383978423, 0.2525800601747815, 0.10288890833062872, -0.20844762957288443]
+      accelerations: [-0.059252067771890904, -0.08445499656109871, 0.1085529799876628, -0.3294785563342293, 0.08791277610524507, 0.3728157406424386]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 508424887
+    - 
+      positions: [-0.6173363871181993, -0.08138338045782408, -0.8008050244204022, 0.43600590713563186, -1.4355207733586512, 1.4432799418793478]
+      velocities: [-0.10828547214047246, -0.1059726870579354, 0.1285638992860591, 0.24884741060849858, 0.10304520753637356, -0.20460470006389658]
+      accelerations: [0.0824013653272484, 0.054050562676791085, -0.059422707060411604, -0.6494455573187281, -0.04694947069939116, 0.6350178152228395]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 516032363
+    - 
+      positions: [-0.6181615745503061, -0.08219171815497575, -0.7998241864301875, 0.4378888384158611, -1.4347346024648484, 1.4417347219486718]
+      velocities: [-0.10765779377972501, -0.10556008668493669, 0.12811009297376535, 0.243944133524653, 0.10268576583200426, -0.19981187506642176]
+      accelerations: [0.08185477262274289, 0.053921630872242415, -0.05933242994525885, -0.6337116220304703, -0.047111151673494917, 0.6192356696364089]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 523675017
+    - 
+      positions: [-0.6189857811966386, -0.08300063975147846, -0.7988422813736006, 0.43974324404745035, -1.4339475500786538, 1.4402187451943878]
+      velocities: [-0.10703143155400524, -0.10514660671024142, 0.12765492889120877, 0.23913747037021177, 0.10232350005796204, -0.19511652621568948]
+      accelerations: [0.08129900398584348, 0.05378041170384029, -0.05922724914974635, -0.6183456790072489, -0.04725015689461016, 0.6038269979048411]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 531353178
+    - 
+      positions: [-0.6198090079238652, -0.08381014380345776, -0.7978593099069923, 0.44156959460753514, -1.433159629616339, 1.438731541032783]
+      velocities: [-0.10629540633379425, -0.10462291458234615, 0.12706559440187093, 0.23418255891894307, 0.1018520167166724, -0.19031966256960975]
+      accelerations: [0.10934682854695969, 0.08184356152344989, -0.09338917670233716, -0.6654844015166737, -0.07484630290276932, 0.639082169619641]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 539067174
+    - 
+      positions: [-0.6206312556015559, -0.08462022887612902, -0.7968752726814041, 0.44336835132486535, -1.4323708541725435, 1.4372726482282987]
+      velocities: [-0.10575208053239776, -0.10428705643257491, 0.12670416868993756, 0.22973636645615114, 0.10156161014531864, -0.1859531640472903]
+      accelerations: [0.030922206192279384, 0.0049198541152366245, -1.7859308700513265e-14, -0.4814801772911024, -0.00019140992559080268, 0.4872674669126234]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 546833589
+    - 
+      positions: [-0.6214525251020737, -0.08543089354361172, -0.7958901703429352, 0.44513996629035246, -1.431581236529496, 1.435841614681365]
+      velocities: [-0.1055121458702766, -0.10424881027458781, 0.12670416868993767, 0.22602755023914067, 0.10155935576794944, -0.18219941208575344]
+      accelerations: [0.030798812047308194, 0.004918613591536836, 4.638403922854795e-14, -0.4725829736475606, -0.00038840114000895687, 0.4783549929914683]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 554608411
+    - 
+      positions: [-0.6222728173004752, -0.0862421363887778, -0.7949040035330537, 0.4468848826627665, -1.4307907891658938, 1.4344379972212695]
+      velocities: [-0.10527290975910938, -0.1042105327312593, 0.1267041686899378, 0.22238322922434883, 0.10155558868374953, -0.17851022542012207]
+      accelerations: [0.030676082099845146, 0.004917299339166738, -1.4256619722408033e-14, -0.4638773705225894, -0.000579496999084902, 0.46963417145668324]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 562391634
+    - 
+      positions: [-0.6230921330746714, -0.08705395600357883, -0.7939167728877943, 0.4486035348662792, -1.4299995242627603, 1.4330613614122514]
+      velocities: [-0.10503436930645596, -0.10417222444768556, 0.12670416868993767, 0.21880207913140223, 0.10155035079001337, -0.17488427995211625]
+      accelerations: [0.030554000640291398, 0.004915905078953019, -2.492222193832147e-14, -0.4553586463179896, -0.0007648976194950606, 0.46110020343483366]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 570183254
+    - 
+      positions: [-0.6239104733051407, -0.0878663509885356, -0.7929284790388776, 0.4502963487892644, -1.4292074537138548, 1.4317112813496418]
+      velocities: [-0.10427831483915659, -0.10361846670306385, 0.1260769203300864, 0.21422568516171525, 0.10104100961917059, -0.17048090785567488]
+      accelerations: [0.16242199438825394, 0.13632009640841758, -0.15994612124917743, -0.714359394868064, -0.12911993154732124, 0.6645325909530423]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 577983264
+    - 
+      positions: [-0.6247278388752444, -0.0886793199533569, -0.7919391226122632, 0.4519637419708158, -1.4284145891295015, 1.4303873394798805]
+      velocities: [-0.10301220732229405, -0.10255474142698212, 0.12482863399018462, 0.20869702933835754, 0.1000326679569602, -0.1653413748942847]
+      accelerations: [0.15867207888416285, 0.13344684070668786, -0.15662629226775374, -0.6878040416244191, -0.1266002734766843, 0.6389474627287127]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 585869745
+    - 
+      positions: [-0.6255442306708899, -0.08949286151633318, -0.7909487042294693, 0.453606123791165, -1.427620941847058, 1.4290891264041332]
+      velocities: [-0.10176161907853123, -0.10150189420389889, 0.12359270692097495, 0.20331477572212503, 0.09903306971541412, -0.1603448959928886]
+      accelerations: [0.15500930927321496, 0.13063425244442303, -0.1533756418262054, -0.6622647503806507, -0.12412354208196712, 0.6143595704609018]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 593843640
+    - 
+      positions: [-0.6263596495806283, -0.09030697430455219, -0.7899572245070489, 0.4552238956522342, -1.4268265229366166, 1.427816240700107]
+      velocities: [-0.10052635752781469, -0.10045981477524663, 0.1223690167534405, 0.19807482910369176, 0.0980421899312045, -0.15548740346226353]
+      accelerations: [0.15143164746436796, 0.12788105027679716, -0.1501927213044819, -0.6377013557358084, -0.12168932537697907, 0.5907291332439848]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 601905905
+    - 
+      positions: [-0.6271740964957051, -0.09112165695401403, -0.7889646840562687, 0.45681745115447864, -1.4260313432069944, 1.4265682887466689]
+      velocities: [-0.09930623253176674, -0.09942839398956166, 0.121157442330139, 0.19297321651310428, 0.09706000141548464, -0.15076495174174961]
+      accelerations: [0.14793709438878416, 0.12518597388537767, -0.14707611262875353, -0.6140752606692196, -0.11929722218094224, 0.5680178651393559]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 610057504
+    - 
+      positions: [-0.6279875723098675, -0.09193690810930248, -0.7879710834838233, 0.45838717627279346, -1.4252354132141196, 1.425344884544691]
+      velocities: [-0.09810105634662596, -0.098407523781706, 0.11995786369320705, 0.18800608323962859, 0.09608647491416564, -0.14617371330757228]
+      accelerations: [0.14452371116651203, 0.12254779825005263, -0.14402442758804496, -0.5913495477642873, -0.11694677883557171, 0.5461892469765681]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 618299413
+    - 
+      positions: [-0.6288000779195185, -0.09275272642389487, -0.7869764233910738, 0.4599334495237805, -1.4244387432655516, 1.424145649553237]
+      velocities: [-0.09691064357256424, -0.09739709714937825, 0.11877016207248237, 0.18316968894354235, 0.09512157927537132, -0.14170997464376245]
+      accelerations: [0.14118959658378463, 0.11996531886696515, -0.14103630716229987, -0.5694887408378623, -0.11463755249059009, 0.5252081349319878]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 626632617
+    - 
+      positions: [-0.6296116142236566, -0.09356911056007906, -0.7859807043742022, 0.4614566421318627, -1.4236413434271091, 1.4229702125227333]
+      velocities: [-0.09526376902794453, -0.09592225801527285, 0.11701496653709263, 0.17758843879749928, 0.09370147304915404, -0.1367006745635739]
+      accelerations: [0.2478844698563776, 0.22836242388268074, -0.2734784904981851, -0.7505283814701534, -0.2207494387631897, 0.6597613873371379]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 635058114
+    - 
+      positions: [-0.6304221821235539, -0.09438605918837542, -0.7849839270254597, 0.4629571181948108, -1.4228432235319948, 1.4218182093238447]
+      velocities: [-0.09317628765375544, -0.09399730388553998, 0.11470930941779474, 0.17131202208830992, 0.09184000860580736, -0.13118993101610854]
+      accelerations: [0.23740820265517165, 0.21914169373394565, -0.26252864464316905, -0.7087061448081309, -0.21199321962703158, 0.621474495742032]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 643662098
+    - 
+      positions: [-0.6312317825233629, -0.095203570988698, -0.7839860919305053, 0.46443523483351, -1.42204439318013, 1.420689282809665]
+      velocities: [-0.09113467624422841, -0.09211094492158133, 0.11244908285246044, 0.1652597093348393, 0.09001453652836873, -0.1258890558035406]
+      accelerations: [0.22737544343390023, 0.21029349261702668, -0.2520176523346188, -0.6692368371950921, -0.20357932879725868, 0.5854028434825668]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 652448337
+    - 
+      positions: [-0.6320404163293386, -0.09602164464892583, -0.7829871996715824, 0.4658913423558732, -1.4212448617517077, 1.4195830826375153]
+      velocities: [-0.08870153429685237, -0.08982009412013334, 0.10969311163435379, 0.1586482738260906, 0.08779204063120796, -0.1202045300568921]
+      accelerations: [0.3124438978651748, 0.2978598564932504, -0.359283103904674, -0.7989021182806771, -0.28940035422596644, 0.677162446248565]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 661420674
+    - 
+      positions: [-0.6328480844504453, -0.09684027886606009, -0.7819872508248633, 0.4673257843992086, -1.4204446384062033, 1.4184992651385333]
+      velocities: [-0.08589921969149349, -0.08714603942897828, 0.10646705344783103, 0.15153195543828224, 0.08519328699448833, -0.11418191220568397]
+      accelerations: [0.293351610910775, 0.28020019506935, -0.3381035938767919, -0.7396475201666216, -0.27237941133028276, 0.624960629199233]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 670674661
+    - 
+      positions: [-0.6336547877979201, -0.09765947234543776, -0.780986245962173, 0.4687388980824753, -1.4196437320920374, 1.417437493157647]
+      velocities: [-0.08318555276637882, -0.08455156427169334, 0.10333587315535081, 0.1447365544111916, 0.08267062518488458, -0.10844919072429361]
+      accelerations: [0.27542687843592384, 0.26358785414551444, -0.31817313788159196, -0.6848070760082619, -0.25635496715181927, 0.5767645172665533]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 680219121
+    - 
+      positions: [-0.6344605272855578, -0.09847922380128815, -0.7799841856496988, 0.4701310141457965, -1.4188421515486573, 1.4163974359198628]
+      velocities: [-0.08016532455441885, -0.08163432802345809, 0.09980767193515269, 0.13757872806356317, 0.07983070748711411, -0.10249590975056466]
+      accelerations: [0.33538716168091753, 0.32631054356745504, -0.3952474794911375, -0.7639315461829966, -0.3179000217167302, 0.6284293806170188]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 690063157
+    - 
+      positions: [-0.6352653038294466, -0.09929953195625865, -0.7789810704489986, 0.47150245709359423, -1.4180399053141177, 1.4153787688826172]
+      velocities: [-0.07649185066029932, -0.07803927364548675, 0.09544784102495296, 0.1294846343957562, 0.07632625929187614, -0.09590145691888075]
+      accelerations: [0.37793659644637434, 0.37169945420215383, -0.45122878886304557, -0.8089185074889682, -0.36250964982209977, 0.653280426201719]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 700317684
+    - 
+      positions: [-0.6360691183479351, -0.10012039554138177, -0.7779769009170365, 0.47285354533146406, -1.4172370017301423, 1.4143811735987322]
+      velocities: [-0.0722659542459549, -0.07386570301526721, 0.09037694616307368, 0.12066429127608197, 0.07225423924933652, -0.08883423924091721]
+      accelerations: [0.4022035397785279, 0.39869615519908025, -0.4847820596576637, -0.8204918203379175, -0.38913290679957235, 0.6525490314876863]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 711106622
+    - 
+      positions: [-0.6368719717619156, -0.10094181329663272, -0.7769716776048871, 0.47418459129566976, -1.416433448943781, 1.413404337592722]
+      velocities: [-0.06759931102696815, -0.06922479408397167, 0.08473026835451711, 0.11133522327447432, 0.0677233055887098, -0.08146481451721929]
+      accelerations: [0.4087664473903947, 0.4077195033981163, -0.4963781271308032, -0.8017638976245912, -0.39816582355097685, 0.6292203269505606]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 722571317
+    - 
+      positions: [-0.6376738649944179, -0.10176378397018672, -0.7759654010593516, 0.47549590158842164, -1.4156292549160647, 1.4124479542182857]
+      velocities: [-0.062291131031875294, -0.06390767826429156, 0.07825133278125398, 0.10120004889858239, 0.06252903178833899, -0.07358696013922397]
+      accelerations: [0.4466305152891939, 0.4489817653564226, -0.5474835397198633, -0.8331528837768621, -0.43873247947949706, 0.6420367751208241]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 734875900
+    - 
+      positions: [-0.6384747989708928, -0.10258630631897689, -0.7749580718216602, 0.47678777710108594, -1.414824427423399, 1.4115117225408993]
+      velocities: [-0.06312830077115317, -0.06489397511905522, 0.07949035023192386, 0.10108845527706428, 0.06350156229275025, -0.0730094635534618]
+      accelerations: [-0.5841285243106727, -0.609950537489782, 0.7494786450529869, 0.8266421680579316, 0.5974017895985174, -0.559765907465667]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 748356919
+    - 
+      positions: [-0.6392747746189578, -0.1034093791082458, -0.7739496904284399, 0.4780605131413819, -1.4140189740643825, 1.4105953472062864]
+      velocities: [-0.07025874316926119, -0.07235800745631936, 0.0886663263057079, 0.11098066039313079, 0.07081278101296815, -0.07963017955071704]
+      accelerations: [-0.5986212731967848, -0.628306874107755, 0.7728270700598651, 0.812330739460461, 0.6155114164059298, -0.5364243930278848]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 760324607
+    - 
+      positions: [-0.6400737928685288, -0.10423300111180976, -0.7729402574110665, 0.47931439955258026, -1.4132129022625382, 1.4096985383241245]
+      velocities: [-0.07703380468095616, -0.07948312799879236, 0.0974338175737943, 0.12002840268816437, 0.07779322781316941, -0.08554472202726071]
+      accelerations: [-0.647198700960248, -0.6820053393465421, 0.8395478915926908, 0.8501292949447394, 0.668198962763053, -0.5498012233482255]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 771170097
+    - 
+      positions: [-0.6408718546516917, -0.10505717111184332, -0.7719297732961065, 0.4805497208332415, -1.4124062192716023, 1.4088210113463262]
+      velocities: [-0.083628104316079, -0.08644751633140729, 0.10601079166761727, 0.12853236783566463, 0.08461705200679256, -0.09097706473714363]
+      accelerations: [-0.6770160639817204, -0.7166600989216798, 0.8830075107292539, 0.8562148036517688, 0.7022404372452519, -0.5396247994294561]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 781096887
+    - 
+      positions: [-0.6416689609027941, -0.10588188789907924, -0.7709182386048269, 0.48176675625123244, -1.4115989321784241, 1.4079624869552034]
+      velocities: [-0.089890354123902, -0.09309349095205731, 0.11420360029750214, 0.13628010018940126, 0.0911297219480365, -0.09578362884658884]
+      accelerations: [-0.6827623276667402, -0.7265808260377464, 0.8961788540404328, 0.8246955066226449, 0.7120554613561523, -0.502537522222542]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 790273641
+    - 
+      positions: [-0.6424651125582791, -0.10670715027251419, -0.7699056538538026, 0.48296577995838447, -1.4107910479084238, 1.4071226909461068]
+      velocities: [-0.09566737701595354, -0.09926024533850608, 0.12181446885699945, 0.14306833602071883, 0.097173612749405, -0.09983175397002131]
+      accelerations: [-0.660280805751351, -0.7072148568169557, 0.873415577508454, 0.751957441193813, 0.693177182022503, -0.43698312563946073]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 798841851
+    - 
+      positions: [-0.6432603105568726, -0.10753295703979, -0.7688920195540239, 0.4841470610978546, -1.4099825732272864, 1.4063013541240528]
+      velocities: [-0.1008102239670071, -0.10479018559932804, 0.1286492689963505, 0.14871180426802522, 0.10259422017562991, -0.10300574352895597]
+      accelerations: [-0.6071882829383632, -0.6558073243708744, 0.8112664205917642, 0.6373757981802906, 0.6428996495704753, -0.34362525842629543]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 806921859
+    - 
+      positions: [-0.6440545558392847, -0.10835930701664893, -0.7678773362120638, 0.4853108639152116, -1.4091735147475906, 1.4054982121874018]
+      velocities: [-0.10571628013496481, -0.11009402829567588, 0.13521167465318285, 0.15382599035746158, 0.10779347617944492, -0.10574265552493964]
+      accelerations: [-0.6685449753062981, -0.7233938595571626, 0.8952170323173984, 0.6922568692571237, 0.7091038004111361, -0.36781589966411243]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 814617665
+    - 
+      positions: [-0.6448478493484349, -0.10918619902738486, -0.7668616043290275, 0.48645744786015205, -1.408363878929902, 1.4047130056308552]
+      velocities: [-0.11086124084803961, -0.11566628583686182, 0.14210882895134658, 0.15911635793367676, 0.11325544466037715, -0.1085322300948322]
+      accelerations: [-0.7361038253178979, -0.797946854364878, 0.987856471426793, 0.7518495943933875, 0.7821243510661875, -0.3935120698867723]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 821947527
+    - 
+      positions: [-0.6456401920292676, -0.11001363190451646, -0.765844824401237, 0.4875870676910529, -1.4075536720880188, 1.4039454796378372]
+      velocities: [-0.11566754510962263, -0.12090410575692712, 0.14860002307811976, 0.16376029291057842, 0.1183897543108745, -0.11081555826022048]
+      accelerations: [-0.6344917099853661, -0.6958926793142189, 0.8634949021692264, 0.5706229924091178, 0.6821961852506101, -0.25565184975015853]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 828928836
+    - 
+      positions: [-0.6464315848288257, -0.11084160448895017, -0.7648269969198218, 0.4886999735737441, -1.4067429003914518, 1.4031953839835405]
+      velocities: [-0.12009616401549054, -0.12576577116632848, 0.15463377990118396, 0.1677154354872681, 0.12315545876500893, -0.1125688165633624]
+      accelerations: [-0.6848526878695561, -0.7524874026069029, 0.9340795991262171, 0.6075097026673809, 0.7375938013411026, -0.2664907210571114]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 835644648
+    - 
+      positions: [-0.6472220286961992, -0.11167011562990628, -0.7638081223708393, 0.48979641117953887, -1.4059315698690973, 1.402462472936363]
+      velocities: [-0.12344294046933128, -0.12950862650547004, 0.15929568068198396, 0.17005361942512387, 0.1268251430001242, -0.11319111201726513]
+      accelerations: [-0.34088550752252494, -0.39503747525559607, 0.49530954172705854, 0.1053168596286619, 0.3875028649580639, 0.0798559341627831]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 842105051
+    - 
+      positions: [-0.6480115245824659, -0.11249916418482464, -0.762788201235436, 0.4908766217810718, -1.4051196864129205, 1.401746505161356]
+      velocities: [-0.1256441425796375, -0.13206177265723662, 0.16249752386369187, 0.17072886018569805, 0.12932925783646296, -0.11266883960523003]
+      accelerations: [-0.3536008681754165, -0.4104950752398813, 0.5148925862290377, 0.107709551436444, 0.4025590316722434, 0.08494222750781547]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 848444663
+    - 
+      positions: [-0.6488000734407248, -0.11332874901946102, -0.7617672339895976, 0.4919408423446269, -1.404307255780565, 1.4010472436289916]
+      velocities: [-0.12788476009439753, -0.1346652159820821, 0.16576372409335227, 0.17140646247122582, 0.1318820311533537, -0.11212385872775199]
+      accelerations: [-0.3667914447524624, -0.4265581573317874, 0.5352506961388099, 0.11013504285970992, 0.4182018785404912, 0.0902976049410913]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 854665735
+    - 
+      positions: [-0.64958767622601, -0.11415886900773103, -0.7607452211044358, 0.492989305621916, -1.4034942835991542, 1.4003644555221262]
+      velocities: [-0.1301655010349881, -0.1373199472524617, 0.1690955749476286, 0.1720862992507063, 0.1344844150015969, -0.11155552035669235]
+      accelerations: [-0.3804750180586438, -0.4432504550270851, 0.5564145745228922, 0.11259272046789559, 0.4344543339558395, 0.09593492512190405]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 860770472
+    - 
+      positions: [-0.6503743338954114, -0.11498952303197703, -0.7597221630455716, 0.49402224023696184, -1.4026807753668522, 1.3996979121518396]
+      velocities: [-0.13248708618836713, -0.1400269767751671, 0.1724943960040757, 0.1727682402854991, 0.1371373800096901, -0.11096316157283222]
+      accelerations: [-0.3946700588320067, -0.4605966483993163, 0.5784161417081252, 0.11508207005343747, 0.45134015277873873, 0.10186726442063869]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 866761042
+    - 
+      positions: [-0.6511600474078224, -0.11582070998249772, -0.7586980602741122, 0.4950398707757182, -1.4018667364581807, 1.399047388863487]
+      velocities: [-0.13485024931714307, -0.14278733476252883, 0.17596153336375753, 0.17345215189707824, 0.13984191581309843, -0.11034610495442342]
+      accelerations: [-0.40939569987264174, -0.47862236591660334, 0.6012885834620992, 0.11760227260071417, 0.46888411100835675, 0.10810874273315345]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 872639572
+    - 
+      positions: [-0.6519448177241691, -0.11665242875801592, -0.7576729132455888, 0.496042417867485, -1.4010521721243347, 1.3984126649599906]
+      velocities: [-0.13725573738869803, -0.14560207172204637, 0.17949836018436915, 0.1741378968498768, 0.14259903144083275, -0.10970365819918892]
+      accelerations: [-0.424671820396453, -0.49735426111523684, 0.6250664011387379, 0.12015264285115754, 0.48711186396740636, 0.11467365770939664]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 878408147
+    - 
+      positions: [-0.652728645807185, -0.11748467826526779, -0.7566467224108075, 0.49703009827012373, -1.400237087498053, 1.397793523612841]
+      velocities: [-0.13970431084094262, -0.14847225887454502, 0.18310627722407513, 0.17482533447252982, 0.1454097556149894, -0.10903511421853934]
+      accelerations: [-0.44051902496285994, -0.5168200201400089, 0.6497854640611775, 0.12273225720728932, 0.5060501326966773, 0.12157725071895373]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 884068816
+    - 
+      positions: [-0.6535115326214992, -0.11831745741918821, -0.7556194882154027, 0.4980031249494018, -1.3994214875952646, 1.3971897517847465]
+      velocities: [-0.14148657535651188, -0.15064217355211362, 0.18585282606134396, 0.17464373027093727, 0.14753394109477558, -0.10780516967208516]
+      accelerations: [-0.19786761575477663, -0.2606924659497462, 0.3344049890717314, -0.19013454708831262, 0.25507519763047604, 0.321536409153979]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 889623589
+    - 
+      positions: [-0.6542934791336108, -0.11915076514289345, -0.7545912110998307, 0.4989617071577972, -1.398605377317749, 1.396601140150842]
+      velocities: [-0.14258513323076816, -0.15209073394386963, 0.1877113543219573, 0.17359474765513935, 0.14895093999938885, -0.10602563900079473]
+      accelerations: [-0.20122626215547695, -0.26555538036996884, 0.34078079134066847, -0.1909384522142672, 0.2597061053640092, 0.32493821517969823]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 895128949
+    - 
+      positions: [-0.6550744863117843, -0.11998460036749235, -0.7535618914997358, 0.4999060505125522, -1.3977887614566078, 1.3960274830190151]
+      velocities: [-0.1436923993428224, -0.1535531881922573, 0.1895884678651769, 0.1725506344022858, 0.1503808361861815, -0.10424316266248165]
+      accelerations: [-0.20464232106872474, -0.27050945129799364, 0.3472786580358439, -0.19177076396658563, 0.26442395649130007, 0.3284197758724239]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 900585326
+    - 
+      positions: [-0.6558545551262395, -0.12081896203248124, -0.7525315298450505, 0.5008363570681752, -1.3969716446926281, 1.3954685782613911]
+      velocities: [-0.14480844337983018, -0.1550296699043982, 0.19148435254382878, 0.17151123443537195, 0.15182376021123983, -0.10245750276948126]
+      accelerations: [-0.20811680853143197, -0.27555641405922143, 0.35390093275865037, -0.19263161105318988, 0.26923028309808855, 0.33198199828637187]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 905993149
+    - 
+      positions: [-0.6566336865487333, -0.12165384908495563, -0.7515001265616642, 0.5017528253948089, -1.396154031602772, 1.3949242272285647]
+      velocities: [-0.1459333355710163, -0.15652031396481975, 0.19339919606926703, 0.17047639342264875, 0.1532798438233607, -0.10066842219464994]
+      accelerations: [-0.21165069195094818, -0.28069799212642477, 0.36065000413031933, -0.19352161887030622, 0.2741268524049362, 0.3356268199868576]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 911352842
+    - 
+      positions: [-0.6574118815530258, -0.12248926048052865, -0.7504676820693824, 0.502655650643896, -1.3953359266576533, 1.3943942346929785]
+      velocities: [-0.14706714667845283, -0.15802525653924387, 0.1953331880299597, 0.16944595863438422, 0.1547492200186732, -0.0988756843154604]
+      accelerations: [-0.21524501672046195, -0.285935982985583, 0.3675283065967529, -0.19444096804265443, 0.2791152727817679, 0.33935527645702396]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 916664826
+    - 
+      positions: [-0.658189141114527, -0.12332519518267726, -0.749434196783309, 0.503545024622318, -1.3945173342272188, 1.3938784087686498]
+      velocities: [-0.14820994808592325, -0.15954463514376224, 0.1972865199102593, 0.1684197795287891, 0.15623202279181572, -0.09707905425226272]
+      accelerations: [-0.21890081638358086, -0.2912721976865499, 0.37453832162491424, -0.19539006852863924, 0.2841972775283211, 0.343168885982298]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 921929517
+    - 
+      positions: [-0.6589654662103458, -0.12416165216285074, -0.7483996711135597, 0.5044211358599662, -1.3936982585823314, 1.3933765608448747]
+      velocities: [-0.1493618117311591, -0.16107858860881652, 0.19925938510936198, 0.16739770717159266, 0.15772838737613615, -0.09527829771007737]
+      accelerations: [-0.22261914502952942, -0.29670848355463, 0.3816825783425537, -0.1963693184107833, 0.28937462356300336, 0.3470691544266238]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 927147331
+    - 
+      positions: [-0.6597408578192979, -0.1249986304005116, -0.7473641054651367, 0.5052841696762049, -1.3928787038966957, 1.3928885055203157]
+      velocities: [-0.1505228101073687, -0.16262725709022166, 0.2012519789604556, 0.16637959417701786, 0.15923845026653932, -0.0934731808872597]
+      accelerations: [-0.226401070728128, -0.3022467197412482, 0.38896365444227937, -0.19737915432839134, 0.2946491140489983, 0.3510576804431422]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 932318676
+    - 
+      positions: [-0.6605153169219626, -0.12583612888326742, -0.7463275002375973, 0.5061343082442006, -1.3920586742482308, 1.3924140605401278]
+      velocities: [-0.15169301632072607, -0.16419078211755883, 0.20326449875006, 0.16536529505630626, 0.16076234906786174, -0.09166347123230839]
+      accelerations: [-0.23024770474509465, -0.3078888377284848, 0.3963841773131775, -0.19841984186308498, 0.300022508699569, 0.355135719216039]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 937443960
+    - 
+      positions: [-0.6612888445004407, -0.12667414660641751, -0.7452898558259933, 0.5069717306574588, -1.3912381736234403, 1.391953046725275]
+      velocities: [-0.1528725040440963, -0.16576930657292668, 0.2052971437375605, 0.16435466580450217, 0.16230022267023736, -0.08984893661623941]
+      accelerations: [-0.2341601325788824, -0.31363677501313597, 0.4039468248099444, -0.19949198207251487, 0.30549674194764004, 0.35930523656632457]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 942523586
+    - 
+      positions: [-0.6620614415386524, -0.1275126825735581, -0.7442511726195178, 0.5077966129881832, -1.3904172059162196, 1.3915052879201433]
+      velocities: [-0.15406134754455142, -0.16736297471966383, 0.20735011517493607, 0.16334756402899023, 0.1638522111899796, -0.08802934563573453]
+      accelerations: [-0.23813951266217712, -0.31949254240247826, 0.4116543263034021, -0.2005957913003193, 0.31107361325541255, 0.36356740913598684]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 947557953
+    - 
+      positions: [-0.6628331090219899, -0.1283517357959207, -0.7432114510028938, 0.5086091283522203, -1.3895957749332037, 1.391070610921462]
+      velocities: [-0.15525962169131172, -0.16897193221807327, 0.20942361632668555, 0.16234384893916948, 0.16541845597376637, -0.08620446761810927]
+      accelerations: [-0.2421869699955706, -0.32545815256795907, 0.41950946369402375, -0.20173188141593845, 0.3167551251382456, 0.36792425304908416]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 952547458
+    - 
+      positions: [-0.663603847937595, -0.12919130529294348, -0.7421706913551005, 0.5094094469648478, -1.3887738843926718, 1.3906488454281263]
+      velocities: [-0.15646740196787656, -0.170596326143705, 0.21151785248995256, 0.16134338135849924, 0.16699909958879328, -0.08437407268639961]
+      accelerations: [-0.24630370591079698, -0.3315356946130198, 0.42751507244528575, -0.20290046355376767, 0.32254313755393726, 0.372376956696485]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 957492494
+    - 
+      positions: [-0.6643736592739816, -0.13003139009154616, -0.7411288940508874, 0.5101977362032802, -1.3879515379300842, 1.390239823972017]
+      velocities: [-0.15768476445369958, -0.17223630498497372, 0.21363303101485207, 0.1603460235197265, 0.16859428591365555, -0.08253793135233031]
+      accelerations: [-0.2504908756028191, -0.337727251793909, 0.4356740425310749, -0.20410224003302183, 0.32843975874503906, 0.37692775579204735]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 962393451
+    - 
+      positions: [-0.6651425440214251, -0.13087198922691226, -0.7400860594590516, 0.5109741606584958, -1.3871287390958162, 1.3898433818737688]
+      velocities: [-0.1589117858163816, -0.17389201864908843, 0.21576936132500055, 0.1593516389405724, 0.17020416019014672, -0.08069581428711523]
+      accelerations: [-0.2547497162195935, -0.3440349889847474, 0.44398931942268277, -0.20533747471152938, 0.33444693735440845, 0.38157797583280556]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 967250715
+    - 
+      positions: [-0.665910503171639, -0.13171310174188303, -0.7390421879437027, 0.5117388821944021, -1.3863054913600144, 1.3894593571780152]
+      velocities: [-0.16014854336407355, -0.17556361850762248, 0.21792705493825043, 0.15836009273388912, 0.17182886888725996, -0.07884749300219007]
+      accelerations: [-0.2590814432757759, -0.35046108236784407, 0.452463905359667, -0.2066067519898865, 0.3405667977929985, 0.38632963259243974]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 972064670
+    - 
+      positions: [-0.6666775377179415, -0.1325547266872976, -0.737997279863482, 0.5124920599998257, -1.3854817981124934, 1.3890875906048408]
+      velocities: [-0.16139511501989684, -0.17725125739002706, 0.22010632548763295, 0.15737125134953567, 0.17346855981368636, -0.076992739335225]
+      accelerations: [-0.2634873239614268, -0.35700777057101307, 0.4611008603123613, -0.2079104444491509, 0.34680140514640956, 0.39118430836162543]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 976835694
+    - 
+      positions: [-0.6674436486550782, -0.13339686312167207, -0.7369513355722173, 0.5132338506434095, -1.3846576626660336, 1.3887279254920035]
+      velocities: [-0.1626515793412622, -0.1789550896075675, 0.2223073887425094, 0.15638498264494655, 0.17512338208608258, -0.07513132562734409]
+      accelerations: [-0.26796862235401925, -0.36367731705748796, 0.4699033031569907, -0.209249115071494, 0.3531529443103535, 0.3961440023864391]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 981564165
+    - 
+      positions: [-0.6682088369793231, -0.13423951011140975, -0.7359043554184239, 0.5139644081239917, -1.3838330882568797, 1.388380207746731]
+      velocities: [-0.16391801551238971, -0.18067527095903946, 0.22453046262993448, 0.1554011557623084, 0.17679348618350876, -0.07326302449071563]
+      accelerations: [-0.2725266442136539, -0.3704720419808743, 0.47887441275499565, -0.2106231929062019, 0.3596235767636107, 0.40121044574291037]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 986250456
+    - 
+      positions: [-0.668973103688358, -0.135082666730592, -0.7348563397457151, 0.5146838839224265, -1.3830080780473648, 1.3880442857921058]
+      velocities: [-0.16519450333156582, -0.18241195873309796, 0.2267757672562339, 0.15441964096916627, 0.17847902402164703, -0.07138760849037538]
+      accelerations: [-0.27716268993339516, -0.3773942898673236, 0.4880174290327273, -0.21203331837137215, 0.3662155957785467, 0.4063858347909403]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 990894937
+    - 
+      positions: [-0.669736449781451, -0.1359263320613428, -0.7338072888919763, 0.5153924270487287, -1.382182635125545, 1.3877200105235397]
+      velocities: [-0.16565376200162346, -0.1832492415893638, 0.227904004904275, 0.1526831259849336, 0.17928393776328988, -0.06916543703991512]
+      accelerations: [0.0788256231872227, 0.015289914827653586, 1.20537309998486e-14, -0.5412533826896405, -0.018123738938882222, 0.5570337821207467]
+      effort: []
+      time_from_start: 
+        secs: 16
+        nsecs: 995497975
+    - 
+      positions: [-0.6704988762590932, -0.13677050519314152, -0.7327572031907995, 0.5160901840945445, -1.3813567625101972, 1.3874072352499942]
+      velocities: [-0.16529123743787577, -0.18317882684490527, 0.22790400490427487, 0.1502085987739583, 0.1792002629830468, -0.06661830517588686]
+      accelerations: [0.07853464097415101, 0.01527484269326868, -7.225115947847106e-14, -0.5328625212520395, -0.018196725405792705, 0.548597462398873]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:    105554
+    - 
+      positions: [-0.6712603841234123, -0.13761518522364657, -0.7317060829696735, 0.5167772992753127, -1.3805304631480213, 1.3871058156597729]
+      velocities: [-0.16492969455763434, -0.1831084125470265, 0.2279040049042747, 0.14776998818216874, 0.17911617686864453, -0.06410722826166204]
+      accelerations: [0.07824504970809405, 0.01525963915051965, 0.0, -0.5246212620763097, -0.01826636475007623, 0.5403106581620664]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:   4717672
+    - 
+      positions: [-0.6720209743777402, -0.13846037125787364, -0.7306539285517041, 0.5174539144813746, -1.379703739919249, 1.3868156097618376]
+      velocities: [-0.16456912964971038, -0.18303799941883653, 0.22790400490427493, 0.14536668657367507, 0.17903169422795226, -0.061631599029584996]
+      accelerations: [0.0779568648420443, 0.01524432264242242, 9.01364912577682e-14, -0.5165266646636222, -0.01833266699525456, 0.5321706314120687]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:   9334328
+    - 
+      positions: [-0.6727806480268507, -0.13930606240867455, -0.7296007402545454, 0.5181201693201613, -1.3788765956365434, 1.3865364778483258]
+      velocities: [-0.1642095389742093, -0.18296758814491454, 0.22790400490427498, 0.1429980981374009, 0.17894682965765657, -0.059190821641390445]
+      accelerations: [0.07767007382807546, 0.015228891953907744, -6.003204272094217e-14, -0.5085756591328124, -0.018395733107335818, 0.5241742806951787]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  13955521
+    - 
+      positions: [-0.6735394060769004, -0.1401522577966479, -0.7285465183905574, 0.5187762011608569, -1.3780490330468074, 1.3862682824491734]
+      velocities: [-0.1646692780861544, -0.1838114892978729, 0.2290435249287962, 0.14136116345121497, 0.1797556917790873, -0.057062260241606266]
+      accelerations: [-0.2776465999997299, -0.3817990906081644, 0.49489775992746726, -0.20032042809296205, 0.36976099574306914, 0.39817482202303794]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  18581248
+    - 
+      positions: [-0.6742972495353506, -0.14099895655000072, -0.7274912632670523, 0.5194221451782829, -1.3772210548331532, 1.3860108882871593]
+      velocities: [-0.16512819819843982, -0.18465504166949742, 0.2301830449533176, 0.139746364702712, 0.1805637711482454, -0.054955614562981]
+      accelerations: [0.07865034862673949, 0.015503159486176546, 1.8154105195016137e-14, -0.503003686820646, -0.018884640173407574, 0.5188234819759818]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  23165666
+    - 
+      positions: [-0.6750541794109993, -0.14184615780462786, -0.7264349751860844, 0.5200581343945829, -1.3763926636157602, 1.3857641622371308]
+      velocities: [-0.16476794121379895, -0.1845839360933504, 0.23018304495331748, 0.13745578042373133, 0.1804769850741767, -0.05259254067639715]
+      accelerations: [0.078361988202283, 0.015487066820540622, -6.045454430873238e-14, -0.49531428356424523, -0.01893964347008986, 0.5110879371919961]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  27754571
+    - 
+      positions: [-0.6758101967138636, -0.14269386070390475, -0.7253776544448567, 0.5206842997216725, -1.3755638619541726, 1.3855279732817585]
+      velocities: [-0.16440865338122726, -0.18451283516508804, 0.23018304495331748, 0.13519796741730172, 0.1803898683645432, -0.05026237881794894]
+      accelerations: [0.07807502067896391, 0.0154708683414568, 5.435598323125542e-14, -0.4877597040681767, -0.018991660936020956, 0.5034873563917261]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  32347962
+    - 
+      positions: [-0.6765653024553379, -0.1435420643990137, -0.7243193013349792, 0.5213007699995846, -1.3747346523468214, 1.3853021924764504]
+      velocities: [-0.16405033102173616, -0.18444173955045673, 0.23018304495331782, 0.1329723813040723, 0.1803024340241598, -0.047964584614016495]
+      accelerations: [0.07778942625126292, 0.015454557629415465, 9.050499163055117e-14, -0.4803371129301499, -0.019040808934785672, 0.4960188097494103]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  36945838
+    - 
+      positions: [-0.6773194976480574, -0.1443907680486982, -0.723259916142957, 0.5219076720373502, -1.3739050372334547, 1.3850866929063153]
+      velocities: [-0.16369297051094336, -0.18437064993487035, 0.2301830449533177, 0.13077848866366482, 0.18021469461698358, -0.0456986249551921]
+      accelerations: [0.07750519167353913, 0.015438133014566455, -1.265836237720258e-13, -0.47304378611079473, -0.0190871797089189, 0.48867953420452903]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  41548197
+    - 
+      positions: [-0.6780727833058329, -0.1452399708191467, -0.722199499150393, 0.5225051306522112, -1.3730750189968532, 1.3848813496460555]
+      velocities: [-0.16333656821104647, -0.18429956697572766, 0.23018304495331754, 0.12861576631334753, 0.18012666250300507, -0.04346397669935212]
+      accelerations: [0.07722232681190587, 0.015421608804983089, 4.8175440942129495e-14, -0.46587722368516765, -0.019130785982942534, 0.4814671857527603]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  46155040
+    - 
+      positions: [-0.6788251604438255, -0.14608967188436026, -0.7211380506331635, 0.5230932687051325, -1.3722445999620678, 1.3846860397280767]
+      velocities: [-0.16298112052319036, -0.1842284913396759, 0.2301830449533176, 0.12648370144242443, 0.18003834966729132, -0.04126012725479649]
+      accelerations: [0.07694079576221345, 0.01540496714200776, -2.406432626372331e-14, -0.45883466451970195, -0.019171793612172302, 0.4743787694397653]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  50766363
+    - 
+      positions: [-0.6795766300782374, -0.1469398704255585, -0.7200755708626458, 0.5236722071411684, -1.3714137824005266, 1.3845006420967143]
+      velocities: [-0.16262662384973278, -0.1841574236764402, 0.23018304495331748, 0.12438179112374739, 0.1799497678551801, -0.03908657377000449]
+      accelerations: [0.07666062480705875, 0.01538823365112303, -2.4040983522552202e-14, -0.4519138411031545, -0.019210156216547786, 0.46741231294893903]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  55382167
+    - 
+      positions: [-0.6803271932266646, -0.14779056563189974, -0.7190120601041506, 0.5242420650213435, -1.3705825685274564, 1.3843250375832226]
+      velocities: [-0.16227307462543744, -0.1840863646399254, 0.2301830449533175, 0.1223095423013991, 0.17986092847426555, -0.03694282338825207]
+      accelerations: [0.07638176465678882, 0.01537138135559209, 3.602653794635347e-14, -0.44511201824536284, -0.019246081379551666, 0.46056473205283516]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  60002450
+    - 
+      positions: [-0.6810768509076384, -0.14864175669958285, -0.7179475186187746, 0.5248029595630649, -1.3697509605074, 1.3841591088572496]
+      velocities: [-0.16192046930743031, -0.18401531488178463, 0.23018304495331743, 0.12026647150659467, 0.17977184263592533, -0.03482839287560749]
+      accelerations: [0.07610424597919874, 0.015354438618157475, -7.798196675076858e-14, -0.438427070862339, -0.01927950438699425, 0.4538342344484231]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  64627211
+    - 
+      positions: [-0.6818256041410302, -0.14949344283267388, -0.7168819466616227, 0.5253550061699203, -1.3689189604511005, 1.3840027404048094]
+      velocities: [-0.16156880433447485, -0.18394427502360428, 0.23018304495331757, 0.11825210436577542, 0.17968252129716622, -0.03274280778841292]
+      accelerations: [0.07582803721202919, 0.01533739051722413, 1.438275675983715e-13, -0.4318564960503239, -0.01931057073916177, 0.447218115999914]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  69256448
+    - 
+      positions: [-0.682573453947777, -0.15034562324258088, -0.715815344482875, 0.5258983184684335, -1.3680865704191072, 1.3838558184868452]
+      velocities: [-0.16121807620669365, -0.18387324571186486, 0.23018304495331773, 0.11626597594331015, 0.17959297499829052, -0.03068560349536843]
+      accelerations: [0.0755531345936083, 0.015320241612588405, -7.184436469111792e-14, -0.4253980390179843, -0.01933932877948775, 0.4407141605830269]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  73890161
+    - 
+      positions: [-0.6833204013499141, -0.1511982971481311, -0.7147477123275796, 0.526433008340622, -1.3672537924223251, 1.3837182311075826]
+      velocities: [-0.16086828141070908, -0.18380222756606998, 0.23018304495331765, 0.1143076300230503, 0.1795032141242662, -0.028656323816483593]
+      accelerations: [0.07527953901170321, 0.015302999399678845, 4.186880585733797e-14, -0.4190495257291162, -0.019365810511651822, 0.43432027075068536]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  78528349
+    - 
+      positions: [-0.6840664473706564, -0.15205146377575474, -0.7136790504352326, 0.526959185955312, -1.3664206284220537, 1.3835898679850296]
+      velocities: [-0.16051941646441925, -0.18373122121061264, 0.2301830449533177, 0.11237661922258221, 0.1794132487550742, -0.026654521529256424]
+      accelerations: [0.07500722744242425, 0.01528565467146698, -1.7926494040549435e-14, -0.4128086698301175, -0.019390128380623615, 0.42803402965239085]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  83171010
+    - 
+      positions: [-0.6848115930342115, -0.152905122359133, -0.7126093590404775, 0.5274769598017083, -1.3655870803326413, 1.3834706205143492]
+      velocities: [-0.16017147790126868, -0.18366022726302056, 0.23018304495331765, 0.11047250468913161, 0.17932308872921132, -0.024679757922403102]
+      accelerations: [0.07473620762449502, 0.01526821997251292, -5.969750423723921e-15, -0.4066734457451091, -0.019412286589790044, 0.4218535494719577]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  87818144
+    - 
+      positions: [-0.6855558393659419, -0.15375927213953114, -0.7115386383723604, 0.5279864367184516, -1.3647531500206933, 1.3833603817420599]
+      velocities: [-0.1598244622757575, -0.1835892463383922, 0.23018304495331768, 0.10859485595261087, 0.179232743628152, -0.022731602701957766]
+      accelerations: [0.07446645426970115, 0.015250684198111318, 1.1928030283887078e-14, -0.4006416476302647, -0.019432403702822558, 0.4157764713012412]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  92469749
+    - 
+      positions: [-0.6862991873921518, -0.15461391236539465, -0.7104668886551473, 0.5284877219261833, -1.3639188393079755, 1.38325904632987]
+      velocities: [-0.1594783661588149, -0.18351827904671988, 0.2301830449533176, 0.10674325071435266, 0.17914222279596956, -0.02080963374455367]
+      accelerations: [0.07419797715476883, 0.015233061014703333, -4.1708044701674924e-14, -0.3947113572090643, -0.019450475131617424, 0.4098010296264908]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs:  97125825
+    - 
+      positions: [-0.6870416381402613, -0.15546904229272165, -0.7093941101074971, 0.5289809190550528, -1.3630841499703854, 1.3831665105307938]
+      velocities: [-0.1591331861181766, -0.183447325978497, 0.2301830449533177, 0.10491727453098172, 0.17905153541612762, -0.01891343660389318]
+      accelerations: [0.07393075950015163, 0.015215345502432477, 8.333613721859685e-14, -0.38888052074058366, -0.019466585936742793, 0.40392509402846627]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 101786370
+    - 
+      positions: [-0.6877831926386976, -0.15632466118485186, -0.7083203029428696, 0.5294661301749221, -1.3622490837398336, 1.3830826721571479]
+      velocities: [-0.1587889187667244, -0.18337638773904816, 0.2301830449533177, 0.10311652097210985, 0.17896069034767897, -0.017042605094343924]
+      accelerations: [0.07366479038831648, 0.0151975365668335, -8.920323696268854e-14, -0.38314716796540516, -0.01948080149518362, 0.398146663995997]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 106451384
+    - 
+      positions: [-0.688523851916835, -0.1571807683123709, -0.707245467369686, 0.5299434558242483, -1.3614136423055188, 1.3830074305509583]
+      velocities: [-0.1584455607115995, -0.18330546491294425, 0.2301830449533175, 0.10134059110580335, 0.17886969630662064, -0.015196740333249765]
+      accelerations: [0.07340007495353011, 0.01517964455020895, 1.1882391470862407e-14, -0.37750948137914325, -0.01949312862912362, 0.39246403552150105]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 111120866
+    - 
+      positions: [-0.6892636170051266, -0.1580373629533894, -0.706169603590705, 0.5304129950363322, -1.360577827313327, 1.3829406865604292]
+      velocities: [-0.158892769127498, -0.18415055362904145, 0.23133396017808422, 0.10008269055976599, 0.17967222656792484, -0.013437805554828056]
+      accelerations: [-0.2659177735043255, -0.3784836255259811, 0.49469586504255353, -0.16165501259796444, 0.36452161376748743, 0.36199903909591785]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 115794815
+    - 
+      positions: [-0.6900024889349007, -0.1588944443931508, -0.7050927118038055, 0.5308748453686458, -1.3597416403685334, 1.3828823425071965]
+      velocities: [-0.15933917463796302, -0.18499530452456828, 0.23248487540285082, 0.09884026073144811, 0.18047416788883952, -0.011694137028048534]
+      accelerations: [0.07433911054480576, 0.015447975204039854, -4.7913253631464704e-14, -0.37388036071867575, -0.01990465469614469, 0.3890438774192069]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 120426909
+    - 
+      positions: [-0.6907404687384607, -0.159752011924254, -0.7040147922014834, 0.531329102928226, -1.358905083035454, 1.38283230216311]
+      velocities: [-0.1589951178384425, -0.18492372270824783, 0.23248487540285073, 0.09711944501836242, 0.180381862973582, -0.009903121374188462]
+      accelerations: [0.07407283758013186, 0.015429457754942547, 5.983449177198861e-15, -0.3684107126771145, -0.01991185065078878, 0.38352855813259845]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 125063424
+    - 
+      positions: [-0.6914775574490915, -0.16061006484667467, -0.7029358449707677, 0.5317758623976216, -1.3580681568380613, 1.3827904707246552]
+      velocities: [-0.15865196593703304, -0.18485215880557437, 0.23248487540285084, 0.0954221638537171, 0.18028944051099477, -0.008135785391970737]
+      accelerations: [0.07380779314557576, 0.015410846583258895, 5.379978186905233e-14, -0.36303117333862694, -0.019917389504961996, 0.37810330845171786]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 129704359
+    - 
+      positions: [-0.6922137561008621, -0.16146860246739334, -0.7018558702939576, 0.5322152170623843, -1.3572308632625267, 1.3827567547822277]
+      velocities: [-0.15830971558312695, -0.18478061337762997, 0.23248487540285084, 0.09374805047244594, 0.18019690828953194, -0.006391762309645041]
+      accelerations: [0.07354399868889724, 0.015392163404504841, -5.374862755619361e-14, -0.3577402003137809, -0.01992121474051932, 0.3727668459117136]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 134349714
+    - 
+      positions: [-0.6929490657289469, -0.16232762410105736, -0.7007748683472106, 0.5326472588325251, -1.356393203754678, 1.3827310623048186]
+      velocities: [-0.1579683634583604, -0.1847090869916479, 0.2324848754028508, 0.09209674499384003, 0.1801042738490595, -0.0046706923804425895]
+      accelerations: [0.07328141086275175, 0.015373384180390217, 1.7899193021927836e-14, -0.35253585664426346, -0.019923499110160094, 0.367516912706361]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 138999487
+    - 
+      positions: [-0.6936834873691938, -0.16318712906912294, -0.6996928393022825, 0.5330720782714984, -1.3555551797248517, 1.3827133026034644]
+      velocities: [-0.15762790627596857, -0.18463758022106247, 0.2324848754028507, 0.09046789427592619, 0.18001154448490012, -0.0029722227379320324]
+      accelerations: [0.07302005144815457, 0.015354530575729938, -4.7685898505452405e-14, -0.34741667580649543, -0.019924184137261103, 0.36235230150327796]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 143653678
+    - 
+      positions: [-0.6944170220584436, -0.1640471167005235, -0.6986097833251063, 0.5334897646166066, -1.3547167925453123, 1.3827033863169862]
+      velocities: [-0.15728834072754155, -0.18456609360787718, 0.23248487540285068, 0.08886115142019517, 0.17991872744263987, -0.0012960064214957894]
+      accelerations: [0.0727599000852238, 0.015335594749771827, 2.977544289949514e-14, -0.34238094700717236, -0.01992335832124933, 0.3572711870948969]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 148312287
+    - 
+      positions: [-0.6951496708343664, -0.1649075863313495, -0.6975257005764155, 0.5339004058041437, -1.3538780435524385, 1.3827012253841495]
+      velocities: [-0.15694966354246975, -0.18449462770476432, 0.23248487540285068, 0.08727617602952495, 0.1798258297110294, 0.00035829683375234155]
+      accelerations: [0.07250095302603243, 0.015316580237052384, -2.97472570477637e-14, -0.33742710525291947, -0.019921051988764708, 0.3522720347088449]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 152975311
+    - 
+      positions: [-0.6958814347354849, -0.16576853730491692, -0.6964405912115702, 0.5343040884919878, -1.3530389340470408, 1.3827067330218037]
+      velocities: [-0.15661187147538003, -0.18442318306628142, 0.23248487540285068, 0.08571263398925863, 0.17973285806885345, 0.0019910209229590547]
+      accelerations: [0.07224319543268076, 0.015297482990902852, 3.5662954430835936e-14, -0.3325535464934048, -0.019917333063820656, 0.3473531721999308]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 157642752
+    - 
+      positions: [-0.6966123148010699, -0.16662996897156607, -0.695354455380929, 0.5347008980831174, -1.3521994652959277, 1.3827198236997524]
+      velocities: [-0.15627496129211949, -0.18435176023931477, 0.23248487540285057, 0.08417019724560515, 0.17963981913801047, 0.0036024937166287763]
+      accelerations: [0.07198662962994268, 0.015278310631191474, -8.907317254629472e-14, -0.3277588128421454, -0.019912208823420856, 0.34251322479937546]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 162314608
+    - 
+      positions: [-0.6973423120712305, -0.16749188068887297, -0.6942672932293814, 0.5350909187465293, -1.3513596385315085, 1.3827404131218308]
+      velocities: [-0.15593892974727425, -0.1842803597469142, 0.2324848754028505, 0.08264854352847062, 0.1795467194714095, 0.005193037549072315]
+      accelerations: [0.07173125044313126, 0.015259066014970554, 7.119130366287747e-14, -0.32304143064975344, -0.019905709266964375, 0.33775074116610604]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 166990878
+    - 
+      positions: [-0.6980714275869324, -0.16835427182168802, -0.6931791048962269, 0.535474233438621, -1.3505194549521637, 1.3827684182050726]
+      velocities: [-0.15560377363993, -0.18420898212778453, 0.23248487540285068, 0.0811473565946082, 0.17945356535423845, 0.00676296846421799]
+      accelerations: [0.07147703639896819, 0.015239739852721576, 0.0, -0.31839984954077066, -0.019897926426201366, 0.3330640353316801]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 171671563
+    - 
+      positions: [-0.6987996623898005, -0.16921714174176186, -0.6920898905159106, 0.5358509239262186, -1.349678915724643, 1.382803757053447]
+      velocities: [-0.15526948977826993, -0.18413762791198596, 0.23248487540285065, 0.07966632587362052, 0.179360362932937, 0.008312596886454991]
+      accelerations: [0.07122399754080087, 0.015220345386439356, -1.1842873542041676e-14, -0.3138327586040708, -0.019888834871088102, 0.32845195416953665]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 176356661
+    - 
+      positions: [-0.6995270175223133, -0.1700804898281541, -0.6909996502171486, 0.5362210708051859, -1.348838021982654, 1.382846348943047]
+      velocities: [-0.15493607497053352, -0.1840662976139425, 0.23248487540285068, 0.07820514628923725, 0.17926711825441283, 0.009842227887662505]
+      accelerations: [0.07097211631800913, 0.015200876310739887, 2.366347056720921e-14, -0.3093386948645093, -0.019878509548997763, 0.32391293694634843]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 181046171
+    - 
+      positions: [-0.7002534940276574, -0.1709443154669529, -0.6899083841234627, 0.5365847535221157, -1.3479967748287458, 1.3828961142980631]
+      velocities: [-0.15460352606487704, -0.18399499176096923, 0.23248487540285084, 0.07676351840424825, 0.1791738371232168, 0.011352160673045883]
+      accelerations: [0.07072138581820127, 0.015181333675732945, 4.7282477063355474e-14, -0.3049162962809559, -0.019866985765053122, 0.31944562169394586]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 185740094
+    - 
+      positions: [-0.7009790929497127, -0.17180861805126033, -0.6888160923531771, 0.536942050394248, -1.3471551753349154, 1.382952974670876]
+      velocities: [-0.15427183990909504, -0.18392371086511494, 0.23248487540285095, 0.07534114804332342, 0.17908052525100415, 0.012842689327135823]
+      accelerations: [0.07047180574789093, 0.015161723185293768, 0.0, -0.3005642713648955, -0.01985427442268647, 0.31504877655359476]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 190438429
+    - 
+      positions: [-0.701703815333116, -0.17267339698134124, -0.6877227750190779, 0.5372930386281779, -1.3463132245424203, 1.3830168527248017]
+      velocities: [-0.1539410133695942, -0.18385245543624745, 0.23248487540285084, 0.0739377463072346, 0.17898718819068893, 0.014314102624165]
+      accelerations: [0.07022336116483437, 0.015142040304833264, -4.719381382442605e-14, -0.29628126227487467, -0.01984043861707506, 0.31072096902827945]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 195141175
+    - 
+      positions: [-0.702427662223147, -0.17353865166440136, -0.6866284322288261, 0.5376377943400129, -1.3454709234633315, 1.38308767221214]
+      velocities: [-0.1536110433182682, -0.1837812259731071, 0.23248487540285068, 0.07255302938051217, 0.17889383138823706, 0.015766684342500947]
+      accelerations: [0.0699760573995295, 0.015122294523484021, -1.7681105125772714e-14, -0.2920660693099424, -0.019825467025325113, 0.3064611108279955]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 199848332
+    - 
+      positions: [-0.7031506346658613, -0.17440438151488177, -0.6855330640843259, 0.5379763925725989, -1.3446282730796404, 1.3831653579596648]
+      velocities: [-0.15328192665095375, -0.18371002297681954, 0.2324848754028508, 0.07118671854438494, 0.17880046011624323, 0.017200713077296207]
+      accelerations: [0.06972987174436941, 0.01510247556835952, 5.888187562837346e-14, -0.28791733910542244, -0.01980945066068172, 0.30226769997051034]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 204559899
+    - 
+      positions: [-0.7038727337078778, -0.1752705859540359, -0.6844366706825534, 0.5383089073159124, -1.3437852743457632, 1.3832498358446346]
+      velocities: [-0.15295366029325574, -0.18363884695430555, 0.23248487540285093, 0.06983854010839155, 0.17870707945708655, 0.018616462256554205]
+      accelerations: [0.06948480712692441, 0.015082591472087887, 0.0, -0.2838339106615032, -0.019792385142210045, 0.2981396645890726]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 209275877
+    - 
+      positions: [-0.7045939603964823, -0.17613726441015384, -0.6833392521150538, 0.5386354115238319, -1.3429419281879127, 1.3833410327801958]
+      velocities: [-0.15338855485884273, -0.18448535903393126, 0.23364729977986504, 0.06884746245058332, 0.17950652952130142, 0.02011774413016763]
+      accelerations: [-0.2548584296152567, -0.37542262977747104, 0.49473272641559235, -0.13682648740725872, 0.3601216542846613, 0.3396080207481763]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 213996264
+    - 
+      positions: [-0.7053143157797108, -0.17700441631876157, -0.6822408084675119, 0.5389559771308134, -1.3420982355036577, 1.3834388767005208]
+      velocities: [-0.15382266281689164, -0.1853315435248627, 0.23480972415687906, 0.06786746402435259, 0.18030551321388472, 0.021608135508473708]
+      accelerations: [0.07038487404220609, 0.015344987846827368, -2.9652134308995364e-14, -0.2814029337040855, -0.020152311644623364, 0.2959054432313384]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 218674280
+    - 
+      positions: [-0.7060338009060293, -0.1778720411219628, -0.6811413398210493, 0.5392706750722422, -1.3412541971654637, 1.383543296534875]
+      velocities: [-0.1534936715929216, -0.18525974039026805, 0.23480972415687915, 0.06655913372831251, 0.1802112003578471, 0.02298426623554172]
+      accelerations: [0.07013828375338658, 0.015324517488777495, 5.924900894522074e-14, -0.27743009919214884, -0.02013184089307989, 0.291887419321517]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 223356661
+    - 
+      positions: [-0.7067524168247532, -0.17874013826933258, -0.6800408462503728, 0.5395795752970216, -1.340409814016914, 1.383654222202975]
+      velocities: [-0.15316552683019613, -0.185187966449047, 0.23480972415687923, 0.06526805877752427, 0.18011689752883964, 0.024342992642617172]
+      accelerations: [0.06989278486909423, 0.015303966538230384, -1.7758156819293956e-14, -0.27351898059429297, -0.020110515220007764, 0.2879309461899222]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 228043407
+    - 
+      positions: [-0.7074701645854896, -0.17960870721677066, -0.6789393278260746, 0.5398827467896291, -1.3395650868785705, 1.383771584583022]
+      velocities: [-0.1528382254807296, -0.18511622218030205, 0.23480972415687937, 0.06399398607337461, 0.18002260927859232, 0.02568456770747865]
+      accelerations: [0.0696484186417013, 0.015283370184714623, 7.096657125356893e-14, -0.2696687580914547, -0.020088184295341583, 0.28403565288799393]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 232734518
+    - 
+      positions: [-0.7081870452387156, -0.18047774742772107, -0.6778367846121117, 0.5401802575804561, -1.3387200165426107, 1.3838953155121938]
+      velocities: [-0.15251176449920764, -0.18504450805042824, 0.23480972415687945, 0.06273666684591289, 0.1799283400822337, 0.027009240186256677]
+      accelerations: [0.0694051357417288, 0.015262698874252127, -2.95419341426377e-14, -0.2658780619615108, -0.0200650359005904, 0.280199766311685]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 237429993
+    - 
+      positions: [-0.7089030598352286, -0.18134725837204307, -0.6767332166680665, 0.5404721747670946, -1.3378746037785723, 1.3840253477556304]
+      velocities: [-0.1521861408731212, -0.18497282453538733, 0.23480972415687926, 0.06149585676162418, 0.17983409422815988, 0.028317254223209243]
+      accelerations: [0.0691629645648864, 0.01524197824279002, -5.902903219944051e-14, -0.2621460343738088, -0.020040966726286323, 0.27642275640327885]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 242129832
+    - 
+      positions: [-0.7096182094265693, -0.18221723952691374, -0.6756286240472895, 0.5407585645256731, -1.337028849329533, 1.3841616150030425]
+      velocities: [-0.15186135157624936, -0.18490117208661405, 0.23480972415687917, 0.060271315537196724, 0.1797398759960977, 0.029608850175731387]
+      accelerations: [0.06892187570195278, 0.015221193289499502, 2.948715025993118e-14, -0.2584714786339217, -0.020016088299963722, 0.27270321050543467]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 246834035
+    - 
+      positions: [-0.7103324950647201, -0.18308769037620343, -0.674523006798116, 0.5410394921290165, -1.3361827539153908, 1.3843040518453311]
+      velocities: [-0.15153739362778512, -0.18482955117360106, 0.23480972415687912, 0.059062807230103403, 0.17964568943681297, 0.030884263764015967]
+      accelerations: [0.06868187240848252, 0.015200351494579817, -5.891967266807248e-14, -0.2548534210284553, -0.019990391009117908, 0.2690402441106333]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 251542602
+    - 
+      positions: [-0.7110459178022078, -0.18395861041071715, -0.6734163649633544, 0.5413150219605317, -1.335336318232148, 1.3844525937628789]
+      velocities: [-0.15121426405483498, -0.18475796225785807, 0.23480972415687912, 0.05787009991973545, 0.17955153851319441, 0.032143726739868234]
+      accelerations: [0.06844294133635472, 0.01517944895625714, 5.886514806510673e-14, -0.2512908085967937, -0.019963926054246364, 0.2654327374893036]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 256255532
+    - 
+      positions: [-0.7117584786920023, -0.18482999912799125, -0.6723086985806584, 0.5415852175297952, -1.3344895429532253, 1.384607177108347]
+      velocities: [-0.15089195988562548, -0.1846864057873361, 0.2348097241568794, 0.0566929655840432, 0.17945742713074067, 0.033387467079102236]
+      accelerations: [0.06820508863809037, 0.015158495491514906, 5.881072612710952e-14, -0.24778272743893884, -0.01993667080214726, 0.26187989497536046]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 260972825
+    - 
+      positions: [-0.7124701787876591, -0.18570185603261177, -0.6712000076818493, 0.541850141485486, -1.3336424287283344, 1.38476773909664]
+      velocities: [-0.1505704781619559, -0.1846148822057142, 0.23480972415687945, 0.05553118010113195, 0.17936335909132645, 0.034615708858167685]
+      accelerations: [0.06796829573773033, 0.015137483256214453, -4.1129484391189524e-14, -0.2443281314401716, -0.019908695852181857, 0.25838055210696176]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 265694482
+    - 
+      positions: [-0.7131810191431491, -0.18657418063586878, -0.6700902922935803, 0.5421098556310996, -1.3327949761854558, 1.3849342177863155]
+      velocities: [-0.1502498159538302, -0.1845433919630317, 0.23480972415687934, 0.05438452326018306, 0.179269338040186, 0.03582867210373455]
+      accelerations: [0.06773256264105243, 0.015116417549252687, -5.870218793403798e-15, -0.2409261093852622, -0.019880000909392737, 0.2549338566834601]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 270420502
+    - 
+      positions: [-0.7138910008129224, -0.18744697245590852, -0.6689795524369972, 0.5423644209380742, -1.3319471859304755, 1.385106552067911]
+      velocities: [-0.1499299703266355, -0.18447193549229896, 0.2348097241568794, 0.05325277848447117, 0.179175367592585, 0.03702657338300043]
+      accelerations: [0.06749788473435796, 0.015095300432518626, 2.932403526623265e-14, -0.2375757396950828, -0.01985060271635812, 0.2515389015741943]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 275150884
+    - 
+      positions: [-0.714600124851915, -0.18832023101776238, -0.6678677881276458, 0.5426138975592456, -1.3310990585473916, 1.3852846816508597]
+      velocities: [-0.14961093836805464, -0.18440051322866574, 0.23480972415687917, 0.05213573292413384, 0.17908145123242802, 0.03820962545010723]
+      accelerations: [0.06726425067572953, 0.01507412908080743, -1.1132870164889524e-13, -0.23427607884829404, -0.019820543741568657, 0.24819469184160775]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 279885630
+    - 
+      positions: [-0.7153083923154648, -0.18919395585318588, -0.6667549993757601, 0.542858344842869, -1.3302505945993939, 1.3854685470482182]
+      velocities: [-0.14929271718797676, -0.18432912560972192, 0.23480972415687906, 0.05103317738308351, 0.17898759231445982, 0.039378037319517945]
+      accelerations: [0.06703165596298144, 0.01505290543099585, 5.2686122646860715e-14, -0.23102624312353445, -0.019789839609265995, 0.24490035841432262]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 284624739
+    - 
+      positions: [-0.7160158042593182, -0.19006814650068868, -0.6656411861861729, 0.5430978213455515, -1.3294017946290562, 1.385658089564103]
+      velocities: [-0.14897530389196306, -0.1842577730561873, 0.23480972415687917, 0.049944906084757, 0.17889379416997075, 0.040532014759990534]
+      accelerations: [0.06680010050353626, 0.015031634802817639, -5.8486318288216905e-15, -0.22782539460602683, -0.019758488000332298, 0.24165512161496258]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 289368210
+    - 
+      positions: [-0.7167223617396974, -0.1909428025056862, -0.6645263485579724, 0.5433323848443571, -1.3285526591579364, 1.3858532512830393]
+      velocities: [-0.1486586956090449, -0.18418645599236377, 0.2348097241568792, 0.04887071677637292, 0.17880005999833776, 0.04167175991349384]
+      accelerations: [0.06656956811497503, 0.015010310497632094, 2.337303959269992e-14, -0.22467261215376272, -0.019726550139937418, 0.23845795816605664]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 294116044
+    - 
+      positions: [-0.7174280658131444, -0.1918179234201965, -0.6634104864850842, 0.5435620923507393, -1.3277031886883137, 1.3860539750535144]
+      velocities: [-0.1483428894938399, -0.18411517484742687, 0.23480972415687912, 0.047810410671061884, 0.17870639286247292, 0.04279747133587272]
+      accelerations: [0.06634005788427484, 0.014988937290384387, -5.837897780596012e-14, -0.22156708875441586, -0.019694025471531786, 0.23530811207422478]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 298868241
+    - 
+      positions: [-0.7181329175365816, -0.19269350880296846, -0.6622935999559728, 0.5437870001222463, -1.32685338370287, 1.3862602044775436]
+      velocities: [-0.14802788267518355, -0.1840439300186432, 0.2348097241568791, 0.04676379207268329, 0.17861279588987436, 0.04390934487252059]
+      accelerations: [0.0661115752840963, 0.014967523955247248, 4.6660363352281095e-14, -0.21850806744424395, -0.01966089043905556, 0.23220493491107178]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 303624801
+    - 
+      positions: [-0.7188369179674432, -0.19356955821979063, -0.6611756889529976, 0.5440071636732935, -1.3260032446635865, 1.3864718839026153]
+      velocities: [-0.14771367233331695, -0.18397272192724584, 0.23480972415687937, 0.045730668780050956, 0.17851927197244533, 0.04500757249541433]
+      accelerations: [0.06588408698795714, 0.014946051760126948, 6.992643310975709e-14, -0.21549457736851987, -0.019627270598695564, 0.22914718772014853]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 308385724
+    - 
+      positions: [-0.7195400681632977, -0.19444607124269406, -0.6600567534539726, 0.5442226377904853, -1.3251527720156981, 1.3866889583997055]
+      velocities: [-0.1481364743760943, -0.1848208808557932, 0.23598377277766375, 0.04493187294597653, 0.1793177195641566, 0.046325500113931356]
+      accelerations: [-0.24440391838379352, -0.37258880628149776, 0.49497655111934985, -0.12040174448024976, 0.35633081971835484, 0.32555865878175744]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 313151010
+    - 
+      positions: [-0.7202423691822688, -0.1953230474508681, -0.6589367934302992, 0.5444334765402322, -1.3243019661837496, 1.386911373763606]
+      velocities: [-0.1485585061040267, -0.18566872175442084, 0.23715782139844796, 0.04414119641763026, 0.18011577923931393, 0.04763548134322143]
+      accelerations: [0.06674732602144134, 0.015202534182992455, 1.1749423575699274e-14, -0.21381445392032816, -0.019951503115984946, 0.22765157223787108]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 317873435
+    - 
+      positions: [-0.7209438220826485, -0.19620048642985022, -0.6578158088485618, 0.5446397332837261, -1.3234508275756334, 1.3871390764911065]
+      velocities: [-0.14824354993708483, -0.18559691534528075, 0.23715782139844807, 0.04313749937130727, 0.18002155848541035, 0.04870447690718026]
+      accelerations: [0.06651833633058445, 0.015180501097791076, 3.521606859147661e-14, -0.21087534016485138, -0.019915588890729523, 0.224667621544623]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 322600180
+    - 
+      positions: [-0.721644427923159, -0.19707838777209483, -0.6566937996693469, 0.5448414606856136, -1.3225993565801915, 1.3873720137773808]
+      velocities: [-0.14792938687998403, -0.18552514765320377, 0.23715782139844807, 0.04214668734574281, 0.17992742265388173, 0.04976043509465516]
+      accelerations: [0.06629035226429218, 0.015158421793226627, -3.518392392090594e-14, -0.20797963028682914, -0.019879197521743063, 0.221727111395562]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 327331246
+    - 
+      positions: [-0.7223441877627914, -0.19795675107665509, -0.6555707658478573, 0.5450387107264016, -1.3217475535689982, 1.3876101335008884]
+      velocities: [-0.14761601415206027, -0.18545341908640067, 0.23715782139844793, 0.04116858176976766, 0.1798333742524265, 0.05080353421448342]
+      accelerations: [0.06606336556046394, 0.015136295583976191, -1.7575918197715398e-14, -0.2051265671098202, -0.01984235450598225, 0.21882926296101773]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 332066632
+    - 
+      positions: [-0.7230431026607649, -0.19883557594909618, -0.6544467073340453, 0.5452315347135681, -1.3208954188969704, 1.3878533842117302]
+      velocities: [-0.14730342896271664, -0.1853817300328681, 0.23715782139844782, 0.040203006866925295, 0.17973941580402836, 0.051833950006772316]
+      accelerations: [0.06583738260239065, 0.015114131793588469, -2.926650474008237e-14, -0.20231549187749334, -0.01980503027781907, 0.21597353416862256]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 336806338
+    - 
+      positions: [-0.7237411736766705, -0.1997148620018298, -0.6533216240719187, 0.5454199832907294, -1.3200429529011166, 1.3881017151253787]
+      velocities: [-0.1469916285214904, -0.1853100808679604, 0.23715782139844777, 0.03924978966369545, 0.17964554980650294, 0.0528518555300037]
+      accelerations: [0.06561239088859856, 0.015091926518679855, 5.847971911475353e-15, -0.19954564920321904, -0.01976726733972533, 0.21315910364703888]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 341550366
+    - 
+      positions: [-0.7244384018703713, -0.2005946088539065, -0.6521955159999194, 0.545604106448909, -1.3191901559017187, 1.3883550761097947]
+      velocities: [-0.14668061008303052, -0.18523847198700832, 0.237157821398448, 0.038308760199374486, 0.17955177855541712, 0.05385742050235996]
+      accelerations: [0.06538837789388371, 0.015069675322434096, 8.179713131748689e-14, -0.19681629715623813, -0.019729110702601894, 0.21038515685799486]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 346298715
+    - 
+      positions: [-0.7251347883018873, -0.2014748161307943, -0.6510683830513361, 0.5457839535376372, -1.3183370282036027, 1.388613417672538]
+      velocities: [-0.1463703709042974, -0.18516690377410733, 0.2371578213984482, 0.03737975121747084, 0.17945810431813033, 0.0548508120422959]
+      accelerations: [0.0651653492341657, 0.015047387464168107, 1.1674683742864419e-14, -0.1941268157405994, -0.019690529353522362, 0.20765119001968488]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 351051385
+    - 
+      positions: [-0.7258303340315461, -0.20235548346470061, -0.6499402251536263, 0.5459595732735987, -1.317483570094872, 1.3888766909550112]
+      velocities: [-0.14606090823722526, -0.18509537659710373, 0.23715782139844804, 0.03646259807414784, 0.17936452936219704, 0.05583219482854311]
+      accelerations: [0.06494329549685991, 0.015025060605127635, -7.581652989282796e-14, -0.19147650657529014, -0.019651556243069836, 0.2049564609185571]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 355808377
+    - 
+      positions: [-0.726525040119907, -0.20323661049444042, -0.6488110422286534, 0.54613101375101, -1.316629781847778, 1.3891448477210133]
+      velocities: [-0.1457522193625841, -0.18502389083261678, 0.23715782139844782, 0.03555713888662587, 0.1792710558194749, 0.056801730607249856]
+      accelerations: [0.06472220808787377, 0.015002693463965515, -1.7480246559248987e-14, -0.18886469214226986, -0.01961221746665298, 0.20230026321970934]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 360569692
+    - 
+      positions: [-0.7272189076277098, -0.2041181968653325, -0.6476808341928576, 0.5462983224516601, -1.3157756637193898, 1.3894178403459885]
+      velocities: [-0.1454443015637502, -0.18495244684613157, 0.2371578213984479, 0.03466321432589961, 0.17917768579795063, 0.05775957867451638]
+      accelerations: [0.06450208867550396, 0.014980292068463843, 4.6571728758266717e-14, -0.18629076610482848, -0.0195724988488439, 0.19968206249664447]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 365335328
+    - 
+      positions: [-0.7279119376159643, -0.20500024222940375, -0.6465496009568195, 0.5464615462535394, -1.3149212159508947, 1.3896956218102077]
+      velocities: [-0.1451371521408066, -0.18488104500303876, 0.23715782139844793, 0.03378066765424112, 0.17908442132100622, 0.058705895684165996]
+      accelerations: [0.0642829227939047, 0.014957850499821037, -2.90809621686084e-14, -0.18375403999919135, -0.019532451859482675, 0.19710107655890438]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 370105288
+    - 
+      positions: [-0.7286041311458055, -0.205882746245099, -0.6454173424258046, 0.5466207314412993, -1.3140664387691319, 1.3899781456859779]
+      velocities: [-0.14483076842246156, -0.18480968567755227, 0.237157821398448, 0.03290934474532972, 0.17899126428092832, 0.059640835507970696]
+      accelerations: [0.06406470717507637, 0.014935371044945607, 5.2298350369875834e-14, -0.18125390378093773, -0.019492081720548365, 0.19455671710833108]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 374879571
+    - 
+      positions: [-0.7292954892785128, -0.20676570857733448, -0.64428405849963, 0.5467759237151455, -1.3132113323865675, 1.3902653661292996]
+      velocities: [-0.1445251477009621, -0.18473836920476577, 0.237157821398448, 0.03204909365933251, 0.1788982167070367, 0.0605645503286269]
+      accelerations: [0.06384745463993843, 0.01491286785782166, -5.805672196305921e-14, -0.17878985151162008, -0.019451327480097653, 0.19204866431791925]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 379658177
+    - 
+      positions: [-0.7299860130757576, -0.2076491288980422, -0.6431497490715499, 0.546927168197582, -1.312355896999019, 1.390557237877819]
+      velocities: [-0.14422028732702424, -0.1846670959501373, 0.237157821398448, 0.03119976514862703, 0.17880528037784155, 0.06147718915800916]
+      accelerations: [0.06363112222854939, 0.014890314134977, 5.2203829638443804e-14, -0.17636106595475592, -0.019410356607620163, 0.18957571415246574]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 384441108
+    - 
+      positions: [-0.7306757035990512, -0.20853300688499898, -0.6420144140305455, 0.5470745094469138, -1.3115001327911673, 1.3908537162276033]
+      velocities: [-0.14391618465823694, -0.18459586627211466, 0.23715782139844804, 0.030361212313440966, 0.17871245703355976, 0.06237889871167981]
+      accelerations: [0.06341574440285666, 0.014867739653992313, -2.8975938626931395e-14, -0.17396718960910318, -0.019369019239527302, 0.1871379168210726]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 389228364
+    - 
+      positions: [-0.7313645619103024, -0.2094173422230403, -0.6408780532588922, 0.54721799146098, -1.3106440399312558, 1.3911547570396907]
+      velocities: [-0.14361283703695593, -0.1845246805060069, 0.23715782139844813, 0.02953329043045752, 0.17861974846644768, 0.06326982380338358]
+      accelerations: [0.06320128751006279, 0.014845124376102097, 6.947950528915475e-14, -0.17160748138755852, -0.019327444802387725, 0.18473423815559828]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 394019944
+    - 
+      positions: [-0.7320525890713976, -0.21030213460316916, -0.6397406666338933, 0.5473576576892097, -1.3097876185753243, 1.3914603167206547]
+      velocities: [-0.14331024184563756, -0.18445353900442643, 0.23715782139844815, 0.02871585723035841, 0.17852715629655647, 0.06415010650276246]
+      accelerations: [0.06298776289046848, 0.01482248114216127, -6.363212472526287e-14, -0.16928147176735045, -0.01928557723309698, 0.1823643798963879]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 398815850
+    - 
+      positions: [-0.7327397861444266, -0.211187383723058, -0.6386022540268562, 0.5474935510389144, -1.3089308688651167, 1.3917703522206495]
+      velocities: [-0.14300839646315933, -0.18438244210519744, 0.23715782139844807, 0.027908772601844434, 0.17843468215096608, 0.06501988687604002]
+      accelerations: [0.06277515521877582, 0.014799803336819779, 3.467716311838936e-14, -0.16698854760410062, -0.019243470887876927, 0.18002762187993768]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 403616082
+    - 
+      positions: [-0.7334261541915226, -0.21207308928671476, -0.6374628153037174, 0.5476257138847653, -1.3080737909297664, 1.3920848210212364]
+      velocities: [-0.14270729827652284, -0.18431139014064735, 0.2371578213984482, 0.027111898622593937, 0.17834232761633412, 0.06587930283475178]
+      accelerations: [0.06256347094957047, 0.014777099892625028, 1.7322973344855247e-14, -0.16472823027118833, -0.019201089550558145, 0.1777236062001875]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 408420641
+    - 
+      positions: [-0.7341116942750179, -0.21295925100484234, -0.6363223503243141, 0.547754188075432, -1.3072163848843816, 1.3924036811318241]
+      velocities: [-0.1424069446860411, -0.18424038344087673, 0.2371578213984481, 0.026325099545333797, 0.17825009422002708, 0.06672849009896531]
+      accelerations: [0.06235269265779974, 0.014754362840923439, -5.769130346556361e-14, -0.16249991650276566, -0.019158495276046413, 0.17545160164872167]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 413229527
+    - 
+      positions: [-0.7347964074572572, -0.21384586859443466, -0.6351808589431399, 0.5478790149430145, -1.3063586508320146, 1.3927268910769965]
+      velocities: [-0.14281712168860977, -0.18509009211511657, 0.23834361050544023, 0.025674053284717606, 0.17904854313689506, 0.067907505000801]
+      accelerations: [-0.233815946836919, -0.3694856592945244, 0.49495226073102677, -0.10858689270571353, 0.3525117436516964, 0.3159582833510826]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 418042741
+    - 
+      positions: [-0.7354802948006207, -0.21473294177885321, -0.6340383410091683, 0.5480002353104627, -1.3055005888634972, 1.3930544098898303]
+      velocities: [-0.1432265456209721, -0.1859394922537761, 0.2395293996124323, 0.02502900596991647, 0.17984665641067274, 0.06908067697462948]
+      accelerations: [0.06317872312739137, 0.015004450863553133, -7.561262194185156e-14, -0.16131588139327357, -0.019455995927986785, 0.17443897600972957]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 422812586
+    - 
+      positions: [-0.7361633573676666, -0.21562047028814185, -0.6328947963652046, 0.548117889497971, -1.3046421990561965, 1.39338619710821]
+      velocities: [-0.1429254290406036, -0.1858679146484204, 0.23952939961243233, 0.024264064830175885, 0.17975387622031336, 0.06990816339758171]
+      accelerations: [0.06296646240132382, 0.014981166743358969, 9.297816575815302e-14, -0.15913762352332753, -0.01941191174446988, 0.17221629564491886]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 427586716
+    - 
+      positions: [-0.7368455962208678, -0.21650845385847423, -0.6317502248489414, 0.5482320173325672, -1.3037834814766605, 1.3937222127607458]
+      velocities: [-0.14262505413235432, -0.18579638407356058, 0.23952939961243236, 0.0235087721054986, 0.17966122396123557, 0.07072584576455238]
+      accelerations: [0.06275512338980702, 0.014957864164978473, -7.547700820653588e-14, -0.15699003648340776, -0.01936757951126991, 0.17002448032250123]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 432365134
+    - 
+      positions: [-0.7375270124229207, -0.21739689223283798, -0.6306046262915865, 0.5483426581528134, -1.3029244361777124, 1.3940624173678495]
+      velocities: [-0.14232541833357898, -0.18572490085016308, 0.23952939961243241, 0.022763001074505136, 0.1795687009009547, 0.07153385070395632]
+      accelerations: [0.06254467529022308, 0.01493452495689905, 8.701080794301736e-14, -0.15487247964137693, -0.019323118053089033, 0.16786261733388122]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 437147839
+    - 
+      positions: [-0.7382076070363565, -0.21828578516019626, -0.6294580005194778, 0.5484498508192065, -1.302065063202352, 1.3944067719244946]
+      velocities: [-0.14202651910532327, -0.1856534653052473, 0.2395293996124325, 0.022026627045687832, 0.17947630820567567, 0.07233230267800092]
+      accelerations: [0.06233513369181049, 0.014911164769448289, -4.6364206204814264e-14, -0.15278458269623793, -0.01927845182409611, 0.1657305508755059]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 441934833
+    - 
+      positions: [-0.7388873811238249, -0.21917513239613204, -0.6283103473527896, 0.5485536337187763, -1.3012053625810376, 1.3947552379010377]
+      velocities: [-0.14172835388743393, -0.18558207773892557, 0.23952939961243241, 0.02129952706949904, 0.17938404713259623, 0.07312132474931803]
+      accelerations: [0.062126486609369556, 0.014887779219969203, 1.7371018188489824e-14, -0.1507258289953957, -0.019233619081506642, 0.1636276925984226]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 446726116
+    - 
+      positions: [-0.7395663357479886, -0.22006493370262004, -0.6271616666059547, 0.5486540447729378, -1.3003453343328553, 1.395107777233572]
+      velocities: [-0.14143092015026815, -0.1855107384622429, 0.2395293996124325, 0.02058158019472133, 0.1792919188125641, 0.07390103777756338]
+      accelerations: [0.06191872803534426, 0.014864368125091785, 1.1570322685019457e-14, -0.14869574440984723, -0.019188635116059855, 0.161553554066366]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 451521690
+    - 
+      positions: [-0.7402444719714889, -0.220955188847973, -0.6260119580877376, 0.5487511214444905, -1.2994849784659062, 1.3954643523165786]
+      velocities: [-0.14113421537486937, -0.18543944778279803, 0.2395293996124323, 0.01987266732265721, 0.1791999243331326, 0.07467156077064237]
+      accelerations: [0.061711854330203174, 0.014840933114965676, -9.24798650585309e-14, -0.14669387665252984, -0.019143503387256594, 0.15950769721276264]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 456321553
+    - 
+      positions: [-0.7409217908569556, -0.22184589760687284, -0.6248612216011438, 0.5488449007442094, -1.2986242949773001, 1.3958249259967062]
+      velocities: [-0.14083823705648674, -0.1853682060073713, 0.23952939961243247, 0.019172671193269247, 0.1791080647257649, 0.07543301086452849]
+      accelerations: [0.0615058580664485, 0.014817472910560955, 1.616952405338894e-13, -0.14471976071636505, -0.019098244435374723, 0.15748962858568658]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 461125709
+    - 
+      positions: [-0.7415982934669573, -0.22273705976027539, -0.62370945694358, 0.5489354192377871, -1.297763283853732, 1.396189461565118]
+      velocities: [-0.1405429826944073, -0.18529701343477004, 0.2395293996124327, 0.018481476299173308, 0.17901634100710961, 0.07618550351091706]
+      accelerations: [0.06130073987096534, 0.014793992112824957, -6.923611983569001e-14, -0.1427729833473056, -0.01905284449032715, 0.15549899142482038]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 465934157
+    - 
+      positions: [-0.7422739808640683, -0.22362867509557674, -0.6225566639065, 0.5490227130516975, -1.2969019450708832, 1.3965579227530807]
+      velocities: [-0.14024844978788364, -0.18522587035249266, 0.2395293996124326, 0.017798968830526583, 0.17892475420090137, 0.07692915258338533]
+      accelerations: [0.061096494031977006, 0.01477049081949295, 3.458718851457426e-14, -0.1408531055974121, -0.019007314938439435, 0.15353533951616158]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 470746898
+    - 
+      positions: [-0.7429488541108504, -0.22452074340657827, -0.6214028422754438, 0.549106817879693, -1.2960402785936982, 1.396930273725296]
+      velocities: [-0.13995463586729154, -0.18515477705996214, 0.23952939961243258, 0.017125036815283934, 0.17883330520266222, 0.07766406989760022]
+      accelerations: [0.060893108270607454, 0.014746963971136333, -5.183454843236022e-14, -0.13895965905217159, -0.01896169819457212, 0.15159811979940752]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 475563934
+    - 
+      positions: [-0.7436229142697209, -0.2254132644932172, -0.6202479918305366, 0.5491877689900304, -1.2951782843777273, 1.3973064790705236]
+      velocities: [-0.13966153846706608, -0.18508373384868534, 0.23952939961243247, 0.01645956994051417, 0.17874199489608003, 0.07839036567852617]
+      accelerations: [0.06069058817030652, 0.01472341990848906, 1.7262795477263346e-14, -0.1370922820962304, -0.018915957231009178, 0.1496870832882777]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 480385264
+    - 
+      positions: [-0.7442961624031013, -0.22630623816190432, -0.6190921123457988, 0.5492656012303792, -1.2943159623677403, 1.397686503799567]
+      velocities: [-0.13936915513381173, -0.18501274100819723, 0.23952939961243247, 0.015802459566287282, 0.17865082412007915, 0.07910814846208644]
+      accelerations: [0.060488918134014566, 0.014699851109756934, -2.8745720192561153e-14, -0.13525050361560997, -0.018870148015119107, 0.14780163931396054]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 485210891
+    - 
+      positions: [-0.7449685995732386, -0.22719966422514457, -0.6179352035898615, 0.5493403490352433, -1.2934533124995502, 1.3980703133347958]
+      velocities: [-0.1390774834091768, -0.18494179881340356, 0.2395293996124324, 0.015153598605137885, 0.17855979374370476, 0.07981752540084816]
+      accelerations: [0.06028811084513669, 0.014676271135840704, 0.0, -0.13343401473832392, -0.018824202538399625, 0.14594166808425466]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 490040815
+    - 
+      positions: [-0.745640226842464, -0.22809354250211888, -0.6167772653248017, 0.5494120464298019, -1.2925903346975494, 1.398457873511184]
+      velocities: [-0.13878652085288334, -0.18487090754199198, 0.23952939961243241, 0.014512881618720226, 0.1784689045656388, 0.08051860191447371]
+      accelerations: [0.06008814121802028, 0.014652665261548483, 1.721677673472874e-14, -0.1316423072949198, -0.018778218254331062, 0.14410643732226938]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 494875037
+    - 
+      positions: [-0.7463110452728628, -0.22898787281797414, -0.6156182973075032, 0.5494807270382993, -1.2917270288779883, 1.3988491505621603]
+      velocities: [-0.13849626506269364, -0.18480006748897823, 0.2395293996124326, 0.013880204896832182, 0.17837815722723743, 0.08121148139107567]
+      accelerations: [0.05988901372774754, 0.014629041023780431, 5.733828146342888e-14, -0.12987504255394305, -0.018732163136564072, 0.1422957064006602]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 499713558
+    - 
+      positions: [-0.7469810559264035, -0.22988265500411614, -0.6144582992890479, 0.5495464240886837, -1.290863394947768, 1.3992441111175058]
+      velocities: [-0.1382067136079947, -0.18472927891770075, 0.23952939961243253, 0.013255466070280246, 0.1782875525037717, 0.08189626630024524]
+      accelerations: [0.059690730801260264, 0.014605403970884197, -9.738855479619889e-14, -0.1281318753008901, -0.018686014066715963, 0.14050920637859388]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 504556379
+    - 
+      positions: [-0.7476502598650375, -0.23077788889845094, -0.6132972710142315, 0.5496091704174391, -1.2899994328035287, 1.3996427222005123]
+      velocities: [-0.13791786407640544, -0.18465854209442573, 0.23952939961243241, 0.012638564338277446, 0.17819709110248422, 0.0825730574591266]
+      accelerations: [0.05949327764778374, 0.01458174731460655, 6.296022309213068e-14, -0.12641237539602318, -0.018639822504911183, 0.13874639567058458]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 509403501
+    - 
+      positions: [-0.7483186581505306, -0.2316735743450158, -0.6121352122222443, 0.5496689984764082, -1.2891351423333581, 1.4000449512182866]
+      velocities: [-0.137629714081053, -0.18458785729346933, 0.23952939961243275, 0.01202940047895279, 0.17810677362983213, 0.08324195393806777]
+      accelerations: [0.05929665374588957, 0.014558074490901242, 7.434157227658792e-14, -0.12471619600890195, -0.018593578803378114, 0.13700696913544877]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 514254926
+    - 
+      positions: [-0.7489862518445108, -0.23256971119410522, -0.6109721226464013, 0.5497259403377831, -1.2882705234163585, 1.4004507659578522]
+      velocities: [-0.13734226123557985, -0.18451722477952767, 0.2395293996124328, 0.01142787669158625, 0.1780166006996353, 0.08390305348767443]
+      accelerations: [0.05910085467037814, 0.014534386009064747, -5.142164387157139e-14, -0.12304297479078893, -0.01854728969821942, 0.13529056423044442]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 519110653
+    - 
+      positions: [-0.74965304200846, -0.23346629930226606, -0.6098080020141295, 0.5497800276995061, -1.287405575922792, 1.4008601345807576]
+      velocities: [-0.1370555031608812, -0.18444664481208128, 0.23952939961243253, 0.010833896606245461, 0.17792657290730746, 0.08455645246183183]
+      accelerations: [0.058905877138284705, 0.0145106834753133, -7.4209942398385e-14, -0.12139236342774755, -0.018500956165078578, 0.13359684644641368]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 523970686
+    - 
+      positions: [-0.7503190297037223, -0.23436333853232721, -0.608642850046877, 0.5498312918904038, -1.2865402997140325, 1.4012730256183135]
+      velocities: [-0.13745257038591518, -0.18529782199187328, 0.24072704661049454, 0.010297145079532489, 0.17872564970080188, 0.08562986188408322]
+      accelerations: [-0.2231430966959932, -0.3661225681842838, 0.4946512703502794, -0.09980009375894862, 0.34861069060471006, 0.3091957621452915]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 528835024
+    - 
+      positions: [-0.7509842159914065, -0.2352608287531935, -0.6074766664604869, 0.5498797638760738, -1.2856746946435815, 1.401689407964093]
+      velocities: [-0.1378489025140308, -0.1861487000028204, 0.24192469360855667, 0.00976487123062061, 0.1795244243419481, 0.08669893167151282]
+      accelerations: [0.05969457924017728, 0.014753942598454204, -2.3021382593114232e-14, -0.12053249862277202, -0.01877822818825186, 0.13289447639478133]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 533655464
+    - 
+      positions: [-0.7516486019324928, -0.23615876984010567, -0.6063094509646695, 0.5499254742630878, -1.284808760556039, 1.402109250871904]
+      velocities: [-0.1375613677323142, -0.18607757501951783, 0.24192469360855684, 0.00918723916777052, 0.17943393917826578, 0.08733610100383363]
+      accelerations: [0.059498167051834826, 0.014729721750106747, 9.775440287941236e-14, -0.11891577565426027, -0.018730880293267194, 0.13123398094409677]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 538480170
+    - 
+      positions: [-0.7523121885878077, -0.23705716167458485, -0.605141203263082, 0.5499684533041993, -1.2839424972874367, 1.4025325239502282]
+      velocities: [-0.13727452517606403, -0.18600650413994535, 0.24192469360855717, 0.00861685110910855, 0.17934360261783086, 0.08796586762652264]
+      accelerations: [0.05930256919319872, 0.014705484304510437, 4.0216258953166454e-14, -0.11732069867949281, -0.0186835404344047, 0.1295951397206267]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 543309143
+    - 
+      positions: [-0.7529749770179002, -0.237956004144182, -0.6039719230537856, 0.5500087309040869, -1.2830759046664382, 1.4029591971545068]
+      velocities: [-0.13698837249502507, -0.18593548761365508, 0.241924693608557, 0.008053616669186171, 0.17925341509655973, 0.08858832187716564]
+      accelerations: [0.05910779105750363, 0.014681238150216479, -1.1480216351512723e-13, -0.11574698778717707, -0.0186361697068771, 0.1279777847095109]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 548142383
+    - 
+      positions: [-0.753636968283194, -0.2388552971428257, -0.6028016100285501, 0.5500463366230471, -1.2822089825129168, 1.4033892407863424]
+      velocities: [-0.13670290735503898, -0.18586452569168752, 0.24192469360855673, 0.007497446809584163, 0.17916337699526205, 0.08920355267982569]
+      accelerations: [0.05891381598809718, 0.014656974747094131, 5.735043924295222e-15, -0.11419425347834823, -0.018588829700177296, 0.12638138674033156]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 552979893
+    - 
+      positions: [-0.7542981634437776, -0.2397550405703636, -0.6016302638737069, 0.5500812996832488, -1.281341730640029, 1.4038226254836486]
+      velocities: [-0.13641812742844522, -0.18579361861989302, 0.24192469360855678, 0.0069482537691048195, 0.17907348868030357, 0.08981164771507502]
+      accelerations: [0.05872065336833823, 0.014632704730259478, 5.729987051516341e-15, -0.11266224692650793, -0.018541464731213098, 0.1248058501425149]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 557821673
+    - 
+      positions: [-0.7549585635596147, -0.24065523433305253, -0.6004578842691828, 0.5501136489718114, -1.2804741488521987, 1.4042593222215478]
+      velocities: [-0.1361340303752915, -0.18572276662487697, 0.24192469360855667, 0.006405950944224099, 0.1789837505920167, 0.09041269375866026]
+      accelerations: [0.05852829432698438, 0.014608425363268332, -4.007456258037667e-14, -0.11115063028014573, -0.018494099789459234, 0.12325078799243248]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 562667725
+    - 
+      positions: [-0.7556181696904668, -0.24155587834339085, -0.5992844708887974, 0.5501434130459748, -1.2796062369459242, 1.4046993023059484]
+      velocities: [-0.13585061390066638, -0.18565196995687808, 0.24192469360855667, 0.005870453165932289, 0.17889416298231603, 0.09100677574866489]
+      accelerations: [0.05833672461316602, 0.014584129571989598, 2.859947630494379e-14, -0.10965904260892193, -0.018446787520552378, 0.12171572159758053]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 567518050
+    - 
+      positions: [-0.7562769828957101, -0.24245697251972975, -0.5981100234009824, 0.5501706201388658, -1.278737994711553, 1.4051425373647273]
+      velocities: [-0.13556787570264056, -0.18558122885105255, 0.24192469360855678, 0.005341676408678777, 0.17880472615116128, 0.09159397766499541]
+      accelerations: [0.058145956888029975, 0.014559830598076367, 2.2859441023409122e-14, -0.10818726837505989, -0.01839945529575401, 0.12020062919428438]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 572372649
+    - 
+      positions: [-0.7569350042346082, -0.2433585167868949, -0.5969345414675613, 0.5501952981619428, -1.2778694219306748, 1.4055889993503399]
+      velocities: [-0.13528581349073593, -0.18551054354095955, 0.24192469360855673, 0.004819537863060601, 0.17871544036663978, 0.09217438225535302]
+      accelerations: [0.05795596932431668, 0.014535515813263978, -5.138849206978291e-14, -0.10673491886691579, -0.018352188600015314, 0.11870492147587787]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 577231524
+    - 
+      positions: [-0.7575922347660143, -0.2442605110755251, -0.5957580247449955, 0.5502174747115113, -1.2770005183790638, 1.4060386605280868]
+      velocities: [-0.13500442498377807, -0.18543991425737266, 0.24192469360855665, 0.004303955907739614, 0.17862630587161285, 0.09274807107945134]
+      accelerations: [0.05776677547295631, 0.014511198923861357, 2.281924722533427e-14, -0.105301792054944, -0.018304912167968913, 0.11722859649857212]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 582094677
+    - 
+      positions: [-0.7582486755486493, -0.24516295532272034, -0.5945804728831129, 0.5502371770709404, -1.2761312838239682, 1.4064914934791375]
+      velocities: [-0.13472370789664528, -0.18536934121837617, 0.24192469360855676, 0.0037948500219487135, 0.17853732294510916, 0.09331512474785658]
+      accelerations: [0.0575783590034361, 0.01448687138687056, 2.2799193095237222e-14, -0.10388753737363482, -0.01825768609088961, 0.11577116561483894]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 586962109
+    - 
+      positions: [-0.7589043276408943, -0.24606584947158228, -0.5934018855259657, 0.5502544322163921, -1.2752617180261707, 1.4069474710912042]
+      velocities: [-0.13444365998293328, -0.18529882466138675, 0.24192469360855684, 0.0032921409830812213, 0.1784484917079664, 0.09387562223836221]
+      accelerations: [0.057390715958116005, 0.014462533734474994, 5.694791812465389e-15, -0.102491873531848, -0.018210515036179997, 0.11433234766214538]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 591833820
+    - 
+      positions: [-0.7595591921007816, -0.24696919347120877, -0.5922222623118178, 0.5502692668209851, -1.274391820740099, 1.4074065665543878]
+      velocities: [-0.13416427897507485, -0.1852283647980572, 0.241924693608557, 0.0027957505416923577, 0.17835981239875337, 0.0944296419071524]
+      accelerations: [0.05720385464177376, 0.014438195949288662, 6.827750853748575e-14, -0.10111458547553101, -0.01816334569425385, 0.11291207143361992]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 596709814
+    - 
+      positions: [-0.7602132699861958, -0.24787298727715842, -0.5910416028722235, 0.5502817072574386, -1.273521591711888, 1.4078687533623304]
+      velocities: [-0.13388556263480855, -0.18515796185240574, 0.24192469360855695, 0.002305601661622875, 0.1782712851394446, 0.09497726066410439]
+      accelerations: [0.057017750415011816, 0.014413842914865336, -8.52719989239591e-14, -0.0997552953235221, -0.018116278838847585, 0.11150971933663596]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 601590090
+    - 
+      positions: [-0.7608665623545127, -0.24877723085065281, -0.5898599068335343, 0.550291779604606, -1.2726510306828964, 1.4083340052993834]
+      velocities: [-0.13360750873176153, -0.18508761604490492, 0.24192469360855676, 0.0018216183913882331, 0.17818291003614925, 0.0955185543510563]
+      accelerations: [0.05683242039377442, 0.01438949112589267, 0.0, -0.09841384260542252, -0.01806921990899588, 0.11012537693010377]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 606474652
+    - 
+      positions: [-0.761519070262954, -0.249681924159386, -0.5886771738153238, 0.5502995096489149, -1.2717801373863036, 1.4088022964456648]
+      velocities: [-0.13333011502456293, -0.18501732757824735, 0.24192469360855667, 0.0013437257519673164, 0.17809468726694158, 0.09605359807126279]
+      accelerations: [0.056647847712353316, 0.014365131306248412, -3.4049014865487217e-14, -0.09708989735967581, -0.018022233566783324, 0.10875856377694292]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 611363500
+    - 
+      positions: [-0.7621707947683564, -0.25058706717702056, -0.5874934034313299, 0.5503049228898631, -1.270908911549355, 1.409273601167609]
+      velocities: [-0.13305337930814565, -0.18494709667286247, 0.2419246936085569, 0.000871849958291131, 0.17800661686144517, 0.09658246541788854]
+      accelerations: [0.05646403013953621, 0.014340765394115721, 1.3040687333707625e-13, -0.0957832101883671, -0.017975315550734214, 0.10740905111547851]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 616256636
+    - 
+      positions: [-0.7628217369271931, -0.2514926598832443, -0.5863085952893158, 0.5503080445436517, -1.2700373528931703, 1.4097478941148847]
+      velocities: [-0.13277729937633598, -0.18487692353893606, 0.24192469360855706, 0.00040591821201521453, 0.17791869887534434, 0.09710522911461578]
+      accelerations: [0.056280966175928544, 0.01431639557443344, -6.797878943977968e-14, -0.09449353782430366, -0.017928459021109042, 0.1060766227164699]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 621154061
+    - 
+      positions: [-0.7634718977956045, -0.25239870226385863, -0.5851227489908809, 0.5503088995467134, -1.2691654611324519, 1.410225150217597]
+      velocities: [-0.1325018730207414, -0.18480680837569802, 0.241924693608557, -5.414131943023458e-05, 0.17783093339714828, 0.09762196105228477]
+      accelerations: [0.056098654045562996, 0.014292024058451118, 3.961958667581361e-14, -0.09322064109966464, -0.017881656990686823, 0.10476106628448087]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 626055778
+    - 
+      positions: [-0.7641212784294322, -0.25330519431086274, -0.583935864131276, 0.5503075125591808, -1.268293235975192, 1.4107053446835502]
+      velocities: [-0.13222709805176647, -0.18473675138710927, 0.24192469360855706, -0.0005083994143497646, 0.17774332044865682, 0.09813273195176853]
+      accelerations: [0.05591708369895216, 0.014267646623997798, -1.6964968552177128e-14, -0.09196424236086387, -0.01783494322759305, 0.10346202970136134]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 630961787
+    - 
+      positions: [-0.7647698798840961, -0.2542121360221944, -0.5827479402998698, 0.5503039079693237, -1.2674206771238399, 1.411188452991839]
+      velocities: [-0.13261205264895637, -0.1855899116171239, 0.24313431707659994, -0.0009628246718079524, 0.17854392085874027, 0.09913205443322205]
+      accelerations: [-0.21365237575152465, -0.3634009297086205, 0.49492353607547074, -0.09358922070812369, 0.34547773194758885, 0.30499175347231977]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 635872091
+    - 
+      positions: [-0.7654177032146815, -0.2551195274019299, -0.5815589770797459, 0.5502981098965625, -1.2665477842745156, 1.411674450891465]
+      velocities: [-0.13299628850301343, -0.1864427808697075, 0.24434394054464265, -0.0014137873386987799, 0.17934423761908552, 0.10012803515919397]
+      accelerations: [0.056672843557993804, 0.014504684450857118, -7.412025056077918e-14, -0.09129898525065522, -0.018098346837283365, 0.10294109955904468]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 640738032
+    - 
+      positions: [-0.7660647494758652, -0.25602736846014507, -0.5803689740479464, 0.5502901421954286, -1.2656745571176882, 1.412163314396307]
+      velocities: [-0.13272072630958337, -0.18637220079303404, 0.24434394054464248, -0.0018554286599840033, 0.1792562106299843, 0.10062627044126733]
+      accelerations: [0.05648988276592983, 0.01447981140205763, -5.696576924980627e-15, -0.09006642073339478, -0.01805092540232508, 0.10166525796143248]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 645608229
+    - 
+      positions: [-0.7667110197219809, -0.2569356592130646, -0.5791779307751599, 0.550280028458609, -1.2648009953375825, 1.4126550197833478]
+      velocities: [-0.13244581326021376, -0.18630168027100724, 0.2443439405446423, -0.002291486652767357, 0.17916833759133494, 0.10111876096841955]
+      accelerations: [0.056307663026340465, 0.01445493434847165, -6.260763018910374e-14, -0.08884972353093261, -0.0180036082458448, 0.10040530584277621]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 650482683
+    - 
+      positions: [-0.767356515006909, -0.25784439968282513, -0.5779858468261444, 0.5502677920210713, -1.2639270986132394, 1.4131495435867558]
+      velocities: [-0.13217154718764648, -0.186231219496943, 0.24434394054464237, -0.0027220279720049072, 0.17908061843060016, 0.10160557333913398]
+      accelerations: [0.05612618695758315, 0.014430058325975164, 9.09861624397541e-14, -0.08764869403339913, -0.017956368768275235, 0.09916111867679886]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 655361396
+    - 
+      positions: [-0.7680012363841794, -0.2587535898977313, -0.5767927217592291, 0.5502534559627212, -1.263052866617533, 1.4136468625972207]
+      velocities: [-0.1318979259292265, -0.18616081865846518, 0.24434394054464245, -0.003147118373135101, 0.17899305307776275, 0.1020867733029644]
+      accelerations: [0.05594544598975351, 0.014405180545446079, -5.6816741074960533e-14, -0.08646308266424199, -0.017909231955036586, 0.09793239224248539]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 660244370
+    - 
+      positions: [-0.7686451849068824, -0.2596632298920561, -0.5755985551266575, 0.5502370431122928, -1.262178299018032, 1.4141469538566322]
+      velocities: [-0.13162494733820768, -0.18609047794578892, 0.2443439405446424, -0.003566822672332078, 0.17890564141236687, 0.10256242558720918]
+      accelerations: [0.05576543813281347, 0.014380302641067847, 3.40603174118961e-14, -0.0852926750595286, -0.017862192921656174, 0.0967189324362013]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 665131606
+    - 
+      positions: [-0.7692883616276919, -0.26057331970611053, -0.574403346474439, 0.5502185760504351, -1.2613033954767914, 1.4146497946555425]
+      velocities: [-0.13135260926523734, -0.18602019753842827, 0.24434394054464237, -0.003981204850239363, 0.17881838335023642, 0.10303259421682819]
+      accelerations: [0.0555861624264223, 0.01435542726411042, -5.1045943449857214e-14, -0.08413726565899406, -0.017815241116433206, 0.09552056759177757]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 670023107
+    - 
+      positions: [-0.7699307675989062, -0.2614838593863507, -0.5732070953421194, 0.5501980771126206, -1.2604281556499475, 1.4151553625311704]
+      velocities: [-0.1310809095831572, -0.18594997762383525, 0.24434394054464229, -0.004390327943897257, 0.1787312787238854, 0.10349734210739553]
+      accelerations: [0.05540760676947623, 0.014330548424809852, 2.2667319378081796e-14, -0.0829965974194548, -0.01776842053851, 0.09433693866846733]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 674918875
+    - 
+      positions: [-0.7705724038722902, -0.26239484898503046, -0.5720098012634194, 0.5501755683933386, -1.2595525791892557, 1.4156636352605132]
+      velocities: [-0.13080984616948718, -0.18587981838383016, 0.2443439405446423, -0.004794254148541973, 0.1786443273700275, 0.10395673138293562]
+      accelerations: [0.05522977739376272, 0.014305674317375908, -1.1323789156952921e-14, -0.08187050786678668, -0.017721684868115897, 0.09316800534708478]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 679818911
+    - 
+      positions: [-0.7712132714992472, -0.26330628856060334, -0.5708114637654423, 0.5501510717480353, -1.2586766657404185, 1.4161745908616625]
+      velocities: [-0.1305394168978969, -0.1858097199885878, 0.24434394054464237, -0.005193044870978138, 0.1785575291693986, 0.10441082352862767]
+      accelerations: [0.055052665701694654, 0.014280801405642021, 3.394179393048764e-14, -0.08075876321483866, -0.0176750617984683, 0.09201347245800834]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 684723217
+    - 
+      positions: [-0.7718533715307224, -0.2642181781775207, -0.569612082369045, 0.5501246087968168, -1.2578004149440378, 1.416688207588488]
+      velocities: [-0.13026961967735845, -0.18573968262637156, 0.24434394054464226, -0.005586760552140456, 0.17847088385378607, 0.10485967873243147]
+      accelerations: [0.054876261988244635, 0.014255925751122384, -7.912860249470544e-14, -0.07966113003260568, -0.017628583735106725, 0.09087303248561791]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 689631795
+    - 
+      positions: [-0.7724927050170827, -0.26513051790596387, -0.5684116565893088, 0.550096200928189, -1.2569238264367593, 1.4172044639249237]
+      velocities: [-0.1300004523919945, -0.18566970645753156, 0.24434394054464226, -0.005975460974093169, 0.17838439130690348, 0.10530335693766536]
+      accelerations: [0.05470058219327226, 0.014231062561641814, 8.470690016767428e-14, -0.0785775010515687, -0.017582155734362587, 0.08974682062778021]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 694544648
+    - 
+      positions: [-0.7731312730084733, -0.26604330782267677, -0.5672101859339554, 0.5500658692997407, -1.2560468998478436, 1.4177233385907857]
+      velocities: [-0.1297319129499513, -0.18559979165226148, 0.24434394054464242, -0.006359205032851328, 0.17829805131745186, 0.10574191700365795]
+      accelerations: [0.054525596732030224, 0.014206192523037352, -2.256886617042261e-14, -0.0775075517286924, -0.01753591070191526, 0.08863418905874981]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 699461777
+    - 
+      positions: [-0.7737690765543231, -0.26695654800984825, -0.5660076699054246, 0.5500336348441881, -1.2551696348039105, 1.418244810527086]
+      velocities: [-0.12946399928132002, -0.18552993838860748, 0.24434394054464248, -0.006738050764013147, 0.17821186359319632, 0.10617541676380181]
+      accelerations: [0.05435132242112505, 0.014181331642512186, 4.509850072642612e-14, -0.07645118652622475, -0.01748974805003637, 0.08753529767217302]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 704383184
+    - 
+      positions: [-0.774406116703724, -0.26787023855598774, -0.5648041079992063, 0.5499995182698345, -1.2542920309253107, 1.4187688589024297]
+      velocities: [-0.12919670930567925, -0.18546014682801187, 0.24434394054464248, -0.0071120555118667885, 0.1781258279212312, 0.10660391359226186]
+      accelerations: [0.05417774293221603, 0.014156470573592194, -4.505931825878019e-14, -0.07540815116135148, -0.017443735324136362, 0.0864497310109336]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 709308872
+    - 
+      positions: [-0.7750423945051779, -0.2687843795553652, -0.5635994997048696, 0.5499635400649671, -1.253414087828531, 1.4192954631043049]
+      velocities: [-0.12893004095746022, -0.1853904171345807, 0.24434394054464237, -0.007481275816430876, 0.17803994404131523, 0.10702746397624095]
+      accelerations: [0.054004864759234, 0.01413161746356906, -5.627523077814566e-15, -0.07437830532918444, -0.0173978235584616, 0.08537747586917294]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 714238842
+    - 
+      positions: [-0.7756779110067841, -0.26969897110844704, -0.5623938445052212, 0.5499257204994741, -1.252535805124413, 1.419824602740898]
+      velocities: [-0.1286639921674974, -0.1853207494612261, 0.24434394054464229, -0.007845767515738816, 0.17795421173961307, 0.1074461238495722]
+      accelerations: [0.053832679101248775, 0.014106768599489011, -2.249054974809995e-14, -0.07336143762540734, -0.017352042152865364, 0.08431825375228895]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 719173096
+    - 
+      positions: [-0.7763126672561284, -0.2706140133216614, -0.5611871418767269, 0.5498860796282532, -1.2516571824191947, 1.420356257635895]
+      velocities: [-0.12839856089829804, -0.18525114397662754, 0.2443439405446423, -0.008205585589131996, 0.17786863066958158, 0.10785994799131057]
+      accelerations: [0.053661178181073556, 0.014081921191959416, 2.8088789108971413e-14, -0.07235734545466536, -0.0173064147867139, 0.08327180877421016]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 724111637
+    - 
+      positions: [-0.7769466643001955, -0.2715295063072054, -0.5599793912898487, 0.5498446372944418, -1.2507782193153536, 1.4208904078238171]
+      velocities: [-0.12813374511647185, -0.18518160084396085, 0.24434394054464237, -0.008560784301042996, 0.1777832004920999, 0.1082689905155855]
+      accelerations: [0.053490364423920835, 0.01405708015902459, 0.0, -0.07136587700266796, -0.017260914000717904, 0.08223806243209886]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 729054468
+    - 
+      positions: [-0.7775799031854727, -0.2724454501832968, -0.558770592208549, 0.5498014131314124, -1.2498989154105995, 1.4214270335500196]
+      velocities: [-0.12786954276666535, -0.18511212020135182, 0.24434394054464242, -0.00891141733327609, 0.1776979210075018, 0.10867330533163586]
+      accelerations: [0.05332024059012716, 0.014032250603300588, 2.243206604987606e-14, -0.07038688434035408, -0.017215510081248653, 0.08121694598825252]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 734001589
+    - 
+      positions: [-0.778212384958065, -0.2733618450744557, -0.5575607440897457, 0.5497564265646924, -1.2490192702967704, 1.421966115270944]
+      velocities: [-0.1276059518250528, -0.18504270220270028, 0.24434394054464229, -0.009257537543655929, 0.17761279188458956, 0.10907294522946795]
+      accelerations: [0.05315078748785648, 0.014007420924965529, -7.844416635032052e-14, -0.06942011921714314, -0.017170285175212793, 0.08020801226044305]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 738953003
+    - 
+      positions: [-0.7788441106633828, -0.2742786911107936, -0.5563498463846189, 0.5497096968164387, -1.2481392835628156, 1.4225076336442468]
+      velocities: [-0.12734297028742625, -0.18497334700844678, 0.24434394054464226, -0.009599197035464366, 0.17752781272099333, 0.10946796209713697]
+      accelerations: [0.05298201274814922, 0.013982599966969475, 6.717958604204137e-14, -0.06846546300821416, -0.017125185144406332, 0.07921128163611543]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 743908713
+    - 
+      positions: [-0.7794750813463484, -0.2751959884285039, -0.5551378985376709, 0.5496612429066888, -1.2472589547928086, 1.4230515695313424]
+      velocities: [-0.12771534393474293, -0.18582840187902938, 0.24556566024736565, -0.009986967226194195, 0.1783299862638933, 0.11040867005129744]
+      accelerations: [-0.2040319788766091, -0.36038560564376343, 0.494865579788144, -0.08832223400963361, 0.3421211675929993, 0.3015033544875605]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 748868721
+    - 
+      positions: [-0.7801052980513784, -0.27611373716983667, -0.5539248999867545, 0.5496110836559797, -1.2463782835661072, 1.4235979039946152]
+      velocities: [-0.12808701563456723, -0.1866831738547413, 0.24678737995008873, -0.010372032629084139, 0.1791318860696115, 0.11134677566075007]
+      accelerations: [0.053704670574493504, 0.014213032110308416, -5.6444905329922644e-14, -0.06793025911294097, -0.017377822140186377, 0.07880640827652653]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 753783877
+    - 
+      positions: [-0.7807347618222445, -0.2770319374827857, -0.5527108501636323, 0.549559237688624, -1.2454972694586754, 1.4241466182918086]
+      velocities: [-0.12782323860587147, -0.1866133162770307, 0.2467873799500887, -0.010703902052082465, 0.17904650946213116, 0.11173204423577496]
+      accelerations: [0.053534550713706795, 0.014187735063647632, 4.511682900811026e-14, -0.06699241157357663, -0.017332250467273828, 0.0778258269488025]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 758703293
+    - 
+      positions: [-0.7813634737022089, -0.2779505895214172, -0.5514957484933439, 0.5495057234343155, -1.2446159120417781, 1.4246976938769549]
+      velocities: [-0.1275600689893261, -0.1865435227060411, 0.24678737995008881, -0.01103147010044789, 0.1789612829186849, 0.11211284749516759]
+      accelerations: [0.053365108031380656, 0.014162447531665711, 5.634722493228148e-15, -0.06606623912191278, -0.017286819371387117, 0.07685700255996818]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 763626972
+    - 
+      positions: [-0.7819914347339966, -0.27886969344582185, -0.5502795943942773, 0.549450559130679, -1.2437342108822311, 1.4252511123974732]
+      velocities: [-0.1272975047907885, -0.1864737932857417, 0.2467873799500887, -0.011354786062489668, 0.1788762060230903, 0.11248923462705997]
+      accelerations: [0.05319633391664936, 0.014137166026338186, -5.06686238714049e-14, -0.06515155690313462, -0.017241557499788028, 0.07589968332605222]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 768554915
+    - 
+      positions: [-0.7826186459596872, -0.27978924942187156, -0.549062387278595, 0.5493937628262511, -1.2428521655434293, 1.4258068556893961]
+      velocities: [-0.12703554402023393, -0.18640412815494567, 0.2467873799500887, -0.011673898598850827, 0.17879127836857198, 0.11286125424166993]
+      accelerations: [0.05302823173406071, 0.01411189600437125, 3.9374841791812494e-14, -0.06424823709172278, -0.01719643156052728, 0.07495382821561829]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 773487124
+    - 
+      positions: [-0.7832451084208407, -0.28070925762152543, -0.5478441265516467, 0.5493353523820566, -1.241969775584136, 1.4263649057781482]
+      velocities: [-0.12677418469644258, -0.18633452745136878, 0.24678737995008876, -0.01198885573039047, 0.1787064995315431, 0.11322895429336124]
+      accelerations: [0.052860791003138355, 0.014086632335181164, -5.620113361531181e-15, -0.06335609102393273, -0.01715148078122874, 0.07401915504457784]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 778423603
+    - 
+      positions: [-0.783870823158347, -0.2816297182224958, -0.5466248116125692, 0.549275345474745, -1.2410870405598966, 1.4269252448728933]
+      velocities: [-0.1265134248331893, -0.18626499130110136, 0.24678737995008876, -0.012299704908709037, 0.17862186914439349, 0.11359238233121355]
+      accelerations: [0.05269402068224231, 0.014061384723511042, -5.615254946328918e-15, -0.06247502041176253, -0.017106642458085207, 0.0730957250360051]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 783364354
+    - 
+      positions: [-0.7844957912126638, -0.2825506314088174, -0.5454044418532108, 0.5492137595974698, -1.2402039600207553, 1.4274878553699943]
+      velocities: [-0.12625326246846597, -0.18619551984042781, 0.24678737995008881, -0.012606492894759232, 0.17853738674377306, 0.11395158500082445]
+      accelerations: [0.052527898504006305, 0.014036139216102705, 3.3662412696604884e-14, -0.06160478856068971, -0.01706201714822257, 0.07218305563395447]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 788309379
+    - 
+      positions: [-0.7851200136234346, -0.2834719973699606, -0.544183016659751, 0.5491506120643042, -1.2393205335149067, 1.428052719841935]
+      velocities: [-0.12599369565037155, -0.1861261132054502, 0.24678737995008893, -0.01290926583264683, 0.17845305184367782, 0.11430660829794237]
+      accelerations: [0.05236243916120327, 0.014010909707782945, 1.1211109668133209e-14, -0.060745328017289754, -0.017017512642056528, 0.07128131148673335]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 793258681
+    - 
+      positions: [-0.7857434914298365, -0.2843938163016654, -0.5429605354111366, 0.5490859200103898, -1.2384367605853364, 1.4286198210434915]
+      velocities: [-0.1257347224191951, -0.18605677151875666, 0.24678737995008912, -0.013208069337766914, 0.1783688640279729, 0.1146574978869764]
+      accelerations: [0.052197627667616826, 0.013985687647859712, 6.720855674841148e-14, -0.05989643881140958, -0.016973191959105367, 0.07039014019474703]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 798212262
+    - 
+      positions: [-0.7863662256703402, -0.285316088405391, -0.5417369974800818, 0.5490197003954794, -1.2375526407721118, 1.4291891419040539]
+      velocities: [-0.1254763408243778, -0.1859874949019074, 0.24678737995008915, -0.013502948428937303, 0.1782848228646837, 0.11500429881903457]
+      accelerations: [0.05203347184325072, 0.013960481856529622, -5.036289087056658e-14, -0.05905802689100845, -0.016928997681492298, 0.06950959287159407]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 803170124
+    - 
+      positions: [-0.7869882173829271, -0.2862388138888369, -0.5405124022320813, 0.5489519700048038, -1.2366681736102854, 1.429760665530735]
+      velocities: [-0.1252185489327592, -0.18591828348193384, 0.24678737995008887, -0.013793947502161261, 0.17820092786044367, 0.11534705539190532]
+      accelerations: [0.051869953434465425, 0.013935281181871161, -6.150150490545591e-14, -0.058229882801515795, -0.01688501106089183, 0.06863926207782305]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 808132271
+    - 
+      positions: [-0.787609467604779, -0.2871619929652257, -0.5392867490267181, 0.5488827454529225, -1.2357833586328622, 1.4303343751991202]
+      velocities: [-0.1249613448160016, -0.18584913738198625, 0.2467873799500887, -0.014081110393293947, 0.17811717852597803, 0.11568581137573589]
+      accelerations: [0.051707085343952776, 0.01391009820144225, -5.586220436938394e-15, -0.05741193863970633, -0.01684114835982648, 0.06777929058166574]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 813098705
+    - 
+      positions: [-0.7882299773725945, -0.288085625854067, -0.5380600372162311, 0.5488120431839655, -1.2348981953677303, 1.4309102543588064]
+      velocities: [-0.12470472654696751, -0.18578005671835934, 0.24678737995008873, -0.01436448040448312, 0.17803357439688688, 0.1160206100891766]
+      accelerations: [0.05154485081546251, 0.013884922974164616, 1.1162800671272523e-14, -0.05660399662585593, -0.016797482336030192, 0.0669293029167963]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 818069429
+    - 
+      positions: [-0.7888497477223105, -0.2890097127805071, -0.5368322661466949, 0.5487398794752426, -1.2340126833403329, 1.4314882866249325]
+      velocities: [-0.1244486922171382, -0.18571104161391527, 0.24678737995008884, -0.014644100233816005, 0.17795011494109958, 0.11635149409980856]
+      accelerations: [0.051383255745343775, 0.013859762656843248, 3.3459513363276767e-14, -0.05580596136432557, -0.016753966614465453, 0.0660893218041674]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 823044444
+    - 
+      positions: [-0.7894687796892775, -0.2899342539757607, -0.5356034351572045, 0.548666270438238, -1.2331268220719611, 1.4320684557804424]
+      velocities: [-0.1241932399030975, -0.1856420921726082, 0.2467873799500891, -0.01492001213195841, 0.17786679973684477, 0.1166785058214044]
+      accelerations: [0.05122229688395588, 0.013834617559211839, 6.686131288742742e-14, -0.05501769902371569, -0.016710602303995403, 0.06525921309015555]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 828023755
+    - 
+      positions: [-0.7900870743082529, -0.29085924967710786, -0.5343735435798603, 0.5485912320206178, -1.2322406110797954, 1.432650745774087]
+      velocities: [-0.1239383677156354, -0.18557320851707138, 0.24678737995008893, -0.015192257692813595, 0.1777836282098216, 0.11700168665269015]
+      accelerations: [0.051061960418247336, 0.013809479730309101, -1.3360732417157174e-13, -0.05423903096309892, -0.016667448659899955, 0.06443865424061888]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 833007363
+    - 
+      positions: [-0.7907046326131729, -0.29178470012736835, -0.5331425907407203, 0.5485147800094351, -1.2313540498790898, 1.4332351407132597]
+      velocities: [-0.12368407376311968, -0.1855043907604193, 0.2467873799500886, -0.01546087802437146, 0.17770059983065445, 0.1173210776366633]
+      accelerations: [0.05090225784323115, 0.013784360804810962, -5.562172824093614e-15, -0.05346989284821678, -0.016624427498412538, 0.06362777675281928]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 837995271
+    - 
+      positions: [-0.7913214556374499, -0.29271060557561507, -0.53191057595846, 0.5484369300313795, -1.2304671379802914, 1.4338216248691695]
+      velocities: [-0.12343035615608702, -0.18543563900990429, 0.2467873799500887, -0.015725913735870505, 0.17761771408904214, 0.11763671938333892]
+      accelerations: [0.05074317352747347, 0.013759251369260855, 5.557378988483514e-14, -0.052710101789873814, -0.016581608370375235, 0.06282622816151233]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 842987483
+    - 
+      positions: [-0.7919375444137018, -0.29363696627655145, -0.5306774985455031, 0.5483576975561452, -1.2295798748916122, 1.4344101826687927]
+      velocities: [-0.12317721301363, -0.18536695337215703, 0.24678737995008893, -0.015987404915220417, 0.17753497046043487, 0.11794865196446387]
+      accelerations: [0.050584716400118857, 0.013734160935676027, 2.7762951487874796e-14, -0.051959585136279456, -0.01653892658109445, 0.06203409815004932]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 847984000
+    - 
+      positions: [-0.7925528999740016, -0.2945637824911137, -0.529443357806896, 0.5482770978969348, -1.2286922601166341, 1.4350007986988864]
+      velocities: [-0.12292464245359254, -0.18529833394526868, 0.24678737995008898, -0.016245391180949455, 0.17745236845922174, 0.11825691509634756]
+      accelerations: [0.05042687478932368, 0.013709083270974313, 5.547806714733265e-15, -0.05121818170343183, -0.01649643028528194, 0.06125110859098531]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 852984826
+    - 
+      positions: [-0.7931675233496861, -0.2954910544860318, -0.5282081530410907, 0.5481951462133119, -1.2278042931561, 1.4355934576999032]
+      velocities: [-0.12267264262705954, -0.18522978084554068, 0.24678737995008876, -0.016499911538923148, 0.177369907448691, 0.11856154752605076]
+      accelerations: [0.05026964385522953, 0.013684017182327058, -9.423147949592367e-14, -0.05048576232246457, -0.016454130852264593, 0.06047710432017877]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 857989963
+    - 
+      positions: [-0.7937814155713113, -0.29641878253373743, -0.526971883540099, 0.5481118575132405, -1.2269159735083395, 1.4361881445632358]
+      velocities: [-0.12303268986292566, -0.18608692950918826, 0.2480213168498393, -0.01683538308768643, 0.17817381920511932, 0.11945764894756415]
+      accelerations: [-0.1948767478801676, -0.3575079923343614, 0.4948822519417605, -0.08385073761436036, 0.3389383229729941, 0.2986643111602621]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 862999415
+    - 
+      positions: [-0.794394577668859, -0.29734696691286566, -0.5257345485885493, 0.5480272466537478, -1.2260273006672628, 1.4367848443343547]
+      velocities: [-0.12339205120364952, -0.18694380275616054, 0.24925525374958968, -0.017168695574100237, 0.17897746036677203, 0.12035167514396515]
+      accelerations: [0.05096116084697712, 0.013907980679352484, -1.6207581269389631e-13, -0.050033351988081065, -0.016699037379683812, 0.06014099868621009]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 867963543
+    - 
+      positions: [-0.7950070106715782, -0.29827560790789653, -0.5244961474643274, 0.5479413283435317, -1.225138274123855, 1.4373835422075039]
+      velocities: [-0.12313924944825863, -0.18687476569045391, 0.24925525374958937, -0.01741549140752148, 0.1788945986836208, 0.12064858491111918]
+      accelerations: [0.050802633542307664, 0.013882458570347053, 4.4672079919665566e-14, -0.049313038922207675, -0.01665642036520845, 0.059378453194191]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 872931948
+    - 
+      positions: [-0.7956187156079291, -0.299204705809028, -0.5232566794387875, 0.5478541171449691, -1.2242488933666997, 1.4379842235228006]
+      velocities: [-0.12288701666667642, -0.18680579601351524, 0.2492552537495897, -0.01765893966620866, 0.1788118771394555, 0.1209419805491729]
+      accelerations: [0.05064472529607609, 0.013856955799369613, 8.926726134345584e-14, -0.04860144874686915, -0.016613962290320274, 0.05862474326275053]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 877904634
+    - 
+      positions: [-0.7962296935057391, -0.3001342609125697, -0.5220161437760156, 0.5477656274749892, -1.2233591578804544, 1.4385868737682586]
+      velocities: [-0.122635350999203, -0.18673689381233316, 0.24925525374958982, -0.01789907745477092, 0.17872929521065317, 0.12123189927716141]
+      accelerations: [0.05048742962007491, 0.013831470077469267, -4.4595220984603634e-14, -0.047898451997322254, -0.01657168233671236, 0.0578796933147983]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 882881603
+    - 
+      positions: [-0.7968399453921269, -0.3010642735207694, -0.520774539733126, 0.5476758736071629, -1.2224690671465643, 1.4391914785764448]
+      velocities: [-0.12238425061224673, -0.18666805918656554, 0.24925525374958973, -0.01813594133580349, 0.17864685226234062, 0.12151837751190749]
+      accelerations: [0.050330739339065386, 0.013805998449253652, 1.6708818968105596e-14, -0.04720391782996634, -0.016529605083684965, 0.05714311372938122]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 887862858
+    - 
+      positions: [-0.797449472293404, -0.3019947439415944, -0.5195318665606438, 0.5475848696738558, -1.2215786206441759, 1.4397980237207144]
+      velocities: [-0.12213371366726812, -0.18659929222500932, 0.2492552537495898, -0.018369567467668123, 0.1785645477194611, 0.12180145142831189]
+      accelerations: [0.05017466047088046, 0.013780548080505429, 5.5648148973783136e-15, -0.04651777289566535, -0.016487680973529362, 0.056415054817961205]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 892848403
+    - 
+      positions: [-0.7980582752352641, -0.30292567248919644, -0.518288123501636, 0.5474926296668827, -1.2206878178483125, 1.4404064951179916]
+      velocities: [-0.12188373833943711, -0.18653059301992264, 0.2492552537495899, -0.018599991532008517, 0.17848238096211533, 0.12208115662742113]
+      accelerations: [0.05001917837810585, 0.013755110271683078, 3.89201981865395e-14, -0.04583985802640471, -0.01644597653740509, 0.05569519462361466]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 897838240
+    - 
+      positions: [-0.7986663552425205, -0.3038570594832998, -0.5170433097928098, 0.5473991674404556, -1.2197966582323445, 1.4410168788213236]
+      velocities: [-0.1216343228097585, -0.18646196166091583, 0.24925525374958993, -0.018827248773427712, 0.17840035137117916, 0.12235752828932686]
+      accelerations: [0.049864302248095814, 0.013729694627408893, -3.333147919762035e-14, -0.0451701164537144, -0.016404423999761834, 0.05498364525148814]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 902832372
+    - 
+      positions: [-0.7992737133393683, -0.30478890524983865, -0.5157974246633318, 0.5473044967114343, -1.218905141265486, 1.4416291610243286]
+      velocities: [-0.12138546525555974, -0.18639339822786077, 0.24925525374959, -0.019051374045523504, 0.1783184583813321, 0.1226306013492471]
+      accelerations: [0.04971002127921077, 0.013704295294869417, 6.105516475976101e-14, -0.044508408211754724, -0.016363068568917703, 0.0542801562223958]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 907830803
+    - 
+      positions: [-0.7998803505492024, -0.30572121012054065, -0.5145504673355705, 0.5472086310618097, -1.2180132664144823, 1.4422433280556572]
+      velocities: [-0.12113716387368473, -0.18632490280862268, 0.24925525374959007, -0.01927240171950925, 0.17823670134983566, 0.12290041008139772]
+      accelerations: [0.049556335381429915, 0.01367891476770384, -3.8819880750864386e-14, -0.04385464059057704, -0.016321895081830486, 0.05358467348813322]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 912833535
+    - 
+      positions: [-0.8004862678946766, -0.3066539744330768, -0.5133024370248034, 0.5471115839399492, -1.2171210331430506, 1.4428593663788374]
+      velocities: [-0.12088941687106197, -0.186256475491838, 0.2492552537495899, -0.019490365730604427, 0.17815507960937244, 0.1231669882759106]
+      accelerations: [0.049403237578876456, 0.01365355009945054, -1.662278903582183e-14, -0.04320869296579977, -0.016280927499027507, 0.05289701840460977]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 917840572
+    - 
+      positions: [-0.8010914663976035, -0.3075871985308386, -0.5120533329396045, 0.547013368662611, -1.2162284409127895, 1.443477262588648]
+      velocities: [-0.12064222244528312, -0.1861881163520558, 0.24925525374958965, -0.01970529966406053, 0.17807359257913158, 0.1234303695991571]
+      accelerations: [0.04925073553870227, 0.013628209705880487, -8.857866838309889e-14, -0.04257050761357744, -0.016240106342977262, 0.052217281316174445]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 922851917
+    - 
+      positions: [-0.8016959470791857, -0.3085208827635057, -0.5108031542807934, 0.5469139984152843, -1.2153354891809633, 1.4440970034149374]
+      velocities: [-0.12039557880750355, -0.18611982546731687, 0.24925525374958962, -0.019917236666196346, 0.17799223963452263, 0.12369058718161516]
+      accelerations: [0.04909881316129603, 0.013602883623521696, 7.19083105224494e-14, -0.04193992907872379, -0.016199507551653038, 0.05154511980689478]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 927867574
+    - 
+      positions: [-0.8022997109597135, -0.3094550274863331, -0.5095519002427138, 0.5468134862551829, -1.2144421774033543, 1.4447185757144072]
+      velocities: [-0.12014948418340057, -0.1860516029203327, 0.24925525374958968, -0.020126209444819913, 0.17791102010019377, 0.12394767360216646]
+      accelerations: [0.048947477753080115, 0.013577579791843115, -3.868658379852888e-14, -0.04131690043201618, -0.016159074491298484, 0.05088061844357882]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 932887544
+    - 
+      positions: [-0.8029027590587837, -0.3103896330606965, -0.5082995700122275, 0.5467118451115996, -1.2135485050321488, 1.4453419664742384]
+      velocities: [-0.11990393678147575, -0.18598344877350984, 0.2492552537495897, -0.020332250407180827, 0.17782993343337847, 0.12420166147747949]
+      accelerations: [0.048796725865614295, 0.013552298204557304, 4.417524574634343e-14, -0.040701321880724804, -0.016118809962954603, 0.050223670531621106]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 937911832
+    - 
+      positions: [-0.8035050923952858, -0.3113246998540654, -0.5070461627687396, 0.5466090877874338, -1.2126544715160552, 1.445967162810392]
+      velocities: [-0.1196589348563757, -0.18591536311801954, 0.24925525374958973, -0.020535391405581888, 0.17774897885888014, 0.12445258230568386]
+      accelerations: [0.048646539622359534, 0.01352702726320913, -3.310296683725173e-14, -0.040093035842558085, -0.016078802685629275, 0.04957390083051216]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 942940441
+    - 
+      positions: [-0.8041067119870488, -0.3122602282391702, -0.5057916776856989, 0.5465052269623205, -1.2117600763036465, 1.4465941519583547]
+      velocities: [-0.11941447663999138, -0.18584734602098102, 0.24925525374958962, -0.020735664024123898, 0.17766815576639386, 0.1247004677350596]
+      accelerations: [0.04849694301251562, 0.013501787973583607, -5.512421057680045e-15, -0.039492057232233264, -0.016038897401434913, 0.04893170798590069]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 947973375
+    - 
+      positions: [-0.8047076188514477, -0.31319621859547997, -0.5045361139278947, 0.5464002751910684, -1.2108653188375362, 1.447222921285539]
+      velocities: [-0.11917056036607654, -0.18577939754406375, 0.2492552537495895, -0.02093309948324127, 0.17758746356772828, 0.12494534911469121]
+      accelerations: [0.04834790837875671, 0.0134765613435466, -3.855379806600243e-14, -0.038898191164989986, -0.015999239504120754, 0.048296538951576366]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 953010636
+    - 
+      positions: [-0.805307814004829, -0.31413267130782635, -0.5032794706539366, 0.5462942449078477, -1.2099701985598585, 1.4478534582769982]
+      velocities: [-0.11892718430619409, -0.18571151777166323, 0.24925525374958957, -0.02112772849886483, 0.17750690148828321, 0.12518725683893603]
+      accelerations: [0.048199445446137495, 0.01345135717137134, 5.502954248664203e-14, -0.038311397132673286, -0.015959756719521056, 0.047668532139584635]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 958052228
+    - 
+      positions: [-0.8059072984627879, -0.31506958676709296, -0.5020217470149883, 0.5461871484261773, -1.2090747149095649, 1.4484857505405038]
+      velocities: [-0.11868434670382158, -0.1856437067598026, 0.2492552537495897, -0.02131958155650855, 0.17742646895118092, 0.12542622156954386]
+      accelerations: [0.04805155275572422, 0.013426176765696667, 0.0, -0.03773158974755198, -0.01592044181405225, 0.047047620677535124]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 963098154
+    - 
+      positions: [-0.8065060732401977, -0.31600696537029577, -0.5007629421546033, 0.5460789979401498, -1.2081788673221525, 1.4491197858058698]
+      velocities: [-0.11844204582220375, -0.1855759645731661, 0.24925525374958984, -0.021508688719796814, 0.17734616529761388, 0.12566227335346009]
+      accelerations: [0.047904221036498676, 0.013401015215687673, 4.944154520910908e-14, -0.03715865305628992, -0.01588133353647683, 0.046433593292821214]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 968148418
+    - 
+      positions: [-0.8071041393510496, -0.3169448075202121, -0.49950305520938165, 0.5459698055265226, -1.207282655231149, 1.449755551920166]
+      velocities: [-0.1182002799451776, -0.18550829128576826, 0.24925525374958968, -0.02169507963476333, 0.17726598978097877, 0.12589544161207905]
+      accelerations: [0.047757448555293056, 0.013375873578861771, -1.1526452535292985e-13, -0.03659250402170932, -0.015842426911513146, 0.04582637968399081]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 973203023
+    - 
+      positions: [-0.8077014978084682, -0.3178831136254309, -0.4982420853088567, 0.545859583145923, -1.206386078067938, 1.4503930368468834]
+      velocities: [-0.11854824016167598, -0.1863677214632633, 0.2505015300183376, -0.021988633518110735, 0.1780716715285841, 0.12675695683464827]
+      accelerations: [-0.18614145289662107, -0.35474154898777444, 0.49494114549226725, -0.07983775612904362, 0.335872814894556, 0.29612377274815904]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 978261974
+    - 
+      positions: [-0.8082981496248914, -0.31882188410080586, -0.4969800315746663, 0.5457483426433094, -1.2054891352600274, 1.4510322286687305]
+      velocities: [-0.118895529753628, -0.18722688315054203, 0.2517478062870858, -0.022280428153829267, 0.17887708083996856, 0.12761677742353322]
+      accelerations: [0.04841964175569724, 0.013593506493915053, 2.213662883563694e-14, -0.03619342814586524, -0.016082021925040636, 0.04552939760477169]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 983275140
+    - 
+      positions: [-0.8088940958118193, -0.31976111936685775, -0.4957168931216087, 0.5456360957504125, -1.204591826233406, 1.4516731155808724]
+      velocities: [-0.11865295683577087, -0.1871587422428373, 0.2517478062870857, -0.02246062926964181, 0.17879648791066358, 0.12784371704450506]
+      accelerations: [0.04827162617211293, 0.013567930794436052, -6.635285811571624e-14, -0.035636193763403864, -0.01604288114990741, 0.04493052620156223]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 988292616
+    - 
+      positions: [-0.8094893373800237, -0.32070081985030446, -0.4944526690566747, 0.5455228540860058, -1.2036941504105196, 1.4523156858944595]
+      velocities: [-0.11841091734400747, -0.1870906711609947, 0.25174780628708576, -0.022638203434011538, 0.17871602169498974, 0.12806786071228532]
+      accelerations: [0.048124166270758245, 0.01354237329004331, 8.83945074649776e-14, -0.03508552263953308, -0.016003970035197247, 0.04433818653903531]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 993314404
+    - 
+      positions: [-0.810083875339301, -0.32164098598346136, -0.4931873584801082, 0.545408629158307, -1.2027961072126268, 1.4529599280299026]
+      velocities: [-0.11816940956233843, -0.1870226699606599, 0.2517478062870858, -0.022813178898283958, 0.17863568150694592, 0.1282892366605513]
+      accelerations: [0.04797727218100941, 0.013516843937647415, -7.72787791512453e-14, -0.034541381718740057, -0.015965213460503194, 0.04375253130231497]
+      effort: []
+      time_from_start: 
+        secs: 17
+        nsecs: 998340507
+    - 
+      positions: [-0.8106777106987604, -0.3225816182049714, -0.49192096048407613, 0.5452934323648394, -1.2018976960569916, 1.4536058305222581]
+      velocities: [-0.1179284317838667, -0.18695473869831808, 0.2517478062870856, -0.02298558356656077, 0.17855546663786379, 0.1285078727279798]
+      accelerations: [0.04783092734805862, 0.013491332287352924, 1.1030346100204325e-14, -0.03400363427717147, -0.01592669448104565, 0.04317321896155546]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:   3370930
+    - 
+      positions: [-0.8112708444664929, -0.32352271695900614, -0.49065347415408855, 0.5451772749951708, -1.2009989163600219, 1.4542533820127228]
+      velocities: [-0.11768798230604507, -0.18688687742739546, 0.2517478062870856, -0.02315544501951875, 0.17847537638907265, 0.1287237964613633]
+      accelerations: [0.04768514378868823, 0.013465849829011809, -1.1020874888967449e-14, -0.03347225717963992, -0.01588832511443529, 0.042600443340676114]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:   8405677
+    - 
+      positions: [-0.8118632776499152, -0.3244642826961223, -0.4893848985674438, 0.5450601682305245, -1.200099767533971, 1.4549025712551689]
+      velocities: [-0.11744805942167758, -0.18681908619122622, 0.2517478062870857, -0.02332279055451423, 0.17839541012423582, 0.12893703528456082]
+      accelerations: [0.047539908548376496, 0.013440388915794133, 4.4045647567654684e-14, -0.03294713021999268, -0.015850167519096726, 0.042033930863534755]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  13444750
+    - 
+      positions: [-0.8124550112555201, -0.32540631587266233, -0.48811523279428576, 0.5449421231460981, -1.199200248989294, 1.4555533871095034]
+      velocities: [-0.11720866145760613, -0.1867513650534337, 0.2517478062870857, -0.023487647037718745, 0.17831556703492057, 0.1291476157730735]
+      accelerations: [0.047395218304552525, 0.013414948969616775, -5.500978523468887e-14, -0.03242817203800898, -0.015812226859102173, 0.04147358765945624]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  18488153
+    - 
+      positions: [-0.8130460462888497, -0.32634881695071016, -0.48684447589767355, 0.5448231507123253, -1.1983003601348614, 1.4562058185400555]
+      velocities: [-0.11696978672000571, -0.18668371405523498, 0.25174780628708576, -0.023650041123016986, 0.17823584647266327, 0.12935556469074244]
+      accelerations: [0.04725108183368336, 0.013389539288004739, 8.794008229804324e-14, -0.03191534981541931, -0.01577443349946057, 0.04091955211858605]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  23535891
+    - 
+      positions: [-0.8136363837547685, -0.3272917863987682, -0.48557262693233955, 0.5447032617947893, -1.1974001003753403, 1.456859854620547]
+      velocities: [-0.11673143352532264, -0.18661613323965892, 0.25174780628708593, -0.023809999134186646, 0.17815624776036632, 0.1295609084069208]
+      accelerations: [0.04710748354492983, 0.013364149683685846, -2.1966143094136612e-14, -0.03140853595957166, -0.015736867386361535, 0.04037149974185271]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  28587967
+    - 
+      positions: [-0.8142260246571413, -0.3282352246909905, -0.4842996849460622, 0.5445824671568068, -1.1964994691142332, 1.4575154845259215]
+      velocities: [-0.11649360021416807, -0.1865486226623912, 0.2517478062870858, -0.02396754701653024, 0.17807677010793305, 0.12976367264024494]
+      accelerations: [0.046964426741949096, 0.013338785158266711, -2.1947281528203924e-14, -0.030907678978786574, -0.0156994923383474, 0.03982946784161969]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  33644384
+    - 
+      positions: [-0.8148149699989722, -0.3291791323075308, -0.48302564897901423, 0.5444607774598977, -1.1955984657525283, 1.4581726975344131]
+      velocities: [-0.11625628511617736, -0.18648118236422326, 0.25174780628708565, -0.02412271047734504, 0.17799741282684037, 0.12996388312738036]
+      accelerations: [0.046821909774879135, 0.013313446439455121, -4.385687149269756e-14, -0.030412707418856304, -0.015662303289442597, 0.03929339735806674]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  38705147
+    - 
+      positions: [-0.8154032207824198, -0.33012350973460197, -0.4817505180636471, 0.5443382032648244, -1.194697089688519, 1.458831483026878]
+      velocities: [-0.11601948657006045, -0.1864138123870545, 0.2517478062870856, -0.024275514910824497, 0.1779181752067544, 0.1301615652434674]
+      accelerations: [0.04667992801309003, 0.013288132186993604, 3.286440842965002e-14, -0.02992354051386497, -0.015625312920547526, 0.038763175750577826]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  43770259
+    - 
+      positions: [-0.8159907780087431, -0.33106835746435304, -0.48047429122489166, 0.5442147550329117, -1.1937953403183033, 1.4594918304845803]
+      velocities: [-0.11578320291860517, -0.18634651276963943, 0.2517478062870857, -0.024425985422652674, 0.1778390565481081, 0.13035674410672882]
+      accelerations: [0.046538481797096055, 0.013262844806862274, 0.0, -0.029440116992334793, -0.015588503307511126, 0.03823878572505147]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  48839725
+    - 
+      positions: [-0.8165776426783684, -0.3320136759950498, -0.4791969674798204, 0.544090443126828, -1.1928932170351167, 1.4601537294896867]
+      velocities: [-0.11554743251558149, -0.18627928355339488, 0.2517478062870856, -0.024574146806577706, 0.17776005611659812, 0.13054944444366606]
+      accelerations: [0.04639756379757301, 0.013237580671277699, -3.2807987727181875e-14, -0.02896234733278548, -0.01555190505203959, 0.037720062126083274]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  53913548
+    - 
+      positions: [-0.8171638157907618, -0.3329594658307791, -0.4779185458381617, 0.5439652778121862, -1.1919907192305152, 1.4608171697215075]
+      velocities: [-0.11531217372672206, -0.18621212478314192, 0.25174780628708554, -0.02472002354532744, 0.17768117313708953, 0.13073969057415935]
+      accelerations: [0.046257173995427836, 0.013212341896373329, 0.0, -0.02849017109211075, -0.015515502629943678, 0.03720698227065848]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  58991732
+    - 
+      positions: [-0.8177492983444856, -0.3339057274816031, -0.476639025302008, 0.5438392692583325, -1.1910878462938028, 1.4614821409568028]
+      velocities: [-0.11507742490521737, -0.1861450364876388, 0.2517478062870855, -0.02486363990743006, 0.1776024069490524, 0.13092750689010857]
+      accelerations: [0.04611731472171795, 0.013187132519092192, -3.2751658665971444e-14, -0.028023537334279966, -0.015479265409190226, 0.03669956999844927]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  64074280
+    - 
+      positions: [-0.8183340913373185, -0.3348524614638661, -0.47535840486524794, 0.5437124275388701, -1.1901845976108718, 1.4621486330714342]
+      velocities: [-0.11484318441930563, -0.18607801870155624, 0.2517478062870855, -0.025005019845049582, 0.17752375683154037, 0.1311129173232255]
+      accelerations: [0.04597797510130942, 0.013161945998327847, 4.3631370693754256e-14, -0.027562345821037424, -0.015443246790692316, 0.03619759347092543]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  69161198
+    - 
+      positions: [-0.818918195766037, -0.33579966829967633, -0.4740766835144849, 0.5435847626336151, -1.1892809725662632, 1.462816636034626]
+      velocities: [-0.11460945065733269, -0.1860110714693232, 0.2517478062870855, -0.025144186980958043, 0.1774452219715948, 0.13129594525370902]
+      accelerations: [0.04583915551511421, 0.013136784866199796, -3.269541971970436e-14, -0.027106540958159647, -0.015407428548374, 0.03570104114823799]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  74252489
+    - 
+      positions: [-0.81950161262648, -0.3367473485170771, -0.4727938602287065, 0.5434562844292896, -1.1883769705424965, 1.463486139909549]
+      velocities: [-0.11437622199087431, -0.1859441948162785, 0.2517478062870855, -0.025281164749539693, 0.17736680169648225, 0.13147661422234624]
+      accelerations: [0.04570085959514072, 0.01311165391962761, 3.2667333570486797e-14, -0.026656078364998278, -0.015371772786300253, 0.035209961554115723]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  79348158
+    - 
+      positions: [-0.8200843429137012, -0.33769550265044224, -0.47150993397856955, 0.5433270027198918, -1.1874725909186146, 1.4641571348556668]
+      velocities: [-0.11414349680045452, -0.18587738876896248, 0.2517478062870856, -0.025415976302365334, 0.1772884953122203, 0.13165494743889888]
+      accelerations: [0.0455630776146587, 0.013086547709554325, 1.0879756460437892e-14, -0.026210865747162002, -0.01533632474364764, 0.03472415032717318]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  84448207
+    - 
+      positions: [-0.82066638762178, -0.33864413124001996, -0.4702249037271972, 0.5431969272084721, -1.1865678330719522, 1.4648296111237205]
+      velocities: [-0.11391127348951696, -0.18581065336587674, 0.2517478062870856, -0.025548644462620035, 0.17721030201392782, 0.1318309675154402]
+      accelerations: [0.04542580775936511, 0.013061466817403545, -1.0870408990415925e-14, -0.025770841282958958, -0.015301081686463571, 0.03424355185423024]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  89552642
+    - 
+      positions: [-0.8212477477438261, -0.339593234831965, -0.46893876843010474, 0.5430660675080451, -1.1856626963780472, 1.4655035590550067]
+      velocities: [-0.1142473695249047, -0.1866725420051949, 0.2530065453185209, -0.025807911523675384, 0.17801768710872434, 0.13266515197708587]
+      accelerations: [-0.17778543683452303, -0.35206057959250303, 0.49501033103030007, -0.0760822237918724, 0.33287540355207895, 0.29366604497462423]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  94661466
+    - 
+      positions: [-0.821828424272081, -0.3405428139786023, -0.4676515270347186, 0.5429344331421478, -1.1847571802096741, 1.466178969082635]
+      velocities: [-0.1145828093570776, -0.18753416854532218, 0.2542652843499564, -0.026065717190468442, 0.17882479429335058, 0.133497919970748]
+      accelerations: [0.04606037674870351, 0.01327291882566689, 6.576151761050493e-14, -0.02540675504404466, -0.015537287628905109, 0.033967233280774056]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs:  99724058
+    - 
+      positions: [-0.8224084181978801, -0.34149286923834976, -0.4663631784804918, 0.5428020335459134, -1.1838512839371458, 1.4668558317299243]
+      velocities: [-0.11434977481068168, -0.18746697999827117, 0.25426528434995643, -0.02619335352279352, 0.17874615731944768, 0.1336688273523666]
+      accelerations: [0.045921907193651454, 0.013247417593505973, -4.380333443449559e-14, -0.024973402567310513, -0.015501918514675956, 0.03349267304822705]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 104791004
+    - 
+      positions: [-0.8229877305115804, -0.342443401175555, -0.465073721699188, 0.5426688780673126, -1.1829450069290048, 1.467534137607904]
+      velocities: [-0.11411724072116108, -0.18739986290624455, 0.25426528434995654, -0.02631891479900928, 0.17866763160075516, 0.133837488128556]
+      accelerations: [0.04578395398949898, 0.01322194568508099, 8.753137090811425e-14, -0.02454510184798124, -0.01546673443703219, 0.033023245918702385]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 109862309
+    - 
+      positions: [-0.8235663622026449, -0.343394410360724, -0.46378315561445427, 0.5425349759677045, -1.182038348551155, 1.4682138774164029]
+      velocities: [-0.113885205495174, -0.1873328172939938, 0.25426528434995654, -0.0264424228158378, 0.1785892163758353, 0.1340039240256511]
+      accelerations: [0.04564651076317739, 0.01319650021286849, -7.65241129661786e-14, -0.024121777363273162, -0.015431760749500718, 0.032558813267381]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 114937977
+    - 
+      positions: [-0.8241443142595413, -0.34434589737027615, -0.46249147914224303, 0.5424003364231701, -1.1811313081678427, 1.4688950419409152]
+      velocities: [-0.11365366754277458, -0.18726584318336625, 0.25426528434995666, -0.0265638991296855, 0.17851091089474325, 0.13416815656085268]
+      accelerations: [0.04550958003055546, 0.013171085026310397, 1.0922617870202566e-13, -0.02370338600854476, -0.015396966565053618, 0.032099407153873015]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 120018012
+    - 
+      positions: [-0.8247215876698561, -0.34529786278685753, -0.46119869119024065, 0.5422649685249179, -1.1802238851404938, 1.4695776220543768]
+      velocities: [-0.11342262527169816, -0.18719894058877362, 0.2542652843499569, -0.026683365080792033, 0.17843271445824127, 0.13433020716215666]
+      accelerations: [0.045373157678096264, 0.013145699020216502, -3.2739679490263745e-14, -0.023289862156975337, -0.015362361785575464, 0.031644936586081876]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 125102418
+    - 
+      positions: [-0.8252981834202537, -0.3462503071992443, -0.459904790658025, 0.5421288812803549, -1.1793160788281112, 1.4702616087153788]
+      velocities: [-0.11319207711225258, -0.18713210953656192, 0.2542652843499567, -0.026800841706995673, 0.17835462625602672, 0.13449009668484152]
+      accelerations: [0.04523723644988756, 0.013120338423329738, -2.180768391567355e-14, -0.022881129154321243, -0.01532797918533346, 0.03119524374743221]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 130191199
+    - 
+      positions: [-0.825874102496338, -0.3472032312020191, -0.45860977643762635, 0.5419920836144972, -1.178407888588551, 1.4709469929644197]
+      velocities: [-0.11296202148815745, -0.18706535004231506, 0.25426528434995654, -0.026916349851430793, 0.1782766455542469, 0.13464784597951662]
+      accelerations: [0.045101823718351315, 0.013095011055192436, -5.4472320957341904e-14, -0.022477164097956654, -0.015293754937364443, 0.03075046138440843]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 135284361
+    - 
+      positions: [-0.8264493458829039, -0.34815663539621616, -0.457313647412364, 0.5418545843698171, -1.177499313776086, 1.4716337659285859]
+      velocities: [-0.11273245683172328, -0.18699866212256475, 0.2542652843499565, -0.027029910112100708, 0.1781987715990789, 0.13480347560402106]
+      accelerations: [0.044966906279359835, 0.013069708546495099, 4.3540372545744443e-14, -0.022077870911875346, -0.015259759650009173, 0.03031031899556116]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 140381907
+    - 
+      positions: [-0.8270239145636494, -0.3491105203886114, -0.4560164024580941, 0.5417163923082498, -1.1765903537441467, 1.4723219188144938]
+      velocities: [-0.1125033815854036, -0.18693204579672346, 0.2542652843499565, -0.02714154283710821, 0.17812100360286584, 0.13495700578643874]
+      accelerations: [0.04483249090540273, 0.013044437949683487, -4.3502914930540264e-14, -0.021683225143957735, -0.015225935022021861, 0.02987493493804762]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 145483842
+    - 
+      positions: [-0.8275978095214047, -0.35006488679232606, -0.4547180404421285, 0.5415775161111049, -1.1756810078430815, 1.4730114429125472]
+      velocities: [-0.11227479418356169, -0.18686550107188654, 0.25426528434995643, -0.027251268194274467, 0.17804334086776724, 0.13510845679601902]
+      accelerations: [0.04469857156251575, 0.013019196861470772, 3.259911275242807e-14, -0.021293158416754724, -0.015192303095929, 0.02944418475019224]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 150590171
+    - 
+      positions: [-0.8281710317380393, -0.3510197352265925, -0.4534185602236257, 0.5414379643802844, -1.1747712754210378, 1.473702329594101]
+      velocities: [-0.11204669308166051, -0.18679902796614584, 0.2542652843499564, -0.02735910607041766, 0.17796578259227133, 0.13525784836761762]
+      accelerations: [0.044565143592781326, 0.01299398319164952, -6.514211778963276e-14, -0.020907607132011594, -0.01515888144942297, 0.02901796143538133]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 155700897
+    - 
+      positions: [-0.8287435821943845, -0.35197506631659226, -0.4521179606538741, 0.5412977456393747, -1.1738611558246526, 1.4743945703091155]
+      velocities: [-0.11181907672872997, -0.18673262648735545, 0.25426528434995643, -0.02746507617052554, 0.17788832805082955, 0.1354052002432549]
+      accelerations: [0.04443221176345407, 0.012968802852903529, 8.67813985083031e-14, -0.020526542101710482, -0.015125621778720379, 0.028596352972987203]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 160816025
+    - 
+      positions: [-0.8293154618704262, -0.3529308806939467, -0.4508162405754013, 0.5411568683337241, -1.1729506483972005, 1.4750881565895226]
+      velocities: [-0.11159194358774643, -0.1866662966488703, 0.25426528434995666, -0.027569197949294074, 0.17781097645957744, 0.13555053177257198]
+      accelerations: [0.0442997634633922, 0.012943647602607916, -1.083833640367715e-14, -0.020149873312022695, -0.015092594143666682, 0.028179096550639684]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 165935560
+    - 
+      positions: [-0.8298866717450126, -0.3538871789960099, -0.4495133988232189, 0.5410153408323488, -1.1720397524813324, 1.47578308004227]
+      velocities: [-0.11136529212519569, -0.18660003846123283, 0.25426528434995666, -0.02767149065091261, 0.17773372704687745, 0.13569386212568207]
+      accelerations: [0.044167807548981114, 0.012918526594787491, 3.248701302663987e-14, -0.019777587428312003, -0.015059722745520617, 0.02776636346814172]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 171059507
+    - 
+      positions: [-0.8304572127961606, -0.3548439618666432, -0.4482094342234289, 0.5408731714275555, -1.1711284674161477, 1.4764793323551302]
+      velocities: [-0.11113912080904728, -0.18653385193063488, 0.25426528434995666, -0.02777197331898179, 0.17765657906644922, 0.13583521033512042]
+      accelerations: [0.04403633222493112, 0.012893432197260425, -4.327871427500884e-14, -0.01940959869304978, -0.015027072417333536, 0.02735790792300434]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 176187870
+    - 
+      positions: [-0.831027086000784, -0.3558012299555588, -0.44690434559437847, 0.5407303683367478, -1.1702167925397378, 1.4771769052902053]
+      velocities: [-0.11091342811165761, -0.18646773706154648, 0.25426528434995643, -0.02787066478763364, 0.1775795317773281, 0.13597459523858257]
+      accelerations: [0.0439053452048256, 0.012868372519712571, -3.2431077068586516e-14, -0.01904589056093898, -0.014994575322489217, 0.02695387877998987]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 181320653
+    - 
+      positions: [-0.8315962923349696, -0.35675898391902444, -0.44559813174539664, 0.540586939702159, -1.169304727186552, 1.4778757906890843]
+      velocities: [-0.11068821251327435, -0.186401693859372, 0.25426528434995643, -0.027967583673037553, 0.17750258441909483, 0.13611203540876263]
+      accelerations: [0.04377483336147569, 0.012843338909089778, 3.240313693456675e-14, -0.0186863743523945, -0.01496230582905034, 0.0265540035791569]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 186457862
+    - 
+      positions: [-0.832164832773662, -0.35771722441909704, -0.44429079147813755, 0.5404428935927776, -1.1683922706903296, 1.4785759804655065]
+      velocities: [-0.11046347250513316, -0.18633572233273538, 0.25426528434995654, -0.028062748365581376, 0.17742573619257238, 0.13624754909774509]
+      accelerations: [0.04364480321145546, 0.012818338576346846, 1.079173837634376e-14, -0.018331030756336558, -0.014930203706895639, 0.02615840960379684]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 191599501
+    - 
+      positions: [-0.8327327082909108, -0.3586759521242504, -0.44298232358545286, 0.5402982380041826, -1.1674794223817575, 1.479277466609874]
+      velocities: [-0.11023920657240403, -0.18626982248014834, 0.25426528434995654, -0.028156177090886483, 0.1773489863748605, 0.13638115458083616]
+      accelerations: [0.043515248287049564, 0.012793368065163315, -1.0782437156827139e-14, -0.01797979519697255, -0.014898298468419134, 0.02576695877821005]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 196745574
+    - 
+      positions: [-0.8332999198597416, -0.359635167709078, -0.4416727268519093, 0.5401529808597608, -1.1665661815896449, 1.479980241185875]
+      velocities: [-0.1100154132165188, -0.1862039943078311, 0.2542652843499564, -0.028247887835301307, 0.1772723341660532, 0.13651286970554355]
+      accelerations: [0.043386166426498056, 0.012768427647779369, -6.463885156940153e-14, -0.01763261966526992, -0.014866589560954487, 0.02537960310647655]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 201896088
+    - 
+      positions: [-0.8338664684521534, -0.3605948718542978, -0.4403620000537599, 0.5400071300114364, -1.1656525476409234, 1.4806842963297653]
+      velocities: [-0.10979209093766815, -0.18613823781564676, 0.25426528434995616, -0.028337898409101874, 0.17719577881064988, 0.13664271225251085]
+      accelerations: [0.043257557986511444, 0.012743519338269992, -2.152770526265129e-14, -0.017289464470280232, -0.014835059287150992, 0.02499634517972166]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 207051045
+    - 
+      positions: [-0.8344323550391889, -0.3615550652469484, -0.43905014195859104, 0.5398606932401508, -1.1647385198599656, 1.4813896242511635]
+      velocities: [-0.1101165278828501, -0.18700275164198027, 0.25553661077170614, -0.028568576298922933, 0.1780047251478014, 0.13745487104160165]
+      accelerations: [-0.16977201092246721, -0.3494399711997799, 0.4950580164060856, -0.07246607350862273, 0.3299019748714589, 0.2911577800333414]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 212210452
+    - 
+      positions: [-0.8349975805908978, -0.36251574858031715, -0.4377371513254308, 0.539713678256693, -1.1638240975688783, 1.4820962172316903]
+      velocities: [-0.11044032216403193, -0.18786700925674826, 0.25680793719345607, -0.0287980182327019, 0.17881338525734958, 0.13826581844279573]
+      accelerations: [0.04386608381655729, 0.01294894166262064, -4.341097804195732e-14, -0.01694897445271572, -0.01506949093340995, 0.024729107858834844]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 217323186
+    - 
+      positions: [-0.8355621460763046, -0.3634769225538743, -0.4364230269048542, 0.5395660927025294, -1.1629092800877951, 1.4828040676236045]
+      velocities: [-0.1102161849833583, -0.1878008123744126, 0.25680793719345607, -0.028883883373948815, 0.17873635326543635, 0.1383913913782178]
+      accelerations: [0.04373632146793236, 0.01292362815745507, 3.2530139805931775e-14, -0.016610922997864406, -0.015037903549635129, 0.024350303072088526]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 222440335
+    - 
+      positions: [-0.8361260524634271, -0.36443858787333494, -0.43510776743886037, 0.539417944150436, -1.161994066734683, 1.4835131678495446]
+      velocities: [-0.10999251758697902, -0.18773468788049802, 0.25680793719345607, -0.028968101326827117, 0.17865941600880264, 0.13851514279103372]
+      accelerations: [0.04360703099991512, 0.012898345999686244, -2.1668042228728048e-14, -0.016276775554617522, -0.0150065140517235, 0.02397543744232189]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 227561904
+    - 
+      positions: [-0.8366893007192392, -0.3654007452505898, -0.43379137166097936, 0.539269240105299, -1.1610784568256332, 1.484223510401195]
+      velocities: [-0.10976931848275527, -0.18766863576696452, 0.25680793719345607, -0.029050689124295113, 0.17858257274265185, 0.1386370897290593]
+      accelerations: [0.043478213776772905, 0.012873098085013902, 1.08246679880346e-14, -0.015946498025230498, -0.014975297029795833, 0.023604538071818715]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 232687897
+    - 
+      positions: [-0.8372518918097743, -0.36636339540398055, -0.4324738382957788, 0.5391199880044479, -1.1601624496738845, 1.484935087840772]
+      velocities: [-0.10954658618928512, -0.1876026560288757, 0.25680793719345607, -0.029131663595638152, 0.17850582268384144, 0.1387572489417652]
+      accelerations: [0.04334986198077619, 0.012847880117796646, 1.081532049800692e-14, -0.015620026716812061, -0.01494429183983058, 0.023237443024214325]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 237818320
+    - 
+      positions: [-0.837813826699956, -0.36732653905788615, -0.43115516605957155, 0.5389701952189095, -1.1592460445913852, 1.4856478927968875]
+      velocities: [-0.10932431923180921, -0.18753674866161676, 0.256807937193456, -0.029211041381070866, 0.1784291650363291, 0.1388756369576008]
+      accelerations: [0.04322197858980539, 0.012822696077713702, -4.322391434594842e-14, -0.015297333502519472, -0.014913463173596762, 0.022874209784422412]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 242953178
+    - 
+      positions: [-0.8383751063537387, -0.36829017694310645, -0.4298353536597348, 0.5388198690535768, -1.1583292408874248, 1.4863619179669212]
+      velocities: [-0.1091025161279382, -0.18747091364951035, 0.25680793719345596, -0.029288838980972447, 0.17835259909363813, 0.13899227038437456]
+      accelerations: [0.04309456135414227, 0.012797546103269363, 1.0796642193189277e-14, -0.014978374157665184, -0.014882810446255631, 0.02251479377896217]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 248092475
+    - 
+      positions: [-0.8389357317341067, -0.3692543097968697, -0.42851439979468114, 0.5386690167478815, -1.1574120378686312, 1.487077156116359]
+      velocities: [-0.10888117541470972, -0.1874051509871629, 0.25680793719345607, -0.029365072669868562, 0.1782761240470638, 0.13910716535267134]
+      accelerations: [0.042967602729467286, 0.012772425861035374, 5.393655630500692e-14, -0.014663087332568584, -0.014852373043954877, 0.02215903601603542]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 253236218
+    - 
+      positions: [-0.8394957038029042, -0.3702189383624256, -0.4271923031545601, 0.5385176454770111, -1.156494434840534, 1.487793600074694]
+      velocities: [-0.10866029563218468, -0.18733946066663287, 0.25680793719345607, -0.029439758552029703, 0.17819973910069306, 0.13922033785352622]
+      accelerations: [0.04284110687481723, 0.012747340486343996, -7.544590012794216e-14, -0.014351450717922222, -0.014822105620510818, 0.02180702362982218]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 258384410
+    - 
+      positions: [-0.8400550235210199, -0.37118406338952975, -0.4258690624203955, 0.5383657623519226, -1.1555764311058006, 1.488511242738677]
+      velocities: [-0.10843987531564885, -0.18727384267097777, 0.25680793719345596, -0.029512912589484092, 0.17812344352927498, 0.13933180390763372]
+      accelerations: [0.04271506928263222, 0.012722288152252521, 4.3074662194433444e-14, -0.014043414124054684, -0.014792025052013675, 0.02145866370769421]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 263537057
+    - 
+      positions: [-0.840613691848311, -0.3721496856342685, -0.4245446762643786, 0.5382133744202315, -1.1546580259649206, 1.489230077070173]
+      velocities: [-0.10821991301318551, -0.18720829698873623, 0.2568079371934562, -0.0295845505459965, 0.17804723655007548, 0.13944157919600855]
+      accelerations: [0.04258948729136102, 0.012697268362613071, 5.379675325852517e-14, -0.013738933723555162, -0.014762135817576095, 0.021113900048120287]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 268694165
+    - 
+      positions: [-0.8411717097435797, -0.373115805859023, -0.42321914334992183, 0.5380604886669138, -1.153739218716397, 1.4899500960951078]
+      velocities: [-0.10800040727691626, -0.18714282360658924, 0.2568079371934564, -0.02965468801833597, 0.17797111738684418, 0.13954967924762163]
+      accelerations: [0.04246435981730298, 0.012672282144054914, 2.1500081968732707e-14, -0.01343797174197054, -0.014732429934422012, 0.02077271293549805]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 273855738
+    - 
+      positions: [-0.8417290781646027, -0.3740824248325564, -0.42189246233148936, 0.5379071120148271, -1.1528200086564508, 1.4906712929034998]
+      velocities: [-0.1077813566647017, -0.187077422510751, 0.25680793719345624, -0.029723340432557668, 0.17789508525750547, 0.13965611940491046]
+      accelerations: [0.042339683554130876, 0.012647328462035246, -8.592589191557141e-14, -0.013140483172928043, -0.014702916644804088, 0.020435033089436224]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 279021782
+    - 
+      positions: [-0.8422857980680856, -0.37504954332992135, -0.4205646318547482, 0.5377532513254693, -1.1519003950794071, 1.4913936606479894]
+      velocities: [-0.1075627597355686, -0.18701209368373628, 0.2568079371934561, -0.029790523060584606, 0.17781913940558053, 0.1397609149178625]
+      accelerations: [0.042215459196284465, 0.012622409590832107, 4.292574843674137e-14, -0.012846436905171859, -0.014673575825275682, 0.02010087740845457]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 284192301
+    - 
+      positions: [-0.8428418704097432, -0.37601716213268555, -0.4192356505561622, 0.5375989133993075, -1.1509803772769112, 1.4921171925449663]
+      velocities: [-0.1073446150594995, -0.18694683711169074, 0.2568079371934561, -0.029856250991621265, 0.1777432790303829, 0.1398640807443335]
+      accelerations: [0.04209167966927298, 0.012597521663814075, -4.288857114907697e-14, -0.012555777138023414, -0.014644443695531834, 0.019770099704748578]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 289367302
+    - 
+      positions: [-0.8433972961441428, -0.3769852820285444, -0.4179055170636526, 0.5374441049768988, -1.1500599545393897, 1.492841881870748]
+      velocities: [-0.10712692119921732, -0.1868816527701508, 0.25680793719345596, -0.029920539190371284, 0.1776675034204963, 0.13996563193471387]
+      accelerations: [0.041968352707421226, 0.012572672450354571, -2.142570692982365e-14, -0.01226849548142534, -0.01461544860323573, 0.01944286562505735]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 294546790
+    - 
+      positions: [-0.843952076225001, -0.37795390381210553, -0.416574229995221, 0.5372888327385088, -1.149139126153212, 1.4935677219672157]
+      velocities: [-0.10690967673072041, -0.1868165406405686, 0.25680793719345596, -0.02998340243541637, 0.17759181180152228, 0.14006558319741091]
+      accelerations: [0.04184546332375101, 0.012547851707208136, 3.211070725601824e-14, -0.01198451260679481, -0.014586685509211543, 0.01911886159077826]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 299730769
+    - 
+      positions: [-0.8445062116047766, -0.3789230282838647, -0.41524178796072014, 0.5371331033060076, -1.1482178914044978, 1.4942947062328755]
+      velocities: [-0.106692880242492, -0.18675150070943541, 0.25680793719345585, -0.030044855323479086, 0.1775162033420565, 0.14016394891824652]
+      accelerations: [0.04172301957537465, 0.012523067538868815, -7.486002715497349e-14, -0.011703821986135529, -0.014558080525089001, 0.01879826080090952]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 304919246
+    - 
+      positions: [-0.8450597032349805, -0.37989265625101853, -0.41390818956042524, 0.5369769232424443, -1.1472962495761798, 1.4950228281287217]
+      velocities: [-0.1064765303096965, -0.18668653294782894, 0.25680793719345596, -0.03010491235155703, 0.17744067734450852, 0.1402607437091387]
+      accelerations: [0.0416010164430624, 0.012498317596677274, 1.0685014930852463e-13, -0.011426376241085452, -0.014529654928594666, 0.01848096177991471]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 310112226
+    - 
+      positions: [-0.8456125520660782, -0.38086278852723465, -0.41257343338542224, 0.5368202990529365, -1.1463741999488781, 1.495752081175729]
+      velocities: [-0.10626062552842788, -0.18662163733889592, 0.25680793719345607, -0.030163587812459702, 0.17736523299144924, 0.1403559816823829]
+      accelerations: [0.041479448786475186, 0.012473599385238173, -6.40544702527174e-14, -0.011152128787977342, -0.014501432657358456, 0.018166858078106394]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 315309714
+    - 
+      positions: [-0.8461647590473849, -0.3818334259324034, -0.411237518018029, 0.5366632371855512, -1.145451741801873, 1.4964824589521735]
+      velocities: [-0.10604516448926381, -0.18655681385653577, 0.2568079371934559, -0.030220895878706716, 0.1772898695416981, 0.1404496770152659]
+      accelerations: [0.04135832178856033, 0.012448918766146821, 0.0, -0.01088106479195101, -0.014473359478622211, 0.017856065894811028]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 320511715
+    - 
+      positions: [-0.8467163251272902, -0.3828045692932331, -0.4099004420307443, 0.5365057440311605, -1.1445288744109483, 1.4972139550977688]
+      velocities: [-0.10583014578822726, -0.18649206247435413, 0.256807937193456, -0.030276850569476987, 0.17721458624832265, 0.1405418437158014]
+      accelerations: [0.04123762609985884, 0.012424269799688041, 4.26288774328383e-14, -0.01061312519093067, -0.014445490848439657, 0.01754838896095049]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 325718237
+    - 
+      positions: [-0.8472672512530185, -0.3837762194426564, -0.4085622039872726, 0.5363478259247431, -1.1436055970506338, 1.4979465633082134]
+      velocities: [-0.10614310998631035, -0.18735935848416554, 0.2580919768794233, -0.030483257913561178, 0.17802489125750215, 0.14133588255772767]
+      accelerations: [-0.162067968538433, -0.34685497151135747, 0.49505221837496743, -0.0689221729780554, 0.3269120202929792, 0.2885155195704852]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 330929283
+    - 
+      positions: [-0.8478175383706867, -0.38474837721999944, -0.40722280244221354, 0.5361894891457253, -1.1426819089936122, 1.4986802773359456]
+      velocities: [-0.10645544413950457, -0.18822640368628807, 0.25937601656539067, -0.030688602612729238, 0.1788348994620109, 0.14212886224811686]
+      accelerations: [0.04182158438242855, 0.012623816758456254, 8.596079372502996e-14, -0.010289256533266336, -0.014679511826385718, 0.017283061168255266]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 336093221
+    - 
+      positions: [-0.8483671874255323, -0.3857210434715866, -0.4058822359400013, 0.5360307399178372, -1.141757809508562, 1.4994150909942803]
+      velocities: [-0.10623960709973161, -0.18816122310443137, 0.2593760165653909, -0.03074109951569127, 0.17875910149730412, 0.142217401708847]
+      accelerations: [0.04169978023656075, 0.012598777319831571, -1.0735759880503206e-14, -0.010025305635752095, -0.014651635673430526, 0.016978715502335172]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 341261649
+    - 
+      positions: [-0.8489161993615569, -0.38669421904984563, -0.4045405030164466, 0.5358715844107289, -1.140833297863475, 1.5001509981496506]
+      velocities: [-0.10602421121347841, -0.1880961152414617, 0.25937601656539067, -0.030792284615159104, 0.17868338134473766, 0.14230445197672942]
+      accelerations: [0.04157841328696296, 0.012573774543137147, -6.435855016455542e-14, -0.009764414738272853, -0.0146239286253361, 0.01667751073447958]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 346434575
+    - 
+      positions: [-0.8494645751217423, -0.3876679048138843, -0.40319760219772305, 0.5357120287398235, -1.1399083733235957, 1.5008879927255658]
+      velocities: [-0.10580925508493057, -0.1880310800652687, 0.25937601656539067, -0.030842171342703492, 0.17860773825920329, 0.14239002648432855]
+      accelerations: [0.04145747963753016, 0.012548806870342193, 6.430256759658348e-14, -0.00950654296204653, -0.014596404785568349, 0.016379369664969824]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 351612004
+    - 
+      positions: [-0.8500123156479854, -0.3886421016293449, -0.40185353200061036, 0.5355520789670442, -1.1389830351520023, 1.5016260687008096]
+      velocities: [-0.10559473732466187, -0.18796611754394468, 0.2593760165653909, -0.030890772983336597, 0.1785321714836314, 0.14247413848552315]
+      accelerations: [0.04133697865930456, 0.012523875579951198, 2.1415537080086614e-14, -0.009251660342774543, -0.014569053734733559, 0.0160842860657109]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 356793941
+    - 
+      positions: [-0.8505594218811395, -0.3896168103685257, -0.400508290932266, 0.5353917411011986, -1.1380572826092037, 1.5023652201097901]
+      velocities: [-0.1053806565524621, -0.1879012276487293, 0.25937601656539067, -0.030938102668645488, 0.17845668022334135, 0.14255680098702167]
+      accelerations: [0.041216905389205624, 0.012498977984162421, -9.62860211461896e-14, -0.008999723586089131, -0.014541899429327843, 0.01579215666850962]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 361980392
+    - 
+      positions: [-0.8511058947609046, -0.39059203191013114, -0.3991618774906549, 0.5352310210988057, -1.1371311149541155, 1.5031054410399152]
+      velocities: [-0.10516701138543104, -0.1878364103439203, 0.25937601656539055, -0.030984173414287264, 0.17838126374168445, 0.14263802701867784]
+      accelerations: [0.041097263795715766, 0.012474119248132614, 5.3445646522961665e-14, -0.008750717384580449, -0.014514894596581923, 0.015503079619377034]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 367171364
+    - 
+      positions: [-0.8516517352260261, -0.3915677671397908, -0.39781429016362774, 0.5350699248640138, -1.1362045314421878, 1.5038467256351242]
+      velocities: [-0.10495380044996447, -0.18777166559684266, 0.25937601656539067, -0.03102899808577539, 0.17830592126455852, 0.14271782936639804]
+      accelerations: [0.04097804431158851, 0.012449292845861838, -3.203944804861512e-14, -0.008504585481139897, -0.014488099950791086, 0.015216849045442795]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 372366861
+    - 
+      positions: [-0.8521969442140304, -0.39254401694941365, -0.3964655274300405, 0.5349084582498709, -1.1352775313278476, 1.504589068090103]
+      velocities: [-0.10474102238259439, -0.1877069933785922, 0.2593760165653905, -0.03107258939757087, 0.1782306519742431, 0.14279622055579128]
+      accelerations: [0.04085925059778575, 0.012424503654240901, -2.134101374943318e-14, -0.008261312408776672, -0.01446147063779286, 0.014933556896700303]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 377566889
+    - 
+      positions: [-0.8527415226614115, -0.39352078223767784, -0.3951155877588828, 0.534746627058263, -1.1343501138627248, 1.5053324626536149]
+      velocities: [-0.10452867581139319, -0.18764239364860275, 0.2593760165653906, -0.031114959969952304, 0.17815545515543374, 0.14287321326555424]
+      accelerations: [0.04074088025429135, 0.012399751089053924, 6.396721093893195e-14, -0.008020864013168242, -0.014435011127586708, 0.014653156714946367]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 382771456
+    - 
+      positions: [-0.8532854715036076, -0.39449806391000053, -0.3937644696093264, 0.5345844370404718, -1.1334222782958407, 1.5060769036275925]
+      velocities: [-0.10431675937365592, -0.18757786636962676, 0.2593760165653907, -0.031156122276985186, 0.17808033005520502, 0.14294881993436265]
+      accelerations: [0.04062293013794866, 0.012375034256393618, -2.1303801611547953e-14, -0.007783204989066635, -0.014408730488094414, 0.014375589279213298]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 387980565
+    - 
+      positions: [-0.8538287916749573, -0.39547586287844305, -0.3924121714308753, 0.5344218938977802, -1.1324940238739922, 1.5068223853658194]
+      velocities: [-0.10410527171497688, -0.1875134115065321, 0.25937601656539067, -0.03119608865222956, 0.1780052758900561, 0.14302305278244437]
+      accelerations: [0.04050539822786137, 0.012350353040826668, -1.0642603767859193e-14, -0.0075483035881080945, -0.01438263044557018, 0.014100816739168002]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 393194225
+    - 
+      positions: [-0.8543714841086861, -0.3964541800617021, -0.39105869166336815, 0.5342590032819711, -1.1315653498418357, 1.507568902273262]
+      velocities: [-0.10389421148622902, -0.18744902902404215, 0.25937601656539067, -0.031234871299357876, 0.17793029187109605, 0.14309592388409695]
+      accelerations: [0.04038828255981581, 0.01232570741986855, 1.0633310654999846e-14, -0.007316128785351035, -0.014356710375086838, 0.013828807990277109]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 398412440
+    - 
+      positions: [-0.8549135497369065, -0.3974330163851249, -0.3897040287369435, 0.5340957707958063, -1.1306362554418827, 1.5083164488055996]
+      velocities: [-0.1036835773394977, -0.18738471888336533, 0.25937601656539055, -0.0312724823046726, 0.17785537723553257, 0.14316744525731845]
+      accelerations: [0.04027158267976074, 0.012301098568372583, -3.187206423648691e-14, -0.007086653817955675, -0.014330959941407623, 0.013559559712353194]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 403635216
+    - 
+      positions: [-0.855454989490656, -0.3984123727808358, -0.38834818107180635, 0.5339322019933707, -1.1297067399140943, 1.5090650194696182]
+      velocities: [-0.10347336792937056, -0.1873204810434338, 0.25937601656539067, -0.031308933634282984, 0.1777805312340276, 0.14323762882993685]
+      accelerations: [0.04015529613432078, 0.012276525985957467, 5.307367992022594e-14, -0.006859846760989338, -0.014305383381722207, 0.01329302796677012]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 408862560
+    - 
+      positions: [-0.8559958042998752, -0.3993922501876998, -0.38699114707828247, 0.5337683023805964, -1.1287768024960685, 1.5098146088223343]
+      velocities: [-0.1032635819101991, -0.1872563154586744, 0.2593760165653906, -0.03134423714327756, 0.17770575315582468, 0.14330648651029682]
+      accelerations: [0.04003942351717952, 0.012251991693984502, -6.363272588627838e-14, -0.006635684531192192, -0.014279960789854114, 0.013029236547106117]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 414094478
+    - 
+      positions: [-0.856535995093488, -0.4003726495515555, -0.38563292515640435, 0.5336040774154936, -1.1278464424222472, 1.5105652114722257]
+      velocities: [-0.10305421795391138, -0.18719222209336212, 0.25937601656539055, -0.03137840452783838, 0.17763104218418474, 0.14337402978544714]
+      accelerations: [0.03992395558998278, 0.012227489711690272, 4.238470540042718e-14, -0.006414117098940911, -0.014254751627548402, 0.012767988224161052]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 419330975
+    - 
+      positions: [-0.857075562799141, -0.4013535718245578, -0.38427351369703405, 0.533439532509311, -1.1269156589263505, 1.5113168220735513]
+      velocities: [-0.10284527473051462, -0.18712820090582694, 0.25937601656539067, -0.03141144738130855, 0.17755639755352703, 0.14344027016179922]
+      accelerations: [0.03980890040963949, 0.012203028093375076, 1.058690203681254e-14, -0.00619514297546865, -0.014229675981209057, 0.01250947526533566]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 424572059
+    - 
+      positions: [-0.8576145083435439, -0.4023350179660869, -0.38291291108028325, 0.5332746730260426, -1.125984451238139, 1.5120694353328366]
+      velocities: [-0.10263675091025468, -0.18706425185035142, 0.2593760165653909, -0.0314433771887426, 0.17748181853089479, 0.14350521911402575]
+      accelerations: [0.0396942479236477, 0.012178600137616324, 6.34657879157263e-14, -0.005978710250964991, -0.014204800320703507, 0.012253481298344632]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 429817736
+    - 
+      positions: [-0.8581528326521768, -0.4033169889420102, -0.3815511156767763, 0.5331095042836682, -1.1250528185861395, 1.51282304600257]
+      velocities: [-0.1024286451753671, -0.1870003748867069, 0.25937601656539067, -0.03147420529598254, 0.17740730432130836, 0.1435688878228401]
+      accelerations: [0.03958000170754304, 0.012154210251170786, -1.3738873387511284e-13, -0.005764805780819764, -0.014180080944985815, 0.012000098451215257]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 435068011
+    - 
+      positions: [-0.8586905366494751, -0.4042994857251874, -0.3801881258467671, 0.5329440315540729, -1.1241207601958751, 1.5135776488845571]
+      velocities: [-0.10222095619986879, -0.18693656996379282, 0.25937601656539044, -0.031503942966647894, 0.17733285423104195, 0.1436312876314686]
+      accelerations: [0.039466159425634764, 0.012129857973445103, 5.279550227786557e-14, -0.005553399572893665, -0.014155522028904013, 0.011749284688743093]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 440322890
+    - 
+      positions: [-0.8592276212588073, -0.4052825092954375, -0.37882393994018726, 0.5327782600635468, -1.1231882752900475, 1.5143332388290704]
+      velocities: [-0.10201368267448394, -0.18687283703959, 0.25937601656539067, -0.031532601315241354, 0.17725846746733206, 0.14369242948790023]
+      accelerations: [0.03935271516809472, 0.012105540108942232, 1.0549840200210322e-14, -0.005344453168419467, -0.01413115618029709, 0.011500919823372575]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 445582382
+    - 
+      positions: [-0.8597640874023286, -0.40626606063917275, -0.3774585562972614, 0.5326121949935938, -1.1222553630898946, 1.5150898107315127]
+      velocities: [-0.10231534077573501, -0.1877430628866375, 0.2606728966482177, -0.03171805995489079, 0.17806987824693146, 0.14447123410259255]
+      accelerations: [-0.15464313075827807, -0.3442809435028069, 0.49496043922555055, -0.06541482866865678, 0.32386780584871605, 0.2856864558232686]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 450846491
+    - 
+      positions: [-0.8602999360011641, -0.40725014074991234, -0.37609197324761656, 0.5324458414808555, -1.1213220228134186, 1.5158473595357702]
+      velocities: [-0.10261638050906954, -0.18861304287291253, 0.26196977673104466, -0.03190259122137261, 0.17888097968706615, 0.145249092745369]
+      accelerations: [0.0399134791068828, 0.012299363206491118, 0.0, -0.005033033710875366, -0.014365972464509014, 0.011233027551461529]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 456063058
+    - 
+      positions: [-0.8608351679752625, -0.4082347506279163, -0.37472418911089783, 0.5322792046179157, -1.120388253676743, 1.5166058802308802]
+      velocities: [-0.10240828514258848, -0.1885488904915562, 0.2619697767310444, -0.03192833209544846, 0.17880603635562858, 0.14530710022258114]
+      accelerations: [0.03979897374379846, 0.012274671240704856, -1.0627300289799223e-13, -0.004827280639398997, -0.014341611618792901, 0.010987255020736822]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 461284211
+    - 
+      positions: [-0.8613697842435204, -0.40921989128053493, -0.37335520219615875, 0.5321122894533866, -1.1194540548929255, 1.5173653678531314]
+      velocities: [-0.10220060411069755, -0.18848481063348646, 0.2619697767310443, -0.0319530266830375, 0.17873115396798483, 0.14536388074927525]
+      accelerations: [0.039684869969074436, 0.01225001651829896, 8.494368605593203e-14, -0.004623934278837154, -0.014317425723709193, 0.010743924933111049]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 466509955
+    - 
+      positions: [-0.8619037857236953, -0.41020556372201145, -0.3719850108021891, 0.5319451009925336, -1.1185194256727276, 1.5181258174840029]
+      velocities: [-0.1019933361131182, -0.18842080325327779, 0.2619697767310445, -0.03197668564648475, 0.1786563317163416, 0.14541944478520138]
+      accelerations: [0.039571164768026176, 0.012225398170291788, -2.1217248841032953e-14, -0.004422965333425068, -0.014293423470268579, 0.010502984379531278]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 471740296
+    - 
+      positions: [-0.8624371733323642, -0.41119176897338744, -0.3706136132176646, 0.5317776441977811, -1.1175843652249924, 1.518887224248941]
+      velocities: [-0.10178647984234487, -0.18835686829556542, 0.2619697767310444, -0.03199931956963378, 0.17858156888812282, 0.14547380294153098]
+      accelerations: [0.03945786205420395, 0.012200820664980449, -2.119858244998211e-14, -0.0042243619335949195, -0.014269558832128517, 0.01026453296548985]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 476975242
+    - 
+      positions: [-0.8629699479851186, -0.41217850806305023, -0.36924100772020035, 0.5316099239886125, -1.1166488727547745, 1.5196495833209203]
+      velocities: [-0.1015800340015689, -0.18829300570967564, 0.26196977673104443, -0.03202093891163109, 0.17850686471532795, 0.14552696556577988]
+      accelerations: [0.03934495197128929, 0.012176277542149725, 4.235984446709292e-14, -0.00402807729374669, -0.014245898056349274, 0.010028359358251271]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 482214799
+    - 
+      positions: [-0.8635021105962708, -0.41316578202597903, -0.36786719257762984, 0.5314419452427024, -1.1157129474660643, 1.520412889914243]
+      velocities: [-0.1013739973027337, -0.1882292154477, 0.26196977673104455, -0.03204155401435724, 0.17843221839357692, 0.1455789427948995]
+      accelerations: [0.03923243919139166, 0.01215177400487362, 0.0, -0.003834102530186554, -0.014222387885719424, 0.009794583502119232]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 487458973
+    - 
+      positions: [-0.8640336620790836, -0.41415359190437434, -0.366492166046916, 0.5312737127957246, -1.114776588559621, 1.5211771392887334]
+      velocities: [-0.10116836844671005, -0.18816549744889982, 0.2619697767310445, -0.03206117515401781, 0.17835762924483023, 0.1456297450063173]
+      accelerations: [0.03912032142870542, 0.012127309544688668, -1.0571309948866251e-14, -0.0036424107115671706, -0.014199032435451339, 0.0095631664411184]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 492707771
+    - 
+      positions: [-0.8645646033457458, -0.41514193874762323, -0.3651159263742024, 0.5311052314417982, -1.1138397952331556, 1.5219423267489407]
+      velocities: [-0.10096314614957799, -0.18810185166086862, 0.2619697767310446, -0.032079812474209796, 0.17828309649829463, 0.1456793822138277]
+      accelerations: [0.039008593334447506, 0.012102881289092997, 5.2809943899951903e-14, -0.003452967570088674, -0.014175862041871963, 0.009333997786649161]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 497961200
+    - 
+      positions: [-0.8650949353072359, -0.41613082361196224, -0.36373847179537766, 0.5309365059342042, -1.1129025666825871, 1.5227084476410768]
+      velocities: [-0.10075832913523267, -0.18803827803325981, 0.2619697767310446, -0.03209747600726972, 0.17820861935305465, 0.1457278642427015]
+      accelerations: [0.03889725546995423, 0.012078491128449859, -7.386869339212196e-14, -0.003265754478102784, -0.014152856912202062, 0.009107105603858573]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 503219267
+    - 
+      positions: [-0.8656246588734046, -0.4171202475607173, -0.36235980053565314, 0.5307675409855536, -1.1119649021012477, 1.5234754973543116]
+      velocities: [-0.10055391612037161, -0.18797477650606798, 0.2619697767310444, -0.032114175713153656, 0.17813419710313397, 0.14577520107445668]
+      accelerations: [0.038786308202809774, 0.012054140647484706, 0.0, -0.0030807521133731906, -0.014129999790548995, 0.008882510858985693]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 508481978
+    - 
+      positions: [-0.8661537749530451, -0.418110211664523, -0.3609799108091807, 0.5305983412679837, -1.1110268006791797, 1.5242434713218571]
+      velocities: [-0.10034990583145449, -0.187911347023349, 0.26196977673104443, -0.032129921436903575, 0.17805982899367068, 0.1458214024524013]
+      accelerations: [0.03867574564769555, 0.012029826515462048, 2.106808459297798e-14, -0.00289792581529964, -0.014107325598783128, 0.00866009170742512]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 513749341
+    - 
+      positions: [-0.8666822844537361, -0.41910071700092705, -0.3595988008197164, 0.5304289114139108, -1.110088261604592, 1.5250123650175074]
+      velocities: [-0.10014629699768213, -0.18784798952710904, 0.2619697767310444, -0.03214472292788862, 0.1779855142836499, 0.14586647805372321]
+      accelerations: [0.03856557085066171, 0.012005552637502427, -4.209892918789611e-14, -0.0027172637122257317, -0.014084793276304207, 0.0084399345801592]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 519021361
+    - 
+      positions: [-0.8672101882820178, -0.42009176465488246, -0.3582164687597678, 0.5302592560159697, -1.1091492840621766, 1.5257821739587938]
+      velocities: [-0.0999430883512666, -0.18778470395808983, 0.26196977673104443, -0.03215858984051194, 0.1779112522393745, 0.1459104374749577]
+      accelerations: [0.03845577783814433, 0.011981315389237608, 6.309254973398176e-14, -0.0025387315728040527, -0.014062440170487325, 0.008221912413577831]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 524298046
+    - 
+      positions: [-0.8677374873432226, -0.4210833557183303, -0.3568329128113001, 0.5300893796277687, -1.1082098672346636, 1.5265528937033401]
+      velocities: [-0.09974027863608528, -0.18772149026277382, 0.2619697767310444, -0.03217153171343041, 0.17783704205951895, 0.14595329002827223]
+      accelerations: [0.03834636638747692, 0.011957116018560896, -7.354284154681105e-14, -0.002362309780463153, -0.014040253672122617, 0.008006034463083875]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 529579403
+    - 
+      positions: [-0.8682641825415263, -0.4220754912903594, -0.3554481311454493, 0.5299192867641216, -1.1072700103023132, 1.5273245198495506]
+      velocities: [-0.0995378665894816, -0.18765834837795936, 0.26196977673104443, -0.032183558015964675, 0.17776288303792168, 0.14599504518432221]
+      accelerations: [0.03823733743036869, 0.011932956746641361, 8.39745443098227e-14, -0.002187981836053491, -0.014018209427749631, 0.00779234166276656]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 534865439
+    - 
+      positions: [-0.8687902747800519, -0.42306817247750206, -0.35406212192200726, 0.5297489819011669, -1.1063297124419222, 1.5280970480383154]
+      velocities: [-0.09933585095467348, -0.18759527824163597, 0.2619697767310446, -0.03219467811790855, 0.1776887744506379, 0.14603571226733386]
+      accelerations: [0.038128686044360253, 0.011908834698289282, -3.146255506610617e-14, -0.002015716822981531, -0.013996337620923689, 0.0075807278821141575]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 540156161
+    - 
+      positions: [-0.8693157649607316, -0.4240614003934059, -0.3526748832899752, 0.5295784694770255, -1.1053889728280801, 1.5288704739500079]
+      velocities: [-0.0991342304856325, -0.18753227979681336, 0.2619697767310446, -0.032204901279241846, 0.17761471551266028, 0.14607530033861513]
+      accelerations: [0.03802041133468512, 0.011884750649628408, 4.1912884476788294e-14, -0.0018454944917291507, -0.01397463026543387, 0.00737119015985453]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 545451576
+    - 
+      positions: [-0.869840653984337, -0.4250551761589329, -0.35128641338737954, 0.5294077538920731, -1.104447790632858, 1.5296447933047685]
+      velocities: [-0.09893300393399948, -0.18746935298050768, 0.2619697767310447, -0.032214236683009656, 0.17754070549652684, 0.14611381851865834]
+      accelerations: [0.0379125133369662, 0.011860705890639502, 0.0, -0.0016772964956345766, -0.013953072693584303, 0.007163744313992225]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 550751691
+    - 
+      positions: [-0.8703649427505402, -0.4260495009023528, -0.34989671034093495, 0.5292368395091446, -1.1035061650252058, 1.5304200018634018]
+      velocities: [-0.09873217005444725, -0.18740649772852358, 0.2619697767310445, -0.03222269342255129, 0.17746674368182783, 0.14615127585220555]
+      accelerations: [0.03780498913102242, 0.01183669938645685, -7.321743642831375e-14, -0.0015110978884410008, -0.013931676017202573, 0.00695833648256614]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 556056513
+    - 
+      positions: [-0.8708886321578616, -0.42704437575922916, -0.34850577226622753, 0.5290657306539907, -1.1025640951714248, 1.5311960954260242]
+      velocities: [-0.09853172760899678, -0.1873437139788014, 0.2619697767310445, -0.0322302804930835, 0.17739282931859826, 0.1461876812090505]
+      accelerations: [0.03769783713556757, 0.011812731164724713, 7.315240493584989e-14, -0.001346877280259309, -0.013910439385927445, 0.00675494518720081]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 561366049
+    - 
+      positions: [-0.8714117231036669, -0.42803980187244095, -0.3471135972676677, 0.5288944316156102, -1.1016215802351494, 1.5319730698317446]
+      velocities: [-0.09833167536049922, -0.18728100166632783, 0.2619697767310447, -0.03223700680751898, 0.17731896168286515, 0.14622304343632148]
+      accelerations: [0.03759105689825755, 0.011788802109812913, -1.0441055584400615e-14, -0.0011846158211212313, -0.013889352966972251, 0.006553574127109442]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 566680307
+    - 
+      positions: [-0.8719342164842079, -0.42903578039232243, -0.345720183438243, 0.5287229466464902, -1.1006786193769391, 1.5327509209591639]
+      velocities: [-0.09862217346609936, -0.18815429601808797, 0.26327962561469986, -0.03240410921632801, 0.17813118123002825, 0.14698874261258454]
+      accelerations: [-0.14747000333625085, -0.3416931646953921, 0.4947493402952966, -0.06192760361864705, 0.32073343423943423, 0.28263559334861593]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 571999294
+    - 
+      positions: [-0.8724561131945393, -0.4300323124764606, -0.34432552885985057, 0.5285512799631218, -1.0997352117550443, 1.533529644724417]
+      velocities: [-0.09891206390293783, -0.18902734901056972, 0.264589474498355, -0.03257039147414926, 0.1789430772285549, 0.1477535798754625]
+      accelerations: [0.03812991039870287, 0.01197705309854961, -3.1580132962973215e-14, -0.0008832797212722955, -0.014126007792989222, 0.0062804444054375096]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 577270307
+    - 
+      positions: [-0.8729774141285789, -0.43102939928989115, -0.34292963160295503, 0.528379435746177, -1.0987913565248002, 1.5343092370821]
+      velocities: [-0.0987111859842362, -0.18896422563994472, 0.26458947449835496, -0.03257463005555755, 0.17886860800096516, 0.14778618742232785]
+      accelerations: [0.03802210970624903, 0.011952761399939634, 2.103467317288597e-14, -0.0007236197439006887, -0.014104971796673077, 0.006081027971788385]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 582546017
+    - 
+      positions: [-0.8734981201791486, -0.4320270420052339, -0.3415324897263479, 0.5282074181407502, -1.0978470528382167, 1.535089694025766]
+      velocities: [-0.09851069720865573, -0.18890117415462687, 0.26458947449835474, -0.03257803439173834, 0.17879418301834507, 0.14781777615870412]
+      accelerations: [0.03791468036692842, 0.01192850845471173, -1.050796423075111e-13, -0.0005658703851109847, -0.014084100465665989, 0.005883548958275465]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 587826431
+    - 
+      positions: [-0.874018232237888, -0.433025241802497, -0.3401341012774721, 0.5280352312568539, -1.0969022998447453, 1.5358710115859922]
+      velocities: [-0.09831059635247844, -0.1888381944910456, 0.2645894744983548, -0.03258061303458649, 0.17871980149355338, 0.14784835441246544]
+      accelerations: [0.03780762015339666, 0.011904293948841124, 1.3648172030025405e-13, -0.00041001028392280013, -0.014063397634874037, 0.005687974329356281]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 593111556
+    - 
+      positions: [-0.8745377511952355, -0.4340239998690423, -0.33873446429246645, 0.527862879169771, -1.095957096691455, 1.536653185829674]
+      velocities: [-0.09811088218893563, -0.18877528657939802, 0.2645894744983551, -0.032582374467460165, 0.17864546270307885, 0.14787793059398321]
+      accelerations: [0.03770093074492824, 0.011880120353113081, -3.146767634665861e-14, -0.0002560260392986332, -0.014042834479936869, 0.005494359560243345]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 598401399
+    - 
+      positions: [-0.8750566779405511, -0.43502331739995354, -0.3373335767955359, 0.5276903659201057, -1.0950114425218385, 1.537436212862167]
+      velocities: [-0.09791155349250086, -0.18871245034743955, 0.264589474498355, -0.03258332709504898, 0.17857116594325095, 0.14790651307964692]
+      accelerations: [0.03759460828814293, 0.011855985914321548, 0.0, -0.00010389257405076447, -0.014022431424060637, 0.005302627613107906]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 603695970
+    - 
+      positions: [-0.87557501336202, -0.43602319559780633, -0.335931436799326, 0.5275176955142866, -1.094065336476674, 1.5382200888251643]
+      velocities: [-0.09771260904834653, -0.18864968572791058, 0.264589474498355, -0.032583479224665785, 0.17849691044966376, 0.14793410999550205]
+      accelerations: [0.03748865090018195, 0.01183189029681917, 0.0, 4.641046487465249e-05, -0.014002190112607657, 0.005112752282350634]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 608995273
+    - 
+      positions: [-0.8760927583466428, -0.43702363567266805, -0.3345280423049195, 0.5273448719248964, -1.0931187776941065, 1.5390048098961957]
+      velocities: [-0.09751404764049693, -0.18858699264908246, 0.26458947449835507, -0.03258283909299572, 0.17842269550256468, 0.14796072950196648]
+      accelerations: [0.03738305921481557, 0.011807835319890181, 2.0922262611314585e-14, 0.00019489792784286363, -0.013982091150327586, 0.00492476423455088]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 614299318
+    - 
+      positions: [-0.8766099137803169, -0.4380246388423517, -0.33312339130139135, 0.5271718990907942, -1.0921717653088412, 1.539790372289973]
+      velocities: [-0.09731586805528264, -0.18852437103733813, 0.2645894744983551, -0.03258141485919723, 0.17834852039602167, 0.14798637971113682]
+      accelerations: [0.03727783004717566, 0.011783819670927233, -1.0451770121959342e-14, 0.00034159265637707877, -0.013962147833193533, 0.0047386061389419485]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 619608112
+    - 
+      positions: [-0.8771264805477743, -0.43902620633227146, -0.33171748176604615, 0.5269987809175505, -1.091224298452714, 1.5405767722568773]
+      velocities: [-0.09711806909138374, -0.18846182082557922, 0.2645894744983548, -0.032579214584201294, 0.1782743843448107, 0.1480110684388279]
+      accelerations: [0.03717296026303217, 0.011759842003853601, -9.39816955574272e-14, 0.0004865171826165407, -0.013942375848722982, 0.004554215370498547]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 624921663
+    - 
+      positions: [-0.8776424595325063, -0.44002833937527597, -0.33031031166468866, 0.5268255212778814, -1.090276376255356, 1.5413640060812657]
+      velocities: [-0.09692064954292319, -0.18839934193946467, 0.2645894744983547, -0.03257624626795085, 0.1782002866394159, 0.14803480362061744]
+      accelerations: [0.037068453053664706, 0.0117359061884784, 4.1732210957754815e-14, 0.0006296802085823353, -0.013922730125983157, 0.0043716913906128065]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 630239978
+    - 
+      positions: [-0.8781578516169602, -0.44103103921220776, -0.3289018789506678, 0.5266521240115443, -1.0893279978423134, 1.5421520700850426]
+      velocities: [-0.09672360820570415, -0.18833693430247833, 0.2645894744983549, -0.03257251783654551, 0.17812622659021665, 0.14805759316235984]
+      accelerations: [0.03696430293620611, 0.011712008968162903, 5.2118482172588205e-14, 0.0007711089908794747, -0.013903247358107966, 0.004190915426881455]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 635563064
+    - 
+      positions: [-0.878672657682374, -0.44203430709148667, -0.3274921815655734, 0.5264785929259639, -1.0883791623365922, 1.5429409606241375]
+      velocities: [-0.09652694388831116, -0.18827459784496092, 0.264589474498355, -0.03256803711953406, 0.17805220342223466, 0.14807944466049594]
+      accelerations: [0.03686050894170844, 0.011688150817421769, -2.082868330396124e-14, 0.000910820660440826, -0.01388392207012134, 0.004011881851668101]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 640890931
+    - 
+      positions: [-0.8791868786087932, -0.44303814426918786, -0.32608121743909085, 0.5263049317964726, -1.0874298688584443, 1.5437306740886436]
+      velocities: [-0.09633065539225918, -0.18821233248804986, 0.264589474498355, -0.032562811892893326, 0.177978216460715, 0.1481003658985286]
+      accelerations: [0.0367570730527542, 0.011664334513062223, 3.121496501496994e-14, 0.0010488262144247795, -0.013864721232038774, 0.0038346585389585075]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 646223585
+    - 
+      positions: [-0.8797005152752174, -0.44404255200947224, -0.3246689844882677, 0.5261311443663064, -1.0864801165239732, 1.5445212069053784]
+      velocities: [-0.09613474153377063, -0.18815013816137602, 0.26458947449835507, -0.032556849834348436, 0.17790426492741768, 0.1481203643040793]
+      accelerations: [0.03665398614134685, 0.01164055389203086, -2.07912728861965e-14, 0.0011851594324824358, -0.01384571577756582, 0.0036590363293828145]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 651561034
+    - 
+      positions: [-0.8802135685592766, -0.4450475315837342, -0.323255480618941, 0.5259572343475175, -1.0855299044481512, 1.545312555531349]
+      velocities: [-0.09593920112483606, -0.18808801478750067, 0.2645894744983549, -0.0325501585631892, 0.17783034811935589, 0.14813944742585203]
+      accelerations: [0.03655125729382876, 0.011616817559973125, -3.115885774140011e-14, 0.0013198162924770301, -0.01382680574765696, 0.0034852618196695878]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 656903287
+    - 
+      positions: [-0.8807260393376781, -0.4460530842718514, -0.32184070372361784, 0.5257832054203783, -1.0845792317405838, 1.5461047164621793]
+      velocities: [-0.09574403297752172, -0.18802596228568, 0.2645894744983548, -0.0325427456319434, 0.1777564653658218, 0.14815762282022318]
+      accelerations: [0.03644887577541659, 0.011593117947506072, -1.0376936697107823e-14, 0.0014528335663501117, -0.013808078087177952, 0.0033130837046433915]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 662250351
+    - 
+      positions: [-0.8812379284858095, -0.44705921136113613, -0.32042465168323575, 0.5256090612344271, -1.0836280975092116, 1.5468976862241697]
+      velocities: [-0.09554923591909964, -0.18796398058422986, 0.264589474498355, -0.03253461849642631, 0.17768261588638695, 0.14817489767443048]
+      accelerations: [0.03634684501479659, 0.011569459025871462, 7.257312120045833e-14, 0.001584218358869201, -0.013789486093658506, 0.003142607381798416]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 667602235
+    - 
+      positions: [-0.881749236877946, -0.4480659141469339, -0.3190073223661438, 0.5254348054083298, -1.0826765008583308, 1.5476914613780848]
+      velocities: [-0.09535480877370447, -0.18790206960547493, 0.26458947449835496, -0.03252578455455728, 0.1776087989636985, 0.14819127926740705]
+      accelerations: [0.036245161164397924, 0.011545838867464447, -8.28659359955298e-14, 0.0017139927916416425, -0.01377105195970176, 0.0029737543543999134]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 672958946
+    - 
+      positions: [-0.8822599653871456, -0.4490731939323686, -0.31758871362852154, 0.5252604415303496, -1.0817244408895481, 1.5484860385168786]
+      velocities: [-0.09516075036455061, -0.18784022926741167, 0.2645894744983549, -0.0325162511411031, 0.17753501392474136, 0.14820677491851164]
+      accelerations: [0.03614382680844123, 0.011522260807354716, 7.24422748958117e-14, 0.0018421658572956598, -0.013752736113029603, 0.0028066106221440903]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 678320492
+    - 
+      positions: [-0.8827701148854262, -0.4500810520288574, -0.3161688233135006, 0.525085973158284, -1.0807719167000935, 1.5492814142688636]
+      velocities: [-0.09496705952521645, -0.18777845949332256, 0.26458947449835496, -0.03250602550691768, 0.1774612600301475, 0.14822139169707277]
+      accelerations: [0.036042833906198016, 0.011498719336892749, -6.203731160802087e-14, 0.0019687673072381995, -0.013734601986382964, 0.0026409895898418284]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 683686882
+    - 
+      positions: [-0.883279686243472, -0.45108948975534574, -0.3147476492524479, 0.5249114038202669, -1.0798189273855439, 1.5500775852918292]
+      velocities: [-0.0952471209137379, -0.18865518984621546, 0.2659124218708466, -0.03265756228021496, 0.17827428995994662, 0.1489763455779642]
+      accelerations: [-0.14094296030674885, -0.3394755341304363, 0.4948319195393156, -0.05865721356400329, 0.31789416849530744, 0.279729321106444]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 689058124
+    - 
+      positions: [-0.8837886803309353, -0.45209850843916155, -0.3133251892635121, 0.5247367370144702, -1.078865472036954, 1.550874548278629]
+      velocities: [-0.09552658365690297, -0.18953168263250392, 0.26723536924333846, -0.03280836151345304, 0.1790869812442311, 0.14973049697147905]
+      accelerations: [0.0365623049095968, 0.011681940155412024, -1.042407475143802e-14, 0.002261857018867856, -0.01397406238268871, 0.0023611912333682218]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 694380997
+    - 
+      positions: [-0.8842970980162482, -0.4531081094155379, -0.31190144115242224, 0.5245619762097121, -1.0779115497426017, 1.5516722999533135]
+      velocities: [-0.09533206259490201, -0.18946950848470323, 0.2672353692433384, -0.03279597946732731, 0.17901257987318497, 0.14974263948804384]
+      accelerations: [0.03646033181393065, 0.011658048817240552, -2.0829279735964615e-14, 0.00238626755037712, -0.01395598483590118, 0.0021971452981856677]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 699708690
+    - 
+      positions: [-0.8848049401666743, -0.45411829402778436, -0.3104764027121857, 0.5243871248456067, -1.0769571595874712, 1.5524708370719016]
+      velocities: [-0.09513790809242646, -0.18940740528401995, 0.26723536924333857, -0.03278292689220305, 0.17893820705954772, 0.14975392239311908]
+      accelerations: [0.03635870422363407, 0.01163419725207229, 8.324164715780059e-14, 0.0025091354185720776, -0.013938061809155694, 0.002034659970573729]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 705041212
+    - 
+      positions: [-0.8853122076482653, -0.4551290636272073, -0.30905007172321597, 0.5242121863328933, -1.0760023006536241, 1.553270156421339]
+      velocities: [-0.0949441189833681, -0.1893453729458653, 0.2672353692433386, -0.032769210776852936, 0.178863862112979, 0.1497643526068063]
+      accelerations: [0.03625742345436959, 0.011610387816500044, -6.237463667409639e-14, 0.0026304717299804378, -0.013920264738963874, 0.0018737918040391101]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 710378571
+    - 
+      positions: [-0.8858189013259873, -0.45614041957348295, -0.30762244595269367, 0.5240371640534732, -1.0750469720189983, 1.5540702548216587]
+      velocities: [-0.09475069410488689, -0.18928341138506838, 0.26723536924333835, -0.03275483804370276, 0.17878954434447838, 0.14977393698149266]
+      accelerations: [0.03615648537877464, 0.011586618163524638, -3.1159021404762766e-14, 0.002750297374561313, -0.01390262081437584, 0.0017144518047774676]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 715720774
+    - 
+      positions: [-0.8863250220635925, -0.4571523632343507, -0.30619352315507503, 0.5238620613608672, -1.0740911727585611, 1.5548711291233548]
+      velocities: [-0.09455763230488815, -0.1892215205219107, 0.26723536924333846, -0.032739815536038254, 0.17871525299251756, 0.14978268210825918]
+      accelerations: [0.03605588852709266, 0.011562888391521045, 6.226145347189203e-14, 0.0028686281548514093, -0.013885129144427152, 0.0015566241165796274]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 721067832
+    - 
+      positions: [-0.886830570723621, -0.45816489598564214, -0.3047633010720291, 0.5236868815804623, -1.0731349019442824, 1.5556727762071485]
+      velocities: [-0.09436493242592954, -0.18915970026901974, 0.26723536924333857, -0.032724150047595484, 0.1786409873830706, 0.14979059473809114]
+      accelerations: [0.03595563480218315, 0.011539201058998123, -2.0734956114675158e-14, 0.002985473789740157, -0.013867757018269906, 0.0014003775082370527]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 726419751
+    - 
+      positions: [-0.887335548167544, -0.45917801921172, -0.3033317774316956, 0.5235116280095028, -1.0721781586437413, 1.556475192986561]
+      velocities: [-0.0941725933176042, -0.18909795054160616, 0.26723536924333835, -0.032707848300798814, 0.17856674680651807, 0.1497976814591864]
+      accelerations: [0.03585571810722479, 0.011515552434866962, -5.179023926280455e-14, 0.0031008581240011, -0.013850549571461231, 0.001245575565501138]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 731776540
+    - 
+      positions: [-0.8878399552555566, -0.4601917343049352, -0.30189894994958466, 0.5233363039176901, -1.0712209419220602, 1.5572783764036864]
+      velocities: [-0.09398061383710875, -0.18903627125781597, 0.2672353692433384, -0.032690916946756333, 0.17849253051172886, 0.14980394868184457]
+      accelerations: [0.03575614014662113, 0.011491944947263702, 6.209170948291986e-14, 0.0032147907891197634, -0.01383347632559024, 0.0010922814653641416]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 737138209
+    - 
+      positions: [-0.8883437928467112, -0.4612060426660366, -0.30046481632788086, 0.5231609125471824, -1.0702632508406054, 1.5580823234315735]
+      velocities: [-0.0937889928349653, -0.18897466232710206, 0.2672353692433387, -0.032673362591103566, 0.1784183378470832, 0.14980940300974033]
+      accelerations: [0.035656900157300365, 0.011468379205269622, 4.1356756751443696e-14, 0.0033272858869893263, -0.013816529756965302, 0.0009404975259801137]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 742504765
+    - 
+      positions: [-0.8888470617989492, -0.46222094570429056, -0.2990293742552304, 0.5229854571127837, -1.069305084456667, 1.5588870310745977]
+      velocities: [-0.09359772917178061, -0.18891312366402319, 0.2672353692433388, -0.03265519176461982, 0.17834416809474363, 0.1498140508053233]
+      accelerations: [0.035557993595267304, 0.011444852487706426, -1.0329760623396187e-14, 0.003438363921369986, -0.0137997412217255, 0.0007901248685408933]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 747876218
+    - 
+      positions: [-0.8893497629689545, -0.4632364448371154, -0.2975926214073502, 0.5228099408024206, -1.0683464418248085, 1.5596924963654495]
+      velocities: [-0.09340682171491135, -0.18885165518546604, 0.26723536924333874, -0.03263641093103199, 0.17827002050168878, 0.14981789827294936]
+      accelerations: [0.03545942096090264, 0.011421366444354994, 0.0, 0.0035480359922344202, -0.01378309160671413, 0.0006411969642187706]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 753252575
+    - 
+      positions: [-0.8898518972122343, -0.46425254149034134, -0.29615455544657443, 0.5226343667772216, -1.0673873219960544, 1.560498716366527]
+      velocities: [-0.09321626932708507, -0.18879025680129624, 0.2672353692433387, -0.03261702650642115, 0.17819589439592692, 0.14982095176253293]
+      accelerations: [0.03536118195006651, 0.011397921833483617, -3.093271432776685e-14, 0.0036563152888284696, -0.013766569000811432, 0.0004937280798258104]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 758633846
+    - 
+      positions: [-0.890353465383174, -0.46526923709839735, -0.29471517402153996, 0.5224587381716748, -1.066427724017374, 1.5613056881707021]
+      velocities: [-0.09302607087498982, -0.18872892842147782, 0.2672353692433386, -0.03259704484459583, 0.17812178910045257, 0.14982321754524094]
+      accelerations: [0.03526327386384355, 0.011374517650513352, 2.0602954776543417e-14, 0.003763218271211705, -0.013750186340062252, 0.0003476682264665548]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 764020040
+    - 
+      positions: [-0.8908544683349723, -0.466286533104169, -0.2932744747674095, 0.5222830580939486, -1.0654676469322455, 1.562113408899924]
+      velocities: [-0.09283622523305488, -0.1886676699593775, 0.26723536924333857, -0.032576472231840896, 0.17804770389066024, 0.1498247017037421]
+      accelerations: [0.03516569500774495, 0.011351153429221113, -3.0876150869438404e-14, 0.0038687599898424023, -0.013733947523034877, 0.00020299102902506292]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 769411164
+    - 
+      positions: [-0.8913549069196198, -0.46730443095898305, -0.2918324553058937, 0.5221073296261507, -1.0645070897808233, 1.5629218757046095]
+      velocities: [-0.0926467312753484, -0.18860648132483454, 0.26723536924333835, -0.03255531490156119, 0.1779736380800796, 0.14982541035597557]
+      accelerations: [0.03506844570007421, 0.011327830738582246, -5.14131171437622e-14, 0.003972951382040171, -0.013717833651264052, 5.972968215062473e-05]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 774807230
+    - 
+      positions: [-0.8918547819879824, -0.4683229321228676, -0.29038911324479894, 0.5219315558244109, -1.0635460515991282, 1.5637310857650326]
+      velocities: [-0.09245758788097527, -0.18854536242854264, 0.26723536924333824, -0.03253357902572635, 0.17789959096550068, 0.1498253495125988]
+      accelerations: [0.03497152225099665, 0.011304547487622647, 1.027319675386526e-14, 0.004075810584375007, -0.013701868964734583, -8.219493955478656e-05]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 780208244
+    - 
+      positions: [-0.8923540943896854, -0.4693420380642754, -0.2889444461784862, 0.5217557397192875, -1.0625845314200988, 1.56454103628893]
+      velocities: [-0.09226879393260234, -0.18848431318135242, 0.2672353692433387, -0.03251127071706582, 0.17782556183861664, 0.1498245251083492]
+      accelerations: [0.03487492553253719, 0.011281305502435241, 1.3342901278339133e-13, 0.004177347641347431, -0.013686030277487176, -0.00022273799534888966]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 785614216
+    - 
+      positions: [-0.8928528449732186, -0.4703617502604129, -0.2874984516873103, 0.5215798843158161, -1.0616225282725829, 1.5653517245132882]
+      velocities: [-0.09208034831480369, -0.1884233334925055, 0.2672353692433388, -0.03248839603356096, 0.1777515500048053, 0.14982294305181607]
+      accelerations: [0.03477865247740795, 0.01125810334857416, -8.203475006501561e-14, 0.004277578937528283, -0.013670334840323747, -0.00036195999969015495]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 791025156
+    - 
+      positions: [-0.893351034585851, -0.4713820701970419, -0.28605112733794097, 0.5214039925938534, -1.0606600411820954, 1.5661631477025586]
+      velocities: [-0.09189224991371858, -0.1883624232692872, 0.26723536924333846, -0.0324649609789351, 0.17767755478914204, 0.14982060924046656]
+      accelerations: [0.03468270408285886, 0.011234942974877026, -3.0734752002316305e-14, 0.004376514263355516, -0.013654757302528547, -0.0004998106210007925]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 796441072
+    - 
+      positions: [-0.8938486640737467, -0.4724029993688379, -0.2846024706827543, 0.5212280675081163, -1.059697069169712, 1.5669753031506364]
+      velocities: [-0.09170449761850401, -0.18830158241855527, 0.2672353692433386, -0.03244097150037892, 0.17760357551785905, 0.14981752951352983]
+      accelerations: [0.03458707675283458, 0.01121182238360034, 8.188392712191715e-14, 0.004474170758022536, -0.013639321739518385, -0.0006363676261210533]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 801861974
+    - 
+      positions: [-0.8943457342818495, -0.4734245392791127, -0.28315247926028914, 0.5210521119885698, -1.0587336112531185, 1.5677881881784852]
+      velocities: [-0.09197420769375884, -0.1891818630657821, 0.2685715460895554, -0.03257845361714637, 0.17841707459288397, 0.1505627674929974]
+      accelerations: [-0.13459186438802048, -0.3371958139669838, 0.49474171904044156, -0.05539734179986426, 0.3149061605221203, 0.276575713090392]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 807287870
+    - 
+      positions: [-0.8948422460538377, -0.47444669143973306, -0.28170115059537254, 0.5208761289406846, -1.0577696664469773, 1.5686018001331656]
+      velocities: [-0.09224332720589501, -0.19006190956052785, 0.2699077229357719, -0.03271526628271239, 0.17923021853280724, 0.15130724640198698]
+      accelerations: [0.035088159238030055, 0.011390134428823147, -2.0637608238353684e-14, 0.004759473522398891, -0.013882370964600363, -0.0009237501737351433]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 812664999
+    - 
+      positions: [-0.8953382002324426, -0.47546945737203433, -0.2802484821975816, 0.5207001212451928, -1.056805233759953, 1.5694161363935626]
+      velocities: [-0.09205473940782724, -0.19000066994760473, 0.2699077229357721, -0.03268939245828545, 0.1791555434904289, 0.15130190999933535]
+      accelerations: [0.03499158322327434, 0.011366669875185986, 8.247426434697377e-14, 0.004855260197798472, -0.013867068792745525, -0.0010592078894318825]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 818047092
+    - 
+      positions: [-0.8958335976588782, -0.47649283860528785, -0.27879447156379716, 0.5205240917591081, -1.0558403121999824, 1.5702311943595375]
+      velocities: [-0.0918664967308508, -0.18993950002921617, 0.26990772293577214, -0.03266298212178803, 0.17908088172081615, 0.15129584292767606]
+      accelerations: [0.03489533705413764, 0.011343252205677836, -6.179857045199025e-14, 0.00494978356880194, -0.013851826997417964, -0.001193187999228845]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 823434158
+    - 
+      positions: [-0.8963284391735145, -0.47751683667860834, -0.27733911617501084, 0.5203480433149645, -1.0548749007679694, 1.5710469714643724]
+      velocities: [-0.09167859806438061, -0.18987839970531364, 0.2699077229357719, -0.03263604101164322, 0.17900623259321743, 0.1512890509137768]
+      accelerations: [0.03479940805025426, 0.011319872026302325, -2.0580480323352622e-14, 0.005043073423902607, -0.013836767153059464, -0.0013260200563261057]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 828826206
+    - 
+      positions: [-0.89682272561531, -0.4785414531394136, -0.27588241349888, 0.5201719787218275, -1.0539089984630474, 1.571863465163931]
+      velocities: [-0.09149104231322233, -0.18981736888596806, 0.2699077229357718, -0.03260857479485737, 0.17893159534363445, 0.15128153928251298]
+      accelerations: [0.03470380169880813, 0.011296534759965107, -1.0280718252841745e-14, 0.005135132292562124, -0.01382181636551783, -0.0014575295309982108]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 834223246
+    - 
+      positions: [-0.8973164578221459, -0.4795666895444058, -0.2744243609880898, 0.5199959007650073, -1.0529426042794174, 1.5726806729427938]
+      velocities: [-0.09130382837161641, -0.18975640746954214, 0.2699077229357718, -0.03258058910521883, 0.17885696935552156, 0.1512733136819311]
+      accelerations: [0.03460851496398686, 0.011273239117938556, 1.0271195961800489e-14, 0.005225975700629143, -0.013806991971132738, -0.0015877766379166977]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 839625286
+    - 
+      positions: [-0.8978096366307449, -0.4805925474593784, -0.2729649560806602, 0.5198198122063883, -1.0519757172070958, 1.5734985923124878]
+      velocities: [-0.09111695515024323, -0.18969551536491164, 0.2699077229357717, -0.03255208950564284, 0.17878235386787905, 0.15126437933040654]
+      accelerations: [0.034513543328975084, 0.011249982285849771, -5.130836619515272e-14, 0.00531562006230508, -0.013792329284022228, -0.0017168658407193589]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 845032338
+    - 
+      positions: [-0.8983022628764985, -0.4816190284587835, -0.2715041962006584, 0.5196437157848351, -1.051008336233461, 1.5743172208081777]
+      velocities: [-0.09093042155452008, -0.18963469247364736, 0.2699077229357718, -0.03252308151930577, 0.17870774821229024, 0.15125474162811386]
+      accelerations: [0.03441889180349762, 0.011226769571718812, 7.176505022712371e-14, 0.005404069304382809, -0.013777757906223136, -0.0018446309406856634]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 850444409
+    - 
+      positions: [-0.8987943373937979, -0.48264613412668933, -0.2700420787565957, 0.5194676142159573, -1.0500404603401743, 1.5751365559945705]
+      velocities: [-0.09074422648995224, -0.18957393869454264, 0.2699077229357718, -0.03249357062172974, 0.1786331517518464, 0.15124440600028877]
+      accelerations: [0.03432455388855585, 0.011203596484715184, -6.1455757734676e-14, 0.005491342690972793, -0.01376333571478959, -0.0019712342355378]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 855861510
+    - 
+      positions: [-0.8992858610157559, -0.48367386605605756, -0.2685786011426218, 0.5192915101926613, -1.0490720885057065, 1.5759565954606394]
+      velocities: [-0.09055836887362892, -0.18951325393335489, 0.26990772293577153, -0.0324635622262495, 0.17855856375371326, 0.15123337757082322]
+      accelerations: [0.034230530353843686, 0.011180464730967428, -4.093240783550025e-14, 0.005577449453731991, -0.013749039459602586, -0.0020966302025970125]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 861283651
+    - 
+      positions: [-0.8997768345743123, -0.48470222584907846, -0.2671137607379567, 0.5191154063851988, -1.0481032197043234, 1.5767773368214155]
+      velocities: [-0.09037284761868378, -0.18945263808929752, 0.2699077229357716, -0.03243306170590306, 0.17848398356542194, 0.15122166161434358]
+      accelerations: [0.03413682045108345, 0.01115737481164629, 7.156503892546189e-14, 0.005662400696103099, -0.013734861875884633, -0.0022208140087342696]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 866710840
+    - 
+      positions: [-0.9002672589002695, -0.48573121511730616, -0.26564755490665615, 0.5189393054413124, -1.0471338529057577, 1.577598777718404]
+      velocities: [-0.09018766164814357, -0.1893920910670247, 0.26990772293577187, -0.03240207437517888, 0.1784094104570897, 0.15120926315294408]
+      accelerations: [0.0340434198492603, 0.011134324013004755, 2.0428102660816138e-14, 0.005746212310315835, -0.013720837901403875, -0.002343888773580203]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 872143089
+    - 
+      positions: [-0.9007571348231181, -0.486760835481226, -0.2641799809983216, 0.5187632099866373, -1.0461639870767516, 1.5784209158162825]
+      velocities: [-0.09000280988032763, -0.1893316127644854, 0.26990772293577203, -0.03237060550909179, 0.1783348437848276, 0.15119618737495086]
+      accelerations: [0.033950333180200694, 0.011111317306447259, 3.061357478860945e-14, 0.005828888307597405, -0.013706900126346705, -0.0024656954522670077]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 877580406
+    - 
+      positions: [-0.9012464631713573, -0.4877910885711873, -0.26271103634654075, 0.5185871226244826, -1.0451936211780783, 1.5792437488086086]
+      velocities: [-0.08981829123694676, -0.18927120307963557, 0.2699077229357719, -0.03233866033374816, 0.17826028289988993, 0.15118243940307785]
+      accelerations: [0.03385755313494886, 0.01108834950893096, -5.09749886720076e-14, 0.0059104479764782005, -0.013693116878737841, -0.0025864223028929383]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 883022802
+    - 
+      positions: [-0.9017352447721654, -0.488821976026534, -0.2612407182703242, 0.5184110459364253, -1.0442227541675526, 1.5800672744115867]
+      velocities: [-0.08963410465058061, -0.1892108619167227, 0.2699077229357717, -0.0323062440171964, 0.1781857270641682, 0.15116802407864088]
+      accelerations: [0.033765081606344095, 0.01106542327960363, -5.092734847623325e-14, 0.005990898631772871, -0.01367945188344572, -0.002705989697979322]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 888470286
+    - 
+      positions: [-0.902223480451569, -0.48985349949611806, -0.25976902407324043, 0.5182349824822761, -1.0432513849984297, 1.580891490367039]
+      velocities: [-0.08945024904981902, -0.18915058917356511, 0.2699077229357719, -0.03227336168907988, 0.1781111756196446, 0.151152946395251]
+      accelerations: [0.03367291676003382, 0.011042538115977297, 1.5263911140173095e-13, 0.006070252263498167, -0.013665911122517832, -0.0028244262517264918]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 893922869
+    - 
+      positions: [-0.9027111710344121, -0.49088566063825806, -0.25829595104347525, 0.5180589348002964, -1.0422795126196644, 1.5817163944416572]
+      velocities: [-0.08926672336758765, -0.18909038474903012, 0.2699077229357723, -0.0322400184298576, 0.17803662789128996, 0.15113721125110208]
+      accelerations: [0.03358105742697752, 0.011019693925043714, -2.0332821755126014e-14, 0.006148520082950896, -0.013652494034718837, -0.0029417433754136873]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 899380560
+    - 
+      positions: [-0.9031983173443549, -0.49191846112078697, -0.25682149645374613, 0.5178829054073772, -1.0413071359758808, 1.5825419844268411]
+      velocities: [-0.08908352653697515, -0.1890302485394393, 0.26990772293577203, -0.03220621927647769, 0.17796208323523255, 0.1511208235728395]
+      accelerations: [0.033489503307617643, 0.010996891521643092, -7.109815996713224e-14, 0.006225711933106508, -0.013639188945173894, -0.0030579242035391773]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 904843370
+    - 
+      positions: [-0.903684920203927, -0.4929519026212463, -0.2553456575609691, 0.5177068967991492, -1.0403342540068465, 1.5833682581395192]
+      velocities: [-0.08890065749806911, -0.18897018044402136, 0.26990772293577203, -0.032171969215246815, 0.17788754096096532, 0.151103788116989]
+      accelerations: [0.03339825073869018, 0.010974128817699902, 6.088408837454103e-14, 0.006301841569127215, -0.013626023766410932, -0.0031730527533723675]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 910311309
+    - 
+      positions: [-0.9041709804343899, -0.49398598682654565, -0.2538684316068124, 0.5175309114503173, -1.0393608656487154, 1.584195213419457]
+      velocities: [-0.08871811519327034, -0.18891018036115936, 0.2699077229357719, -0.032137273187729756, 0.17781300038533487, 0.15108610960830443]
+      accelerations: [0.03330730114474373, 0.010951408001752516, -9.124033525059613e-14, 0.006376916611791328, -0.01361296707846899, -0.00328706148490926]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 915784387
+    - 
+      positions: [-0.9046564988558851, -0.49502071543342585, -0.25238981581692055, 0.5173549518146561, -1.0383869698326198, 1.5850228481318356]
+      velocities: [-0.08897812292594631, -0.18979434968463774, 0.27125726155045066, -0.03226255837931095, 0.17862696677636647, 0.15182308508596237]
+      accelerations: [-0.12879323051218622, -0.3352435398362185, 0.4949110395343168, -0.05234798080744823, 0.3121705832544669, 0.2735684623378615]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 921262614
+    - 
+      positions: [-0.9051414762872751, -0.49605609014806185, -0.2509098074015634, 0.5171790203253669, -1.0374125654861097, 1.5858511601641732]
+      velocities: [-0.08923754663232908, -0.19067828766071315, 0.2726068001651298, -0.0323872284059586, 0.17944056084979032, 0.15255933059718113]
+      accelerations: [0.03379214087737685, 0.01112530097026753, 6.131959741764258e-14, 0.0066550816677085, -0.01386032599385646, -0.00358246951388955]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 926691709
+    - 
+      positions: [-0.9056259135463972, -0.49709211268682346, -0.24942840355436413, 0.5170031193949497, -1.0364376515307598, 1.5866801474308536]
+      velocities: [-0.08905416251894063, -0.19061789302817192, 0.2726068001651299, -0.03235086364282265, 0.1793652759846277, 0.15253955526310062]
+      accelerations: [0.03370027818254149, 0.011102247265199648, -2.0420601775283153e-14, 0.006728509003867246, -0.013847393241630687, -0.0036955573355316926]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 932125924
+    - 
+      positions: [-0.9061098114497572, -0.4981287847754649, -0.24794560145363637, 0.516827251415723, -1.0354622268849845, 1.5875098078673278]
+      velocities: [-0.08887110415973748, -0.19055756667186083, 0.27260680016512984, -0.03231406796988483, 0.17928999011181085, 0.15251914912844633]
+      accelerations: [0.033608719668088635, 0.011079236203747338, 1.0200667552614914e-14, 0.006800903346995431, -0.013834568556712553, -0.0038075467134972576]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 937565268
+    - 
+      positions: [-0.906593170812741, -0.4991661081497633, -0.2464613982613122, 0.5166514187597437, -1.034486290462037, 1.5883401394338639]
+      velocities: [-0.08868837049360877, -0.19049730848141855, 0.2726068001651297, -0.03227684616238673, 0.17921470262630218, 0.152498116933404]
+      accelerations: [0.03351746400938484, 0.011056267506887091, -5.095516422043559e-14, 0.006872275617858977, -0.01382185370837612, -0.0039184543843773815]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 943009751
+    - 
+      positions: [-0.9070759924496019, -0.5002040845555427, -0.24497579112289725, 0.5164756237789905, -1.0335098411700754, 1.589171140115202]
+      velocities: [-0.08850596047228303, -0.19043711835468496, 0.2726068001651294, -0.03223920294189223, 0.17913941280326368, 0.15247646306664525]
+      accelerations: [0.03342650642067501, 0.011033338227107298, -8.145117369324818e-14, 0.00694263943381654, -0.013809290103498083, -0.0040283973730028625]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 948459385
+    - 
+      positions: [-0.9075582771732638, -0.5012427157481582, -0.243488777168312, 0.5162998688057345, -1.0325328779139875, 1.5900028079167263]
+      velocities: [-0.08832387304534459, -0.19037699618476964, 0.2726068001651293, -0.032201142992260956, 0.17906411997971616, 0.15245419202509675]
+      accelerations: [0.03333585109065661, 0.011010452835728272, 3.051527730970567e-14, 0.007011999789160344, -0.013796812810644913, -0.004137223525626035]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 953914179
+    - 
+      positions: [-0.9080400257956239, -0.5022820034934069, -0.242000353510376, 0.5161241561523772, -1.031555399592512, 1.5908351408699477]
+      velocities: [-0.0881421071623191, -0.19031694186231343, 0.2726068001651296, -0.03216267095769178, 0.17898882352391043, 0.15243130833823726]
+      accelerations: [0.03324549246930288, 0.01098760755526816, 1.1178331962482e-13, 0.007080370953708731, -0.013784474432582012, -0.004245077475689837]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 959374144
+    - 
+      positions: [-0.9085212391273014, -0.5033219495668694, -0.24051051724588912, 0.5159484881118718, -1.0305774051005565, 1.5916681370277126]
+      velocities: [-0.08796066178446338, -0.19025695528508793, 0.27260680016512995, -0.03212379143191521, 0.17891352269693944, 0.1524078162176442]
+      accelerations: [0.03315543043269645, 0.010964803337439023, -1.0152479249726065e-14, 0.00714776182863761, -0.013772260814833839, -0.00435193558275598]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 964839291
+    - 
+      positions: [-0.9090019179776997, -0.5043625557541322, -0.23901926545525012, 0.5157728669578151, -1.0295988933285727, 1.592501794465227]
+      velocities: [-0.08777953586279316, -0.19019703633960744, 0.2726068001651296, -0.032084508978840034, 0.17883821691745738, 0.15238372022626007]
+      accelerations: [0.033065667479278235, 0.010942043137703262, -9.128553210396448e-14, 0.007214179061108379, -0.013760127608658097, -0.004457697302816504]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 970309631
+    - 
+      positions: [-0.9094820631552185, -0.5054038238514482, -0.2375265952013616, 0.5155972949443889, -1.0286198631605548, 1.593336111283791]
+      velocities: [-0.08759872835796857, -0.19013718491789194, 0.2726068001651295, -0.03204482811490174, 0.1787629055211884, 0.15235902467139706]
+      accelerations: [0.032976196208877845, 0.010919321772411379, 4.053277146440237e-14, 0.007279637950222806, -0.01374814864690817, -0.0045625610125541866]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 975785174
+    - 
+      positions: [-0.9099616754668955, -0.5064457556647624, -0.23603250353122507, 0.5154217743068789, -1.0276403134773409, 1.594171085604079]
+      velocities: [-0.08741823824152944, -0.1900774009184505, 0.27260680016512967, -0.03200475330930488, 0.17868758774325388, 0.15233373356164398]
+      accelerations: [0.03288701869237994, 0.010896641844337317, 2.024709419526282e-14, 0.007344144999351531, -0.013736286030625454, -0.004666441813856069]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 981265931
+    - 
+      positions: [-0.910440755718583, -0.5074883530102758, -0.2345369874749993, 0.5152463072616335, -1.0266602431549074, 1.595006715569312]
+      velocities: [-0.0872380644733092, -0.19001768422747423, 0.27260680016512967, -0.03196428900323696, 0.1786122629936431, 0.15230785130177849]
+      accelerations: [0.03279813577923112, 0.010874005037600082, -2.0227799082100728e-14, 0.007407708429474382, -0.013724512964366747, -0.004769284175014167]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 986751913
+    - 
+      positions: [-0.9109193047150783, -0.5085316177148648, -0.23304004404530373, 0.5150708960061047, -1.025679651063151, 1.5958429993474275]
+      velocities: [-0.08705820601942406, -0.18995803473376024, 0.2726068001651296, -0.031923439594198064, 0.178536930641592, 0.15228138214784087]
+      accelerations: [0.03270954296390564, 0.010851408500525832, -1.0104250143553022e-14, 0.007470340407452579, -0.013712870292973982, -0.004871202148983897]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 992243131
+    - 
+      positions: [-0.9113973232599222, -0.5095755516155591, -0.23154167023806585, 0.5148955427191906, -1.024698536067717, 1.5966799351272818]
+      velocities: [-0.08687866185471332, -0.1898984523309794, 0.2726068001651295, -0.031882209435776396, 0.1784615899798, 0.1522543301195997]
+      accelerations: [0.03262124022483303, 0.010828853095794483, -3.0283796563545585e-14, 0.0075320491801718495, -0.013701344247342, -0.004972171993704476]
+      effort: []
+      time_from_start: 
+        secs: 18
+        nsecs: 997739597
+    - 
+      positions: [-0.9118748121554603, -0.5106201565597777, -0.23004186303212418, 0.5147202495613155, -1.0237168970293724, 1.5975175211196875]
+      velocities: [-0.08669943095413654, -0.18983893691024814, 0.2726068001651296, -0.03184060284483835, 0.1783862403321934, 0.15222669927170346]
+      accelerations: [0.03253322620489457, 0.010806338682925373, 7.059461935716158e-14, 0.007592844237113252, -0.013689936359507042, -0.0050722087775350155]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:   3241320
+    - 
+      positions: [-0.9123517722028355, -0.5116654344053531, -0.2285406193891755, 0.5145450186745895, -1.0227347328040635, 1.5983557555570886]
+      velocities: [-0.08652051228862734, -0.18977948835685787, 0.2726068001651296, -0.03179862410399403, 0.17831088110712748, 0.1521984938270524]
+      accelerations: [0.032445502378004434, 0.010783867304369104, -6.045174236111789e-14, 0.007652732876859943, -0.013678613601444234, -0.0051712404257909725]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:   8748313
+    - 
+      positions: [-0.9128282042021452, -0.5127113870210432, -0.227037936252928, 0.514369852182811, -1.021752042241406, 1.5991946366963228]
+      velocities: [-0.0863419048401177, -0.18972010656279492, 0.2726068001651294, -0.03175627745178675, 0.17823551160702078, 0.15216971769955162]
+      accelerations: [0.032358061939557425, 0.01076143427432034, -1.0065633116875062e-14, 0.007711728096486221, -0.013667446626540587, -0.005269455229991097]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  14260586
+    - 
+      positions: [-0.913304108952093, -0.5137580162855859, -0.2255338105506404, 0.5141947521919217, -1.0207688241878823, 1.6000341628121473]
+      velocities: [-0.08616360759210592, -0.18966079141888922, 0.27260680016512956, -0.03171356708960034, 0.1781601311472828, 0.1521403747931445]
+      accelerations: [0.032270909798467175, 0.01073904448603077, 6.033584244789533e-14, 0.007769834637249164, -0.013656359273968115, -0.005366672592665521]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  19778151
+    - 
+      positions: [-0.9137794872503584, -0.5148053240888175, -0.22402823919127765, 0.5140197207898184, -1.019785077483369, 1.6008743322038523]
+      velocities: [-0.0859856195231421, -0.18960154280935115, 0.27260680016512995, -0.031670497186250146, 0.17808473913963874, 0.15211046921095178]
+      accelerations: [0.03218404151363717, 0.010716695235796868, 8.037049770370432e-14, 0.007827063771708394, -0.01364539190997692, -0.005463004734422721]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  25301019
+    - 
+      positions: [-0.9142543398933977, -0.5158533123311532, -0.22252121906635233, 0.5138447600466777, -1.0188008009629599, 1.6017151431914782]
+      velocities: [-0.08580793962123567, -0.18954236062384736, 0.27260680016512984, -0.0316270718688135, 0.1780093349078205, 0.1520800047932549]
+      accelerations: [0.03209745676947209, 0.01069438703398536, -1.1040313328459076e-13, 0.007883423516915405, -0.013634535266649893, -0.00555843868264218]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  30829201
+    - 
+      positions: [-0.9147286676764833, -0.5169019829237663, -0.2210127470496207, 0.5136698720150499, -1.0178159934565325, 1.6025565941164743]
+      velocities: [-0.0860582766650205, -0.1904305132705006, 0.2739698341659552, -0.031741101824571405, 0.17882339877632392, 0.15280915195407216]
+      accelerations: [-0.12311309899841091, -0.3331884595484333, 0.4948608094830964, -0.04931455553582749, 0.30924185084090566, 0.27030365608381657]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  36362709
+    - 
+      positions: [-0.9152024713936128, -0.5179513377883727, -0.2195028199974261, 0.5134950587300829, -1.0168306537895921, 1.6033986833398464]
+      velocities: [-0.0863080352849413, -0.19131843703182258, 0.27533286816678115, -0.03185456303145234, 0.17963707195507395, 0.153537588797348]
+      accelerations: [0.03256682907760127, 0.010863957046857239, 1.0117487338670622e-13, 0.008154240360559263, -0.01388676740795301, -0.005862133979961192]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  41846715
+    - 
+      positions: [-0.915675751837834, -0.5190013788582339, -0.21799143474704452, 0.513320322209386, -1.015844780780186, 1.6042414092479897]
+      velocities: [-0.08612950621230989, -0.19125886360846792, 0.27533286816678126, -0.031809651204408394, 0.17956087268678916, 0.15350514967857248]
+      accelerations: [0.03247936304816896, 0.010841324445607516, -7.075403982290769e-14, 0.008209126447812588, -0.01387604946579928, -0.005956846453307706]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  47336017
+    - 
+      positions: [-0.916148509800771, -0.5200521080768458, -0.216478588118823, 0.5131456644535564, -1.0148583732432794, 1.605084770243943]
+      velocities: [-0.08595128432064364, -0.19119935682047173, 0.27533286816678104, -0.031764396718529056, 0.17948465840531444, 0.15347216139956416]
+      accelerations: [0.03239218392309073, 0.010818735352456168, 1.0097950175102026e-14, 0.008263159392792995, -0.0138654137081727, -0.00605060785489237]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  52830627
+    - 
+      positions: [-0.9166207460730039, -0.5211035273990954, -0.21496427691427422, 0.5129710874460034, -1.0138714299871807, 1.6059287647541773]
+      velocities: [-0.08577336859552841, -0.19113991655062645, 0.27533286816678126, -0.031718803563356796, 0.17940842849325642, 0.15343862779727863]
+      accelerations: [0.03230528721836438, 0.010796187005099062, 5.044088943089975e-14, 0.008316349471928011, -0.013854902923731968, -0.006143535468558283]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  58330556
+    - 
+      positions: [-0.9170924614438579, -0.5221556387907088, -0.213448497916968, 0.5127965931532513, -1.0128839498154611, 1.6067733912246511]
+      velocities: [-0.08559575802698433, -0.1910805426830569, 0.27533286816678115, -0.03167287569174343, 0.17933218231014159, 0.15340455261049604]
+      accelerations: [0.032218674472740585, 0.010773681459252886, -9.070562749385915e-14, 0.008368703774574724, -0.013844481943479937, -0.00623555161237741]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  63835816
+    - 
+      positions: [-0.9175636567015746, -0.5232084442288076, -0.21193124789161535, 0.5126221835249395, -1.0118959315253417, 1.6076186481237595]
+      velocities: [-0.08541845160949696, -0.1910212351033528, 0.27533286816678076, -0.03162661702071991, 0.17925591918685968, 0.15336993946730407]
+      accelerations: [0.03213234120936493, 0.01075121591294838, -4.027450251569327e-14, 0.008420232207683608, -0.013834195465330625, -0.006326777782819207]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  69346418
+    - 
+      positions: [-0.9180343326330866, -0.5242619457013221, -0.2104125235850121, 0.5124478604941233, -1.0109073739097114, 1.6084645339382115]
+      velocities: [-0.08524144834044578, -0.19096199369713585, 0.27533286816678093, -0.031580031432481656, 0.17917963844945642, 0.15333479194421068]
+      accelerations: [0.032046289541726704, 0.010728792940133238, 1.005884555621205e-13, 0.008470941456235984, -0.013823999735471203, -0.006417114910569872]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  74862375
+    - 
+      positions: [-0.9185044900242328, -0.52531614520767, -0.20889232172492356, 0.512273625977242, -1.0099182757551213, 1.609311047176743]
+      velocities: [-0.08506474721441233, -0.19090281834514256, 0.27533286816678115, -0.03153312277738299, 0.17910333949659019, 0.15329911375902328]
+      accelerations: [0.03196051705999576, 0.010706411522706578, -2.0098125565214226e-14, 0.008520840288976126, -0.013813911312462292, -0.006506614369347616]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  80383699
+    - 
+      positions: [-0.9189741296596726, -0.5263710447585687, -0.20737063902037475, 0.5120994818743134, -1.0089286358425245, 1.61015818636848]
+      velocities: [-0.08488834723172033, -0.1908437089308246, 0.27533286816678093, -0.03148589487005815, 0.17902702168012402, 0.1532629084747578]
+      accelerations: [0.03187502277973277, 0.01068407147492309, -6.023566353160875e-14, 0.008569936750240923, -0.013803929792162096, -0.006595284529550878]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  85910401
+    - 
+      positions: [-0.9194432523228853, -0.5274266463761067, -0.20584747216153057, 0.5119254300690602, -1.0079384529472346, 1.6110059500628342]
+      velocities: [-0.08471224739688518, -0.190784665338794, 0.2753328681667807, -0.03143835149104521, 0.17895068432931338, 0.15322617955978374]
+      accelerations: [0.03178980486869359, 0.010661772347615948, -3.008846676593593e-14, 0.008618238972331655, -0.013794062912521122, -0.006683154770910124]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  91442493
+    - 
+      positions: [-0.9199118587961305, -0.5284829520936785, -0.20432281781978523, 0.5117514724290649, -1.0069477258392703, 1.6118543368286344]
+      velocities: [-0.08453644671546509, -0.19072568745208052, 0.27533286816678093, -0.03139049638833648, 0.17887432679243742, 0.15318893049151522]
+      accelerations: [0.03170486348625423, 0.01063951494700995, 1.2023637275991488e-13, 0.008665754391866993, -0.013784295216215119, -0.006770195916719187]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs:  96979988
+    - 
+      positions: [-0.9203799498605203, -0.5295399639562682, -0.20279667264729154, 0.5115776108058409, -1.0059564532826253, 1.6127033452553616]
+      velocities: [-0.08436094419438747, -0.19066677515270358, 0.27533286816678093, -0.03134233327734917, 0.17879794843058672, 0.1531511647418701]
+      accelerations: [0.03162019668465481, 0.010617298616097748, -1.1010893988823915e-13, 0.008712491104314143, -0.01377463668415969, -0.006856442544104738]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 102522898
+    - 
+      positions: [-0.9208475262959681, -0.5305976840203576, -0.2012690332770985, 0.5114038470349941, -1.0049646340357135, 1.6135529739520917]
+      velocities: [-0.08418573884425083, -0.1906079283234462, 0.2753328681667808, -0.031293865840368404, 0.17872154858812953, 0.1531128857038658]
+      accelerations: [0.03153580379583217, 0.01059512351975548, 5.0000532789817365e-14, 0.008758456701722704, -0.013765082542133319, -0.006941891976008946]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 108071234
+    - 
+      positions: [-0.9213145888812089, -0.5316561143540566, -0.1997398963229291, 0.5112301829363306, -1.0039722668511277, 1.6144032215477784]
+      velocities: [-0.08401082967492257, -0.19054914684427476, 0.27533286816678093, -0.0312450977280923, 0.17864512665176924, 0.15307409683808804]
+      accelerations: [0.03145168446224154, 0.010572990291101597, 0.0, 0.008803658675523109, -0.013755621474505854, -0.00702652591980327]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 113625010
+    - 
+      positions: [-0.9217811383938542, -0.5327152570373228, -0.19820925837881037, 0.5110566203139449, -1.0029793504751006, 1.615254086692101]
+      velocities: [-0.08383621570076455, -0.19049043059653092, 0.27533286816678093, -0.03119603255882484, 0.1785686819798166, 0.15303480149789062]
+      accelerations: [0.031367836136433735, 0.010550897584124773, 0.0, 0.008848104863021369, -0.01374627419190965, -0.007110404632113971]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 119184237
+    - 
+      positions: [-0.9222471756102855, -0.5337751141617204, -0.19667711601945562, 0.5108831609564064, -1.001985883648441, 1.6161055680534693]
+      velocities: [-0.08366189594125029, -0.1904317794637577, 0.27533286816678093, -0.03114667391871769, 0.17849221389009529, 0.15299500290088275]
+      accelerations: [0.03128425825092306, 0.010528845737682556, -9.970697032363948e-15, 0.008891802625153121, -0.01373703371671341, -0.007193519988323145]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 124748928
+    - 
+      positions: [-0.9227127013056863, -0.5348356878305818, -0.19514346579999034, 0.5107098066368573, -1.0009918651061929, 1.6169576643194967]
+      velocities: [-0.08348786941144307, -0.1903731933235052, 0.2753328681667808, -0.031097025363705916, 0.17841572179585038, 0.15295470446386067]
+      accelerations: [0.031200951681291215, 0.010506836349947065, -9.96088757326968e-15, 0.008934759057419125, -0.013727871897788858, -0.007275811783521243]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 130319095
+    - 
+      positions: [-0.9231777162541808, -0.5358969801594745, -0.19360830425517925, 0.5105365591130482, -0.9999972935763108, 1.6178103741993726]
+      velocities: [-0.0833141351345612, -0.19031467205801178, 0.2753328681667809, -0.031047090417667372, 0.17833920502889472, 0.15291390936672514]
+      accelerations: [0.031117911350610972, 0.010484865923150195, 1.990214976781278e-14, 0.008976982137562732, -0.013718845276881752, -0.007357428468100687]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 135894752
+    - 
+      positions: [-0.9236422212285484, -0.5369589932754408, -0.19207162790065735, 0.5103634201276285, -0.9990021677822644, 1.6186636964186407]
+      velocities: [-0.08314069213555925, -0.19025621554866462, 0.27533286816678093, -0.03099687257413305, 0.17826266292789797, 0.15287262077110747]
+      accelerations: [0.0310351404470933, 0.010462938043685682, -9.941258911697883e-15, 0.009018478306099809, -0.013709894050556018, -0.007438231401950167]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 141475910
+    - 
+      positions: [-0.92410621700052, -0.538021729317927, -0.19053343323139826, 0.5101903914080783, -0.998006486440238, 1.619517629724429]
+      velocities: [-0.08338194461344825, -0.19114866689110943, 0.27670953250761476, -0.031100980582996478, 0.17907683393650808, 0.1535948911613073]
+      accelerations: [-0.11791293812132106, -0.33142914822072084, 0.4950469747312446, -0.04649154133450528, 0.30653952168570875, 0.26719550603209685]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 147062583
+    - 
+      positions: [-0.9245697043406305, -0.5390851904384276, -0.1889937167222908, 0.5100174746669204, -0.9970102482604609, 1.6203721728826905]
+      velocities: [-0.0836226228259887, -0.19204089127192187, 0.2780861968484488, -0.031204558038488366, 0.1798905953213848, 0.15431646190865336]
+      accelerations: [0.031490891140925195, 0.01062862985039791, 6.012499842431775e-14, 0.009282216353526765, -0.013967523967048267, -0.007750368289326662]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 152599415
+    - 
+      positions: [-0.9250326840181986, -0.5401493788004913, -0.18745247482811234, 0.5098446716018392, -0.9960134519473506, 1.621227324677741]
+      velocities: [-0.08344832206523523, -0.1919820456727745, 0.2780861968484488, -0.031153001703332933, 0.17981320728250988, 0.15427328455677103]
+      accelerations: [0.031407268764797075, 0.010606385830851517, -7.007636066170894e-14, 0.009322366871566918, -0.013958704113656833, -0.007830557793417658]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 158141732
+    - 
+      positions: [-0.9254951568014008, -0.5412142965800072, -0.18590970398305326, 0.5096719838957521, -0.9950160961987793, 1.6220830839134963]
+      velocities: [-0.08327431156943592, -0.19192326498784942, 0.27808619684844876, -0.031101173451888914, 0.179735791118792, 0.15422962152381192]
+      accelerations: [0.03132391509175752, 0.01058418329140167, 6.000588437521309e-14, 0.009361805066381826, -0.013949986845319957, -0.007910016191848479]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 163689548
+    - 
+      positions: [-0.9259571234572302, -0.542279945965158, -0.18436540060078083, 0.5094994132169453, -0.9940181797064138, 1.6229394494126255]
+      velocities: [-0.08310059036380109, -0.19186454909521072, 0.27808619684844876, -0.03104907666206611, 0.1796583461788397, 0.15418547586994902]
+      accelerations: [0.03124082912016761, 0.010562022088142387, -5.9946295240631e-14, 0.00940053787657416, -0.01394137154057417, -0.007988750541932588]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 169242874
+    - 
+      positions: [-0.9264185847514946, -0.5433463291564918, -0.18281956107431518, 0.509326961219183, -0.9930197011556688, 1.6237964200164665]
+      velocities: [-0.08292715747518858, -0.1918058978718064, 0.2780861968484487, -0.03099671468246155, 0.17958087182428956, 0.15414085065269706]
+      accelerations: [0.031158009987355153, 0.010539902546521969, 3.9924456178489727e-14, 0.009438572330317512, -0.013932853275113915, -0.008066757759957069]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 174801724
+    - 
+      positions: [-0.9268795414488427, -0.544413448367055, -0.18127218177579474, 0.5091546295418081, -0.992020659225456, 1.6246539945853145]
+      velocities: [-0.0827540119304415, -0.19174731119250704, 0.2780861968484488, -0.030944090832596645, 0.17950336744691076, 0.15409574897027406]
+      accelerations: [0.031075457288889087, 0.010517824866010198, -9.971175187817546e-15, 0.009475915238532943, -0.013924425294674633, -0.00814402930934453]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 180366111
+    - 
+      positions: [-0.9273399943127919, -0.5454813058225674, -0.179723259056186, 0.5089824198098315, -0.9910210525878397, 1.6255121719989107]
+      velocities: [-0.08258115276133515, -0.19168878893439184, 0.27808619684844876, -0.030891208403599976, 0.17942583239832202, 0.15405017378892732]
+      accelerations: [0.030993168389316185, 0.010495787831264841, 0.0, 0.009512573343290885, -0.013916107939717445, -0.008220624129303071]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 185936049
+    - 
+      positions: [-0.9277999441056253, -0.5465499037611763, -0.17817278924566804, 0.5088103336340952, -0.9900208799089684, 1.626370951154465]
+      velocities: [-0.08240857900227655, -0.1916303309745785, 0.2780861968484486, -0.030838070658072175, 0.17934826602498, 0.15400412802913085]
+      accelerations: [0.030911143719026507, 0.010473792423314645, -5.970771705023453e-14, 0.009548553465000985, -0.013907881882017883, -0.008296502656585495]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 191511550
+    - 
+      positions: [-0.9282593915884872, -0.5476192444338253, -0.17662076865302584, 0.5086383726113296, -0.9890201398481375, 1.627230330968277]
+      velocities: [-0.08223628968879809, -0.19157193718902626, 0.27808619684844854, -0.03078468083062759, 0.17927066768614158, 0.15395761461017796]
+      accelerations: [0.030829381189459725, 0.01045183785786115, 3.976534364486326e-14, 0.00958386211133407, -0.013899760980178795, -0.008371707693151542]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 197092627
+    - 
+      positions: [-0.9287183375213085, -0.5486893301040988, -0.17506719356588346, 0.5084665383242949, -0.9880188310584246, 1.628090310374334]
+      velocities: [-0.08206428385712536, -0.19151360745218354, 0.2780861968484487, -0.030731042127599924, 0.17919303676545412, 0.1539106364781329]
+      accelerations: [0.03074788138280338, 0.01042992523784662, 2.97941452087288e-14, 0.00961850616726588, -0.013891721808041857, -0.008446189752606867]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 202679294
+    - 
+      positions: [-0.9291767826629258, -0.549760163048657, -0.17351206024999563, 0.5082948323418318, -0.9870169521855557, 1.6289508883263046]
+      velocities: [-0.08189256054505308, -0.19145534163791061, 0.2780861968484488, -0.0306771577278358, 0.17911537265301009, 0.15386319656323982]
+      accelerations: [0.0306666418995131, 0.01040805344827115, 0.0, 0.009652491816465976, -0.01388378463443883, -0.008520006805542386]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 208271565
+    - 
+      positions: [-0.9296347277709739, -0.5508317455569921, -0.17195536494962363, 0.5081232562190116, -0.9860145018688342, 1.6298120637955786]
+      velocities: [-0.08172111879716744, -0.19139713962362098, 0.2780861968484486, -0.030623030783540686, 0.17903767466972997, 0.1538152975938872]
+      accelerations: [0.030585661462784693, 0.01038622211227988, -7.929169147623168e-14, 0.009685825604092098, -0.013875953090570117, -0.008593175883605513]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 213869453
+    - 
+      positions: [-0.930092173601866, -0.5519040799314483, -0.17039710388749565, 0.507951811497252, -0.9850114787412843, 1.6306738357708075]
+      velocities: [-0.0815499576554549, -0.1913390012825593, 0.2780861968484487, -0.030568664418915873, 0.1789599422074598, 0.15376694244050143]
+      accelerations: [0.030504941035111227, 0.010364432875787224, 1.188179423934754e-13, 0.009718514162896914, -0.013868197349994256, -0.008665631945241174]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 219472971
+    - 
+      positions: [-0.9305491209109434, -0.5529771684877406, -0.1688372732639503, 0.5077804997043482, -0.9840078814282188, 1.631536203260472]
+      velocities: [-0.08137907616394363, -0.19128092648760336, 0.27808619684844904, -0.03051406173147512, 0.17888217465898953, 0.15371813394438782]
+      accelerations: [0.030424477679075784, 0.010342684001187732, 0.0, 0.00975056352752947, -0.01386054604847137, -0.008737453138244547]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 225082133
+    - 
+      positions: [-0.9310055704523262, -0.5540510135545939, -0.1672758692575114, 0.5076093223546433, -0.983003708548563, 1.632399165290166]
+      velocities: [-0.08120847337478981, -0.1912229151166273, 0.2780861968484489, -0.030459225793874847, 0.17880437132445026, 0.15366887468933452]
+      accelerations: [0.030344270198246717, 0.010320975224053832, -5.928930172378594e-14, 0.009781979643531906, -0.01385300274685714, -0.00880865583795029]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 230696954
+    - 
+      positions: [-0.9314615229788938, -0.5551256174737652, -0.16571288802483997, 0.507438280949128, -0.9819989587149927, 1.6332627209021513]
+      velocities: [-0.08103814833485087, -0.19116496704097358, 0.2780861968484488, -0.03040415965048723, 0.1787265316155468, 0.15361916750105548]
+      accelerations: [0.03026432044341207, 0.010299308915271444, 2.9614714504887334e-14, 0.009812769728869545, -0.013845523283201358, -0.008879140126043341]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 236317446
+    - 
+      positions: [-0.9319169792425079, -0.5562009826007834, -0.16414832569952126, 0.5072673769754554, -0.9809936305318163, 1.6341268691592339]
+      velocities: [-0.08086810009345663, -0.19110708213205407, 0.2780861968484487, -0.03034886631932441, 0.17864865493909263, 0.15356901516208954]
+      accelerations: [0.030184624444500856, 0.010277682455382733, -6.903111895303601e-14, 0.00984293900400123, -0.013838152705685459, -0.00894902390118982]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 241943623
+    - 
+      positions: [-0.9323719399937797, -0.5572771113043403, -0.16258217839304123, 0.5070966119081328, -0.9799877225970807, 1.6349916091405512]
+      velocities: [-0.08069832770537091, -0.19104926026401958, 0.27808619684844876, -0.030293348793633414, 0.17857074064997022, 0.15351842029799267]
+      accelerations: [0.030105183004666424, 0.010256097264934904, 9.851600993615916e-14, 0.009872494083315276, -0.013830863632945823, -0.009018247798405937]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 247575500
+    - 
+      positions: [-0.9328264059822089, -0.5583540059667867, -0.16101444219397062, 0.506925987208563, -0.9789812335012362, 1.6358569399439487]
+      velocities: [-0.0805288302297123, -0.19099150131271103, 0.27808619684844893, -0.030237610043200948, 0.17849278806353153, 0.15346738540857718]
+      accelerations: [0.030025992557872555, 0.010234551107150724, -3.936643665423967e-14, 0.009901439693840906, -0.013823696570806975, -0.009086918235634978]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 253213091
+    - 
+      positions: [-0.9332803779559702, -0.559431668983581, -0.15944511316884252, 0.5067555043252112, -0.9779741618290442, 1.636722860682161]
+      velocities: [-0.0807609820376973, -0.1918883300117532, 0.27947662783269095, -0.030332421110499618, 0.1793066755558611, 0.1541828635604478]
+      accelerations: [-0.11278721958430786, -0.3295320562443406, 0.4949717114060245, -0.04369187762001543, 0.30360962955517296, 0.26382192027260665]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 258856410
+    - 
+      positions: [-0.9337338566623206, -0.5605101027645788, -0.15787418736005387, 0.5065851646935685, -0.9769665061557848, 1.6375893704898656]
+      velocities: [-0.08099256279995469, -0.19278493335772987, 0.28086705881693336, -0.030426735413968977, 0.18012013330913407, 0.15489764642127038]
+      accelerations: [0.030468724248256616, 0.010396434225100433, 9.91982819429368e-14, 0.010157677377518728, -0.014087152904970868, -0.00940763579884433]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 264449539
+    - 
+      positions: [-0.9341868428471407, -0.5615893097327592, -0.15630166078791638, 0.5064149697363979, -0.9759582650514261, 1.638456468515553]
+      velocities: [-0.08082219762095644, -0.1927267866728044, 0.2808670588169336, -0.03036978669037609, 0.18004128151242907, 0.15484478398308854]
+      accelerations: [0.030388712695300833, 0.010374581063966997, -1.9819445541444164e-14, 0.010185380095832931, -0.014080079818176555, -0.009475709093707648]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 270048368
+    - 
+      positions: [-0.9346393372553078, -0.5626692923254193, -0.15472752944870863, 0.5062449208637031, -0.9749494370771239, 1.639324153928026]
+      velocities: [-0.08065210630288538, -0.19266870301307054, 0.2808670588169333, -0.03031262626400042, 0.1799623885814957, 0.15479148767778372]
+      accelerations: [0.030308954055126288, 0.01035276817021813, -7.919690141338225e-14, 0.010212485421414907, -0.014073116230393617, -0.009543211952427693]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 275652911
+    - 
+      positions: [-0.9350913406304427, -0.5637500529935002, -0.15315178931575177, 0.5060750194729056, -0.9739400207875197, 1.6401924259118332]
+      velocities: [-0.0804822879052201, -0.1926106822517405, 0.2808670588169332, -0.030255257008978922, 0.17988345382879622, 0.1547377598914778]
+      accelerations: [0.030229448509923054, 0.01033099629095069, 3.955799143156932e-14, 0.01023899963747368, -0.014066244932403913, -0.00961010954272139]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 281263181
+    - 
+      positions: [-0.9355428537149933, -0.5648315942019311, -0.15157443633884507, 0.505905266948906, -0.9729300147298987, 1.6410612836687082]
+      velocities: [-0.08031274148262654, -0.19255272425617187, 0.2808670588169333, -0.03019768177140056, 0.17980447667230998, 0.15468360323819697]
+      accelerations: [0.03015019636133525, 0.010309266540846808, -9.879378257125611e-15, 0.010264929368981907, -0.01405944462697531, -0.009676357819594297]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 286879194
+    - 
+      positions: [-0.935993877250344, -0.5659139184300381, -0.14999546644358722, 0.5057356646641467, -0.9719194174431409, 1.6419307264193752]
+      velocities: [-0.08014346609614724, -0.1924948288970984, 0.2808670588169332, -0.030139903375915836, 0.17972545646102378, 0.15462902013526708]
+      accelerations: [0.03007119380373524, 0.010287576375683278, -1.973850763795037e-14, 0.01029027850851126, -0.014052760303559252, -0.009742073251326148]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 292500963
+    - 
+      positions: [-0.9364444119765809, -0.5669970281709331, -0.14841487553235558, 0.5055662139787662, -0.970908227459827, 1.6428007533993727]
+      velocities: [-0.07997446080643998, -0.1924369960431739, 0.2808670588169328, -0.03008192462166864, 0.1796463925794125, 0.15457401305790974]
+      accelerations: [0.02999244354929562, 0.010265928850605724, -1.1830949384401974e-13, 0.010315055094170598, -0.014046133519539358, -0.009807121234604603]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 298128504
+    - 
+      positions: [-0.9368944586327895, -0.5680809259324958, -0.1468326594827012, 0.5053969162406098, -0.9698964433034222, 1.6436713638642297]
+      velocities: [-0.07980572467536601, -0.19237922556205653, 0.28086705881693286, -0.030023748283824068, 0.17956728442428754, 0.1545185844830596]
+      accelerations: [0.029913941231695218, 0.01024432103827437, 1.378858628609071e-13, 0.010339262443230957, -0.014039617422252152, -0.009871637998819209]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 303761832
+    - 
+      positions: [-0.9373440179567821, -0.5691656142366404, -0.1452488141485239, 0.5052277727853886, -0.96888406349077, 1.6445425570845436]
+      velocities: [-0.0796372567713122, -0.19232151732518715, 0.2808670588169332, -0.029965377117468918, 0.17948813131769611, 0.1544627366782919]
+      accelerations: [0.029835687677000358, 0.010222754294323524, -9.838850916168819e-15, 0.010362907174316123, -0.014033184578591599, -0.009935564043329487]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 309400960
+    - 
+      positions: [-0.9377930906852329, -0.5702510956198201, -0.14366333535924217, 0.5050587849367302, -0.9678710865307523, 1.645414332348355]
+      velocities: [-0.07946905616103034, -0.19226387120096405, 0.2808670588169331, -0.029906813852644036, 0.1794089326344741, 0.15440647201238034]
+      accelerations: [0.029757681426132082, 0.010201228119180738, -2.948611969817331e-14, 0.010385994339762863, -0.014026842774822714, -0.009998925116576502]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 315045904
+    - 
+      positions: [-0.9382416775536385, -0.5713373726329988, -0.1420762189198276, 0.5048899540062732, -0.9668575109246182, 1.646286688960345]
+      velocities: [-0.07930112190954931, -0.19220628705430842, 0.28086705881693314, -0.02984806119232536, 0.17932968781374659, 0.15434979298109003]
+      accelerations: [0.029679923322391905, 0.010179744012664436, 3.9274228383126816e-14, 0.01040853123205825, -0.014020560617084125, -0.010061652824873637]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 320696678
+    - 
+      positions: [-0.9386897792964783, -0.5724244478422186, -0.1404874606098732, 0.5047212812937316, -0.9658433351644476, 1.647159626244565]
+      velocities: [-0.07913345308940982, -0.19214876475478537, 0.2808670588169334, -0.02978912182205891, 0.1792503961970323, 0.15429270181706395]
+      accelerations: [0.0296024086466756, 0.01015829860349855, 6.865881714808215e-14, 0.010430519463670214, -0.014014403156684941, -0.010123910865713605]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 326353298
+    - 
+      positions: [-0.9391373966468731, -0.57351232382768, -0.13889705618506423, 0.5045527680870339, -0.9648285577362288, 1.6480331435384303]
+      velocities: [-0.07896604877362394, -0.19209130417065445, 0.2808670588169334, -0.02972999840388257, 0.17917105714932785, 0.1542352007831717]
+      accelerations: [0.029525140739760976, 0.010136895495881447, -6.858769800075251e-14, 0.010451968444917921, -0.014008296213324677, -0.0101855271436309]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 332015780
+    - 
+      positions: [-0.9395845303369706, -0.5746010031849851, -0.13730500137516144, 0.5043844156623424, -0.9638131771162589, 1.6489072401993647]
+      velocities: [-0.07879890803572295, -0.1920339051686099, 0.2808670588169332, -0.029670693576229264, 0.17909167005975637, 0.154177292173366]
+      accelerations: [0.029448114871408512, 0.010115531414263848, -2.936423221242269e-14, 0.010472879796025647, -0.014002304496600015, -0.01024666474879198]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 337684137
+    - 
+      positions: [-0.9400311810976054, -0.5756904885242122, -0.13571129188547473, 0.5042162252841946, -0.9627971917742205, 1.6497819155987918]
+      velocities: [-0.07863202995244274, -0.19197656761653825, 0.28086705881693297, -0.029611209956916212, 0.17901223428885066, 0.15411897818618223]
+      accelerations: [0.029371333429753493, 0.010094208982280759, -3.911162756457367e-14, 0.0104932618330967, -0.013996372575748652, -0.010307196541988202]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 343358385
+    - 
+      positions: [-0.9404773496585854, -0.5767807824708829, -0.1341159233952949, 0.5040481982055381, -0.9617806001704623, 1.6506571691271084]
+      velocities: [-0.07846541360035968, -0.19191929138041236, 0.280867058816933, -0.02955155014000336, 0.1789327492324744, 0.15406026107920157]
+      accelerations: [0.02929479288051794, 0.0100729260252718, 5.860638585067636e-14, 0.010513117259836498, -0.013990542497065475, -0.010367230812798132]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 349038541
+    - 
+      positions: [-0.9409230367484716, -0.5778718876653837, -0.13251889155880922, 0.5038803356678487, -0.9607634007579982, 1.651533000189724]
+      velocities: [-0.07829905805882566, -0.19186207632678526, 0.28086705881693325, -0.029491716698591533, 0.17885321426959944, 0.15400114304290471]
+      accelerations: [0.029218494572731638, 0.010051684282042372, 1.9515099197970277e-14, 0.010532453368860321, -0.01398477733983093, -0.010426685098793709]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 354724618
+    - 
+      positions: [-0.9413682430947682, -0.57896380676365, -0.13092019200398597, 0.5037126389011835, -0.9597455919806677, 1.6524094082103598]
+      velocities: [-0.07813296240745429, -0.19180492232079804, 0.28086705881693325, -0.029431712183039763, 0.17877362880277245, 0.15394162629879526]
+      accelerations: [0.029142435864033745, 0.010030482282379488, -1.9494725409915797e-14, 0.010551273465149866, -0.013979104830389057, -0.010485632932050503]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 360416633
+    - 
+      positions: [-0.9418129694237763, -0.5800565424368151, -0.12931982033312578, 0.5035451091242814, -0.9587271722744457, 1.653286392628396]
+      velocities: [-0.07796712573138131, -0.19174782923036685, 0.2808670588169334, -0.02937153912647262, 0.1786939921720071, 0.15388171289202496]
+      accelerations: [0.029066616258007143, 0.01000932029213243, 6.816019165811625e-14, 0.010569582874323224, -0.013973518358403724, -0.010544064809430275]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 366114602
+    - 
+      positions: [-0.9422572164606257, -0.5811500973714089, -0.12771777212252539, 0.5033777475446373, -0.9577081400670788, 1.6541639528993843]
+      velocities: [-0.07819014122561493, -0.1926491084007133, 0.2822713941110181, -0.029457604984636822, 0.17950717599649002, 0.15459036071736693]
+      accelerations: [-0.10772577559996648, -0.3274751321855028, 0.4946006572543499, -0.040923083786146126, 0.30042810071414067, 0.2601680709879943]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 371818539
+    - 
+      positions: [-0.9427009849293275, -0.5822444742696247, -0.12611404292203654, 0.5032105553585744, -0.9566884937775239, 1.655042088495927]
+      velocities: [-0.07841258789889549, -0.19355016351020904, 0.28367572940510266, -0.029543204379754003, 0.18031990860036723, 0.15529831165259783]
+      accelerations: [0.029496897488746295, 0.010167456061593118, 9.813936031621527e-15, 0.01081784524886036, -0.01424322715370012, -0.010873601399198879]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 377471928
+    - 
+      positions: [-0.9431442755527354, -0.583339675849294, -0.12450862825508932, 0.5030435337513318, -0.9556682318162729, 1.6559207989068871]
+      velocities: [-0.07824587200680563, -0.19349268324648344, 0.28367572940510266, -0.02948193403408321, 0.18023931686612593, 0.15523661005784595]
+      accelerations: [0.029420281265464827, 0.010145991543349319, -9.80362440022005e-15, 0.010834991160247501, -0.014237769981692542, -0.010931616286279162]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 383131259
+    - 
+      positions: [-0.9435870890525652, -0.5844357048440582, -0.12290152361840215, 0.5028766838971319, -0.9546473525850819, 1.6568000836377192]
+      velocities: [-0.07807941399003909, -0.19343526396289812, 0.28367572940510255, -0.029420503473835014, 0.18015867096893123, 0.1551745162721681]
+      accelerations: [0.02934390530926385, 0.01012456753103061, -3.917322762498855e-14, 0.010851636164985376, -0.014232398468005055, -0.010989125896851979]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 388796546
+    - 
+      positions: [-0.9440294261493655, -0.5855325640033772, -0.1212927244819524, 0.5027100069592685, -0.9536258544771998, 1.6576799422098627]
+      velocities: [-0.07791321292981937, -0.1933779055223754, 0.2836757294051024, -0.029358915149509845, 0.18007797029664369, 0.15511203236586626]
+      accelerations: [0.029267769480108063, 0.010103184500694634, -1.956596698198083e-14, 0.010867785740126614, -0.014227099789372167, -0.011046105937234872]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 394467807
+    - 
+      positions: [-0.9444712875625808, -0.5866302560928351, -0.11968222628847283, 0.5025435040901702, -0.9526037358767019, 1.6585603741618167]
+      velocities: [-0.07774726791025224, -0.19332060778854362, 0.28367572940510244, -0.02929717149313773, 0.17999721421473303, 0.15504916033074467]
+      accelerations: [0.02919187169294736, 0.010081841493508298, 3.9090616385057734e-14, 0.01088344341949771, -0.014221893751967397, -0.011102610241918318]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 400145058
+    - 
+      positions: [-0.9449126740104465, -0.5877287838939197, -0.11807002445378639, 0.5023771764314896, -0.9515809951594053, 1.6594413790472413]
+      velocities: [-0.07758157801715324, -0.19326337062466004, 0.2836757294051024, -0.029235274916612257, 0.17991640208915793, 0.15498590213504532]
+      accelerations: [0.029116212224627163, 0.010060539364649769, -5.857391198255887e-14, 0.01089861523886816, -0.014216759485584408, -0.011158595160421511]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 405828314
+    - 
+      positions: [-0.945353586210097, -0.5888281502044616, -0.11645611436608672, 0.502211025114164, -0.9505576306918063, 1.6603229564367727]
+      velocities: [-0.07741614233528679, -0.19320619389174115, 0.28367572940510233, -0.02917322780846953, 0.17983553333210145, 0.1549222598338746]
+      accelerations: [0.029040789961536844, 0.010039277812339232, 4.875988566888485e-14, 0.010913305836615823, -0.014211700681400105, -0.011214075588188512]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 411517592
+    - 
+      positions: [-0.9457940248775442, -0.5899283578386805, -0.11484049138585044, 0.502045051258499, -0.949533640831209, 1.6612051059176078]
+      velocities: [-0.0772509599533037, -0.19314907745246385, 0.2836757294051027, -0.02911103254019208, 0.17975460731595833, 0.15485823536265342]
+      accelerations: [0.028965603444437302, 0.010018056317887034, 7.793303558093452e-14, 0.010927519001127735, -0.014206726750875929, -0.011269080559651833]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 417212908
+    - 
+      positions: [-0.9462339907276255, -0.5910294096271334, -0.11322315084590347, 0.5018792559742397, -0.9485090239261387, 1.6620878270925412]
+      velocities: [-0.07708602996351083, -0.19309202117090973, 0.2836757294051029, -0.029048691467659628, 0.1796736233736508, 0.15479383053855134]
+      accelerations: [0.028890651652586787, 0.009996874673814188, -9.731275547547484e-15, 0.010941258839907504, -0.014201841222815256, -0.011323624305761176]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 422914279
+    - 
+      positions: [-0.9466734844739831, -0.5921313084167643, -0.11160408805132299, 0.5017136403606373, -0.9474837783164637, 1.6629711195795651]
+      velocities: [-0.07692135145547545, -0.193035024907307, 0.28367572940510277, -0.028986206920621635, 0.17959258091852354, 0.15472904734760604]
+      accelerations: [0.028815935369600063, 0.009975734204245836, -4.860457686755521e-14, 0.010954532805860992, -0.014197011449082067, -0.011377635107880186]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 428621721
+    - 
+      positions: [-0.9471125068292364, -0.5932340570715393, -0.10998329827840675, 0.5015482055065295, -0.9464579023317471, 1.6638549830147777]
+      velocities: [-0.07675692352096644, -0.19297808852226497, 0.28367572940510255, -0.028923581210179038, 0.1795114793528152, 0.15466388772561207]
+      accelerations: [0.028741451838407345, 0.00995463321433602, -1.9421097731304688e-14, 0.010967342353053617, -0.014192273057655292, -0.011431204012588108]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 434335251
+    - 
+      positions: [-0.9475510585047894, -0.5943376584719766, -0.10836077677540859, 0.5013829524904078, -0.9454313942929405, 1.6647394170490284]
+      velocities: [-0.07659274525712756, -0.19292121187932332, 0.2836757294051026, -0.028860816635302503, 0.17943031800487053, 0.1545983534085507]
+      accelerations: [0.028667200740255826, 0.009933572137070126, 3.8800703864027916e-14, 0.010979692626422717, -0.014187615401749561, -0.011484311674039429]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 440054886
+    - 
+      positions: [-0.9479891402108862, -0.5954421155154273, -0.10673651876207056, 0.5012178823804824, -0.9444042525118109, 1.665624421348808]
+      velocities: [-0.07642881575780398, -0.19286439483784207, 0.28367572940510277, -0.028797915467939077, 0.17934909629460527, 0.1545324463281884]
+      accelerations: [0.028593182355442618, 0.009912551766018874, 9.689796613982679e-15, 0.01099159026643236, -0.01418301618141447, -0.011536910612967563]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 445780642
+    - 
+      positions: [-0.9484267526567284, -0.5965474311165525, -0.10511051942884667, 0.5010529962347664, -0.9433764752897873, 1.6665099955982374]
+      velocities: [-0.07626513411991635, -0.1928076372581196, 0.28367572940510244, -0.028734879963847, 0.17926781361397098, 0.15446616832615317]
+      accelerations: [0.02851939413310533, 0.009891570741715795, -1.0647351824619572e-13, 0.011003036600493447, -0.01417850655643601, -0.0115890814554992]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 451512536
+    - 
+      positions: [-0.9488638965503057, -0.5976536082069175, -0.10348277393753015, 0.5008882951011296, -0.9423480609194481, 1.6673961394960894]
+      velocities: [-0.07610169944480934, -0.19275093900258156, 0.2836757294051024, -0.028671712365742917, 0.17918646929825324, 0.15439952108614607]
+      accelerations: [0.028445835892354943, 0.00987062944524029, 7.735214651605098e-14, 0.01101403714715043, -0.014174074242545217, -0.011640800341473675]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 457250586
+    - 
+      positions: [-0.9493005725984609, -0.5987606497353122, -0.10185327742072706, 0.500723780017373, -0.9413190076838565, 1.668282852756861]
+      velocities: [-0.07593851083256428, -0.19269429993138604, 0.28367572940510244, -0.028608414893301508, 0.17910506273406057, 0.15433250639240204]
+      accelerations: [0.028372507071062307, 0.009849728051500162, -4.829309624241738e-14, 0.011024596700700592, -0.0141697126877064, -0.01169205760652136]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 462994809
+    - 
+      positions: [-0.9497367815069229, -0.5998685586679703, -0.10022202498148935, 0.5005594520112971, -0.9402893138561826, 1.6691701351112953]
+      velocities: [-0.07577556738357316, -0.19263771990335643, 0.28367572940510255, -0.02854498974604719, 0.1790235933312107, 0.15426512606163478]
+      accelerations: [0.0282994069330251, 0.009828866611866844, 7.718570792622556e-14, 0.011034719738639918, -0.0141654194585414, -0.011742853209632245]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 468745221
+    - 
+      positions: [-0.9501725239803177, -0.6009773379887245, -0.09858901169304696, 0.5003953121007712, -0.9392589776995245, 1.6700579863065355]
+      velocities: [-0.07599052609917871, -0.1935439635430944, 0.285094108052128, -0.028623687272046325, 0.17983656685608174, 0.15496819890214897]
+      accelerations: [-0.10342305288421712, -0.32611613690617985, 0.494967153427066, -0.03854050965583724, 0.29792139316434524, 0.25713769772954725]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 474501841
+    - 
+      positions: [-0.9506078007220947, -0.602086990698902, -0.09695423259895879, 0.5002313612937944, -0.9382279974675141, 1.670946406104806]
+      velocities: [-0.07620491651572237, -0.19444998378149272, 0.28651248669915347, -0.02870194280090904, 0.18064906813157472, 0.15567056803511647]
+      accelerations: [0.028719780762025415, 0.009983985724677322, 9.723655477193767e-14, 0.011275848759961533, -0.014441626582814868, -0.012081204747011149]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 480207627
+    - 
+      positions: [-0.9510426124345714, -0.6031975198175816, -0.09531768271268483, 0.5000676005885647, -0.9371963714038419, 1.6718353942841206]
+      velocities: [-0.07604108105053319, -0.19439301600506237, 0.28651248669915363, -0.028637509715244813, 0.18056658984711926, 0.15560141630654076]
+      accelerations: [0.028645905074463355, 0.009962825912462482, -4.85656251100903e-14, 0.011284863393329313, -0.014437471215959573, -0.01213167909928902]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 485919594
+    - 
+      positions: [-0.9514769598189755, -0.6043089283818508, -0.09367935701715638, 0.49990403097354813, -0.9361640977417803, 1.6727249506389918]
+      velocities: [-0.07587748958633347, -0.19433610729455053, 0.28651248669915375, -0.028572956395416127, 0.18048404559315245, 0.1555319021203292]
+      accelerations: [0.02857225854240477, 0.009941705939056751, 8.732328808013918e-14, 0.011293448327391764, -0.014433397533803594, -0.01218173405556595]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 491637759
+    - 
+      positions: [-0.9519108435753616, -0.6054212194466729, -0.09203925046497013, 0.49974065342753404, -0.9351311747048839, 1.6736150749789334]
+      velocities: [-0.07571414122389375, -0.19427925750809838, 0.28651248669915397, -0.028508284978284157, 0.18040143472887749, 0.15546202709463947]
+      accelerations: [0.02849884084949026, 0.009920626118884408, 0.0, 0.011301608725442338, -0.01442939504912475, -0.012231350232935647]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 497362140
+    - 
+      positions: [-0.9523442644026648, -0.6065343960851818, -0.09039735797790141, 0.4995774689197063, -0.9340976005064141, 1.6745057671293535]
+      velocities: [-0.07555103506399544, -0.19422246650237085, 0.28651248669915375, -0.028443497580756934, 0.18031875664236285, 0.1553917928948042]
+      accelerations: [0.028425651108315846, 0.009899586410575967, -7.745193118169521e-14, 0.011309348590134131, -0.01442546320622111, -0.012280531951351847]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 503092754
+    - 
+      positions: [-0.9527772229987023, -0.6076484613888087, -0.08875367444668036, 0.49941447840970404, -0.933063373349253, 1.6753970269315321]
+      velocities: [-0.07538817020851636, -0.19416573413358773, 0.28651248669915363, -0.028378596301716533, 0.18023601072740586, 0.15532120117821707]
+      accelerations: [0.028352688620893216, 0.009878586765691253, 3.8683730258391216e-14, 0.01131667238248952, -0.01442159963066688, -0.012329279126628182]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 508829620
+    - 
+      positions: [-0.9532097200601845, -0.6087634184674534, -0.08710819473070387, 0.4992516828476924, -0.9320284914257181, 1.676288854242776]
+      velocities: [-0.07522554576367743, -0.1941090602602556, 0.28651248669915386, -0.028313583230141166, 0.1801531963156564, 0.15525025343366106]
+      accelerations: [0.028279951376079176, 0.009857626192896839, 3.8641465934885686e-14, 0.011323581255026983, -0.014417827398235198, -0.012377651984815129]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 514572754
+    - 
+      positions: [-0.9536417562825876, -0.6098792704492149, -0.08546091365844294, 0.49908908317439316, -0.9309929529186539, 1.677181248934205]
+      velocities: [-0.07506316083259149, -0.19405244473702152, 0.28651248669915375, -0.028248460428031568, 0.18007031282937366, 0.15517895134423426]
+      accelerations: [0.028207441269143235, 0.00983670678228603, -6.754855164312662e-14, 0.011330085587071433, -0.014414090955411497, -0.012425524070201125]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 520322175
+    - 
+      positions: [-0.9540733323604547, -0.610996020481461, -0.08381182602572271, 0.49892668032121124, -0.9299567559985921, 1.6780742108958517]
+      velocities: [-0.0749010145229744, -0.19399588742088808, 0.2865124866991534, -0.02818322994843428, 0.17998735962325965, 0.15510729641157406]
+      accelerations: [0.02813515360849972, 0.00981582538092693, -5.783527396533999e-14, 0.011336180242027141, -0.014410468356604485, -0.01247308620188336]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 526077902
+    - 
+      positions: [-0.9545044489869683, -0.6121136717296309, -0.08216092659760559, 0.49876447521020467, -0.9289198988275915, 1.6789677400293226]
+      velocities: [-0.07473910594293796, -0.19393938816772685, 0.2865124866991534, -0.028117893825178642, 0.1799043360747367, 0.15503529017019319]
+      accelerations: [0.02806309175215688, 0.009794985287505366, 4.8143120642472205e-14, 0.011341879132298241, -0.014406872773421344, -0.012520137640566918]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 531839953
+    - 
+      positions: [-0.9549351068544226, -0.613232227378837, -0.08050821010582547, 0.4986024687542477, -0.9278823795548263, 1.6798618362558273]
+      velocities: [-0.0745774342004853, -0.19388294683240215, 0.2865124866991535, -0.0280524540736211, 0.17982124158382234, 0.15496293418858992]
+      accelerations: [0.027991251188942103, 0.009774183310293477, 0.0, 0.011347176855428673, -0.014403382153480925, -0.01256686843865899]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 537608345
+    - 
+      positions: [-0.9553653066537954, -0.614351690632678, -0.07885367125065659, 0.49844066185699054, -0.9268441963204234, 1.6807564995088482]
+      velocities: [-0.07441599840790994, -0.1938265632718949, 0.28651248669915363, -0.027986912699941965, 0.17973807548850051, 0.15489022986743567]
+      accelerations: [0.027919633748227243, 0.009753421659015953, 3.842970070166984e-14, 0.011352084059599813, -0.014399939177175837, -0.01261314819451327]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 543383099
+    - 
+      positions: [-0.9557950490750597, -0.6154720647143388, -0.07719730469914154, 0.4982790554129957, -0.9258053472525215, 1.6816517297394213]
+      velocities: [-0.07425479767502854, -0.19377023733955615, 0.28651248669915363, -0.02792127168390482, 0.17965483721164172, 0.1548171787877491]
+      accelerations: [0.02784823727018761, 0.009732699137389356, -3.838725718351894e-14, 0.011356601308386553, -0.014396570746020085, -0.01265904596441938]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 549164231
+    - 
+      positions: [-0.9562243348070374, -0.6165933528662684, -0.07553910508558473, 0.498117650307762, -0.9247658304685547, 1.6825475269135575]
+      velocities: [-0.07409383111632328, -0.19371396889168496, 0.2865124866991536, -0.027855532999467563, 0.17957152609706037, 0.15474378232413893]
+      accelerations: [0.027777061108440342, 0.009712015673731951, 1.9172391461974794e-14, 0.011360732081646716, -0.014393276383031409, -0.01270456541861757]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 554951761
+    - 
+      positions: [-0.9566531645373959, -0.6177155583503271, -0.07387906701129866, 0.4979564474177728, -0.9237256440751564, 1.683443891012238]
+      velocities: [-0.0739330978471964, -0.19365775778408104, 0.28651248669915347, -0.027789698604352278, 0.17948814149447256, 0.15467004184533586]
+      accelerations: [0.027706104409546514, 0.009691371268818557, -5.745341651036192e-14, 0.011364480539976955, -0.014390053529199632, -0.012749706044398085]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 560745707
+    - 
+      positions: [-0.9570815389526636, -0.6188386844479595, -0.07221718504430774, 0.49779544761056393, -0.922684786167969, 1.6843408220315732]
+      velocities: [-0.07377259697867819, -0.19360160386747757, 0.2865124866991535, -0.027723770424585088, 0.17940468287694156, 0.1545959589915788]
+      accelerations: [0.02763536834144816, 0.009670767420556881, 6.695454704550458e-14, 0.01136785546473374, -0.014386861233512259, -0.012794375901415814]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 566546090
+    - 
+      positions: [-0.9575094587384528, -0.6199627344610463, -0.07055345371797184, 0.4976346517448443, -0.9216432548294817, 1.6852383199866237]
+      velocities: [-0.07361232762987432, -0.19354550699818313, 0.2865124866991538, -0.027657750390374707, 0.17932114956628847, 0.15452153502619337]
+      accelerations: [0.0275648477634484, 0.009650200461064904, 3.821717316211673e-14, 0.011370848625535805, -0.014383791604070486, -0.012838797997271927]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 572352927
+    - 
+      positions: [-0.9579369245789496, -0.6210877117104463, -0.06888786753328552, 0.4974740606703996, -0.9206010481336526, 1.686136384902632]
+      velocities: [-0.07381915055621391, -0.19445677433817504, 0.28794504913264957, -0.027729433231154274, 0.18013351948374404, 0.15521881774227697]
+      accelerations: [-0.09914042369502157, -0.3245828059446785, 0.49503287257357526, -0.0361852660738191, 0.2951598993404258, 0.2538396856209689]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 578166238
+    - 
+      positions: [-0.9583639371574483, -0.62221361953782, -0.0672204209559567, 0.4973136752283068, -0.9195581641408967, 1.687035016824131]
+      velocities: [-0.07402540476549387, -0.19536781865715808, 0.28937761156614517, -0.027800696803906316, 0.1809453948947688, 0.15591538583058265]
+      accelerations: [0.027975692685695053, 0.009802330706714019, -1.9256630522418063e-14, 0.011604387034553893, -0.014666772762622682, -0.013186168654847459]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 583928420
+    - 
+      positions: [-0.9587904971560751, -0.6233404613049085, -0.06555110841753314, 0.4971534962509115, -0.9185146009005439, 1.6879342158101858]
+      velocities: [-0.07386422888754068, -0.19531133278775653, 0.2893776115661454, -0.027733749753808712, 0.18086079613138106, 0.1558391922516716]
+      accelerations: [0.02790441807167818, 0.00978146996455021, 8.65578833202721e-14, 0.011606317797875274, -0.014663826944678477, -0.013230306694192995]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 589697051
+    - 
+      positions: [-0.9592166052557554, -0.6244682403935898, -0.06387992431528997, 0.49699352456186036, -0.9174703564510308, 1.68883398193385]
+      velocities: [-0.07370328328754885, -0.19525490394506478, 0.2893776115661456, -0.02766671754854241, 0.18077611940250427, 0.15576265956662416]
+      accelerations: [0.027833363622082167, 0.009760649521952335, -9.60676170893996e-15, 0.011607883841678279, -0.014660925746070065, -0.013274022076508425]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 595472149
+    - 
+      positions: [-0.9596422621364203, -0.6255969602066651, -0.06220686301095878, 0.49683376097623033, -0.9164254288179359, 1.6897343152856077]
+      velocities: [-0.07354256707617268, -0.19519853197814005, 0.2893776115661453, -0.02759960204504775, 0.1806913641468772, 0.15568578924677717]
+      accelerations: [0.027762527733309082, 0.00973986853239478, -8.636375292992024e-14, 0.011609086175632014, -0.014658088348953201, -0.013317364945617395]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 601253734
+    - 
+      positions: [-0.9600674684769003, -0.6267266241676845, -0.0605319188309843, 0.49667420630054937, -0.9153798160148602, 1.6906352159715436]
+      velocities: [-0.07338207937208402, -0.19514221674172644, 0.28937761156614505, -0.027532405108480863, 0.1806065296402081, 0.15560858236070013]
+      accelerations: [0.027691908032557187, 0.009719125621134151, 0.0, 0.011609922886605353, -0.014655350972532243, -0.01336042554013793]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 607041826
+    - 
+      positions: [-0.9604922249547212, -0.6278572357204637, -0.05885508606726739, 0.49651486133276446, -0.9143335160451896, 1.6915366841098916]
+      velocities: [-0.07322181929001316, -0.1950859580859811, 0.28937761156614505, -0.027465128573136134, 0.18052161527616722, 0.15553104023611888]
+      accelerations: [0.027621507056106692, 0.00969842349493635, 0.0, 0.011610408477257987, -0.01465263563472549, -0.013403025090302601]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 612836444
+    - 
+      positions: [-0.960916532246535, -0.6289887983305856, -0.05717635897475988, 0.4963557268624613, -0.9132865268980646, 1.692438719838291]
+      velocities: [-0.07306178594420959, -0.19502975585970297, 0.2893776115661449, -0.02739777425393833, 0.18043662048171027, 0.1554531642607958]
+      accelerations: [0.027551321225649263, 0.009677759659748786, -5.738132849857172e-14, 0.011610537042274563, -0.014650007777413356, -0.013445322537562903]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 618637608
+    - 
+      positions: [-0.9613403910277565, -0.6301213154844268, -0.05549573177298925, 0.49619680367077496, -0.9122388465516112, 1.693341323307608]
+      velocities: [-0.07290197845581245, -0.19497360991621757, 0.28937761156614483, -0.027330343970664264, 0.18035154454921093, 0.15537495548713304]
+      accelerations: [0.02748135054037169, 0.009657134791596775, 4.7763659132352685e-14, 0.011610314700110128, -0.014647447409297559, -0.013487275673935244]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 624445339
+    - 
+      positions: [-0.9617638019726716, -0.6312547906896466, -0.053813198645255786, 0.49603809253048226, -0.9111904729718574, 1.6942444946837476]
+      velocities: [-0.07274239594037515, -0.19491752010294633, 0.28937761156614505, -0.02726283950628393, 0.18026638692765423, 0.15529641531760166]
+      accelerations: [0.027411595723264737, 0.009636549992175659, 2.862570089028345e-14, 0.011609749889617377, -0.014644919555157157, -0.01352880704968916]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 630259656
+    - 
+      positions: [-0.9621867657546309, -0.6323892274759643, -0.05212875373737908, 0.4958795942061334, -0.9101414041108542, 1.6951482341509165]
+      velocities: [-0.07258303751956559, -0.19486148627152208, 0.289377611566145, -0.027195262647778967, 0.18018114694288667, 0.15521754484716022]
+      accelerations: [0.027342052744618917, 0.009616002454176825, -5.718636057403183e-14, 0.01160883465873906, -0.014642500511149096, -0.013570100768877841]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 636080579
+    - 
+      positions: [-0.9626092830456222, -0.6335246293939748, -0.050442391159552714, 0.4957213094539224, -0.9090916379105001, 1.6960525419043657]
+      velocities: [-0.07242390231446223, -0.19480550827189502, 0.28937761156614505, -0.027127615162553603, 0.1800958239594338, 0.15513834524386644]
+      accelerations: [0.02727272463681985, 0.009595495305212308, 6.664147809876532e-14, 0.011607585529994914, -0.01464009973318791, -0.013610948649621845]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 641908129
+    - 
+      positions: [-0.9630313545167754, -0.634661000016904, -0.048754104983536314, 0.4955632390219478, -0.9080411722978119, 1.6969574181589158]
+      velocities: [-0.07226498944612533, -0.19474958595301728, 0.2893776115661453, -0.027059898800943144, 0.18001041736418075, 0.15505881771053842]
+      accelerations: [0.02720360717613244, 0.009575025505712022, 2.852806024082437e-14, 0.011605993689237346, -0.014637798974367613, -0.013651547595875457]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 647742327
+    - 
+      positions: [-0.9634529808379022, -0.6357983429393249, -0.04706388924466943, 0.49540538365006886, -0.9069900051890427, 1.697862863141156]
+      velocities: [-0.07210629803785558, -0.19469371916460568, 0.28937761156614517, -0.02699211530362562, 0.17992492651560782, 0.15497896336544353]
+      accelerations: [0.027134702613395137, 0.009554595571423576, -7.598789439280544e-14, 0.011604073069407316, -0.014635525291780797, -0.013691730770399667]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 653583193
+    - 
+      positions: [-0.9638741626779058, -0.6369366617786161, -0.04537173793953318, 0.4952477440701269, -0.9059381344858335, 1.6987688770963387]
+      velocities: [-0.0719478272125024, -0.19463790775478695, 0.28937761156614505, -0.02692426639295991, 0.17983935080565078, 0.15489878338767876]
+      accelerations: [0.027066007654716104, 0.009534203274962398, 4.743805622917658e-14, 0.01160181783002693, -0.014633339069315111, -0.01373164483331762]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 659430747
+    - 
+      positions: [-0.9642949007044382, -0.6380759601740494, -0.04367764502737189, 0.49509032100584627, -0.9048855580782461, 1.6996754602825772]
+      velocities: [-0.07178957609609214, -0.19458215157353265, 0.2893776115661452, -0.026856353786298456, 0.17975368957028787, 0.15481827880764926]
+      accelerations: [0.02699752330603744, 0.009513849951733457, 0.0, 0.011599237310241128, -0.014631198095717227, -0.013771194938199862]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 665285011
+    - 
+      positions: [-0.9647151955841361, -0.6392162417877131, -0.04198160442860802, 0.49493311517298244, -0.9038322738424887, 1.7005826129748416]
+      velocities: [-0.0716315438121492, -0.19452645046773548, 0.2893776115661454, -0.026788379174988754, 0.17966794222812804, 0.1547374508329862]
+      accelerations: [0.02692924821720191, 0.009493535059603106, 5.6794998331819427e-14, 0.011596332841753784, -0.01462911528139464, -0.01381041608097937]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 671146005
+    - 
+      positions: [-0.965135047982549, -0.6403575103044538, -0.040283610024908205, 0.49477612727934245, -0.902778279641488, 1.7014903354636877]
+      velocities: [-0.07147372948960107, -0.19447080428763455, 0.2893776115661453, -0.026720344254421297, 0.1795821080870275, 0.1546563003938226]
+      accelerations: [0.026861180695959146, 0.009473257738779254, -8.509437254920252e-14, 0.011593103481008686, -0.014627114482411375, -0.013849368743385963]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 677013752
+    - 
+      positions: [-0.9655544585639985, -0.6414997694316071, -0.03858365565958214, 0.49461935802475726, -0.9017235733260516, 1.702398628052917]
+      velocities: [-0.07167231919374975, -0.1953871500345557, 0.29082449962397594, -0.02678534164070339, 0.18039345256229541, 0.15534749867282266]
+      accelerations: [-0.09487157397912893, -0.3228542418823612, 0.49476398011897155, -0.033863251438577664, 0.2921225478785396, 0.2502577902161453]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 682888271
+    - 
+      positions: [-0.9659734279918933, -0.6426430229001739, -0.03688173513569925, 0.49446280810128185, -0.9006681527318983, 1.7033074910648254]
+      velocities: [-0.07187033874818025, -0.19630327285450583, 0.2922713876818068, -0.026849941153601037, 0.18120427873351722, 0.15603796688414856]
+      accelerations: [0.027262855238128818, 0.009622418307959813, -1.9054856032029578e-14, 0.01181857084367799, -0.014917185025914506, -0.01420616611020698]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 688711354
+    - 
+      positions: [-0.9663919569283634, -0.6437872744638403, -0.03517784221761172, 0.49430647819306234, -0.8996120156828847, 1.7042169248340622]
+      velocities: [-0.07171160141686836, -0.1962472357121769, 0.2922713876818067, -0.026781053217592922, 0.18111731952106377, 0.1559550344305742]
+      accelerations: [0.02719405441906763, 0.009601851305419561, -2.85491643224853e-14, 0.011814318284684678, -0.01491528502892491, -0.014244849332713052]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 694541185
+    - 
+      positions: [-0.9668100460346585, -0.6449325279004248, -0.033471970628638825, 0.4941503689765806, -0.8985551599872477, 1.7051269297143266]
+      velocities: [-0.07155308070434342, -0.19619125342758054, 0.2922713876818066, -0.026712111042675533, 0.18103027013751513, 0.15587178056079734]
+      accelerations: [0.02712546180402111, 0.009581321844141651, 9.505338690776018e-15, 0.011809744485660419, -0.014913480085369466, -0.014283303233807824]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 700377787
+    - 
+      positions: [-0.9672276959707314, -0.646078787010737, -0.03176411405284502, 0.4939944811204824, -0.8974975834413146, 1.7060375060713324]
+      velocities: [-0.071394775734441, -0.19613532584772964, 0.2922713876818067, -0.026643116274441436, 0.18094312989871492, 0.1557882061649487]
+      accelerations: [0.02705707883734012, 0.009560831633759308, 2.848283909276206e-14, 0.011804861801691586, -0.01491171256399619, -0.014321397337344785]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 706221180
+    - 
+      positions: [-0.9676449073955612, -0.6472260556197896, -0.03005426613309985, 0.49383881528579127, -0.896439283826436, 1.706948654288234]
+      velocities: [-0.07123668562951388, -0.1960794528174452, 0.29227138768180655, -0.026574070537322098, 0.18085589817593467, 0.1557043122467149]
+      accelerations: [0.02698890336557986, 0.009540379450146122, -9.483211057926432e-14, 0.011799666861068035, -0.014910019963298491, -0.01435922369301028]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 712071386
+    - 
+      positions: [-0.9680616809669378, -0.6483743375763049, -0.028342420471826717, 0.4936833721258337, -0.8953802589108254, 1.7078603747620333]
+      velocities: [-0.07107880951211347, -0.19602363418078522, 0.2922713876818065, -0.026504975440206618, 0.18076857435619265, 0.1556200998300738]
+      accelerations: [0.02692093624608437, 0.009519966506201422, 8.52491943097724e-14, 0.01179417004919315, -0.014908358386953778, -0.014396684088005075]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 717928428
+    - 
+      positions: [-0.9684780173417128, -0.6495236367537002, -0.0266285706294221, 0.4935281522864231, -0.8943205064471744, 1.7087726679077349]
+      velocities: [-0.07092114650629079, -0.1959678697821579, 0.2922713876818068, -0.02643583258242779, 0.18068115780957883, 0.15553556988301645]
+      accelerations: [0.02685317488478434, 0.009499591199608203, 2.8383133669759925e-14, 0.011788365947414631, -0.014906776398650838, -0.014433896381653323]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 723792326
+    - 
+      positions: [-0.9688939171755192, -0.6506739570493858, -0.024912710125334536, 0.493373156405745, -0.8932600241750839, 1.709685534153674]
+      velocities: [-0.07076369573967252, -0.19591215946807128, 0.2922713876818064, -0.026366643564526254, 0.18059364782837053, 0.1554507231755447]
+      accelerations: [0.026785619436729944, 0.009479254147233858, -1.7954898456001345e-13, 0.011782261248006801, -0.014905250913320036, -0.01447081087376791]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 729663105
+    - 
+      positions: [-0.969309381122903, -0.6518253023853811, -0.023194832437065157, 0.49321838511446864, -0.8921988098197533, 1.7105989739436964]
+      velocities: [-0.07060645633567106, -0.19585650308064267, 0.29227138768180644, -0.026297409952433057, 0.18050604383671487, 0.15536556077001668]
+      accelerations: [0.026718269960523743, 0.009458955958118971, 1.887767725243901e-13, 0.01177586272928962, -0.014903758974265739, -0.014507378154966352]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 735540785
+    - 
+      positions: [-0.9697244098374517, -0.6529776767089203, -0.021474930999181047, 0.49306383903586654, -0.8911368610906768, 1.711512987739335]
+      velocities: [-0.07044942742149539, -0.1958009004643325, 0.29227138768180666, -0.026228133314150717, 0.18041834517550365, 0.15528008351833894]
+      accelerations: [0.0266511238784215, 0.009438694953249222, -1.1313264836877572e-13, 0.01176916456948026, -0.014902350773652012, -0.014543719777381054]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 741425389
+    - 
+      positions: [-0.9701390039715069, -0.6541310839917327, -0.01975299920442554, 0.4929095187856871, -0.8900741756841639, 1.7124275760149603]
+      velocities: [-0.07029260812543084, -0.19574535146368088, 0.2922713876818065, -0.0261588152079508, 0.1803305511740253, 0.15519429222946463]
+      accelerations: [0.026584182180893163, 0.009418472512805007, 5.649955619328547e-14, 0.011762177545046265, -0.014900978999178374, -0.014579729370753268]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 747316940
+    - 
+      positions: [-0.9705531641764327, -0.6552855282311022, -0.018029030402014413, 0.4927554249723493, -0.8890107512807516, 1.713342739262307]
+      velocities: [-0.07013599757427888, -0.1956898559210286, 0.29227138768180644, -0.026089457169940038, 0.18024266122167987, 0.15510818783710992]
+      accelerations: [0.026517443158764316, 0.00939828773224233, -7.524363646676432e-14, 0.011754900052257464, -0.01489966940237448, -0.014615471312126213]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 753215461
+    - 
+      positions: [-0.9709668911024675, -0.6564410134495929, -0.01630301789804022, 0.4926015581968988, -0.8879465855464481, 1.714258477987966]
+      velocities: [-0.06997959489828381, -0.1956344136808022, 0.29227138768180655, -0.026020060738200373, 0.1801546746302799, 0.1550217710784409]
+      accelerations: [0.02645090612943537, 0.009378140535245157, 1.1273167446337405e-13, 0.01174733464972138, -0.014898421457495892, -0.014650948384807847]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 759120974
+    - 
+      positions: [-0.9713801853987248, -0.657597543695259, -0.01457495495511157, 0.4924479190530401, -0.8868816761325972, 1.715174792713411]
+      velocities: [-0.06982339922457559, -0.19557902458419346, 0.2922713876818069, -0.02595062742062447, 0.18006659081497256, 0.15493504291638371]
+      accelerations: [0.026384571603936008, 0.009358031819200387, 0.0, 0.011739490616829797, -0.01489719959282103, -0.01468608180646514]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 765033502
+    - 
+      positions: [-0.9717930477133986, -0.658755123042513, -0.012844834790956017, 0.49229450812731246, -0.8858160206738769, 1.7160916839784297]
+      velocities: [-0.06966740968289742, -0.19552368847363197, 0.2922713876818067, -0.025881158723429533, 0.17997840913560764, 0.15484800416929811]
+      accelerations: [0.026318436957042033, 0.009337959991949443, -6.560384997897226e-14, 0.011731360844302431, -0.014896056965678492, -0.01472099966709455]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 770953070
+    - 
+      positions: [-0.9722054786934528, -0.6599137555913346, -0.011112650579632915, 0.49214132599892646, -0.88474961679101, 1.7170091523359374]
+      velocities: [-0.06951162540595746, -0.19546840519335557, 0.2922713876818066, -0.0258116561548934, 0.17989012888025213, 0.15476065547343837]
+      accelerations: [0.026252502589984596, 0.00931792576055195, 3.744319656619883e-14, 0.011722953335931667, -0.014894963582733917, -0.014755635861164193]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 776879699
+    - 
+      positions: [-0.972617478984793, -0.6610734454680427, -0.009378395450289134, 0.4919883732399102, -0.8836824620890549, 1.7179271983548774]
+      velocities: [-0.06970243705813767, -0.19639010244789548, 0.2937327446202156, -0.025870657931565927, 0.1807005370649394, 0.15544614303343263]
+      accelerations: [-0.09094751707243044, -0.3213772035617888, 0.49471619999707844, -0.03174122218170566, 0.2893003845436248, 0.24687089204258048]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 782813414
+    - 
+      positions: [-0.973029049232207, -0.6622341968253027, -0.00764206248711379, 0.49183565041510463, -0.8826145541578527, 1.7188458226191659]
+      velocities: [-0.06989267586170891, -0.19731157645535002, 0.2951941015586246, -0.025929280879102415, 0.18151040279795905, 0.15613088172543685]
+      accelerations: [0.026646268570570203, 0.00946445722049005, 9.431792794766931e-15, 0.01194059416566956, -0.015192262974934223, -0.015122022171398937]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 788695418
+    - 
+      positions: [-0.9734401900795986, -0.6633960138431122, -0.005903644727756744, 0.49168315808236707, -0.881545890569727, 1.7197650257316641]
+      velocities: [-0.06973595042728356, -0.1972558994568035, 0.29519410155862447, -0.025858989590027998, 0.18142093724162167, 0.15604172526924404]
+      accelerations: [0.026579616558987124, 0.009444134253604129, -2.8261408584386846e-14, 0.011931179830808292, -0.015191318027569104, -0.015156563385155851]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 794584485
+    - 
+      positions: [-0.9738509021695806, -0.6645589007277071, -0.004163135165016563, 0.4915308967923234, -0.8804764688830711, 1.720684808307392]
+      velocities: [-0.06957942880327508, -0.19720027517715535, 0.29519410155862447, -0.02578867002458305, 0.18133136950543732, 0.15595225878558683]
+      accelerations: [0.026513166332342745, 0.009423849692915856, 2.822740629711589e-14, 0.011921495763051546, -0.015190406572703315, -0.015190794811056974]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 800480638
+    - 
+      positions: [-0.9742611861438019, -0.6657228617128259, -0.002420526744818927, 0.49137886708862916, -0.8794062866392569, 1.7216051709789324]
+      velocities: [-0.06942311011284202, -0.19714470345465837, 0.2951941015586246, -0.02571832363056056, 0.18124169897678816, 0.15586248309008383]
+      accelerations: [0.02644691656263157, 0.009403602803290221, 0.0, 0.011911540298762114, -0.015189550644455603, -0.015224771433228758]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 806383901
+    - 
+      positions: [-0.9746710426428158, -0.6668879010595261, -0.0006758123664742537, 0.4912270695079144, -0.8783353413636674, 1.7225261143943125]
+      velocities: [-0.06926699348097515, -0.19708918412842102, 0.2951941015586246, -0.02564795185333615, 0.18115192499824853, 0.1557723988796631]
+      accelerations: [0.02638086669728577, 0.009383393742535153, -9.386434451219596e-15, 0.011901317468098615, -0.015188742273759664, -0.015258478864526347]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 812294298
+    - 
+      positions: [-0.9750804723061259, -0.6680540230565477, 0.0010710151179310879, 0.49107550457985155, -0.877263630565156, 1.7234476392177491]
+      velocities: [-0.06911107803420213, -0.19703371703800449, 0.2951941015586246, -0.025577556132956536, 0.18106204688441646, 0.15568200677125626]
+      accelerations: [0.0263150155158264, 0.009363221915667925, 1.875013483295815e-14, 0.01189082659861495, -0.015187997699742838, -0.01529195874206985]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 818211854
+    - 
+      positions: [-0.9754894757720912, -0.6692212320202395, 0.0028199629034491433, 0.49092417282711964, -0.8761911517367794, 1.7243697461280671]
+      velocities: [-0.06895536289800339, -0.19697830202161537, 0.2951941015586246, -0.025507137890599066, 0.18097206399256238, 0.1555913074668961]
+      accelerations: [0.026249363336439617, 0.009343088089151725, -1.872737850310191e-14, 0.011880076275964714, -0.015187285098092664, -0.015325140914353963]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 824136592
+    - 
+      positions: [-0.9758980536781082, -0.6703895322953837, 0.004571038233602488, 0.49077307476557086, -0.8751179023539785, 1.7252924358217794]
+      velocities: [-0.06879984719846445, -0.19692293891723653, 0.29519410155862463, -0.025436698538075057, 0.1808819756736304, 0.15550030163975392]
+      accelerations: [0.026183908377508364, 0.0093229912849687, 3.740919952143405e-14, 0.011869062606947783, -0.015186637224570148, -0.015358105418055865]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 830068537
+    - 
+      positions: [-0.9763062066604208, -0.6715589282548108, 0.006324248399813687, 0.4906222109041252, -0.874043879876191, 1.726215709009895]
+      velocities: [-0.06864453006228277, -0.19686762756266743, 0.2951941015586248, -0.02536623947794397, 0.18079178127213738, 0.15540898993351404]
+      accelerations: [0.02611865095260982, 0.009302932253401855, 1.8681798453331033e-14, 0.01185779411106957, -0.015186022353569082, -0.015390782444995504]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 836007715
+    - 
+      positions: [-0.9767139353543022, -0.6727294243002315, 0.008079600742748778, 0.49047158174493677, -0.8729690817450271, 1.7271395664210005]
+      velocities: [-0.06848941061825925, -0.1968123677970393, 0.295194101558625, -0.02529576211343424, 0.18070148007745002, 0.15531737285017394]
+      accelerations: [0.02605358878523757, 0.009282909510114689, 5.597692329249935e-14, 0.011846263564847663, -0.015185489528071932, -0.015423289514771104]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 841954149
+    - 
+      positions: [-0.9771212403937666, -0.6739010248615382, 0.009837102651249511, 0.4903211877832126, -0.8718935053867707, 1.72806400879646]
+      velocities: [-0.06833448799288058, -0.19675715945680208, 0.295194101558625, -0.025225267820295785, 0.18061107146470312, 0.15522545107655047]
+      accelerations: [0.025988723668217067, 0.00926292515083565, -5.5908382613287244e-14, 0.011834488920652017, -0.015184959716150642, -0.015455447196147727]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 847907865
+    - 
+      positions: [-0.9775281224120337, -0.6750737343985588, 0.011596761565133578, 0.4901710295075912, -0.8708171482079863, 1.7289890368981509]
+      velocities: [-0.06817976131346626, -0.19670200237845592, 0.2951941015586247, -0.025154757967826007, 0.18052055479194018, 0.15513322524605777]
+      accelerations: [0.025924052263959812, 0.00924297677286499, -4.6533144047321923e-14, 0.011822455890408402, -0.015184516427822073, -0.015487452821296962]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 853868889
+    - 
+      positions: [-0.9779345820410346, -0.6762475573996942, 0.01335858497308269, 0.4900211073998009, -0.8697400075998883, 1.7299146515002704]
+      velocities: [-0.06802522971056085, -0.1966468964007585, 0.29519410155862474, -0.025084233933684957, 0.1804299293239145, 0.15504069576198626]
+      accelerations: [0.025859575565642647, 0.009223065729852627, 5.577109357048224e-14, 0.011810177421030698, -0.015184106321709414, -0.015519186517311153]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 859837244
+    - 
+      positions: [-0.9783406199117238, -0.6774224983831861, 0.015122580414675152, 0.4898714219349294, -0.8686620809353248, 1.730840853394565]
+      velocities: [-0.06787089231057886, -0.19659184135851215, 0.2951941015586248, -0.0250136970573629, 0.1803391944651182, 0.15494786333813693]
+      accelerations: [0.025795292701088036, 0.009203191703644729, -3.713489618475765e-14, 0.011797654836673993, -0.015183734636058273, -0.01555066401031776]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 865812958
+    - 
+      positions: [-0.9787462366540497, -0.6785985618972735, 0.016888755480665176, 0.489721973581433, -0.86758336556891, 1.7317676433898315]
+      velocities: [-0.06771674824266531, -0.19653683708811337, 0.2951941015586246, -0.024943148684040857, 0.18024834954316984, 0.15485472849643672]
+      accelerations: [0.025731202355748127, 0.009183354183284633, -3.708901633990071e-14, 0.01178488635479065, -0.015183420688636498, -0.015581933931283862]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 871796056
+    - 
+      positions: [-0.9791514328968368, -0.6797757525200584, 0.018657117812814185, 0.4895727628010726, -0.866503858837939, 1.7326950223099964]
+      velocities: [-0.06790022598113751, -0.19746415552241894, 0.2966700720664178, -0.024996776696296512, 0.18105795330439467, 0.1555348641822032]
+      accelerations: [-0.08735020492597995, -0.3201618803850194, 0.4949157780568316, -0.029811191717230862, 0.2867127961313424, 0.24370014581575627]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 877786563
+    - 
+      positions: [-0.9795562092678629, -0.6809540748600197, 0.020427675104729325, 0.48942379004900544, -0.8654235580615337, 1.733622990995407]
+      velocities: [-0.06808312698885405, -0.19839125001070532, 0.298146042574211, -0.025050043018266528, 0.18186699002882084, 0.15621422897715764]
+      accelerations: [0.02611823001035441, 0.009327579120587317, -3.736708560111196e-14, 0.011994976855482061, -0.015488105231708819, -0.015958217979911236]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 883725120
+    - 
+      positions: [-0.9799605663938481, -0.6821335335562386, 0.022200435102262214, 0.48927505577380376, -0.8643424605405712, 1.7345515503027031]
+      velocities: [-0.06792802200369584, -0.1983358485439195, 0.29814604257421085, -0.024978762395907524, 0.18177489901048458, 0.15611924930035093]
+      accelerations: [0.02605343728811614, 0.009307454425724716, -1.8660301354290208e-14, 0.01198121813616642, -0.015487935079347039, -0.015989441531751292]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 889671065
+    - 
+      positions: [-0.980364504900393, -0.6833141332784558, 0.023975405603633176, 0.48912656041743013, -0.8632605635581014, 1.7354807011037898]
+      velocities: [-0.06777310876765805, -0.1982804976926108, 0.29814604257421085, -0.02490747549705427, 0.18168269411725396, 0.15602396616778946]
+      accelerations: [0.025988839372024185, 0.009287367434170454, 1.863703554551087e-14, 0.01196722608204057, -0.015487783876678792, -0.016020375343066724]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 895624424
+    - 
+      positions: [-0.9807680254122052, -0.6844958787280881, 0.025752594461066373, 0.4889783044154622, -0.8621778643771129, 1.736410444289628]
+      velocities: [-0.06761838640147574, -0.19822519728937238, 0.2981460425742108, -0.024836183627091273, 0.18159037469139316, 0.1559283800893595]
+      accelerations: [0.025924434184306597, 0.009267316964153295, -3.722749042443451e-14, 0.011952992727676002, -0.015487698325912885, -0.01605113141982883]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 901585224
+    - 
+      positions: [-0.9811711285528206, -0.6856787746375783, 0.027532009579812042, 0.4888302881968801, -0.8610943602429093, 1.7373407807656507]
+      velocities: [-0.06746385402876336, -0.1981699471686752, 0.29814604257421073, -0.024764888102273, 0.18149793998211425, 0.1558324913463468]
+      accelerations: [0.025860221537602784, 0.009247303264256213, 9.295215098326666e-15, 0.011938523817663258, -0.015487661701659805, -0.016081674418168518]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 907553491
+    - 
+      positions: [-0.9815738149447024, -0.6868628257709957, 0.02931365891912662, 0.4886825121841759, -0.8600100483820499, 1.7382717114534176]
+      velocities: [-0.06730951077018973, -0.19811474716221933, 0.2981460425742109, -0.024693590206170075, 0.18140538934529715, 0.15573630045420334]
+      accelerations: [0.025796201306324696, 0.00922732671143472, 5.5701271003636955e-14, 0.011923825991589584, -0.015487653664240885, -0.016111960988060517]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 913529251
+    - 
+      positions: [-0.9819760852093594, -0.6880480369247023, 0.0310975504933594, 0.48853497679348873, -0.8589249260010902, 1.7392032372926236]
+      velocities: [-0.06715535574703424, -0.19805959710176835, 0.29814604257421107, -0.024622291216878346, 0.18131272211941812, 0.15563980787494955]
+      accelerations: [0.0257323721013883, 0.009207386599997312, -9.271862730899338e-15, 0.011908895850315179, -0.015487699101147666, -0.01614205223420511]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 919512532
+    - 
+      positions: [-0.9823779399671981, -0.6892344129271455, 0.032883692371667335, 0.4883876824344967, -0.8578389902877741, 1.7401353592386597]
+      velocities: [-0.06767397881414544, -0.19999416525875935, 0.3011424103020819, -0.02479737161229174, 0.18304073143337407, 0.15710573409898163]
+      accelerations: [-0.20070815132702513, -0.6611487118418599, 1.0096394912632134, -0.07100641556724421, 0.5978826279280613, 0.5102325945219468]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 925503361
+    - 
+      positions: [-0.9827793798375871, -0.6904219586393567, 0.0346720926788401, 0.48824062951050384, -0.856752238410263, 1.7410680782637349]
+      velocities: [-0.06819124379628518, -0.20192823001636664, 0.30413877802995265, -0.024971736940193213, 0.18476768845778951, 0.15857038194689393]
+      accelerations: [0.02664496182948408, 0.009539857668112052, -3.773741625490063e-14, 0.012360659213464907, -0.016116806348973337, -0.01685947589113517]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 931383572
+    - 
+      positions: [-0.9831804054387507, -0.6916106789548833, 0.03646275959523608, 0.4880938184183635, -0.8556646675179328, 1.742001395355156]
+      velocities: [-0.06803456094280597, -0.2018721232618593, 0.3041387780299525, -0.02489900928017373, 0.18467279752364138, 0.15847102873413127]
+      accelerations: [0.0265791344231287, 0.009519222149920972, -2.8267194122387168e-14, 0.012344421583750214, -0.0161169711421088, -0.01689008670559389]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 937271236
+    - 
+      positions: [-0.9835810173880624, -0.6928005788010486, 0.038255701358798785, 0.4879472495487754, -0.8545762747385321, 1.7429353115201822]
+      velocities: [-0.06787806652578439, -0.20181606676947025, 0.30413877802995226, -0.024826285647981693, 0.18457778486097937, 0.1583713693033607]
+      accelerations: [0.026513502579282325, 0.009498623784478058, -2.8231286774708332e-14, 0.012327947463076075, -0.016117206400995465, -0.016920543068350558]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 943166380
+    - 
+      positions: [-0.9839812163017009, -0.6939916631381082, 0.04005092626377825, 0.4878009232859956, -0.8534870571811382, 1.7438698277803915]
+      velocities: [-0.06772175965037526, -0.2017600603670568, 0.30413877802995243, -0.024753567313943327, 0.18448264973843995, 0.15827140393145017]
+      accelerations: [0.026448066833634896, 0.009478063414035705, 7.518757305439502e-14, 0.012311248459406239, -0.01611746907833732, -0.0169507488662983]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 949069030
+    - 
+      positions: [-0.9843810027948975, -0.6951839369603723, 0.041848442662534485, 0.48765484000808396, -0.8523970119337032, 1.7448049451758374]
+      velocities: [-0.06756563942130667, -0.2017041038817595, 0.3041387780299524, -0.024680855536161332, 0.1843873914398148, 0.15817113291778612]
+      accelerations: [0.026382825428123854, 0.009457540117628983, -8.447805968774661e-14, 0.012294318542484847, -0.016117795631235287, -0.01698079209342433]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 954979215
+    - 
+      positions: [-0.9847803774817243, -0.6963774052957944, 0.04364825896493724, 0.48750900008673437, -0.8513061360648279, 1.7457406647615472]
+      velocities: [-0.06740970494320009, -0.20164819714034105, 0.3041387780299524, -0.024608151562564698, 0.18429200925263178, 0.15807055655761532]
+      accelerations: [0.026317778782533812, 0.009437054618277674, 6.56210952119396e-14, 0.012277168586261945, -0.016118146990682137, -0.01701058590824702]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 960896962
+    - 
+      positions: [-0.9851793409753205, -0.6975720732070361, 0.04545038364007768, 0.48736340388750815, -0.8502144266214976, 1.7466769876113204]
+      velocities: [-0.06725395531932753, -0.20159233996813314, 0.3041387780299525, -0.02453545662170531, 0.18419650251192787, 0.15796967524385452]
+      accelerations: [0.02625292555409527, 0.009416606349619643, -1.8724839669289822e-14, 0.012259795669686657, -0.01611854475109075, -0.017040183725449878]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 966822299
+    - 
+      positions: [-0.985577893887764, -0.6987679457913409, 0.047254825216118596, 0.4872180517697376, -0.8491218806300685, 1.7476139148156586]
+      velocities: [-0.06709838965512355, -0.2015365321919665, 0.30413877802995265, -0.02446277195359072, 0.18410087046420937, 0.15786848915262736]
+      accelerations: [0.026188264975222957, 0.009396195043781067, 7.480307180456058e-14, 0.012242200232483479, -0.016118995829656056, -0.017069604986971607]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 972755253
+    - 
+      positions: [-0.9859760368300305, -0.6999650281807177, 0.0490615922806258, 0.4870729440865073, -0.8480284950964534, 1.7485514474811217]
+      velocities: [-0.06694300705469486, -0.20148077363742906, 0.3041387780299527, -0.024390098780271346, 0.1840051123978097, 0.1577669985445872]
+      accelerations: [0.02612379688263968, 0.009375821060327338, -5.603000705368025e-14, 0.012224389277831671, -0.016119477786767818, -0.01709880130613556]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 978695854
+    - 
+      positions: [-0.9863737704121234, -0.7011633255426831, 0.050870693481778945, 0.4869280811847972, -0.8469342670047417, 1.7494895867325282]
+      velocities: [-0.06678780662104841, -0.20142506412886335, 0.3041387780299527, -0.0243174383051915, 0.18390922764263012, 0.1576652037642485]
+      accelerations: [0.026059520421482945, 0.009355484127898927, 4.6631356731287704e-14, 0.012206363440439015, -0.016119997652514335, -0.01712779240013953]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 984644130
+    - 
+      positions: [-0.9867710952430323, -0.7023628430804473, 0.052682137528708366, 0.486783463405473, -0.845839193317387, 1.7504283337123066]
+      velocities: [-0.06663278745921258, -0.2013694034921067, 0.30413877802995276, -0.024244791743755694, 0.183813215440393, 0.15756310494048897]
+      accelerations: [0.02599543437889783, 0.009335183683927203, -1.8628388801788195e-14, 0.012188119429742171, -0.016120576634649515, -0.017156630618653707]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 990600108
+    - 
+      positions: [-0.9871680119306054, -0.7035635860328068, 0.0544959331913753, 0.48663909108317377, -0.8447432709761774, 1.75136768957844]
+      velocities: [-0.06647794867209669, -0.20131379155106985, 0.30413877802995276, -0.024172160285910856, 0.18371707510667934, 0.15746070236093765]
+      accelerations: [0.02593153928890289, 0.009314920605576205, 1.8604207167605197e-14, 0.012169670439558111, -0.01612116731783912, -0.017185209868165553]
+      effort: []
+      time_from_start: 
+        secs: 19
+        nsecs: 996563819
+    - 
+      positions: [-0.9875645210818295, -0.7047655596754137, 0.056312089302607886, 0.4864949645466132, -0.8436464968994691, 1.7523076555091515]
+      velocities: [-0.0663232893634037, -0.20125822813013064, 0.3041387780299528, -0.024099545123961466, 0.18362080591225016, 0.1573579961982116]
+      accelerations: [0.02586783295710713, 0.009294693525905279, -9.289998806660585e-15, 0.012151003847956851, -0.01612183066538802, -0.017213674193812707]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:   2535290
+    - 
+      positions: [-0.9879606233024665, -0.7059687693198882, 0.05813061475676067, 0.4863510841182332, -0.8425488679853139, 1.7532482326969447]
+      velocities: [-0.06616880863726429, -0.20120271305381304, 0.3041387780299527, -0.024026947447253606, 0.18352440710448842, 0.1572549865590907]
+      accelerations: [0.02580431603980306, 0.009274503428292162, -2.783363994389839e-14, 0.012132134601251988, -0.016122512154899935, -0.01724190118705733]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:   8514552
+    - 
+      positions: [-0.9883563191973772, -0.7071732203152366, 0.05995151851198337, 0.48620745011455274, -0.8414503811082967, 1.7541894223539978]
+      velocities: [-0.06601450559552219, -0.20114724614468432, 0.30413877802995265, -0.023954368418089025, 0.18342787800975818, 0.15715167372086886]
+      accelerations: [0.025740987246079455, 0.009254349648752828, 1.8531494033931527e-14, 0.012113058149570975, -0.016123238379560718, -0.017269955521473642]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  14501634
+    - 
+      positions: [-0.9887516093703607, -0.7083789180476571, 0.061774809589966756, 0.486064062846023, -0.8403510331207895, 1.75513122570958]
+      velocities: [-0.06586037934141212, -0.20109182722629676, 0.3041387780299526, -0.02388180920805342, 0.18333121788261253, 0.15704805778387176]
+      accelerations: [0.02567784599582923, 0.009234232183241473, -3.701439929732363e-14, 0.012093777257139093, -0.016124005328369165, -0.01729783117417274]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  20496566
+    - 
+      positions: [-0.9891464944241781, -0.7095858679409609, 0.06360049707665377, 0.4859209226170673, -0.8392508208525329, 1.7560736440104858]
+      velocities: [-0.06570642897725998, -0.2010364561213226, 0.3041387780299526, -0.023809270974562056, 0.1832344260025552, 0.15694413889458578]
+      accelerations: [0.025614891767575015, 0.009214150991774694, 2.7724314938743992e-14, 0.01207429521338748, -0.016124807207980818, -0.017325518121407053]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  26499376
+    - 
+      positions: [-0.9895409749605854, -0.710794075457031, 0.06542859012300715, 0.48577802972613715, -0.8381497411101198, 1.7570166785216434]
+      velocities: [-0.06555265360548942, -0.20098113265247303, 0.3041387780299525, -0.023736754872663003, 0.18313750162589873, 0.15683991713460232]
+      accelerations: [0.025552123641658563, 0.009194105762068073, -6.460483674658351e-14, 0.012054610836142678, -0.016125656051109577, -0.01735304733853036]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  32510096
+    - 
+      positions: [-0.9899350515802591, -0.7120035460959273, 0.06725909794522804, 0.4856353844656503, -0.8370477906774544, 1.757960330524957]
+      velocities: [-0.06539905232738741, -0.2009258566414468, 0.3041387780299526, -0.023664262040939223, 0.18304044404426156, 0.15673539265564312]
+      accelerations: [0.025489541502035352, 0.009174096801899897, 1.0138779167976838e-13, 0.01203473208857712, -0.016126526615089253, -0.01738036389664148]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  38528756
+    - 
+      positions: [-0.9903287248829497, -0.7132142853967562, 0.06909202982616573, 0.48549298712216776, -0.8359449663141484, 1.7589046013218665]
+      velocities: [-0.06524562424431042, -0.20087062790989813, 0.30413877802995265, -0.02359179361581982, 0.18294325252600363, 0.1566305655447045]
+      accelerations: [0.025427144023850146, 0.00915412347563913, -7.363893565429213e-14, 0.012014653027620534, -0.016127450361528243, -0.01740754349848125]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  44555386
+    - 
+      positions: [-0.9907219954672879, -0.714426298937383, 0.07092739511492546, 0.48535083797620837, -0.8348412647570561, 1.7598494922302474]
+      velocities: [-0.06509236845769162, -0.2008154462795787, 0.3041387780299523, -0.023519350733132386, 0.1828459263108136, 0.15652543581181144]
+      accelerations: [0.025364931087743136, 0.009134186043200519, -3.677058903452125e-14, 0.011994381084522955, -0.016128403871069508, -0.017434535326830508]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  50590017
+    - 
+      positions: [-0.9911148639309256, -0.715639592335274, 0.07276520322823668, 0.4852089373024117, -0.8337366827187633, 1.7607950045867977]
+      velocities: [-0.06493928406712118, -0.20076031157071894, 0.3041387780299524, -0.023446934504264043, 0.18274846470547373, 0.15642000361034142]
+      accelerations: [0.025302901999283593, 0.00911428440374202, 6.426288947874244e-14, 0.011973918219073069, -0.01612938679937909, -0.017461341899652434]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  56632680
+    - 
+      positions: [-0.9915073308705387, -0.7168541712478724, 0.07460546365109572, 0.48506728536956095, -0.8326312168873491, 1.7617411397471208]
+      velocities: [-0.06478637017340871, -0.20070522360450668, 0.3041387780299525, -0.02337454605352164, 0.1826508669350455, 0.15631426889486139]
+      accelerations: [0.025241055621168636, 0.00909441799467906, -2.7504490310543825e-14, 0.011953259474534943, -0.01613042502673976, -0.01748802574058574]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  62683406
+    - 
+      positions: [-0.9918993968816648, -0.7180700413724322, 0.07644818593656308, 0.48492588244041757, -0.8315248639276188, 1.7626878990831691]
+      velocities: [-0.06463362587613927, -0.20065018220115968, 0.30413877802995243, -0.023302186490188885, 0.18255313225433528, 0.15620823167732104]
+      accelerations: [0.02517939206708756, 0.009074587352436134, 0.0, 0.011932416046338407, -0.016131481326100535, -0.017514504581553687]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  68742227
+    - 
+      positions: [-0.992291062558933, -0.7192872084471678, 0.07829337970761613, 0.48478472877198986, -0.830417620478795, 1.7636352839870413]
+      velocities: [-0.06448105027325549, -0.2005951871795908, 0.3041387780299524, -0.023229856901651115, 0.18245525997406514, 0.15610189208758993]
+      accelerations: [0.02511791032697042, 0.009054792021215636, -9.143619759863347e-15, 0.011911385237283504, -0.016132572914335425, -0.017540820900831977]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  74809173
+    - 
+      positions: [-0.9926823284959563, -0.7205056782512805, 0.0801410546572464, 0.48464382461542943, -0.829309483155256, 1.7645832958693088]
+      velocities: [-0.06432864246393322, -0.20054023835978935, 0.30413877802995254, -0.023157558391484173, 0.1823572493129601, 0.155995250033465]
+      accelerations: [0.025056609563167746, 0.009035031750270548, 5.4787951438439395e-14, 0.01189016565845414, -0.016133711393616045, -0.017567004655947824]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  80884278
+    - 
+      positions: [-0.9930731952852568, -0.721725456605094, 0.08199122054873188, 0.4845031702159608, -0.8282004485469714, 1.765531936157877]
+      velocities: [-0.0638590732157772, -0.19949296974074004, 0.30263314051495294, -0.02297118725970109, 0.1813570698721629, 0.1551168462959336]
+      accelerations: [0.12860932955364185, 0.33338621920885925, -0.49221021254820024, 0.049111843768934106, -0.31093840835653774, -0.2697042959366347]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  86967573
+    - 
+      positions: [-0.9934636635184186, -0.7229465493709687, 0.08384388721712055, 0.4843627658130654, -0.827090513217876, 1.766481206300551]
+      velocities: [-0.06307698091365097, -0.1974637467691801, 0.29963677278708206, -0.022672585808214275, 0.17946462093309884, 0.1534753771442734]
+      accelerations: [0.12563751888187105, 0.3262812734863425, -0.48185956776250777, 0.04795925276145153, -0.30426632371179235, -0.2639109758020425]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  93120006
+    - 
+      positions: [-0.9938537337859502, -0.7241689624532291, 0.08569906456918014, 0.48422261164033886, -0.8259796737068871, 1.7674311077628388]
+      velocities: [-0.062304276541974596, -0.19545519475084197, 0.2966700720664177, -0.022377678882170605, 0.17759173067090955, 0.15185091108066817]
+      accelerations: [0.12273378691582397, 0.3193266900688554, -0.4717249208909259, 0.046833140201960465, -0.2977361990491672, -0.2582406715200066]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs:  99342384
+    - 
+      positions: [-0.9942434066773473, -0.7253927017987932, 0.08755676258443938, 0.48408270792557423, -0.8248679265270584, 1.7683816420291143]
+      velocities: [-0.06154084840061584, -0.19346710266601347, 0.29373274462021565, -0.02208642327799408, 0.17573819799217147, 0.150243275316973]
+      accelerations: [0.11989658434159942, 0.31251930250277393, -0.4618017892871926, 0.045732915985063544, -0.29134501345642566, -0.25269075424133847]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 105635524
+    - 
+      positions: [-0.9946326827812275, -0.7266177733980291, 0.08941699131658512, 0.4839430548909319, -0.8237552681641376, 1.769332810604828]
+      velocities: [-0.06078658611468381, -0.19149926165561304, 0.2908244996239762, -0.021798776277844746, 0.1739038238063978, 0.1486522986379184]
+      accelerations: [0.11712439603565838, 0.3058560100124405, -0.4520857830427305, 0.04465798762815397, -0.2850898671018522, -0.24725878149780126]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 112000255
+    - 
+      positions: [-0.9950215626850696, -0.727844183284293, 0.09127976089280583, 0.4838036527526486, -0.8226416950786581, 1.7702846150123837]
+      velocities: [-0.06004138061862771, -0.18955146499886683, 0.2879450491326496, -0.021514695645335452, 0.17208841100632027, 0.14707781138869924]
+      accelerations: [0.11441574221687471, 0.2993337778471396, -0.44257260306504387, 0.043607790879560564, -0.2789678635409931, -0.2419422292372638]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 118437414
+    - 
+      positions: [-0.9954100469753459, -0.7290719375347929, 0.09314508151520338, 0.48366450172119796, -0.8215272037044907, 1.7712370567933595]
+      velocities: [-0.05930512413832186, -0.18762350808960476, 0.28509410805212815, -0.021234139585841163, 0.17029176457833078, 0.1455196457608267]
+      accelerations: [0.11176917636676201, 0.29294963455746725, -0.4332580390273492, 0.042581769710279084, -0.272976183713411, -0.23673866355074025]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 124947848
+    - 
+      positions: [-0.9957981362375442, -0.7303010422710986, 0.09501296346164818, 0.48352560200133093, -0.8204117904483749, 1.7721901375089675]
+      velocities: [-0.05857771017649469, -0.18571518841509432, 0.282271394111018, -0.020957066751831833, 0.16851369154360468, 0.1439776356883939]
+      accelerations: [0.10918328473457936, 0.2867006711949478, -0.424137967593523, 0.0415793813479254, -0.267112063632173, -0.2316456916282084]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 131532415
+    - 
+      positions: [-0.9961858310562244, -0.7315315036597604, 0.09688341708681208, 0.48338695379215113, -0.8192954516891495, 1.7731438587410433]
+      velocities: [-0.05785903349941493, -0.1838263055356954, 0.279476627832691, -0.020683436264602683, 0.16675400084114872, 0.14245161661054306]
+      accelerations: [0.10665668507878608, 0.2805840394370375, -0.415208350757536, 0.040600086078613755, -0.26137283079260254, -0.22666104670685824]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 138191984
+    - 
+      positions: [-0.9965731320148244, -0.7327633279120856, 0.09875645282188779, 0.4832485572868936, -0.8181781837792428, 1.7740982220889874]
+      velocities: [-0.0571489901206152, -0.18195666106301517, 0.27670953250761493, -0.020413207691437493, 0.16501250337517478, 0.14094142561171888]
+      accelerations: [0.10418802742330502, 0.27459695142119667, -0.40646523398858203, 0.03964337042956221, -0.2557558156572196, -0.2217823867918576]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 144927434
+    - 
+      positions: [-0.9969600396958669, -0.7339965212852908, 0.10063208117644536, 0.4831104126731823, -0.8170599830425233, 1.7750532291732235]
+      velocities: [-0.05644747728564803, -0.1801060586382452, 0.2739698341659551, -0.020146341034796823, 0.16328901201998164, 0.13944690146341615]
+      accelerations: [0.10177599158286316, 0.2687366773082045, -0.3979047444824089, 0.0387087199163295, -0.2502584503132066, -0.21700752304023413]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 151739656
+    - 
+      positions: [-0.9973465546808199, -0.7352310900824729, 0.10251031273846242, 0.4829725201328684, -0.8159408457752874, 1.7760088816330282]
+      velocities: [-0.05575439345826475, -0.1782743039118121, 0.2712572615504505, -0.019882796738497903, 0.1615833415599707, 0.13796788451658604]
+      accelerations: [0.09941928785737188, 0.2630005449159415, -0.3895230895255096, 0.03779564049572161, -0.24487818778596365, -0.21233423608143664]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 158629548
+    - 
+      positions: [-0.9977326775502179, -0.7364670406534783, 0.1043911581757433, 0.482834879842187, -0.8148207682448889, 1.7769651811285818]
+      velocities: [-0.05506963830583189, -0.17646120452298192, 0.268571546089555, -0.019622535680435496, 0.1598953086807769, 0.13650421671138946]
+      accelerations: [0.09711665527612329, 0.25738593777742097, -0.38131655483506005, 0.03690364089826747, -0.23961256435140274, -0.2077604207494152]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 165598024
+    - 
+      positions: [-0.9981184088835438, -0.7377043793949598, 0.10627462823607553, 0.482697491971621, -0.8136997466905277, 1.7779221293391516]
+      velocities: [-0.05439311268563761, -0.17466657007969416, 0.2659124218708467, -0.019365519181378105, 0.15822473190386488, 0.1350557414569014]
+      accelerations: [0.09486686181119554, 0.25189029472775654, -0.3732815029959824, 0.03603224505105778, -0.234459151892089, -0.20328397826566427]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 172646006
+    - 
+      positions: [-0.99850374925924, -0.7389431127508854, 0.10816073374809888, 0.48256035668591696, -0.812577777322849, 1.7788797279633959]
+      velocities: [-0.05372471862883739, -0.17289021213668085, 0.26327962561469975, -0.019111708964088227, 0.15657143169884347, 0.13362230391761282]
+      accelerations: [0.09266870355359773, 0.2465111084638372, -0.3654143717103403, 0.03518099339499253, -0.2294155524762623, -0.19890280580868058]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 179774428
+    - 
+      positions: [-0.9988886992549068, -0.740183247213685, 0.1100494856231584, 0.48242347414434145, -0.8114548563218746, 1.7798379787226462]
+      velocities: [-0.05306435932868988, -0.17113194417751396, 0.2606728966482175, -0.018861067186234846, 0.1549352303288914, 0.13220375068804643]
+      accelerations: [0.09052100309314653, 0.24124592365917794, -0.35771167242405333, 0.03434942020251629, -0.22447947732656184, -0.19461497861809005]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 186984236
+    - 
+      positions: [-0.9992732594469872, -0.7414247893236575, 0.11194089485445449, 0.48228684450029685, -0.8103309798395482, 1.7807968833559364]
+      velocities: [-0.05241193912626352, -0.1693915815942108, 0.2580919768794232, -0.018613556429592858, 0.15331595185826613, 0.1307999298389373]
+      accelerations: [0.08842261068249742, 0.23609233745564084, -0.3501699887661563, 0.033537088087593606, -0.21964862042812, -0.1904184620491523]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 194276388
+    - 
+      positions: [-0.99965743041103, -0.7426677456703534, 0.11383497251927124, 0.4821504679016477, -0.8092061439970635, 1.7817564436243547]
+      velocities: [-0.05176736349579575, -0.16766894166667373, 0.2555366107717062, -0.018369139674251078, 0.15171342221036624, 0.12941069107796793]
+      accelerations: [0.08637240196927233, 0.2310479968079723, -0.34278597497143276, 0.03274355738067942, -0.21492076819016018, -0.1863113645856781]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 201651852
+    - 
+      positions: [-1.0000412127215603, -0.743912122892625, 0.11573172977912866, 0.4820143444905706, -0.808080344885731, 1.7827166613090584]
+      velocities: [-0.051130539032299076, -0.16596384354450233, 0.253006545318521, -0.018127780314266127, 0.1501274690764111, 0.1280358855688638]
+      accelerations: [0.08436927848065733, 0.22611059838977512, -0.33555635451105703, 0.031968404608638465, -0.21029373004992227, -0.18229177978129996]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 209111609
+    - 
+      positions: [-1.0004246069521685, -0.7451579276794332, 0.11763117788111176, 0.4818784744036686, -0.8069535785658734, 1.7836775382128156]
+      velocities: [-0.05025291455796223, -0.16346701635152328, 0.24926759311858715, -0.01780146679639642, 0.14782635143188994, 0.12605161011721722]
+      accelerations: [0.14715787887212656, 0.4323541466247461, -0.6504329246590966, 0.054126482955401144, -0.39658936078480683, -0.3410447310142309]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 216656652
+    - 
+      positions: [-1.000807613675304, -0.7464051667696407, 0.11953332815763092, 0.4817428577717093, -0.8058258410683699, 1.784639076156805]
+      velocities: [-0.04914294577053564, -0.1602026677211368, 0.24435603677932274, -0.017393338435384757, 0.1448323673605602, 0.12347708984692393]
+      accelerations: [0.1408933909335027, 0.4147775535310857, -0.6241640574836268, 0.05178847909923538, -0.3803809180301915, -0.3270706790960306]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 224364300
+    - 
+      positions: [-1.0011902334626026, -0.7476538469536557, 0.12143819202905282, 0.48160749472005154, -0.8046971283913816, 1.7856012769860188]
+      velocities: [-0.048057324424947374, -0.15700352803310527, 0.23954125750350247, -0.016994424391920886, 0.14189885462900403, 0.12095484561706513]
+      accelerations: [0.13489472378335635, 0.3979139888962063, -0.5989537141714294, 0.049550849896992294, -0.36483313906119036, -0.3136672804145156]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 232238089
+    - 
+      positions: [-1.0015724668846506, -0.7489039750731343, 0.12334578100331875, 0.48147238536834336, -0.8035674365021823, 1.786564142565539]
+      velocities: [-0.046995518975065265, -0.1538682941085332, 0.23482134840064944, -0.01660451992150909, 0.13902459434277914, 0.11848382127298873]
+      accelerations: [0.12915062898909896, 0.3817345789472298, -0.5747593224167237, 0.0474093123706921, -0.3499191535637892, -0.3008112953239535]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 240281631
+    - 
+      positions: [-1.0019543145110161, -0.750155558021622, 0.12525610667702225, 0.4813375298305626, -0.8024367613365275, 1.7875276747812114]
+      velocities: [-0.04595700944099895, -0.15079568882496158, 0.23019444015356272, -0.016223424746167343, 0.13620839216693206, 0.11606298195558029]
+      accelerations: [0.12365033292493435, 0.3662116173327363, -0.5515400192398708, 0.045359765540338055, -0.33561318133097656, -0.2884804267328883]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 248498620
+    - 
+      positions: [-1.0023357769102959, -0.7514086027452411, 0.12716918073655994, 0.4812029282150807, -0.8013050987979226, 1.7884918755404873]
+      velocities: [-0.04494128715782027, -0.1477844605949371, 0.22565870027797535, -0.015850942953321276, 0.13344907784827964, 0.11369131371227179]
+      accelerations: [0.11838351688000706, 0.35131851801171593, -0.5292565824195086, 0.043398283314630505, -0.3218904855695496, -0.27665327596319145]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 256892830
+    - 
+      positions: [-1.0027168546502032, -0.7526631162435408, 0.1290850149595359, 0.4810685806247825, -0.8001724447564905, 1.789456746773974]
+      velocities: [-0.043947854531038444, -0.1448333828562722, 0.22121233239679955, -0.015486882934197772, 0.13074550462236806, 0.11136782283001825]
+      accelerations: [0.11334029752489752, 0.33702976982889654, -0.5078713649447129, 0.04152109785032893, -0.3087273623486288, -0.26530937896063655]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 265468118
+    - 
+      positions: [-1.0030975482972961, -0.7539191055691075, 0.131003621214241, 0.4809344871567036, -0.7990387950510806, 1.7904222904312042]
+      velocities: [-0.042765849545491855, -0.14124566061361782, 0.2157907246281019, -0.015057021721854512, 0.12746889741238016, 0.1085570550755792]
+      accelerations: [0.15524318769550044, 0.4780156510201334, -0.7237520363069089, 0.056162867933165245, -0.4356641563048189, -0.3732633910363125]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 274228427
+    - 
+      positions: [-1.0034778584173283, -0.7551765778293307, 0.13292501146248054, 0.48080064790249727, -0.7979041454857694, 1.791388508486396]
+      velocities: [-0.04140613741971134, -0.13705464524950395, 0.20944435133820322, -0.014565296067540421, 0.12364967883949154, 0.10528509307645931]
+      accelerations: [0.14569178798934287, 0.4495355954035637, -0.6808178143996118, 0.05266775612992697, -0.4096030867829353, -0.35088613410115715]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 283267278
+    - 
+      positions: [-1.0038577855749777, -0.7564355401860314, 0.1348491977590851, 0.4806670629480744, -0.796768491831959, 1.792355402934225]
+      velocities: [-0.040089507719002646, -0.13298800248736403, 0.20328462394795618, -0.014089510371553773, 0.11994474502140204, 0.10211148472470935]
+      accelerations: [0.13672707985906804, 0.42275067532542226, -0.6404278480053381, 0.04938953050956641, -0.3850989706567049, -0.32984825641944426]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 292593568
+    - 
+      positions: [-1.0042373303339471, -0.7576959998563759, 0.13677619225341744, 0.4805337323737326, -0.7956318298271285, 1.7933229757915594]
+      velocities: [-0.03881459903417443, -0.12904204081415008, 0.1973060532290623, -0.013629151778709051, 0.11635067978719332, 0.09903328071426874]
+      accelerations: [0.12831307904093853, 0.39756008611579213, -0.602431508233706, 0.046314769929691434, -0.36205889862905466, -0.3100697075006782]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 302216476
+    - 
+      positions: [-1.0046164932569743, -0.7589579641134961, 0.13870600719042675, 0.48040065625417117, -0.7944941551743684, 1.7942912290977975]
+      velocities: [-0.037397059330337934, -0.12460264572792276, 0.19056942405568006, -0.013119542216275442, 0.1123139343721601, 0.09557941418139415]
+      accelerations: [0.1559154116166401, 0.49242240191895675, -0.7480558229446711, 0.05587282230539886, -0.44722277935089444, -0.3823674897617946]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 312145481
+    - 
+      positions: [-1.0049952749058448, -0.760221440287123, 0.1406386549117204, 0.4802678346585069, -0.7933554635419076, 1.7952601649152036]
+      velocities: [-0.03584901114220651, -0.11970843768299524, 0.18313347077691944, -0.012565012490214762, 0.10786955637542242, 0.09177984016757765]
+      accelerations: [0.1434314595131157, 0.45395251230898914, -0.6898029287492731, 0.05135776523106007, -0.4121725575677216, -0.35234531644271433]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 322492809
+    - 
+      positions: [-1.0053736758413732, -0.7614864357641109, 0.1425741478564712, 0.48013526765024445, -0.7922157505629316, 1.796229785328722]
+      velocities: [-0.03419838557677078, -0.11444854801933488, 0.17513377545185332, -0.011975533069719886, 0.10309839470273852, 0.08770363539713998]
+      accelerations: [0.16137132856953723, 0.5171924496496348, -0.7871708440497245, 0.057500995613331427, -0.468755583874113, -0.4002782366621522]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 333276131
+    - 
+      positions: [-1.0057516966234021, -0.7627529579890429, 0.14451249856245194, 0.4800029552872724, -0.791075011835199, 1.7972000924461478]
+      velocities: [-0.03230142873417502, -0.1083391031502863, 0.16582937471796821, -0.011300886357803087, 0.09756493074609848, 0.08298051450976664]
+      accelerations: [0.1715095818220279, 0.5547637953275807, -0.8453419183394141, 0.060893064284382806, -0.5021573770715065, -0.42845952984726215]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 344626246
+    - 
+      positions: [-1.0061293378107838, -0.7640210144647777, 0.14645371966697643, 0.4798708976218329, -0.7899332429208485, 1.7981710883979465]
+      velocities: [-0.030208248674328114, -0.10154291020726487, 0.15546849077598182, -0.010558832002303665, 0.09141645989314362, 0.07773612228191615]
+      accelerations: [0.17411024744933515, 0.5672692611996745, -0.865186132747191, 0.06163864868422422, -0.5129556008407742, -0.4373989853925817]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 356692463
+    - 
+      positions: [-1.0065065999614018, -0.7652906127531445, 0.1483978239080751, 0.4797390947005478, -0.7887904393458095, 1.799142775337778]
+      velocities: [-0.0279715823404759, -0.09423308154045083, 0.14431539586840858, -0.00976798460049385, 0.0848093769264642, 0.07210374746428329]
+      accelerations: [0.1699645896323628, 0.5571004280545461, -0.8503153883099168, 0.060025995314549205, -0.503336757834924, -0.4289737116748539]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 369648294
+    - 
+      positions: [-1.0068834836322273, -0.7665617604757736, 0.15034482412588296, 0.47960754656449117, -0.7876465965989068, 1.8001151554435504]
+      velocities: [-0.02564461460147458, -0.08658578396422283, 0.13263932598691885, -0.008947047868122917, 0.07790263608937939, 0.06621875439741352]
+      accelerations: [0.1602531748512275, 0.527998931361626, -0.8064162677818018, 0.05647762174142821, -0.4766979768924809, -0.40608781922946346]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 383698501
+    - 
+      positions: [-1.007259989379147, -0.7678344653141255, 0.15229473326278145, 0.4794762532489435, -0.7865017101330328, 1.8010882309147964]
+      velocities: [-0.02300717435497532, -0.07785267047811317, 0.11929298079098083, -0.00801942297328276, 0.07002359328750336, 0.059509742090182796]
+      accelerations: [0.17756613638985172, 0.590318233471804, -0.9025959901669229, 0.062350039007371696, -0.532286121492059, -0.4530816410818362]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 399087965
+    - 
+      positions: [-1.0076361177572128, -0.7691087350110233, 0.15424756436587822, 0.47934521478373504, -0.7853557753624711, 1.8020620039768855]
+      velocities: [-0.02294611062853269, -0.07783046884304892, 0.11929298079098083, -0.007990136943554015, 0.06998026038364275, 0.05946032843943477]
+      accelerations: [-0.16989017514905153, -0.5867884525649811, 0.9013274075945654, -0.05870072423297423, 0.5262679794042407, 0.4464352964899871]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 416542378
+    - 
+      positions: [-1.0080118693204716, -0.770384577370706, 0.15620333058718877, 0.47921443119300156, -0.7842087876640549, 1.8030364768784044]
+      velocities: [-0.025449981445472638, -0.08651501903550077, 0.13263932598691874, -0.008853702843481293, 0.07776451766343477, 0.06606125446381081]
+      accelerations: [-0.14973666510554537, -0.5220981555381815, 0.8028502703974675, -0.05152412793220835, 0.46762999482624085, 0.39635542428379006]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 431978068
+    - 
+      positions: [-1.0083872446220081, -0.7716620002596448, 0.15816204518500981, 0.4790839024952352, -0.7830607423763508, 1.8040116518920501]
+      velocities: [-0.027621056909733946, -0.09410563736777369, 0.14431539586840852, -0.009599876621258156, 0.08456063163376601, 0.0718200974573954]
+      accelerations: [-0.156445697477804, -0.5485145019138101, 0.8440136331182224, -0.053701916451364705, 0.4909068490066392, 0.41587420011152587]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 446112810
+    - 
+      positions: [-1.008762244213915, -0.7729410116071186, 0.1601237215249132, 0.47895362870323205, -0.781911634799523, 1.804987531314297]
+      velocities: [-0.02968114872858884, -0.10135126752925212, 0.15546849077598207, -0.010306045736673668, 0.09104241034953149, 0.07730958614709853]
+      accelerations: [-0.15755887995336273, -0.5560147018168858, 0.856195716568347, -0.0539285490533939, 0.4971636953161441, 0.4209243438775044]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 459185745
+    - 
+      positions: [-1.009136868647315, -0.774221619405968, 0.16208837308102625, 0.47882360982411587, -0.7807614601947053, 1.8059641174659418]
+      velocities: [-0.02960908622599044, -0.1013250496307038, 0.15546849077598213, -0.010271503051511144, 0.09099075208327773, 0.07725044010497589]
+      accelerations: [0.16869384431857595, 0.55928317959427, -0.854851973675306, 0.059299914666140915, -0.5045428315033246, -0.4296058238362127]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 471397601
+    - 
+      positions: [-1.0095111184725036, -0.7755038317138072, 0.16405601343801246, 0.4786938458595399, -0.7796102137822788, 1.8069414126945709]
+      velocities: [-0.02741589694616451, -0.09403099579820919, 0.14431539586840864, -0.009501535154203083, 0.0844135618664914, 0.07165171030013516]
+      accelerations: [0.16465742617910323, 0.5492391468911569, -0.8401284104276268, 0.057736065849992246, -0.49504994544727504, -0.4212907603121536]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 484510281
+    - 
+      positions: [-1.0098849942386259, -0.7767876566525738, 0.16602665629048902, 0.478564336805196, -0.778457890744376, 1.8079194193695256]
+      velocities: [-0.025015635818938804, -0.0859916542679326, 0.13201207762706751, -0.008661326060704425, 0.07717168411477532, 0.06549114034397961]
+      accelerations: [0.17027663242230695, 0.5723784902571759, -0.8763458330218618, 0.059515841000463615, -0.5153342484395201, -0.43824360266491774]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 498731101
+    - 
+      positions: [-1.0102584964940768, -0.7780731024106738, 0.1680003154464601, 0.4784350826514041, -0.7773044862207893, 1.8088981398885653]
+      velocities: [-0.022273845038331755, -0.07673889947811294, 0.11783880341073796, -0.007704576593811441, 0.0688457995390403, 0.05841331793529847]
+      accelerations: [0.17426731147083127, 0.5901093996322777, -0.9042950623356009, 0.06072373970737173, -0.5307367189585837, -0.4510373090455433]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 514463778
+    - 
+      positions: [-1.0106316257861048, -0.7793601772422893, 0.16997700482635836, 0.4783060833825007, -0.7761499953121475, 1.8098775766716193]
+      velocities: [-0.019035229412712268, -0.06572791850703595, 0.10095719211753759, -0.006577990786963054, 0.058948426786645074, 0.05000534823734237]
+      accelerations: [0.17932063233692777, 0.6117022897739212, -0.9382113405097419, 0.06229074798344552, -0.5495741313428336, -0.4667282566138779]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 532396522
+    - 
+      positions: [-1.0110043826611785, -0.7806488894694268, 0.17195673846633325, 0.4781773389773845, -0.7749944130761077, 1.8108577321669306]
+      velocities: [-0.01898252076205064, -0.06570872719922419, 0.10095719211753756, -0.006552752930406585, 0.058910161390685396, 0.049961320893372754]
+      accelerations: [-0.17374308047682285, -0.6089071895020787, 0.936898997748026, -0.05965308587191238, 0.544938311441377, 0.46162601805532305]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 553988957
+    - 
+      positions: [-1.01137676766473, -0.7819392474817454, 0.17393953051810193, 0.4780488494091136, -0.7738377345292414, 1.8118386088470837]
+      velocities: [-0.022108776584430515, -0.07670247327081497, 0.11787945512429152, -0.007624518060965147, 0.06874413493222067, 0.058289169624122825]
+      accelerations: [-0.16647558553407435, -0.5878552027542576, 0.9052957120221444, -0.056967843062743016, 0.525527411574962, 0.44486699469922786]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 571977065
+    - 
+      positions: [-1.0117487813411659, -0.7832312597373581, 0.17592539525030884, 0.47792061464490543, -0.7726799546464541, 1.8128202092094017]
+      velocities: [-0.024704484148782114, -0.08590203918641272, 0.1320527293406211, -0.008511322642710041, 0.07696396568794214, 0.06524496916255408]
+      accelerations: [-0.15758146502424333, -0.5609102712338685, 0.8645911011309977, -0.053732722774285764, 0.5008634185678443, 0.42366865989445995]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 587796784
+    - 
+      positions: [-1.0121204242340638, -0.7845249347642992, 0.17791434705091894, 0.477792634646425, -0.7715210683587317, 1.8138025357793055]
+      velocities: [-0.026654554946214572, -0.0928928040639301, 0.1428370448244403, -0.009174140649905013, 0.08320000873072875, 0.07051636427781452]
+      accelerations: [-0.10918136753049762, -0.395728378024049, 0.6112261557768545, -0.03692443488892634, 0.35245512662240713, 0.2976276670945584]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 602149728
+    - 
+      positions: [-1.0124916968861, -0.7858202811610432, 0.17990640042814388, 0.47766490936965866, -0.77036107055333, 1.8147855911093183]
+      velocities: [-0.02620969725184245, -0.09154405128108614, 0.14079931729724904, -0.009012367093179032, 0.08196569359032214, 0.06945565344902263]
+      accelerations: [0.17003849686339084, 0.5791424685239126, -0.8881061270865668, 0.05910240480004892, -0.5204714964308141, -0.4421019281402919]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 615691936
+    - 
+      positions: [-1.0128625998388516, -0.7871173075966005, 0.18190157001071364, 0.47753743876459837, -0.7691999560750483, 1.8157693777761597]
+      velocities: [-0.023678607999226442, -0.08289262013546403, 0.12752684860736518, -0.00813392627961628, 0.07419476011847354, 0.06285704897820538]
+      accelerations: [0.16871380981516523, 0.5785364101662617, -0.8878938695872434, 0.05847367610188736, -0.5194110333127334, -0.4409175298434632]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 630526017
+    - 
+      positions: [-1.01323313363304, -0.7884160228121788, 0.18389987055057677, 0.47741022277559314, -0.7680377197235521, 1.8167538983848146]
+      velocities: [-0.02087543308223931, -0.07324639912690788, 0.1127163834059603, -0.007163843880389715, 0.06553883818120664, 0.05551168000241253]
+      accelerations: [0.16582999713671367, 0.5724452135141793, -0.8792383055308762, 0.0573108687541048, -0.5134406335159278, -0.4355725103994351]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 647101904
+    - 
+      positions: [-1.0136032988084336, -0.7897164356216584, 0.18590131692375964, 0.47728326134118465, -0.766874356253746, 1.8177391555672018]
+      velocities: [-0.01756903480498885, -0.06178493012302721, 0.09510365817869129, -0.006023201755664599, 0.055265081290573614, 0.04679954046515003]
+      accelerations: [0.17174368595654074, 0.597348248586197, -0.9183013827000044, 0.059162086355461614, -0.5351825299938445, -0.45368774568740383]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 666185454
+    - 
+      positions: [-1.0139730959038804, -0.7910185549125357, 0.18790592413196408, 0.4771565543941424, -0.7657098603749513, 1.8187251519829395]
+      velocities: [-0.016780923345522412, -0.05916111289739644, 0.091091191139749, -0.00574670174879497, 0.05289870404218519, 0.044784798586779646]
+      accelerations: [-0.09406331260514587, -0.337779008072161, 0.5211766431232561, -0.03194947404735916, 0.3012137411624941, 0.2545591973146282]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 689678077
+    - 
+      positions: [-1.0143425254572462, -0.7923223896465388, 0.1899137073036457, 0.4770301018613468, -0.7645442267509672, 1.819711890318543]
+      velocities: [-0.015804814118703468, -0.055836641933974876, 0.08599319727325277, -0.005407446373087611, 0.04991074243604142, 0.042246538668014436]
+      accelerations: [0.16978785922641526, 0.5944846331478196, -0.9146077925821543, 0.058319411177961376, -0.5320987585149408, -0.45078597314141144]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 710408254
+    - 
+      positions: [-1.014711588005502, -0.7936279488607947, 0.191924681695957, 0.47690390366390567, -0.7633774499987437, 1.8206993732890704]
+      velocities: [-0.009699123750030902, -0.034333711691364975, 0.05288886236071196, -0.00331556246966216, 0.030680949631322632, 0.025964625136317934]
+      accelerations: [0.17686332872922514, 0.6246574235020106, -0.9619936899477056, 0.06051952077665339, -0.5583874548625425, -0.4726562711624641]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 737173699
+    - 
+      positions: [-1.0150802840846265, -0.7949352416683493, 0.1939388626956892, 0.47677795971698195, -0.7622095246887175, 1.8216876036368108]
+      velocities: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
+      accelerations: [0.17068935306848035, 0.6052165353166933, -0.9324733059909549, 0.058306263723631915, -0.5406957841104806, -0.45750526867279095]
+      effort: []
+      time_from_start: 
+        secs: 20
+        nsecs: 802901037
+multi_dof_joint_trajectory: 
+  header: 
+    seq: 0
+    stamp: 
+      secs: 0
+      nsecs:         0
+    frame_id: ''
+  joint_names: []
+  points: []

+ 23104 - 0
catkin_ws/src/lstrobot_planning/date/plan11.txt

@@ -0,0 +1,23104 @@
+joint_trajectory: 
+  header: 
+    seq: 0
+    stamp: 
+      secs: 0
+      nsecs:         0
+    frame_id: "base_link"
+  joint_names: 
+    - joint1
+    - joint2
+    - joint3
+    - joint4
+    - joint5
+    - joint6
+  points: 
+    - 
+      positions: [1.1462227076518257, -0.8283636281569667, -0.015654856897264008, 1.530532195276886, -2.5661355045112155, -0.7996707913892604]
+      velocities: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
+      accelerations: [-0.15733127961382629, 0.0, 0.0, 0.0, 0.0, 0.0]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:         0
+    - 
+      positions: [1.1459108870618402, -0.8272221913425509, -0.01753122992845379, 1.5294788522370468, -2.565660646041055, -0.7996089472817609]
+      velocities: [-0.008533072226901077, 0.031148896279309175, -0.05118955634511398, -0.028788880759723294, 0.012955142110432964, 0.0016669990175811047]
+      accelerations: [-0.16134124908194883, 0.5866829727217697, -0.9637469945905541, -0.5433864353808324, 0.24391914096167364, 0.030855252573484506]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:  62959295
+    - 
+      positions: [1.1455982994421037, -0.8260824314243256, -0.01940406392301481, 1.5284247861867177, -2.565186658865605, -0.7995482611804896]
+      velocities: [-0.013924409048976242, 0.05069647664913607, -0.0832904420970629, -0.04692270963302891, 0.021080018810378336, 0.002681519753366503]
+      accelerations: [-0.1585017229679612, 0.5713808206615878, -0.9377330780427933, -0.5317374949119861, 0.2373628601630715, 0.02886545580540547]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs:  88764381
+    - 
+      positions: [1.14528519896512, -0.8249437796117891, -0.02127455414893792, 1.5273702369558197, -2.5647132484080206, -0.7994883422700392]
+      velocities: [-0.017119898677582776, 0.06217222807664985, -0.10211633069073563, -0.057624514057433726, 0.025845556917796962, 0.0032507987982930983]
+      accelerations: [-0.15030066600659972, 0.5370806732221703, -0.8805971144894912, -0.5022336093770502, 0.22292768602976834, 0.02599692057775906]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 108662213
+    - 
+      positions: [1.1449715847985296, -0.8238062313308159, -0.023142707650950976, 1.5263152039850265, -2.564240412640163, -0.7994291888605128]
+      velocities: [-0.01970793848795173, 0.07138639302830554, -0.11721776543068735, -0.06625820127142569, 0.029668764189585865, 0.0036886475738611008]
+      accelerations: [-0.15058503347943591, 0.5338587994850819, -0.8745508165713832, -0.5013927033937476, 0.22142223858315502, 0.0248206563846912]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 125610307
+    - 
+      positions: [1.1446574560424745, -0.8226697812224221, -0.02500853281265692, 1.5252596866257015, -2.5637681492389035, -0.7993707986210483]
+      velocities: [-0.021924061166288915, 0.07920871929852911, -0.13002580726097307, -0.07362251343635828, 0.032911764269763014, 0.004044018791464043]
+      accelerations: [-0.1409299309443941, 0.4948495711219727, -0.8097774060966332, -0.46721828349705286, 0.20505178528285511, 0.021850196565871685]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 140632136
+    - 
+      positions: [1.144342811795298, -0.821534423961696, -0.026872037957744795, 1.5242036842320348, -2.563296455889143, -0.7993131692426905]
+      velocities: [-0.0239226943686115, 0.08620565457223084, -0.14147181243839663, -0.08023954730084998, 0.03581025541906924, 0.004347900552320863]
+      accelerations: [-0.14956946423794865, 0.5220157836988201, -0.8536472389658263, -0.49450453000888805, 0.2161808907320027, 0.022280760311473097]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 154350113
+    - 
+      positions: [1.1440276511536474, -0.8204001542563149, -0.028733231352653647, 1.5231471961605374, -2.5628253302829203, -0.7992562984383798]
+      velocities: [-0.025713057872940325, 0.09241817742108807, -0.1516244013334418, -0.08614344077241076, 0.03838156649816743, 0.004604240685058311]
+      accelerations: [-0.13100933401968273, 0.4513641217354081, -0.737021873267084, -0.4306357779526983, 0.18668380644988075, 0.017827936969254325]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 167002719
+    - 
+      positions: [1.1437119732125673, -0.8192669668465864, -0.030592121206523586, 1.5220902217708543, -2.5623547701199256, -0.7992001839414705]
+      velocities: [-0.027373572233304045, 0.09813164649874599, -0.16095235733826152, -0.09159834313878293, 0.040744347050179416, 0.004828117187422166]
+      accelerations: [-0.14822686803594068, 0.5093899314373302, -0.8315226945184901, -0.4866576826446953, 0.210630382800206, 0.019809335070201224]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 178907294
+    - 
+      positions: [1.1433957770653653, -0.8181348565046851, -0.03244871567246442, 1.5210327604245235, -2.5618847731065606, -0.7991448235073214]
+      velocities: [-0.02899246694687139, 0.10366712087670436, -0.16998311702294117, -0.09690146226014917, 0.043032090721637016, 0.005036488903791527]
+      accelerations: [-0.13965496069886765, 0.4748145558644885, -0.774113627731631, -0.45631207513372124, 0.19612315778096231, 0.017202442319150607]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 190108095
+    - 
+      positions: [1.1430790618037394, -0.8170038180348299, -0.03430302284728338, 1.5199748114861213, -2.5614153369566943, -0.7990902149113003]
+      velocities: [-0.030403745590192932, 0.10843331263483641, -0.17774754249187327, -0.10149890498974246, 0.044999445482296674, 0.005201189637793093]
+      accelerations: [-0.12436955148378215, 0.4167034361322986, -0.6781962901299384, -0.40372118810263563, 0.17186504485143636, 0.013567379812230329]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 200752142
+    - 
+      positions: [1.1427618265176833, -0.815873846272659, -0.03615505077252343, 1.5189163743223697, -2.5609464593909665, -0.7990363559498701]
+      velocities: [-0.0317291653661723, 0.11286850470665347, -0.18496480548468872, -0.1057988231306587, 0.0468284591554559, 0.005344229337329483]
+      accelerations: [-0.13521908869673338, 0.4519240045072787, -0.7352921878601361, -0.43842442664002257, 0.1863443240030363, 0.014441415045214415]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 210968290
+    - 
+      positions: [1.1424440702955696, -0.814744936085253, -0.03800480743444909, 1.5178574483028575, -2.560478138137245, -0.7989832444392383]
+      velocities: [-0.03294486030274122, 0.11689194083606291, -0.19150331139061536, -0.10972337057247857, 0.048485792664892495, 0.00546279258968554]
+      accelerations: [-0.11161935551532037, 0.3648447066936878, -0.5920107205419898, -0.35835764234905537, 0.15009207007469164, 0.009585886664420321]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 220773768
+    - 
+      positions: [1.1421257922240384, -0.8136170823704781, -0.039852300765132624, 1.5167980327990587, -2.560010370929867, -0.7989308782165742]
+      velocities: [-0.03404047379391195, 0.12046863299866764, -0.19730605322906228, -0.11323877414276086, 0.049957004906851385, 0.005555680661825152]
+      accelerations: [-0.11896202691573554, 0.3878868238696763, -0.6292003318509054, -0.3814828432824409, 0.15953079105037285, 0.009959346099670639]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 230279222
+    - 
+      positions: [1.1418069913881153, -0.8124902800571149, -0.0416975386422643, 1.5157381271853119, -2.559543155510284, -0.7988792551382784]
+      velocities: [-0.03517243230795826, 0.12415487196825398, -0.20328462394795593, -0.11686652834795194, 0.05147289294464813, 0.005649209983067043]
+      accelerations: [-0.12678711074117424, 0.4123834160299998, -0.6687243172741487, -0.40609843455621447, 0.1695628209240496, 0.010341845613133815]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 239493860
+    - 
+      positions: [1.1414876668710885, -0.8113645241041804, -0.04354052889027898, 1.5146777308377544, -2.5590764896262415, -0.7988283730813305]
+      velocities: [-0.03634193912083368, 0.12795401631672854, -0.20944435133820324, -0.12061021662877953, 0.0530348153598314, 0.005743333992455654]
+      accelerations: [-0.13512626519056956, 0.438426252442663, -0.7107291004454492, -0.4323003504774226, 0.18022543655156847, 0.010733065270257308]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 248426603
+    - 
+      positions: [1.1411678177546354, -0.8102398095010884, -0.04538127928010783, 1.5136168431353891, -2.5586103710324837, -0.7987782299414374]
+      velocities: [-0.03736130539009635, 0.1312068701967004, -0.21470651042442934, -0.12384761786056812, 0.05436961329437345, 0.005808866698170047]
+      accelerations: [-0.09921139081030987, 0.30916648518561163, -0.49861631909069354, -0.31184810161268245, 0.1265383498517596, 0.004277739042378807]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 257086098
+    - 
+      positions: [1.140847443118672, -0.8091161312668872, -0.04721979753044732, 1.512555463458761, -2.55814479748976, -0.798728823634769]
+      velocities: [-0.038221186292012335, 0.1338832056321254, -0.21902211128396015, -0.126548849392305, 0.05546486655952425, 0.005845103135518971]
+      accelerations: [-0.10364890155342255, 0.32221779995738026, -0.5194913959399965, -0.32541366133973954, 0.1318465907081423, 0.0042689763553906265]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 265564672
+    - 
+      positions: [1.1405265420414683, -0.8079934844503842, -0.049056091307564643, 1.5114935911909397, -2.557679766765467, -0.7986801520962371]
+      velocities: [-0.039100759418660244, 0.13661424990111495, -0.2234244557207677, -0.12930869630199612, 0.056582224998223726, 0.00588047574486184]
+      accelerations: [-0.10828440659621982, 0.3358194705960162, -0.5412389716759537, -0.3395678402075958, 0.13737735491098546, 0.004251912744600621]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 273866129
+    - 
+      positions: [1.140205113599627, -0.8068718641298268, -0.05089016822584717, 1.5104312257173071, -2.557215276633443, -0.7986322132795667]
+      velocities: [-0.04000047413398711, 0.13940112387903855, -0.22791528728075522, -0.1321284257559548, 0.05772213654620538, 0.005914934656346225]
+      accelerations: [-0.11312672152542523, 0.34999468586424437, -0.5638954616930101, -0.35433612522985053, 0.1431399702914621, 0.004225861435006042]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 281994191
+    - 
+      positions: [1.1398831568680612, -0.8057512654125703, -0.05272203584835393, 1.5093683664253463, -2.556751324873769, -0.7985850051573766]
+      velocities: [-0.04092079003027278, 0.14224497146164705, -0.2324963845550986, -0.1350093322834698, 0.05888505830758478, 0.005948428219676175]
+      accelerations: [-0.11818505381999327, 0.36476761090232895, -0.5874987993090227, -0.3697451121472656, 0.1491441622689486, 0.004190075286851924]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 289952499
+    - 
+      positions: [1.1395606709198904, -0.8046316834344853, -0.05455170168779519, 1.5083050127037452, -2.5562879092720694, -0.7985385257222836]
+      velocities: [-0.04186217715980732, 0.14514696003806005, -0.237169561884656, -0.1379527382771228, 0.060071456665428916, 0.005980903168200893]
+      accelerations: [-0.12346901988076163, 0.38016342823572935, -0.6120884991925049, -0.385822516303115, 0.1554000377398342, 0.00414383285716737]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 297744620
+    - 
+      positions: [1.1392376548266792, -0.803513113360515, -0.056379173205657405, 1.5072411639444057, -2.555825027620901, -0.7984927729836437]
+      velocities: [-0.043041676445455056, 0.14885630059977017, -0.24315838978126067, -0.1416723933996321, 0.06159127265174788, 0.006042443155013844]
+      accelerations: [-0.1872745547789231, 0.5972906181888558, -0.9660814409902398, -0.594228269926754, 0.2450985819275992, 0.01212966842343692]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 305374045
+    - 
+      positions: [1.1389141076582556, -0.8023955503838117, -0.05820445781361417, 1.5061768195408678, -2.5553626777185707, -0.7984477449696892]
+      velocities: [-0.04402665923286038, 0.1518781697357021, -0.24802131684983933, -0.14474488016357948, 0.06282606159670934, 0.006072713897911313]
+      accelerations: [-0.07654569384046078, 0.21160700890366924, -0.3355279429058421, -0.22849875141347986, 0.08540905285889322, -0.00415846610220433]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 312770228
+    - 
+      positions: [1.1385900284826962, -0.8012789897254619, -0.060027562873993835, 1.5051119788881822, -2.5549008573689993, -0.7984034397274856]
+      velocities: [-0.044593236852436824, 0.15344266350103608, -0.2505015300183377, -0.14643518259696142, 0.06345744539943526, 0.006041528361443933]
+      accelerations: [-0.07838483299045487, 0.21620077044031993, -0.3426808048018058, -0.2337125602169263, 0.08724150125735439, -0.00436982568954955]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 320084437
+    - 
+      positions: [1.1382654163663544, -0.80016342663434, -0.06184849570003367, 1.504046641383126, -2.5544395643818225, -0.7983598553223745]
+      velocities: [-0.045166997444961984, 0.15502340744166432, -0.2530065453185212, -0.14814489348181184, 0.06409522918529238, 0.00600913360984106]
+      accelerations: [-0.08026785723339125, 0.2208939007830275, -0.349985250470849, -0.23904444418917123, 0.08911324863251198, -0.004588393704021812]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 327317600
+    - 
+      positions: [1.1379402703739905, -0.7990488563872996, -0.06366726355559535, 1.5029808064252779, -2.553978796573107, -0.7983169898361342]
+      velocities: [-0.04574803138074943, 0.15662057188638448, -0.2555366107717062, -0.14987423374323522, 0.0647394794270546, 0.005975507726578365]
+      accelerations: [-0.08219580857075541, 0.22568854569144708, -0.3574444786210921, -0.24449707884801652, 0.09102515435612518, -0.004814421322623024]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 334470632
+    - 
+      positions: [1.1376145895686156, -0.7979352742884309, -0.06548387365638184, 1.5019144734156942, -2.5535185517643577, -0.7982748413687383]
+      velocities: [-0.04633643016364271, 0.15823432896828246, -0.2580919768794231, -0.1516234268864759, 0.06539026337770004, 0.005940628290415573]
+      accelerations: [-0.08416975344980121, 0.2305868971056662, -0.36506175515211736, -0.25007318886885377, 0.09297808687511354, -0.005048140471712272]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 341544440
+    - 
+      positions: [1.137288373011451, -0.7968226756686941, -0.06729833317054826, 1.500847641756529, -2.5530588277822024, -0.7982334080387056]
+      velocities: [-0.04693228644419899, 0.15986485264326852, -0.2606728966482177, -0.15339269892054774, 0.06604764898693646, 0.00590447262265144]
+      accelerations: [-0.08619078344119684, 0.23559119414957436, -0.37284041470926493, -0.25577554136188035, 0.09497291715706767, -0.005289744346077571]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 348539919
+    - 
+      positions: [1.136961619762054, -0.7957110558861142, -0.06911064921840811, 1.4997803108521046, -2.5525996224591023, -0.7981926879812627]
+      velocities: [-0.04753569403383538, 0.161512318709308, -0.2632796256147, -0.1551822783657563, 0.06671170489105875, 0.005867017832515139]
+      accelerations: [-0.08826001598975437, 0.24070372439029916, -0.3807838621605772, -0.2616069781420794, 0.09701054601544795, -0.005539462099105021]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 355457954
+    - 
+      positions: [1.1366343288783296, -0.7946004103255851, -0.07092082887277153, 1.498712480108965, -2.552140933633342, -0.7981526793480563]
+      velocities: [-0.04814674792026699, 0.16317690482699482, -0.2659124218708468, -0.1569923963834184, 0.06738250050885412, 0.005828240571860988]
+      accelerations: [-0.09037859516437935, 0.2459268249018731, -0.38889557392823676, -0.2675704212714188, 0.09909190811969795, -0.005797568232302778]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 362299419
+    - 
+      positions: [1.1363064994163932, -0.7934907343982045, -0.07272887916003508, 1.4976441489347203, -2.5516827591481612, -0.7981133803086583]
+      velocities: [-0.0487655442823236, 0.16485879053954525, -0.26857154608955536, -0.15882328679172047, 0.06806010603782864, 0.005788117064321863]
+      accelerations: [-0.09254769188493828, 0.2512628830089271, -0.3971790995070937, -0.27366883789966345, 0.10121794052300499, -0.006064295739927476]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 369065179
+    - 
+      positions: [1.1359781304306191, -0.7923820235412163, -0.0745348070602927, 1.4965753167384377, -2.551225096851989, -0.798074789049768]
+      velocities: [-0.04939218050365683, 0.16655815729185675, -0.2712572615504509, -0.1606751859953799, 0.0687445923755779, 0.005746623339231473]
+      accelerations: [-0.09476850461079547, 0.25671433745870587, -0.4056380631444538, -0.2799052526128413, 0.10338959267859431, -0.0063398621870891375]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 375756088
+    - 
+      positions: [1.1356492209737625, -0.7912742732181844, -0.07633861950708327, 1.4955059829316346, -2.5507679445990985, -0.7980369037735079]
+      velocities: [-0.05002675518882718, 0.16827518845203795, -0.27396983416595516, -0.16254833311164701, 0.06943603121184794, 0.0057037349973571684]
+      accelerations: [-0.09704226059159567, 0.26228368012337333, -0.4142761652718873, -0.2862827958244747, 0.10560786759608796, -0.006624581984367477]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 382372990
+    - 
+      positions: [1.1353197700967605, -0.7901674789181343, -0.07814032338878098, 1.494436146926611, -2.5503113002483815, -0.7979997226997118]
+      velocities: [-0.05066936817901057, 0.17001006933204824, -0.27670953250761454, -0.1644429700183712, 0.07013449505250247, 0.005659427165201713]
+      accelerations: [-0.09937021573350997, 0.26797345611309553, -0.42309718407455665, -0.2928046353102583, 0.10787376152731581, -0.00691869907703095]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 388916719
+    - 
+      positions: [1.134989776848812, -0.7890616361556083, -0.07993992554853434, 1.4933658081370988, -2.549855161663761, -0.7979632440647413]
+      velocities: [-0.051320120565921175, 0.1717629872072467, -0.2794766278326908, -0.1663593412655479, 0.07084005712423892, 0.005613674775028516]
+      accelerations: [-0.10175365552210558, 0.2737862656585992, -0.43210497730256797, -0.2994740064231572, 0.11018828909956825, -0.007222455975258627]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 395388102
+    - 
+      positions: [1.1346592402774796, -0.7879567404707729, -0.08173743278411214, 1.4922949659790832, -2.5493995267147316, -0.7979274661200446]
+      velocities: [-0.05197911470893367, 0.17353413133889317, -0.2822713941110177, -0.16829769422227103, 0.07155279148439192, 0.0055664522824156425]
+      accelerations: [-0.10419389640102754, 0.27972476540984165, -0.44130348376864015, -0.30629425653062586, 0.11255252147350765, -0.007536196150528344]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 401787953
+    - 
+      positions: [1.134328159428478, -0.7868527874285434, -0.08353285184932618, 1.4912236198690505, -2.5489443932750717, -0.7978923871345793]
+      velocities: [-0.05264645425015309, 0.17532369299466136, -0.285094108052128, -0.1702582790531631, 0.07227277298195106, 0.005517733793568617]
+      accelerations: [-0.10669228509110747, 0.2857916687968143, -0.45069672512922476, -0.3132687509680149, 0.1149675031398856, -0.0078601354572831]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 408117077
+    - 
+      positions: [1.1339965333459143, -0.7857497726191329, -0.08532618945317441, 1.4901517692259272, -2.5484897592241738, -0.7978580053917009]
+      velocities: [-0.053322244130659016, 0.17713186547019893, -0.2879450491326495, -0.17224134875181968, 0.07300007726769711, 0.005467493057054733]
+      accelerations: [-0.1092502010560364, 0.2919897484308577, -0.4602888076262519, -0.3204009887523279, 0.11743435197391053, -0.008194634889948708]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 414376273
+    - 
+      positions: [1.1336643610720731, -0.7846476916571807, -0.08711745226125689, 1.489079413469325, -2.5480356224457594, -0.7978243191915876]
+      velocities: [-0.05400659060770677, 0.17895884411172597, -0.29082449962397605, -0.17424715924126277, 0.07373478086302815, 0.0054157032955803545]
+      accelerations: [-0.11186905572493837, 0.29832183638918214, -0.47008392375171854, -0.32769451056789284, 0.11995417809433385, -0.008539977170216855]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 420566326
+    - 
+      positions: [1.1333316416474888, -0.783546540181773, -0.08890664689576012, 1.4880065520201065, -2.5475819808282365, -0.7977913268501907]
+      velocities: [-0.05469960126954174, 0.18080482633672462, -0.2937327446202159, -0.17627596929458433, 0.07447696107139867, 0.005362337468296622]
+      accelerations: [-0.11455029398682547, 0.3047908258505813, -0.4800863542349983, -0.3351529373602509, 0.12252811629769961, -0.008896454556303163]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 426688015
+    - 
+      positions: [1.1329983741110066, -0.7824463138564414, -0.09069377993548441, 1.4869331843008669, -2.547128832264999, -0.7977590266983184]
+      velocities: [-0.05540138505311984, 0.18267001165692803, -0.29667007206641793, -0.17832804063269592, 0.07522669604463146, 0.005307368110562679]
+      accelerations: [-0.1172953951285637, 0.3113996727809525, -0.4903004697937847, -0.3427799915885444, 0.12515734397362183, -0.009264415964793053]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 432742110
+    - 
+      positions: [1.1326645574996947, -0.7813470083686881, -0.09247885791661813, 1.4858593097352113, -2.5466761746538684, -0.7977274170825195]
+      velocities: [-0.05583249968386237, 0.18363627609083716, -0.29814604257421107, -0.17950538376127367, 0.07560602189899848, 0.005224915525694051]
+      accelerations: [-0.026075548156952302, 0.009641301376612805, -6.493807360729545e-14, -0.04861747718309793, 0.0008555901582155636, -0.01823701587859295]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 438729370
+    - 
+      positions: [1.132330190848865, -0.7802486194298558, -0.09426188733297121, 1.4847849277478884, -2.546224005897159, -0.797696496364679]
+      velocities: [-0.05598869001202836, 0.18369405852619974, -0.29814604257421096, -0.1797963589675743, 0.07561118572710397, 0.005115789612415139]
+      accelerations: [-0.026158619330316886, 0.009682675948932438, 8.358763847022054e-14, -0.04869226455927479, 0.0008713376867806357, -0.01825754776216024]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 444709759
+    - 
+      positions: [1.1319952731921095, -0.7791511427750579, -0.09604287463610255, 1.4837100377651053, -2.545772323901844, -0.7976662629213671]
+      velocities: [-0.056145198473231336, 0.18375202230140714, -0.29814604257421107, -0.1800874482757461, 0.07561643844478264, 0.005006665506356643]
+      accelerations: [-0.02624195505801273, 0.009724173008838613, -1.1157784789190766e-13, -0.048767257194621355, 0.0008873314842940296, -0.018278256391146486]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 450683299
+    - 
+      positions: [1.131659803561281, -0.7780545741629172, -0.09782182623576234, 1.4826346392143168, -2.5453211265793794, -0.7976367151439491]
+      velocities: [-0.05630202607512598, 0.18381016779136683, -0.2981460425742114, -0.18037865297473749, 0.07562178135833195, 0.004897541955866891]
+      accelerations: [-0.02632555662967268, 0.009765793284955688, 9.308783544543075e-15, -0.04884246879388098, 0.0009035833029980675, -0.01829917072356546]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 456650011
+    - 
+      positions: [1.1313237809864023, -0.7769589093751051, -0.0995987485006399, 1.4815587315235044, -2.544870411845146, -0.7976078514394801]
+      velocities: [-0.05645917382710728, 0.183868495372206, -0.2981460425742112, -0.18066997431505896, 0.07562721573933665, 0.004788417813775962]
+      accelerations: [-0.026409424583873766, 0.009807536858438113, 6.523582882155573e-14, -0.04891787484114361, 0.0009200711493302468, -0.018320228404606845]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 462609917
+    - 
+      positions: [1.1309872044958473, -0.7758641442167092, -0.10137364775780562, 1.4804823141226042, -2.544420177619425, -0.7975796702283745]
+      velocities: [-0.056616642741458605, 0.1839270054220079, -0.298146042574211, -0.1809614135777034, 0.07563274288452099, 0.004679291874166658]
+      accelerations: [-0.026493560600958487, 0.00984940470919863, -1.8660031559149002e-14, -0.04899351219216093, 0.0009368268786354684, -0.01834151320359506]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 468563037
+    - 
+      positions: [1.13065007311609, -0.7747702745152885, -0.1031465302942293, 1.4794053864414956, -2.5439704218259336, -0.7975521699472347]
+      velocities: [-0.056774433832862806, 0.18398569832059206, -0.29814604257421096, -0.18125297204644483, 0.07563836409190455, 0.004570162938173886]
+      accelerations: [-0.02657796505588848, 0.00989139684617828, 2.8021855803202028e-14, -0.04906934697754301, 0.0009538204484148913, -0.018362940540669614]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 474509393
+    - 
+      positions: [1.1303123858719502, -0.7736772961214354, -0.10491740235591047, 1.4783279479119436, -2.5435211423931605, -0.7975253490457466]
+      velocities: [-0.05693254811691399, 0.18404457444829248, -0.2981460425742109, -0.18154465092981742, 0.07564408059255061, 0.004461029998937979]
+      accelerations: [-0.026662639139505034, 0.009933513844569116, 0.0, -0.04914538986032686, 0.0009710607902418869, -0.018384532054365493]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 480449006
+    - 
+      positions: [1.1299741417865283, -0.7725852049083982, -0.10668627014850167, 1.4772499979670564, -2.543072337253941, -0.7974992059873237]
+      velocities: [-0.05709098661326014, 0.18410363418854941, -0.29814604257421107, -0.1818364515358392, 0.07564989370288981, 0.00435189182715562]
+      accelerations: [-0.026747584285908257, 0.009975756587783146, -4.680899003469646e-14, -0.04922166573278596, 0.000988569091423784, -0.01840634253815736]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 486381897
+    - 
+      positions: [1.1296353398810397, -0.7714939967713985, -0.10845313983840482, 1.4761715360399528, -2.5426240043444834, -0.7974737392509031]
+      velocities: [-0.05724975034393167, 0.18416287792644953, -0.29814604257421107, -0.18212837517105773, 0.07565580473642777, 0.004242747211434087]
+      accelerations: [-0.026832801119800607, 0.010018125160257864, 3.748949891660098e-14, -0.04929815128621512, 0.0010063245840002913, -0.01842831276259445]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 492308085
+    - 
+      positions: [1.1292959791749841, -0.7704036676279739, -0.11021801755225462, 1.4750925615651092, -2.542176141605281, -0.7974489473287496]
+      velocities: [-0.05740884033283923, 0.18422230604812656, -0.2981460425742111, -0.18242042310375348, 0.07566181497207743, 0.004133595044988649]
+      accelerations: [-0.026918290914141066, 0.010060620248334007, -5.62976573425652e-14, -0.04937485902967018, 0.0010243377914950392, -0.018450468313982296]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 498227593
+    - 
+      positions: [1.128956058686068, -0.7693142134175709, -0.1119809093775806, 1.4740130739777255, -2.541728746980625, -0.7974248287272311]
+      velocities: [-0.0575682576063949, 0.18428191894168977, -0.29814604257421107, -0.1827125966190285, 0.07566792570201895, 0.004024434194945501]
+      accelerations: [-0.027004054508652075, 0.010103242253199161, 8.454152304083242e-14, -0.04945178420091647, 0.0010426040540197472, -0.018472793939076592]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 504140439
+    - 
+      positions: [1.1286155774302478, -0.7682256301014927, -0.11374182136291225, 1.4729330727140366, -2.5412818184187915, -0.7974013819661692]
+      velocities: [-0.05772800319314577, 0.18434171699653135, -0.29814604257421085, -0.18300489698656291, 0.0756741382036672, 0.003915263579103312]
+      accelerations: [-0.027090093057115693, 0.01014599163070489, -2.8212161423468523e-14, -0.0495289284270624, 0.0010611244331439754, -0.018495289299393175]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 510046646
+    - 
+      positions: [1.1282745344217249, -0.7671379136627267, -0.11550075951807436, 1.471852557211281, -2.540835353871978, -0.7973786055787123]
+      velocities: [-0.057888078124889414, 0.18440170060437988, -0.29814604257421073, -0.18329732551636688, 0.07568045378804214, 0.0038060820340550233]
+      accelerations: [-0.027176407779218887, 0.010188869141452053, 7.531677361604284e-14, -0.049606305820065706, 0.0010799106457056685, -0.018517983776657348]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 515946231
+    - 
+      positions: [1.1279329286728572, -0.7660510601055007, -0.11725772981490419, 1.4707715269069754, -2.540389351295762, -0.7973564981122379]
+      velocities: [-0.058048483435747894, 0.1844618701585493, -0.29814604257421073, -0.18358988351254846, 0.07568687375927786, 0.0036968884250584413]
+      accelerations: [-0.02726299951709021, 0.01023187498924872, -7.540105048887763e-14, -0.04968390234761981, 0.0010989500411785686, -0.01854083980873459]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 521839217
+    - 
+      positions: [1.127590759194265, -0.7649650654554426, -0.119012738187025, 1.4696899812397468, -2.5399438086496504, -0.7973350581269361]
+      velocities: [-0.05820922016185123, 0.18452222605347096, -0.298146042574211, -0.18388257225467516, 0.0756933993989709, 0.003587681689737791]
+      accelerations: [-0.027349869390305568, 0.010275009780584196, -1.8871315408532464e-14, -0.04976172581078623, 0.0011182490311137778, -0.018563871951779578]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 527725622
+    - 
+      positions: [1.1272480249947874, -0.7638799257592769, -0.1207657905303443, 1.4686079196489583, -2.539498723896777, -0.7973142841962018]
+      velocities: [-0.05837028934172998, 0.1845827686852954, -0.29814604257421096, -0.18417539302529462, 0.07570003198994554, 0.003478460772614788]
+      accelerations: [-0.027437018380126844, 0.010318273927021258, 3.778470380163633e-14, -0.049839771483308155, 0.001137802996391871, -0.018587064755878343]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 533605466
+    - 
+      positions: [1.1269047250815214, -0.7627956370847814, -0.12251689270314352, 1.4675253415750196, -2.53905409500409, -0.7972941749059913]
+      velocities: [-0.05853169201763633, 0.18464349845298222, -0.29814604257421085, -0.18446834716656774, 0.0757067728651162, 0.0033692244923479754]
+      accelerations: [-0.02752444805560047, 0.01036166840806495, 9.456686116639584e-15, -0.0499180664687241, 0.0011576350093669928, -0.018610478027791526]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 539478770
+    - 
+      positions: [1.1265608584596443, -0.7617121955200994, -0.12426605052717693, 1.4664422464579732, -2.5386099199413237, -0.7972747288567661]
+      velocities: [-0.05869342923334872, 0.18470441575599145, -0.29814604257421085, -0.18476143596807043, 0.07571362331011929, 0.0032599718066565336]
+      accelerations: [-0.02761215865459378, 0.010405192852248753, -9.467188271546755e-15, -0.04999656782290729, 0.0011777072832111883, -0.018634006058763964]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 545345552
+    - 
+      positions: [1.1262164241327206, -0.7606295971744899, -0.1260132697865231, 1.4653586337398856, -2.538166196682643, -0.7972559446597547]
+      velocities: [-0.058855502036164076, 0.18476552099652963, -0.29814604257421096, -0.1850546607698369, 0.07572058465290418, 0.003150701569121825]
+      accelerations: [-0.02770015243144913, 0.010448849009396374, -2.8433047446458693e-14, -0.05007533783254601, 0.0011980734777847961, -0.01865779167200804]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 551205832
+    - 
+      positions: [1.1258714211022771, -0.7595478381769143, -0.12775855622981122, 1.4642745028615243, -2.5377229232042806, -0.7972378209417358]
+      velocities: [-0.05901791147473594, 0.18482681457739014, -0.2981460425742109, -0.1853480228589225, 0.07572765817395165, 0.003041412772724612]
+      accelerations: [-0.02778842888934839, 0.010492635772536722, 3.795267526790216e-14, -0.050154298151850525, 0.0012186650759367795, -0.01868164578596538]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 557059629
+    - 
+      positions: [1.1255258483683603, -0.7584669146775169, -0.1295019155679361, 1.463189853266662, -2.5372800974875176, -0.7972203563384674]
+      velocities: [-0.05918065860039334, 0.18488829690289907, -0.29814604257421085, -0.18564152352622382, 0.07573484515542331, 0.002932104416949765]
+      accelerations: [-0.027876990744502193, 0.010536555221962724, -1.899729468874004e-14, -0.0502335305947726, 0.0012395526204009534, -0.018705756861968428]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 562906962
+    - 
+      positions: [1.125179704928973, -0.7573868228458218, -0.13124335347689456, 1.4621046843977081, -2.536837717515593, -0.7972035495010149]
+      velocities: [-0.059343744469028056, 0.18494996838113298, -0.29814604257421096, -0.1859351641598559, 0.07574214696249158, 0.00282277528639422]
+      accelerations: [-0.027965838139511083, 0.010580607006942024, -9.509118129732622e-15, -0.05031298861793281, 0.0012606953050224882, -0.018730011232618825]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 568747851
+    - 
+      positions: [1.124832989780408, -0.7563075588715557, -0.13298287559651942, 1.4610189956982833, -2.536395781275471, -0.7971873990917681]
+      velocities: [-0.059507170137068736, 0.1850118294198272, -0.29814604257421073, -0.18622894604849616, 0.07574956487212266, 0.0027134244155856265]
+      accelerations: [-0.028054972420871373, 0.010624791813886578, 8.567623117228482e-14, -0.05039268687379996, 0.0012821051958695736, -0.01875443859257771]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 574582314
+    - 
+      positions: [1.1244857019171577, -0.7552291189642301, -0.13472048753115784, 1.4599327866124912, -2.535954286757305, -0.79717190378535]
+      velocities: [-0.059670936664653076, 0.1850738804291283, -0.2981460425742107, -0.1865228705318772, 0.07575710020377713, 0.0026040507351704043]
+      accelerations: [-0.028144394825345677, 0.01066911023810637, -7.624029396810253e-14, -0.050472630280247295, 0.0013037861713322, -0.01877904622368429]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 580410371
+    - 
+      positions: [1.124137840331887, -0.7541514993529194, -0.13645619485003907, 1.4588460565847143, -2.5355132319542575, -0.7971570622687599]
+      velocities: [-0.05983504511384564, 0.18513612182059339, -0.29814604257421107, -0.18681693892458326, 0.07576475425410978, 0.0024946532485877275]
+      accelerations: [-0.028234106091487916, 0.010713562625927082, -6.678339297763287e-14, -0.05055280737843852, 0.00132572792362652, -0.018803803270153463]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 586232039
+    - 
+      positions: [1.1237894040155243, -0.7530746962863626, -0.1381900030871335, 1.4577588050602837, -2.5350726148629366, -0.7971428732402288]
+      velocities: [-0.0599994965500152, 0.18519855400794696, -0.2981460425742111, -0.18711115257369398, 0.07577252834573281, 0.0023852308990889104]
+      accelerations: [-0.028324107934088287, 0.010758149836362994, 5.730555121816351e-14, -0.05063324289948717, 0.001347951091158865, -0.018828762703676265]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 592047337
+    - 
+      positions: [1.1234403919570988, -0.7519987060323605, -0.13992191774211915, 1.456671031484226, -2.5346324334824963, -0.7971293354109065]
+      velocities: [-0.06016429204206679, 0.1852611774071547, -0.29814604257421096, -0.18740551285881546, 0.07578042382782853, 0.00227578256957247]
+      accelerations: [-0.02841440117124657, 0.0108028722427527, 0.0, -0.050713925393278125, 0.0013704455811215674, -0.0188538937186755]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 597856285
+    - 
+      positions: [1.1230908031438283, -0.7509235248778794, -0.14165194428023634, 1.455582735301933, -2.534192685815065, -0.7971164475037198]
+      velocities: [-0.060329432659683616, 0.1853239924342568, -0.29814604257421085, -0.187700021077865, 0.07578844197737233, 0.002166307349835808]
+      accelerations: [-0.028504986578504424, 0.010847729963527907, 3.828713612629805e-14, -0.0507948402976193, 0.0013931980404646364, -0.01887915730612791]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 603658899
+    - 
+      positions: [1.1227406365612322, -0.7498491491292293, -0.14338008813203665, 1.454493915959999, -2.5337533698663055, -0.7971042082519659]
+      velocities: [-0.06049491947626104, 0.18538699950790566, -0.29814604257421085, -0.18799467858027832, 0.0757965841139078, 0.0020568042249010997]
+      accelerations: [-0.02859586599209499, 0.010892724250627595, -3.832881000886059e-14, -0.05087602203438908, 0.0014162378949997387, -0.018904629959437615]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 609455199
+    - 
+      positions: [1.1223898911929011, -0.7487755751112606, -0.14510635469465036, 1.4534045729044516, -2.533314483644148, -0.7970926164017824]
+      velocities: [-0.060660753568408415, 0.18545019904889998, -0.2981460425742108, -0.1882894867384538, 0.07580485157537416, 0.001947272141404062]
+      accelerations: [-0.02868704001472052, 0.010937855062692618, 5.755568258832568e-14, -0.050957446183507726, 0.0014395434535008221, -0.018930249750723535]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 615245202
+    - 
+      positions: [1.1220385660206773, -0.7477027991677435, -0.14683074933122015, 1.4523147055821168, -2.532876025159713, -0.7970816707099737]
+      velocities: [-0.06082693601539997, 0.1855135914795636, -0.29814604257421096, -0.1885844469196033, 0.0758132456933737, 0.001837710074501917]
+      accelerations: [-0.028778510298742236, 0.010983123442026352, -1.248392325019803e-13, -0.05103913752256197, 0.0014631356669675387, -0.018956070230064067]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 621028927
+    - 
+      positions: [1.1216866600244912, -0.7466308176607618, -0.14855327737186214, 1.451224313439368, -2.5324379924264093, -0.7970713699457048]
+      velocities: [-0.06099346789901457, 0.18557717722378886, -0.2981460425742112, -0.18887956048538168, 0.07582176779278396, 0.0017281170284414074]
+      accelerations: [-0.028870277396564593, 0.011028529364781709, 5.768048956888362e-14, -0.051121071442554386, 0.0014869926531692309, -0.01898202910373838]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 626806391
+    - 
+      positions: [1.1213341721825438, -0.7455596269710895, -0.1502739441131035, 1.4501333959234894, -2.5320003834608587, -0.7970617128883277]
+      velocities: [-0.06116035030262761, 0.1856409567058772, -0.29814604257421085, -0.18917482874901406, 0.07583041915489773, 0.001618492137065561]
+      accelerations: [-0.02896234265691034, 0.011074073477722364, 5.774282977240978e-14, -0.0512032579083413, 0.0015111226182206727, -0.019008145156489537]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 632577612
+    - 
+      positions: [1.1209811014712476, -0.7444892234978892, -0.15199275481837538, 1.4490419524822142, -2.5315631962825393, -0.7970526983279178]
+      velocities: [-0.060722561809677764, 0.18387505435621948, -0.2952087151280085, -0.187602141250774, 0.07509199164654827, 0.0014945095184285102]
+      accelerations: [0.1791540400880989, -0.6178392774074296, 1.0094311412942334, 0.5912127491368373, -0.25526298932597874, -0.023767991677011963]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 638342608
+    - 
+      positions: [1.1206274468649906, -0.7434196036579168, -0.1537097147192562, 1.4479499825619526, -2.5311264289125273, -0.797044325067753]
+      velocities: [-0.06028347321516499, 0.18210871345803453, -0.2922713876818064, -0.18602669838911012, 0.07435360762016198, 0.0013715738538772155]
+      accelerations: [-0.028010052671931674, 0.010729902338787095, -3.7818112963246954e-14, -0.04936405057896402, 0.0014993544053930287, -0.018317174252749084]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 644217148
+    - 
+      positions: [1.1202732073366017, -0.7423507638866826, -0.1554248290137096, 1.4468574856112433, -2.530690079375874, -0.7970365919190316]
+      velocities: [-0.060448104626686865, 0.18217180851663897, -0.2922713876818065, -0.18631661185250403, 0.07436247659550119, 0.0012640092983754701]
+      accelerations: [-0.02809939284237188, 0.010774071894352947, -9.464693317129422e-15, -0.04944380550519741, 0.0015233675789042378, -0.018342808277903765]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 650085373
+    - 
+      positions: [1.1199183818568448, -0.7412827006369168, -0.1571381028684657, 1.445764461076985, -2.530254145698949, -0.7970294977063322]
+      velocities: [-0.060613083933951595, 0.18223509518271733, -0.2922713876818066, -0.1866066824195063, 0.07437147755647744, 0.0011564095755783863]
+      accelerations: [-0.028189023627650907, 0.010818375996300358, -2.8424555329731906e-14, -0.049523794037320816, 0.0015476330390734542, -0.018368553981210137]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 655947301
+    - 
+      positions: [1.1195629693948037, -0.7402154103795024, -0.1588495414176086, 1.4446709084072789, -2.5298186259113953, -0.7970230412632375]
+      velocities: [-0.06077841221375248, 0.18229857388144408, -0.2922713876818067, -0.1868969114316203, 0.074380611796585, 0.0010487737909890171]
+      accelerations: [-0.028278947096388958, 0.010862816012661293, 0.0, -0.04960405335654246, 0.0015721825000977858, -0.018394493781241476]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 661802950
+    - 
+      positions: [1.1192069689176218, -0.7391488896026271, -0.1605591497639043, 1.4435768270494815, -2.529383518044748, -0.7970172214350744]
+      velocities: [-0.06094409054615634, 0.18236224503997867, -0.29227138768180666, -0.18718730024846547, 0.07438988062351493, 0.0009411010233859876]
+      accelerations: [-0.028369163613810436, 0.010907391730030021, 1.89902982026671e-14, -0.04968455446947222, 0.0015969904175090477, -0.01842055551845579]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 667652336
+    - 
+      positions: [1.118850379390723, -0.7380831348122638, -0.16226693297808356, 1.442482216451837, -2.52894882013354, -0.7970120370763552]
+      velocities: [-0.061110120014289795, 0.18242610908752252, -0.2922713876818067, -0.18747785024370417, 0.07439928535523495, 0.0008333903353444835]
+      accelerations: [-0.028459675180832002, 0.010952104540680354, -2.8515864281009024e-14, -0.04976533325445135, 0.0016220872443426155, -0.018446818210331235]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 673495478
+    - 
+      positions: [1.1184931997775631, -0.737018142531358, -0.16397289610011045, 1.4413870760616139, -2.528514530213981, -0.79700748705339]
+      velocities: [-0.061276501704566735, 0.18249016645540211, -0.2922713876818066, -0.1877685628097651, 0.0744088273237622, 0.0007256407626914723]
+      accelerations: [-0.02855048224228433, 0.010996954260990306, 6.660794506229584e-14, -0.04984636228328348, 0.001647448683931761, -0.01847321317158812]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 679332393
+    - 
+      positions: [1.1181354290398384, -0.7359539093002757, -0.16567704413851653, 1.4402914053266465, -2.528080646325006, -0.7970035702418559]
+      velocities: [-0.06144323670508733, 0.18255441757516114, -0.29227138768180644, -0.1880594392913717, 0.07441850781802636, 0.0006178514692390908]
+      accelerations: [-0.028641586260376644, 0.011041941635445656, -1.905109410811322e-14, -0.049927654720637586, 0.0016730856588244884, -0.018499766513641783]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 685163097
+    - 
+      positions: [1.1177770661374018, -0.7348904316764532, -0.16737938207096395, 1.4391952036946993, -2.5276471665078026, -0.7970002855276028]
+      velocities: [-0.061304910466339464, 0.1817146493457198, -0.2908244996239756, -0.18741733234560137, 0.0740598466100117, 0.0005077636339883207]
+      accelerations: [0.0758163062717805, -0.29807370565917524, 0.4946190754406052, 0.2692366034912398, -0.12427496626431021, -0.019206223196898277]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 690987608
+    - 
+      positions: [1.11741811002825, -0.7338277062342284, -0.1690799148445207, 1.4380984706133497, -2.527214088805707, -0.7969976318066804]
+      velocities: [-0.06116610990823447, 0.18087475525680063, -0.2893776115661447, -0.18677395006332945, 0.07370127691988468, 0.0003981683462698011]
+      accelerations: [-0.028256729630758436, 0.010912980974186701, 9.45126838740791e-15, -0.04910405217117474, 0.001691202681502285, -0.018187787126253206]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 696864126
+    - 
+      positions: [1.1170585596685079, -0.7327657295646851, -0.17077864737592352, 1.4370012055298718, -2.5267814112640985, -0.7969956079853684]
+      velocities: [-0.06133225000276613, 0.1809389483155562, -0.28937761156614494, -0.18706244176412035, 0.07371128094316225, 0.00029132274851890035]
+      accelerations: [-0.028346919044545095, 0.010957490478736492, -6.622893284604628e-14, -0.04918454114740024, 0.001717161959785561, -0.018214310316045253]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 702734423
+    - 
+      positions: [1.1166984140123892, -0.7317044982754257, -0.1724755845519432, 1.4359034078909452, -2.5263491319301723, -0.796994212980466]
+      velocities: [-0.06149874425065413, 0.18100333493739504, -0.28937761156614505, -0.18735110125566445, 0.07372142735493806, 0.00018443427737529204]
+      accelerations: [-0.028437403397749358, 0.011002136300862704, 9.47127786734262e-15, -0.04926526810373343, 0.0017433716352567242, -0.018240922937385703]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 708598516
+    - 
+      positions: [1.1163376720124611, -0.7306440089911627, -0.17417073122851046, 1.4348050771445535, -2.5259172488542307, -0.7969934457163458]
+      velocities: [-0.061665593744404015, 0.18106791555879953, -0.28937761156614505, -0.1876399299203979, 0.07373171746570677, 7.750206993090139e-05]
+      accelerations: [-0.028528185326960928, 0.011046920514880824, 0.0, -0.04934628808371767, 0.0017698788080973732, -0.018267748767675177]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 714456421
+    - 
+      positions: [1.1159763326192447, -0.7295842583525207, -0.17586409223255886, 1.4337062127370708, -2.5254857600876393, -0.7969933051291276]
+      velocities: [-0.06183279958131929, 0.18113269061980636, -0.28937761156614494, -0.18792892920749305, 0.07374215264143752, -2.947487403121216e-05]
+      accelerations: [-0.02861926515491804, 0.011091842749633795, 4.7456318230349524e-14, -0.04942757083019952, 0.001796656645856944, -0.018294711993652495]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 720308156
+    - 
+      positions: [1.1156143947814525, -0.728525243016566, -0.1775556723612415, 1.432606814114979, -2.5250546636839943, -0.7969937901639917]
+      velocities: [-0.06200036285861192, 0.1811976605590055, -0.2893776115661449, -0.18821810046172388, 0.07375273415585185, -0.00013649729444302198]
+      accelerations: [-0.028710643859034574, 0.011136903377684207, -3.800499120752911e-14, -0.04950911299600823, 0.0018237018384785256, -0.018321800698889976]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 726153737
+    - 
+      positions: [1.1152518574460246, -0.7274669596567778, -0.17924547638199786, 1.431506880725109, -2.5246239576992635, -0.7969948997746958]
+      velocities: [-0.06216828467913302, 0.18126282581927178, -0.28937761156614505, -0.18850744512291379, 0.0737634633628724, -0.00024356613546654013]
+      accelerations: [-0.028802323727842326, 0.011182103990740409, -2.853367865105701e-14, -0.04959095249330026, 0.001851046489966844, -0.01834909780708061]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 731993179
+    - 
+      positions: [1.1148887195578576, -0.7264094049622187, -0.18093350903383473, 1.430406412012682, -2.5241936401904086, -0.796996632926326]
+      velocities: [-0.062336566146974345, 0.18132818684341553, -0.28937761156614505, -0.18879696457415035, 0.07377434156498497, -0.0003506821907662569]
+      accelerations: [-0.02889430423532813, 0.011227443474126048, 2.856359686128577e-14, -0.04967303399466839, 0.0018786422111750434, -0.018376469908485443]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 737826501
+    - 
+      positions: [1.11452498006023, -0.7253525756385466, -0.18261977502581342, 1.4293054074243496, -2.523763709217466, -0.7969989885906708]
+      velocities: [-0.06250520837004817, 0.18139374407678566, -0.2893776115661453, -0.18908666023193454, 0.07378537009166221, -0.000457846314829427]
+      accelerations: [-0.028986588564834288, 0.011272924318389025, -9.531166073467255e-14, -0.04975542638932415, 0.001906548046913076, -0.018404072505016182]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 743653717
+    - 
+      positions: [1.1141606378942996, -0.7242964684065708, -0.1843042790392607, 1.428203866404576, -2.5233341628410186, -0.797001965751436]
+      velocities: [-0.06267421245953145, 0.18145949796674354, -0.28937761156614533, -0.1893765335271692, 0.07379655028245685, -0.0005650593777418991]
+      accelerations: [-0.029079175998745512, 0.0113185452274552, 7.632902109681952e-14, -0.04983806772528683, 0.0019347097218260269, -0.018431756422254725]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 749474845
+    - 
+      positions: [1.113795691999579, -0.7232410800033936, -0.18598702572606018, 1.4271017883990245, -2.522904999124522, -0.7970055633990994]
+      velocities: [-0.06284357952899391, 0.18152544896154932, -0.28937761156614517, -0.18966658586751275, 0.0738078834547917, -0.0006723221771587451]
+      accelerations: [-0.029172069432050227, 0.011364308317112383, -9.55108370637961e-15, -0.049921014096599645, 0.0019631753297291252, -0.01845964721139759]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 755289900
+    - 
+      positions: [1.1134301413135275, -0.7221864071812317, -0.18766801971045988, 1.4259991728516412, -2.522476216132256, -0.7970097805350929]
+      velocities: [-0.06301331069519697, 0.1815915975112032, -0.28937761156614517, -0.1899568186700768, 0.07381937093218127, -0.0007796355153142239]
+      accelerations: [-0.029265268425465948, 0.011410212580625304, 0.0, -0.050004214660396194, 0.0019919001779483522, -0.018487621835141327]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 761098898
+    - 
+      positions: [1.1130639847719432, -0.7211324467083321, -0.1893472655877086, 1.424896019207433, -2.5220478119312304, -0.797014616167564]
+      velocities: [-0.06318340707855855, 0.18165794406812463, -0.2893776115661451, -0.190247233376574, 0.07383101405690237, -0.0008870002332081902]
+      accelerations: [-0.029358776041483636, 0.01145626037392161, 1.914195921423146e-14, -0.05008773085470661, 0.0020209368346599077, -0.01851581789697991]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 766901855
+    - 
+      positions: [1.1126972213085184, -0.7200791953676977, -0.19102476792600212, 1.423792326909282, -2.52161978458896, -0.7970200693159489]
+      velocities: [-0.06335386980272442, 0.18172448908659083, -0.28937761156614517, -0.19053783143857156, 0.07384281417773719, -0.00099441717649195]
+      accelerations: [-0.029452591693703362, 0.01150245049655348, -4.790459780000696e-14, -0.050171506659913, 0.002050236301471643, -0.0185441003656209]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 772698787
+    - 
+      positions: [1.112329849855269, -0.7190266499581028, -0.19270053126497227, 1.4226880954009906, -2.521192132175544, -0.7970261390063453]
+      velocities: [-0.06352469999327578, 0.18179123302122857, -0.2893776115661451, -0.1908286142698572, 0.07385477260833342, -0.0011018870844534936]
+      accelerations: [-0.029546718011181104, 0.011548784792029643, 7.672683410551193e-14, -0.05025558719540057, 0.0020798368730137783, -0.01857256877527894]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 778489710
+    - 
+      positions: [1.1119618693422095, -0.717974807293145, -0.19437456011714052, 1.4215833241249707, -2.520764852762054, -0.7970328242747907]
+      velocities: [-0.06369589878101677, 0.18185817633051404, -0.28937761156614505, -0.19111958335673657, 0.0738668907227958, -0.0012094108466300158]
+      accelerations: [-0.02964115554338249, 0.011595263267970569, -4.8003918882038535e-14, -0.050339954430165576, 0.0021097224751169714, -0.018601176460024047]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 784274638
+    - 
+      positions: [1.1115932786975027, -0.7169236642015202, -0.19604685896752136, 1.4204780125232739, -2.52033794442122, -0.7970401241656199]
+      velocities: [-0.06386746729777701, 0.18192531947258192, -0.28937761156614517, -0.1914107401234634, 0.07387916983944685, -0.0013169891898144454]
+      accelerations: [-0.02973590547703219, 0.011641886325239761, 9.610708161241006e-15, -0.05042460705554892, 0.0021398912959482742, -0.018629914942199184]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 790053589
+    - 
+      positions: [1.1112240768474795, -0.7158732175269779, -0.19771743227371513, 1.4193721600377358, -2.5199114052275102, -0.7970480377311118]
+      velocities: [-0.0640394066795334, 0.18199266290813368, -0.2893776115661453, -0.1917020860285815, 0.07389161130359696, -0.0014246229016229737]
+      accelerations: [-0.029830969449292196, 0.011688654980934889, -6.734439234844909e-14, -0.0505095603333635, 0.0021703558565739647, -0.018658814777696195]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 795826576
+    - 
+      positions: [1.1108542627165394, -0.7148234641279543, -0.1993862844664793, 1.4182657661092504, -2.5194852332566136, -0.797056564032441]
+      velocities: [-0.06389341129921394, 0.1811587515090466, -0.2879450491326496, -0.19104243721549086, 0.07353832261769457, -0.0015244604724828689]
+      accelerations: [0.08011834051531506, -0.2995516510802989, 0.4945942806737865, 0.2780549101964994, -0.12413522590317853, -0.015883902556550655]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 801593616
+    - 
+      positions: [1.1104838352271984, -0.7137744008775968, -0.20105341994971243, 1.4171588301780949, -2.519059426585636, -0.7970657021390712]
+      velocities: [-0.06374693326599033, 0.18032470545766793, -0.28651248669915386, -0.1903815357816784, 0.07318513533580787, -0.0016238213935666516]
+      accelerations: [-0.029430490706023545, 0.011550465944389972, -9.545001139579758e-15, -0.04968174221376126, 0.0021881673328516117, -0.01834822314561604]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 807412334
+    - 
+      positions: [1.1101127933001735, -0.7127260246638798, -0.2027188431003069, 1.4160513516845141, -2.5186339832934945, -0.7970754511277547]
+      velocities: [-0.06391827863783203, 0.1803919798129484, -0.28651248669915386, -0.19067056761867593, 0.07319794387873729, -0.0017305585716227197]
+      accelerations: [-0.02952461236057799, 0.01159674443509753, 0.0, -0.049765911340109055, 0.0022189026997802962, -0.01837700987419252]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 813225076
+    - 
+      positions: [1.1097411358541065, -0.7116783323887937, -0.20438255826937868, 1.4149433300667658, -2.518208901459538, -0.7970858100853055]
+      velocities: [-0.06408999573405122, 0.18045945432113408, -0.2865124866991537, -0.19095979256668993, 0.07321091852637204, -0.0018373536622044813]
+      accelerations: [-0.029619045719438096, 0.011643166728007758, 5.738765511269736e-14, -0.049850348435167904, 0.002249902335540609, -0.01840587215519132]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 819031857
+    - 
+      positions: [1.1093688618059618, -0.7106313209692685, -0.20604456978091104, 1.4138347647639034, -2.517784179165456, -0.7970967781043574]
+      velocities: [-0.06426208569467531, 0.18052712944617894, -0.2865124866991535, -0.19124921207334938, 0.07322406060175252, -0.0019442073589111064]
+      accelerations: [-0.02971379359743685, 0.011689735002203577, 0.0, -0.04993510360871761, 0.0022812089763523027, -0.018434920710477108]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 824832691
+    - 
+      positions: [1.108995970070662, -0.7095849873361395, -0.2077048819333222, 1.412725655213201, -2.5173598144934797, -0.7971083542870401]
+      velocities: [-0.06443454966429848, 0.1805950056552283, -0.2865124866991535, -0.19153882763507235, 0.07323737146795725, -0.0020511204494010568]
+      accelerations: [-0.02980885614161236, 0.011736448713094276, -9.584198357500166e-15, -0.05002014560435323, 0.0023127950123510593, -0.01846407811906335]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 830627595
+    - 
+      positions: [1.1086224595613374, -0.7085393284346873, -0.20936349899868004, 1.4116160008518872, -2.5169358055275577, -0.7971205377422996]
+      velocities: [-0.06460738879029734, 0.1806630834166439, -0.2865124866991535, -0.19182864073485512, 0.07325085247384164, -0.0021580936710378904]
+      accelerations: [-0.029904235558699668, 0.011783309364628573, 1.9187972028896692e-14, -0.050105503176150964, 0.0023446845523248535, -0.018493405529071427]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 836416582
+    - 
+      positions: [1.1082483291891216, -0.7074943412240229, -0.21102042522363937, 1.4105058011157101, -2.5165121503523515, -0.7971333275878912]
+      velocities: [-0.06478060422353416, 0.18073136320060523, -0.2865124866991535, -0.19211865286618346, 0.0732645049747307, -0.002265127765829847]
+      accelerations: [-0.029999932243747356, 0.011830316621534782, -9.603769131172837e-15, -0.050191153262536, 0.0023768570734994375, -0.018522844316833955]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 842199667
+    - 
+      positions: [1.1078735778633388, -0.7064500226774671, -0.21267566482890093, 1.4093950554402295, -2.5160888470541063, -0.7971467229483435]
+      velocities: [-0.06495419711747397, 0.18079984547837452, -0.2865124866991533, -0.19240886550904296, 0.07327833031186755, -0.0023722234250453103]
+      accelerations: [-0.030095948107434864, 0.011877471739178793, 8.652192990736034e-14, -0.05027711637781318, 0.0024093296212958112, -0.01855243657641306]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 847976866
+    - 
+      positions: [1.1074982044913644, -0.7054063697821019, -0.21432922200989846, 1.408283763259826, -2.515665893719949, -0.797160722956307]
+      velocities: [-0.06512816862990731, 0.18086853072396786, -0.28651248669915313, -0.19269928017836835, 0.07329232985400486, -0.0024793814009774857]
+      accelerations: [-0.030192284145074938, 0.011924774962389915, -3.849328792920912e-14, -0.05036338619329574, 0.002442096035236117, -0.01858216225963184]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 853748193
+    - 
+      positions: [1.107122207978685, -0.7043633795388298, -0.2159811009367335, 1.407171924008112, -2.515243288438156, -0.7971753267518177]
+      velocities: [-0.0653025199214575, 0.1809374194127114, -0.2865124866991536, -0.19298989838034417, 0.07330650495981941, -0.00258660240617768]
+      accelerations: [-0.030288941756677793, 0.011972227050989251, -1.1559710201861279e-13, -0.05044996813061343, 0.002475160378491151, -0.018612028635631883]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 859513662
+    - 
+      positions: [1.1067455872288727, -0.7033210489622116, -0.21763130575443515, 1.4060595371177316, -2.5148210292979956, -0.7971905334824766]
+      velocities: [-0.06547725215490496, 0.18100651202036278, -0.28651248669915375, -0.193280721592979, 0.07332085696104436, -0.0026938870682516477]
+      accelerations: [-0.03038592171249221, 0.012019827948663093, 6.750000169779628e-14, -0.05053684909470799, 0.0025085106063037982, -0.018641999870046628]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 865273288
+    - 
+      positions: [1.106368341143697, -0.7022793750806606, -0.21927984058269823, 1.4049466020211259, -2.514399114390239, -0.7972063423021951]
+      velocities: [-0.06565236649920358, 0.18107580902706247, -0.2865124866991535, -0.19357175137354551, 0.0733353872552926, -0.0028012361773389633]
+      accelerations: [-0.03048322681127629, 0.012067579790664397, -9.652618691882376e-15, -0.05062407184500783, 0.0025421830415700976, -0.01867216922016229]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 871027086
+    - 
+      positions: [1.1059904686228148, -0.7012383549355773, -0.22092670951718316, 1.403833118148393, -2.513977541805669, -0.7972227523742336]
+      velocities: [-0.06582786412504496, 0.18114531091339414, -0.2865124866991535, -0.19386298924619966, 0.07335009720869407, -0.0029086504273670355]
+      accelerations: [-0.030580856284462055, 0.012115481153067084, 2.898712744023603e-14, -0.050711584213504926, 0.002576131788949989, -0.018702410871680925]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 876775069
+    - 
+      positions: [1.1056119685641832, -0.7001979855822787, -0.22257191662816186, 1.4027190849300826, -2.513556309636989, -0.79723976286696]
+      velocities: [-0.06600374620517913, 0.18121501816018853, -0.28651248669915363, -0.19415443670212074, 0.07336498815640302, -0.0030161304161390287]
+      accelerations: [-0.030678813057469917, 0.012163534110906133, -8.704915929110536e-14, -0.05079942906938333, 0.0026103933878247826, -0.018732818202857403]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 882517252
+    - 
+      positions: [1.105232839863745, -0.6991582640891374, -0.22421546596181502, 1.401604501795055, -2.5131354159773283, -0.7972573729568889]
+      velocities: [-0.06618001391942499, 0.18128493125350245, -0.28651248669915363, -0.19444609533167478, 0.07338006151647819, -0.0031236769491852483]
+      accelerations: [-0.030777098105631864, 0.012211738973200612, 1.0650065513394099e-13, -0.05088760019605922, 0.0026449615402923724, -0.01876337103081756]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 888253649
+    - 
+      positions: [1.1048530814154918, -0.6981191875376468, -0.22585736154015376, 1.4004893681708919, -2.512714858920516, -0.7972755818279489]
+      velocities: [-0.06635666844799495, 0.18135505067828195, -0.2865124866991534, -0.19473796665309623, 0.07339531864182805, -0.00323129064554082]
+      accelerations: [-0.030875712035982213, 0.012260095612003558, -3.8766490643997495e-14, -0.05097608082882607, 0.0026798212482915923, -0.018794025485823804]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 893984274
+    - 
+      positions: [1.1044726921116068, -0.6970807530226837, -0.2274976073606549, 1.3993736834848476, -2.5122946365617107, -0.7972943886699754]
+      velocities: [-0.06653371097424113, 0.18142537692091587, -0.2865124866991535, -0.1950300521857168, 0.07341076088365137, -0.003338972106547906]
+      accelerations: [-0.030974656794080128, 0.012308605231969057, 0.0, -0.051064890268266556, 0.0027149883063957284, -0.018824820152311027]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 899709140
+    - 
+      positions: [1.1040916708423334, -0.6960429576520951, -0.22913620739689364, 1.3982574471629359, -2.511874746996764, -0.7973137926799267]
+      velocities: [-0.06671114268839001, 0.18149591047297586, -0.2865124866991536, -0.19532235353884173, 0.07342638966806847, -0.003446722119586593]
+      accelerations: [-0.031073934291536067, 0.012357269012809268, -1.942220143424796e-14, -0.051154042799087765, 0.002750474494595759, -0.018855782329429124]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 905428263
+    - 
+      positions: [1.1037100164958782, -0.6950057985463827, -0.23077316559902333, 1.3971406586292874, -2.511455188321758, -0.7973337930627197]
+      velocities: [-0.06688896478081006, 0.18156665182414453, -0.2865124866991535, -0.19561487223976803, 0.0734422063473278, -0.0035545412620885215]
+      accelerations: [-0.031173544128123242, 0.012406085691038632, 4.8604169843547845e-14, -0.05124349762085627, 0.0027862436051835746, -0.01888681218796122]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 911141655
+    - 
+      positions: [1.1033277279587412, -0.6939692728394203, -0.23240848589275026, 1.3960233173083325, -2.511035958634494, -0.7973543890278949]
+      velocities: [-0.06673472110356646, 0.18073822954461444, -0.285094108052128, -0.19493704533848127, 0.07309451794008831, -0.003644032214629684]
+      accelerations: [0.08485550471790382, -0.301341242828428, 0.49478320919023167, 0.287490941301657, -0.12406180738409543, -0.012406067342478401]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 916849331
+    - 
+      positions: [1.1029448041152783, -0.6929333776772993, -0.23404217218104284, 1.394905422621861, -2.510617056032453, -0.7973755797938343]
+      velocities: [-0.06657998503430666, 0.17990966326502666, -0.2836757294051025, -0.1942579880919742, 0.07274693954492309, -0.003733058964281905]
+      accelerations: [-0.030755583346336143, 0.012257803088125139, 1.928770141221489e-14, -0.05041018814434029, 0.0028024025944018596, -0.018575949555910066]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 922608323
+    - 
+      positions: [1.102561243848161, -0.6918981102193664, -0.2356742283426352, 1.3937869739920852, -2.5101984786148903, -0.7973973645831255]
+      velocities: [-0.06675721316534737, 0.17998032436754502, -0.28367572940510266, -0.19454826550556398, 0.07276316597185811, -0.00384001978740114]
+      accelerations: [-0.030854220260292938, 0.012306115842973907, -7.722781246194943e-14, -0.05049889382525527, 0.0028384025928271392, -0.018606820096450892]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 928361568
+    - 
+      positions: [1.1021770460378866, -0.6908634676369548, -0.2373046582339068, 1.3926679708383498, -2.5097802244805565, -0.7974197426273025]
+      velocities: [-0.0669348325647478, 0.1800511931755202, -0.28367572940510266, -0.19483876438780146, 0.07277958395439857, -0.003947051650759808]
+      accelerations: [-0.030953188363280166, 0.012354581030823757, 8.696788963012074e-14, -0.050587906006003, 0.0028746859548329706, -0.018637757902284918]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 934109081
+    - 
+      positions: [1.1017922095632264, -0.6898294471143803, -0.23893346568744278, 1.3915484125801085, -2.5093622917297287, -0.7974427131623426]
+      velocities: [-0.06711284442922745, 0.1801222701833099, -0.28367572940510244, -0.19512948629752863, 0.07279619485749655, -0.004054155128574279]
+      accelerations: [-0.031052490808597122, 0.012403200978445099, -2.9018152904253014e-14, -0.05067727127722107, 0.002911292144501812, -0.01866886414081551]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 939850875
+    - 
+      positions: [1.1014067333008781, -0.6887960458480279, -0.2405606545133949, 1.390428298634599, -2.508944678462601, -0.7974662754319711]
+      velocities: [-0.06729124995980404, 0.18019355588771707, -0.2836757294051026, -0.19542043281969657, 0.07281300006560135, -0.004161330833675513]
+      accelerations: [-0.03115212740867678, 0.012451974794168404, -1.9364665953077706e-14, -0.05076695425685855, 0.0029481898415275863, -0.01870005180920813]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 945586962
+    - 
+      positions: [1.1010206161257587, -0.6877632610469705, -0.242186228498596, 1.389307628418766, -2.508527382780588, -0.7974904286847244]
+      velocities: [-0.0674700503608925, 0.18026505078720007, -0.28367572940510266, -0.19571160554121256, 0.07283000096169995, -0.004268579361496066]
+      accelerations: [-0.031252101012276864, 0.012500904536218627, -9.691944931173054e-15, -0.05085699321763784, 0.002985411289078779, -0.018731402755812386]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 951317357
+    - 
+      positions: [1.1006338569107217, -0.6867310899322132, -0.24381019140768637, 1.3881864013473735, -2.508110402785021, -0.7975151721766035]
+      velocities: [-0.0676492468408331, 0.18033675538239996, -0.28367572940510244, -0.19600300606502122, 0.07284719893989194, -0.004375901323670491]
+      accelerations: [-0.031352411619836, 0.012549989497729763, 9.70155355634469e-14, -0.05094735762834549, 0.0030229294975805832, -0.01876284153007851]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 957042073
+    - 
+      positions: [1.1002464545268105, -0.6856995297372159, -0.2454325469823703, 1.3870646168346672, -2.5076937365782683, -0.7975405051685296]
+      velocities: [-0.06782884061176674, 0.18040867017584516, -0.2836757294051022, -0.19629463600129443, 0.0728645953973667, -0.004483297325945939]
+      accelerations: [-0.03145306204604611, 0.012599231640286729, -1.9422317819453023e-14, -0.05103808276868946, 0.0030607739778445034, -0.0187944424297966]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 962761123
+    - 
+      positions: [1.0998584078430007, -0.6846685777072079, -0.2470532989424363, 1.3859422742926604, -2.5072773822625507, -0.7975664269287391]
+      velocities: [-0.06800883289035563, 0.18048079567254313, -0.28367572940510255, -0.19658649698697273, 0.07288219175124601, -0.004590768012656922]
+      accelerations: [-0.03155405254663421, 0.012648630464817867, -8.748684943555797e-14, -0.0511291448936418, 0.0030989235878092496, -0.01882614542306558]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 968474519
+    - 
+      positions: [1.0994697157264006, -0.6836382310995828, -0.2486724509852042, 1.3848193731324392, -2.5068613379408213, -0.7975929367307553]
+      velocities: [-0.06818922489341414, 0.18055313237599124, -0.28367572940510266, -0.19687859058622514, 0.07289998935280007, -0.004698313840722829]
+      accelerations: [-0.03165538442100352, 0.012698186543731343, 2.9191080094821435e-14, -0.05122054449146527, 0.003137377843600078, -0.0188579457669424]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 974182276
+    - 
+      positions: [1.0990803770422641, -0.6826084871838481, -0.25029000678561836, 1.3836959127642272, -2.5064456017167998, -0.7976200338531849]
+      velocities: [-0.0683700178448965, 0.18062568079484742, -0.2836757294051026, -0.1971709184496035, 0.07291798962458455, -0.004805935442228007]
+      accelerations: [-0.03175706037849256, 0.01274790171701219, 0.0, -0.05131231354318025, 0.003176163616304977, -0.018889910351787394]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 979884406
+    - 
+      positions: [1.098690390653759, -0.681579343241009, -0.25190596999716514, 1.3825718925958528, -2.506030171693906, -0.7976477175818576]
+      velocities: [-0.06855121297226387, 0.18069844143937047, -0.28367572940510277, -0.1974634822297796, 0.07293619398794915, -0.004913633431469927]
+      accelerations: [-0.0318590804464217, 0.01279777531121151, -4.8747743799249026e-14, -0.05140442301662618, 0.003215255030014861, -0.018921966825295927]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 985580921
+    - 
+      positions: [1.0982997554222091, -0.6805507965640564, -0.2535203442511826, 1.3814473120343178, -2.5056150459763256, -0.7976759872074067]
+      velocities: [-0.06873281150363446, 0.18077141481862635, -0.28367572940510266, -0.1977562835166113, 0.07295460380699159, -0.005021408257357412]
+      accelerations: [-0.03196144634870099, 0.012847808192761245, 7.807310896831537e-14, -0.051496882135907064, 0.0032546593012930465, -0.018954130296399103]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 991271836
+    - 
+      positions: [1.0979084702070387, -0.6795228444577639, -0.2551331331571791, 1.3803221704854205, -2.5052002226687344, -0.797704842025717]
+      velocities: [-0.06891481467565902, 0.18084460144821823, -0.28367572940510255, -0.198049324016852, 0.07297322054310978, -0.005129260612693272]
+      accelerations: [-0.03206416088241789, 0.012898002405560209, -4.8843627779561226e-14, -0.051589724988928304, 0.00329440483829014, -0.018986472145225357]
+      effort: []
+      time_from_start: 
+        secs: 0
+        nsecs: 996957161
+    - 
+      positions: [1.0975165338655264, -0.678495484238038, -0.25674434030379223, 1.3791964673521286, -2.504785699875181, -0.7977342813401961]
+      velocities: [-0.06909722372559812, 0.18091800184236823, -0.28367572940510244, -0.19834260536963175, 0.07299204559614245, -0.00523719101327263]
+      accelerations: [-0.03216722299028294, 0.01294835603447972, 1.0756140584735909e-13, -0.051682895926204876, 0.003334443005478869, -0.019018859476848518]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:   2636911
+    - 
+      positions: [1.0971239452532517, -0.6774687132328893, -0.2583539692574045, 1.3780702020374875, -2.504371475701057, -0.797764304457404]
+      velocities: [-0.06928003989422696, 0.18099161651684692, -0.28367572940510233, -0.19863612921620705, 0.07301108036482876, -0.005345199957224221]
+      accelerations: [-0.03227063650813575, 0.012998872162710768, -6.851523615232877e-14, -0.0517764536399111, 0.003374823523977581, -0.019051419823010795]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:   8311097
+    - 
+      positions: [1.0967307032236595, -0.6764425287813403, -0.25996202356374437, 1.3769433739417514, -2.503957548251127, -0.797794910691147]
+      velocities: [-0.06946326442628775, 0.18106544598950294, -0.28367572940510266, -0.19892989721493026, 0.07303032625867417, -0.005453287958254611]
+      accelerations: [-0.032374400540402505, 0.0130495490605989, -5.87848162979172e-14, -0.05187034765532015, 0.0034155018496321065, -0.019084031743747874]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  13979733
+    - 
+      positions: [1.096336806628468, -0.6754169282343006, -0.2615685067466443, 1.3758159824650202, -2.5035439156313246, -0.7978260993584951]
+      velocities: [-0.0696468985710623, 0.18113949078064434, -0.28367572940510266, -0.19922391104157022, 0.07304978469942187, -0.005561455547329845]
+      accelerations: [-0.032478519136057586, 0.013100389954287561, 5.884227115368026e-14, -0.05196463690633111, 0.003456528331394647, -0.01911682362965772]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  19642830
+    - 
+      positions: [1.0959422543172281, -0.6743919089534794, -0.26317342230962554, 1.3746880270043786, -2.5031305759467735, -0.7978578697838873]
+      velocities: [-0.06983094358419406, 0.181213751414949, -0.28367572940510255, -0.19951817243439227, 0.07306945715934893, -0.005669703374550029]
+      accelerations: [-0.0325829920419601, 0.013151393787445691, -1.9633236725541248e-14, -0.05205928677052826, 0.003497871894053234, -0.019149709847986283]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  25300401
+    - 
+      positions: [1.0955470451376097, -0.6733674683119736, -0.2647767737350738, 1.3735595069557278, -2.5027175273030413, -0.7978902212963155]
+      velocities: [-0.06966833273816836, 0.180390577320041, -0.2822713941110178, -0.19882278204964554, 0.07272746709563507, -0.00574915950794572]
+      accelerations: [0.08973473276326478, -0.3030744218831255, 0.49469859143673683, 0.2968128143932979, -0.12395510307370931, -0.008916577788631594]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  30952458
+    - 
+      positions: [1.095151177935375, -0.6723436036941355, -0.2663785644844505, 1.3724304217135879, -2.5023047678059864, -0.7979231532295163]
+      velocities: [-0.06950521905043441, 0.1795672498063553, -0.2808670588169331, -0.19812618273101498, 0.07238559379893825, -0.00582815991118258]
+      accelerations: [-0.032146855617102045, 0.012992739501678726, -1.9476746576141878e-14, -0.05122017030564613, 0.003510960588415581, -0.018837175396397968]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  36655479
+    - 
+      positions: [1.094754651554321, -0.6713203124953689, -0.26797879799860536, 1.3713007706707159, -2.501892295561491, -0.7979566649224233]
+      velocities: [-0.06968866971301348, 0.17964141941896103, -0.2808670588169332, -0.19841827593847802, 0.07240571556725171, -0.005935577075795322]
+      accelerations: [-0.03225032177460745, 0.013043222452712982, -9.74784418164323e-15, -0.05131405613910007, 0.003552452282000202, -0.01886974596080425]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  42352956
+    - 
+      positions: [1.094357464836264, -0.6702975921220277, -0.26957747769794366, 1.3701705532179913, -2.5014801086753673, -0.7979907557192235]
+      velocities: [-0.06987253217549777, 0.17971580482201366, -0.2808670588169332, -0.19871062097134568, 0.07242605488139342, -0.006043075628252998]
+      accelerations: [-0.03235414141424547, 0.013093867956037814, 0.0, -0.051408312191453795, 0.0035942657644293784, -0.0189024217781082]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  48044900
+    - 
+      positions: [1.093959616621079, -0.669275439991439, -0.27117460698241225, 1.3690397687446552, -2.5010682052535183, -0.7980254249688974]
+      velocities: [-0.0700568076971321, 0.17979040654081996, -0.28086705881693325, -0.19900321951848332, 0.07244661315370023, -0.006150656021461022]
+      accelerations: [-0.032458315825573215, 0.013144676581797713, -1.953355774692179e-14, -0.05150293902806302, 0.0036364008981773217, -0.01893519803960249]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  53731324
+    - 
+      positions: [1.0935611057467152, -0.6682538535318647, -0.27277018923157553, 1.3679084166383786, -2.5006565834019674, -0.7980606720250187]
+      velocities: [-0.07024149754159952, 0.17986522510318204, -0.28086705881693297, -0.19929607329108182, 0.0724673918125738, -0.006258318735950381]
+      accelerations: [-0.03256284684504615, 0.013195649274866446, 1.0753867064466166e-13, -0.05159794621371419, 0.0036788649122802644, -0.01896808995348875]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  59412241
+    - 
+      positions: [1.093161931049137, -0.6672328301823032, -0.2743642278049202, 1.3667764962848785, -2.500245241226591, -0.798096496246206]
+      velocities: [-0.07042660297689834, 0.1799402610390093, -0.28086705881693286, -0.1995891840131751, 0.07248839229369948, -0.006366064257010211]
+      accelerations: [-0.03266773572527576, 0.013246786472375045, -5.871422690984404e-14, -0.05169333099047561, 0.0037216545889072806, -0.019001084666343395]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  65087661
+    - 
+      positions: [1.0927620913623641, -0.6662123673925134, -0.2759567260418391, 1.3656440070681586, -2.4998341768332724, -0.7981328969956606]
+      velocities: [-0.07061212527581237, 0.1800155148806619, -0.2808670588169332, -0.199882553432007, 0.07250961604912137, -0.006473893097783323]
+      accelerations: [-0.0327729844759579, 0.01329808924447729, -4.897582013529469e-14, -0.05178910660944685, 0.003764780380739488, -0.019034205570000483]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  70757597
+    - 
+      positions: [1.0923615855183872, -0.6651924626227631, -0.2775476872620145, 1.3645109483699505, -2.49942338832751, -0.798169873641881]
+      velocities: [-0.07079806571291633, 0.18009098716051686, -0.2808670588169334, -0.20017618326195608, 0.07253106449883673, -0.00658180567356292]
+      accelerations: [-0.03287859330282833, 0.01334955717381686, -3.921848587813615e-14, -0.0518852505252711, 0.003808221981206838, -0.019067395411200568]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  76422060
+    - 
+      positions: [1.091960412347364, -0.6641731133441925, -0.27913711476491465, 1.3633773195709364, -2.4990128738152464, -0.798207425556767]
+      velocities: [-0.07098442556735945, 0.18016667841322245, -0.2808670588169333, -0.20047007523549187, 0.07255273907474949, -0.006689802415922099]
+      accelerations: [-0.03298456520954419, 0.013401192131718153, 6.869853808668152e-14, -0.051981794002113786, 0.003852005372009584, -0.019100717883333833]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  82081063
+    - 
+      positions: [1.0915585706773916, -0.6631543170382526, -0.2807250118306203, 1.3622431200492968, -2.498602631401866, -0.7982455521176386]
+      velocities: [-0.07117120612383278, 0.1802425891767152, -0.2808670588169333, -0.20076423112320893, 0.07257464123823437, -0.0067978838184683575]
+      accelerations: [-0.033090900746910484, 0.013452994061718477, -5.894118169997792e-14, -0.05207872155340208, 0.0038961164353686645, -0.019134131830804816]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  87734617
+    - 
+      positions: [1.0911560593346468, -0.6621360711969438, -0.2823113817194989, 1.361108349181578, -2.498192659192776, -0.7982842527058633]
+      velocities: [-0.07135840866919022, 0.1803187199891031, -0.2808670588169333, -0.2010586526682336, 0.07259677242298833, -0.006906050288107264]
+      accelerations: [-0.033197601734766595, 0.01350496373904293, 5.899789060920875e-14, -0.05217604130481371, 0.003940560987079162, -0.019167648440521736]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  93382734
+    - 
+      positions: [1.090752877143343, -0.6611183733226629, -0.28389622767244876, 1.3599730063423974, -2.497782955293203, -0.7983235267071774]
+      velocities: [-0.07154603449595145, 0.18039507139179256, -0.280867058816933, -0.20135334165228708, 0.0726191340921607, -0.007014302293830939]
+      accelerations: [-0.0333046699711628, 0.013557102217322887, 3.9369725522283764e-14, -0.05227376113831676, 0.003985345112685096, -0.01920127915110521]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs:  99025425
+    - 
+      positions: [1.0903490229256854, -0.6601012209280357, -0.2854795529111503, 1.3588370909041507, -2.4973735178079806, -0.7983633735120115]
+      velocities: [-0.07173408489912522, 0.18047164392654497, -0.2808670588169329, -0.20164829983471902, 0.07264172768581569, -0.007122640229165669]
+      accelerations: [-0.03341210615905828, 0.013609409232717412, 0.0, -0.05237186759386415, 0.004030456020931053, -0.019234986409946794]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 104662701
+    - 
+      positions: [1.0899444955019992, -0.6590846115361428, -0.2870613606377722, 1.3577006022377902, -2.496964344842075, -0.7984037925142454]
+      velocities: [-0.07192256117907739, 0.1805484381382517, -0.2808670588169331, -0.2019435290083635, 0.0726645546690973, -0.007231064538703022]
+      accelerations: [-0.033519913123441845, 0.013661886828461131, -4.930662608090152e-14, -0.052470388390926506, 0.004075916897989586, -0.01926882655622503]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 110294574
+    - 
+      positions: [1.0895392936905286, -0.6580685426800085, -0.2886416540357098, 1.356563539711552, -2.496555434499706, -0.7984447831129738]
+      velocities: [-0.07211146463997686, 0.18062545457343232, -0.2808670588169333, -0.20223903096905738, 0.07268761650584893, -0.007339575648539566]
+      accelerations: [-0.0336280910209308, 0.013714534209448643, -2.961230865814097e-14, -0.05256929923384061, 0.0041217055716588884, -0.019302737278360564]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 115921056
+    - 
+      positions: [1.0891334163076494, -0.6570530119030109, -0.29022043626902916, 1.3554259026922648, -2.496146784885237, -0.7984863447104724]
+      velocities: [-0.07230079658966515, 0.18070269377988724, -0.2808670588169332, -0.202534807511007, 0.07271091465437879, -0.0074481739550927226]
+      accelerations: [-0.033736642642260666, 0.013767353302401208, 4.9401061221497086e-14, -0.05266862625048703, 0.004167843763966624, -0.01933677102421633]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 121542158
+    - 
+      positions: [1.0887268621676816, -0.6560380167584089, -0.2917977104831532, 1.3542876905441663, -2.4957383941023568, -0.7985284767138344]
+      velocities: [-0.0724905583390473, 0.18078015630623342, -0.2808670588169331, -0.20283086041614368, 0.0727344505587072, -0.007556859802010698]
+      accelerations: [-0.0338455679354452, 0.013820343148773314, 0.0, -0.05276834130813233, 0.004214306136208324, -0.019370857106876443]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 127157890
+    - 
+      positions: [1.0883196300831344, -0.6550235548098178, -0.29337347980421274, 1.3531489026303978, -2.495330260255093, -0.7985711785326804]
+      velocities: [-0.07268075120609858, 0.1808578427059534, -0.2808670588169332, -0.20312719153093745, 0.07275822571452424, -0.007665633653285732]
+      accelerations: [-0.03395487112699776, 0.013873507123545414, -3.959637168559927e-14, -0.0528684979622191, 0.004261137960991387, -0.0194051097601571]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 132768264
+    - 
+      positions: [1.0879117188642997, -0.6540096236302595, -0.2949477473404011, 1.352009538310475, -2.4949223814460795, -0.7986144495827535]
+      velocities: [-0.07287137651130743, 0.18093575353276664, -0.2808670588169333, -0.2034238026795911, 0.07278224159403893, -0.007774495896568635]
+      accelerations: [-0.03406455054430975, 0.013926842618948065, -9.908531019848965e-15, -0.05296903709872352, 0.004308287075320889, -0.01943938806824465]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 138373292
+    - 
+      positions: [1.087503127319744, -0.652996220803177, -0.2965205161805702, 1.3508695969433016, -2.4945147557786074, -0.7986582892814047]
+      velocities: [-0.07306243557892327, 0.18101388934168564, -0.2808670588169332, -0.2037206956848953, 0.0728064996642831, -0.007883446889880165]
+      accelerations: [-0.034174610875856534, 0.013980353396662907, 5.950780620627372e-14, -0.053070019810322375, 0.004355805355422898, -0.019473823098903418]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 143972983
+    - 
+      positions: [1.0870938542558422, -0.6519833439213626, -0.29809178939575515, 1.349729077884282, -2.4941073813546466, -0.798702697051713]
+      velocities: [-0.07289081198700322, 0.18019556015669602, -0.2794766278326909, -0.20300714698794486, 0.07247039094634793, -0.007952650239830591]
+      accelerations: [0.09511678451062716, -0.30516232093529877, 0.49484571815319134, 0.3068038834331622, -0.12395726528013716, -0.005233622533931924]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 149567349
+    - 
+      positions: [1.086683898477198, -0.6509709905878117, -0.29966157003799565, 1.3485879804878904, -2.493700256276595, -0.7987476723186269]
+      velocities: [-0.07271867358551547, 0.1793770674626845, -0.2780861968484487, -0.20229241052905234, 0.07213440424888057, -0.008021402579017062]
+      accelerations: [-0.033718139919515985, 0.013810310248755037, 2.951535754306742e-14, -0.05222351913170975, 0.004364135920193854, -0.019157827176574826]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 155212292
+    - 
+      positions: [1.0862732587862969, -0.6499591584149075, -0.3012298611415007, 1.3474463041054994, -2.4932933786457885, -0.7987932145120364]
+      velocities: [-0.07290913729517115, 0.17945510123365263, -0.27808619684844876, -0.20258721219090003, 0.072159150334878, -0.008129540705425223]
+      accelerations: [-0.03382715652181554, 0.013863281495224221, -5.908675134618664e-14, -0.05232374336890479, 0.004411733973957977, -0.01919183690560224]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 160851878
+    - 
+      positions: [1.0858619339836606, -0.6489478450247061, -0.3027966657222655, 1.3463040480863362, -2.4928867465631486, -0.7988393230652712]
+      velocities: [-0.07310003575999208, 0.1795333599770843, -0.278086196848449, -0.20288230024248324, 0.07218414207277635, -0.008237768098493336]
+      accelerations: [-0.03393655050414469, 0.013916424945809741, -1.971426018109361e-14, -0.052424370234690994, 0.004459661858788632, -0.01922589910770305]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 166486119
+    - 
+      positions: [1.085449922867967, -0.6479370480491323, -0.30436198677782234, 1.3451612117781737, -2.49248035812965, -0.7988859974139841]
+      velocities: [-0.07329137031407627, 0.17961184425368137, -0.278086196848449, -0.203177676567038, 0.07220938096211534, -0.008346085159061947]
+      accelerations: [-0.03404632576218926, 0.013969743556914412, 1.973293433727396e-14, -0.05252544411232546, 0.004507956991248, -0.019260106888026856]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 172115025
+    - 
+      positions: [1.0850372242357105, -0.6469267651291959, -0.3059258272883526, 1.3440177945252474, -2.4920742114448906, -0.7989332369991001]
+      velocities: [-0.07348314229323763, 0.17969055462372627, -0.27808619684844904, -0.20347334301034742, 0.07223486846573027, -0.00845449217752652]
+      accelerations: [-0.034156480689600956, 0.014023234918167966, -3.9503212729172974e-14, -0.05262690971669923, 0.004556570394627094, -0.019294328369202095]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 177738607
+    - 
+      positions: [1.0846238368816723, -0.645916993915939, -0.30748819021538315, 1.3428737956710946, -2.4916683046090276, -0.7989810412625618]
+      velocities: [-0.07367535304073991, 0.17976949165238548, -0.27808619684844893, -0.20376930148380218, 0.0722606060989661, -0.008562989564353269]
+      accelerations: [-0.03426702123420664, 0.014076903880647324, 8.896624368317928e-14, -0.052728848180717505, 0.004605571293004136, -0.019328738819149108]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 183356875
+    - 
+      positions: [1.084209759598286, -0.6449077320690313, -0.309049078503768, 1.3417292145546762, -2.4912626357201204, -0.7990294096528918]
+      velocities: [-0.0738680039020112, 0.179848655904433, -0.2780861968484487, -0.2040655538664795, 0.07228659534471632, -0.008671577630558865]
+      accelerations: [-0.03437794391030285, 0.0141307461539146, -9.894472239437412e-15, -0.05283116927096705, 0.004654880382604125, -0.019363127975507093]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 188969841
+    - 
+      positions: [1.0837949911763876, -0.6438989772583107, -0.31060849507955796, 1.340584050514921, -2.4908572028772342, -0.7990783416184544]
+      velocities: [-0.07406109622405108, 0.179928047943969, -0.2780861968484488, -0.20436210200034668, 0.0723128376491814, -0.008780256576425912]
+      accelerations: [-0.0344892544775519, 0.0141847665018569, -3.9615221589752395e-14, -0.05293395254207988, 0.00470456547357537, -0.019397667315532358]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 194577515
+    - 
+      positions: [1.0833795304045977, -0.6428907271624119, -0.3121664428519352, 1.3394383028869348, -2.490452004177845, -0.7991278366128841]
+      velocities: [-0.07425463136577645, 0.1800076683444703, -0.2780861968484489, -0.20465894786986463, 0.07233933457778555, -0.008889026895746745]
+      accelerations: [-0.03460095313411459, 0.014238964212675443, 1.982627543069981e-14, -0.05303717168713926, 0.004754602761516462, -0.01943229044267524]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 200179906
+    - 
+      positions: [1.0829633760695532, -0.6418829794692109, -0.3137229247126047, 1.3382919710034122, -2.4900470377187958, -0.7991778940929368]
+      velocities: [-0.07444861068252731, 0.1800875176732724, -0.2780861968484487, -0.20495609332483694, 0.0723660875747138, -0.00899788875166987]
+      accelerations: [-0.03471304012637367, 0.014293338522721851, 3.9689877005627705e-14, -0.053140807476223115, 0.0048049743411715555, -0.019466946323311633]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 205777026
+    - 
+      positions: [1.0825465269560886, -0.6408757318761499, -0.3152779435353746, 1.337145054195683, -2.4896423015970117, -0.7992285135168428]
+      velocities: [-0.07464303553754645, 0.18016759650324857, -0.2780861968484486, -0.20525354029086396, 0.07239309814528588, -0.009106842450469391]
+      accelerations: [-0.03482551976621174, 0.014347892895864156, 0.0, -0.053244908735019164, 0.004855721501288216, -0.0195017376356942]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 211368885
+    - 
+      positions: [1.0821289818468613, -0.6398689820893924, -0.31683150217733796, 1.3359975517914475, -2.4892377939079466, -0.7992796943475253]
+      velocities: [-0.07483790729920303, 0.18024790540989677, -0.2780861968484487, -0.20555129071312858, 0.0724203678070787, -0.009215888314626035]
+      accelerations: [-0.03493839130871839, 0.014402625527503043, -2.9823390610556954e-14, -0.053349436128742066, 0.004906808857698091, -0.019536567932611198]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 216955494
+    - 
+      positions: [1.081710739522695, -0.638862727824496, -0.31838360347796646, 1.3348494631168104, -2.488833512746972, -0.7993314360495193]
+      velocities: [-0.07503322733888736, 0.18032844496901884, -0.27808619684844876, -0.20584934652047704, 0.0724478980589752, -0.009325026601556104]
+      accelerations: [-0.035051658327816745, 0.01445753906040987, 0.0, -0.05345442571992671, 0.004958266693784424, -0.01957151096709852]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 222536861
+    - 
+      positions: [1.0812917987623085, -0.6378569668057911, -0.3199342502599873, 1.3337007874946427, -2.4884294562082503, -0.7993837380912674]
+      velocities: [-0.07522899703422514, 0.18040921576027158, -0.2780861968484488, -0.20614770968193669, 0.07247569043025787, -0.00943425763151531]
+      accelerations: [-0.03516532123525603, 0.014512632962186467, -1.9919577411575495e-14, -0.053559858363626825, 0.00501007715707875, -0.019606515942021355]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 228112998
+    - 
+      positions: [1.0808721583424965, -0.6368516967667063, -0.3214834453289505, 1.3325515242456334, -2.4880256223854507, -0.7994365999434875]
+      velocities: [-0.07542521776496941, 0.18049021836284138, -0.27808619684844893, -0.20644638213484923, 0.07250374641766703, -0.009543581624622311]
+      accelerations: [-0.03527938214547796, 0.014567908332524864, -9.969117180022058e-15, -0.053665744419624295, 0.005062248012070326, -0.019641598276114676]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 233683915
+    - 
+      positions: [1.0804518170380673, -0.6358469154495879, -0.3230311914735011, 1.3314016726879003, -2.4876220093714836, -0.7994900210796284]
+      velocities: [-0.0756218909167139, 0.1805714533591195, -0.2780861968484488, -0.20674536585164321, 0.07253206754367163, -0.009652998851602807]
+      accelerations: [-0.03539384281173448, 0.014623365960710417, 4.9892226060148876e-14, -0.05377208868298455, 0.005114782289677407, -0.01967676117135725]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 239249622
+    - 
+      positions: [1.0800307736218293, -0.634842620605619, -0.3245774914655108, 1.3302512321368787, -2.4872186152584193, -0.7995440009759398]
+      velocities: [-0.0758190178793311, 0.18065292133328933, -0.2780861968484487, -0.20704466280916248, 0.07256065532991487, -0.009762509564684104]
+      accelerations: [-0.03550870479640483, 0.01467900644376481, -9.987772858609384e-15, -0.05387889052856242, 0.005167678239731304, -0.019711995258353716]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 244810128
+    - 
+      positions: [1.079609026864619, -0.6338388099948278, -0.3261223480600815, 1.3291002019054723, -2.486815438137588, -0.7995985391111485]
+      velocities: [-0.07601660004837829, 0.18073462287248837, -0.2780861968484487, -0.2073442750097605, 0.07258951131514771, -0.00987211404405508]
+      accelerations: [-0.035623970368059726, 0.01473483099368902, -9.997100176188186e-15, -0.05398616236162613, 0.005220945357767635, -0.01974732046045796]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 250365443
+    - 
+      positions: [1.0791865755352246, -0.6328354813858826, -0.3276657639958488, 1.3279485813035794, -2.486412476099255, -0.7996536349670511]
+      velocities: [-0.07621463882099529, 0.18081655856271267, -0.2780861968484486, -0.20764420441838521, 0.07261863700097143, -0.00998181245719024]
+      accelerations: [-0.0357396396239614, 0.014790838737599735, 7.004499055732448e-14, -0.05409388090435496, 0.005274562347807321, -0.019782676704614057]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 255915578
+    - 
+      positions: [1.0787634184005992, -0.631832632556479, -0.3292077419944735, 1.326796369639324, -2.4860097272334576, -0.7997092880266115]
+      velocities: [-0.0764131356010125, 0.18089872899418147, -0.27808619684844854, -0.20794445304614895, 0.07264803392391675, -0.010091605046063441]
+      accelerations: [-0.035855716684987694, 0.01484703282608065, -6.009452432543875e-14, -0.05420208870604453, 0.005328564696622803, -0.019818151395850483]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 261460543
+    - 
+      positions: [1.0783395542255405, -0.630830261292629, -0.33074828476163076, 1.3256435662171413, -2.4856071896286993, -0.799765497776656]
+      velocities: [-0.07623233098212023, 0.18008498428290104, -0.27670953250761476, -0.20721336260118156, 0.07231783925634896, -0.010150717553601507]
+      accelerations: [0.1006909940963847, -0.3072431105738517, 0.49476691023491187, 0.3167333581456454, -0.12397746750849875, -0.0015068045141570165]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 267000346
+    - 
+      positions: [1.0779149817729343, -0.6298283653891162, -0.3322873949864044, 1.3244901703391962, -2.485204861372908, -0.7998222637057166]
+      velocities: [-0.07605099883708957, 0.179271065797305, -0.27533286816678076, -0.20648110505465522, 0.07198776999134425, -0.010209380001118302]
+      accelerations: [-0.03537799877466801, 0.014665207509543424, 0.0, -0.05334761852647426, 0.005330519857354369, -0.01949737762784195]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 272590344
+    - 
+      positions: [1.0774896998036607, -0.6288269426492574, -0.33382507534164085, 1.3233361813048048, -2.484802740553053, -0.7998795853047436]
+      velocities: [-0.07624889910729336, 0.17935312343805188, -0.275332868166781, -0.20677934115516555, 0.07201769068360261, -0.010318366654423542]
+      accelerations: [-0.03549299382879778, 0.014720842219121053, -7.955432736019458e-14, -0.053455077595359085, 0.005384536392268857, -0.019532330030958008]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 278175149
+    - 
+      positions: [1.0770637070766587, -0.6278259908849774, -0.3353613284838578, 1.3221815984107816, -2.484400825255367, -0.7999374620665303]
+      velocities: [-0.07644725845655037, 0.17943541585329997, -0.27533286816678115, -0.207077901382455, 0.07204788605327858, -0.01042744744961411]
+      accelerations: [-0.03560839529156998, 0.014776662140498836, 1.9907050239958492e-14, -0.05356302325655289, 0.005438931859864439, -0.019567382073727376]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 283754770
+    - 
+      positions: [1.076637002348753, -0.6268255079164181, -0.33689615705379994, 1.321026420950416, -2.483999113564654, -0.7999958934870899]
+      velocities: [-0.07664607829579759, 0.1795179436347883, -0.27533286816678104, -0.20737678774094587, 0.07207835760796136, -0.0105366225083743]
+      accelerations: [-0.03572420232638727, 0.014832665494063734, 9.962759390114635e-15, -0.053671417572426036, 0.0054936720855622845, -0.019602440896168912]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 289329217
+    - 
+      positions: [1.0762095843749946, -0.625825491572579, -0.3384295636755874, 1.3198706482154259, -2.4835976035656198, -0.800054879062704]
+      velocities: [-0.07684536004304282, 0.17960070737887235, -0.27533286816678115, -0.20767600228650096, 0.07210910689486076, -0.010645892038486388]
+      accelerations: [-0.035840420130595255, 0.014888856481336175, -2.9915981360358513e-14, -0.053780319613724724, 0.005548807080195953, -0.019637630723611518]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 294898500
+    - 
+      positions: [1.0757814519081978, -0.6248259396903302, -0.3399615509580751, 1.318714279493235, -2.4831962933410123, -0.8001144182938038]
+      velocities: [-0.07704510512308824, 0.1796837076857998, -0.275332868166781, -0.20797554711647603, 0.07214013549204533, -0.010755256310154816]
+      accelerations: [-0.035957047769179754, 0.014945233061993945, 7.98498269245738e-14, -0.05388968783700242, 0.005604299494277718, -0.019672850092382337]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 300462628
+    - 
+      positions: [1.0753526036993089, -0.6238268501151174, -0.34149212149391395, 1.3175573140691024, -2.4827951809730746, -0.800174510681754]
+      velocities: [-0.07724531496022069, 0.17976694515262392, -0.27533286816678093, -0.2082754242551008, 0.07217144490880742, -0.010864715399736935]
+      accelerations: [-0.03607408783230915, 0.015001796901945075, -4.9952315921531265e-14, -0.05399954021572589, 0.005660163600787966, -0.019708131281128145]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 306021610
+    - 
+      positions: [1.0749230384972839, -0.6228282207006629, -0.3430212778599772, 1.3163997512253787, -2.482394264543038, -0.8002351557298426]
+      velocities: [-0.07744599098432725, 0.1798504203790703, -0.275332868166781, -0.2085756357523194, 0.07220303667139721, -0.010974269410658736]
+      accelerations: [-0.03619154159499204, 0.0150585480716499, 1.9999396600932782e-14, -0.05410987067704661, 0.005716392802309895, -0.019743452039628736]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 311575456
+    - 
+      positions: [1.0744927550491656, -0.6218300493090806, -0.3445490226172267, 1.3152415902419283, -2.4819935421314083, -0.8002963529425605]
+      velocities: [-0.07764713463302228, 0.17993413396998992, -0.27533286816678093, -0.20887618371507663, 0.072234912350655, -0.011083918544197099]
+      accelerations: [-0.036309412421468415, 0.015115489126245935, 1.0008933770331468e-14, -0.05422070852743682, 0.0057730113797059375, -0.019778870255518135]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 317124176
+    - 
+      positions: [1.0740617520998659, -0.620832333810383, -0.34607535831139297, 1.3140828303948453, -2.4815930118170884, -0.8003581018273843]
+      velocities: [-0.07784874734943331, 0.18001808653289647, -0.2753328681667808, -0.2091770702718142, 0.07226707353008369, -0.011193663017543687]
+      accelerations: [-0.03642770079470399, 0.015172619251805177, 2.0036339299946855e-14, -0.05433203491775768, 0.00583000124403907, -0.019814334158577026]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 322667777
+    - 
+      positions: [1.0736300283923519, -0.6198350720828242, -0.3476002874725354, 1.3129234709575015, -2.4811926716780985, -0.8004204018931339]
+      velocities: [-0.07805083057966078, 0.18010227867518314, -0.27533286816678076, -0.20947829753034947, 0.07229952176992138, -0.011303502970263939]
+      accelerations: [-0.03654640917766958, 0.015229940007546135, 0.0, -0.05444386401685507, 0.0058873737553010105, -0.019849867966993395]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 328206270
+    - 
+      positions: [1.0731975826675517, -0.6188382620126568, -0.349123812615386, 1.3117635111999846, -2.4807925197911866, -0.8004832526507027]
+      velocities: [-0.07825338577277496, 0.1801867110045811, -0.2753328681667809, -0.2097798675819765, 0.0723322586109364, -0.011413438475595653]
+      accelerations: [-0.0366655380642191, 0.015287450747520682, -4.014657146870666e-14, -0.05455617841233525, 0.005945112142137492, -0.0198854238267132]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 333739664
+    - 
+      positions: [1.072764413664527, -0.617841901494436, -0.35064593623896234, 1.31060295039006, -2.4803925542324916, -0.8005466536115484]
+      velocities: [-0.07845641438261783, 0.18027138413068378, -0.27533286816678104, -0.21008178252885357, 0.07236528559752695, -0.01152346959895337]
+      accelerations: [-0.03678509058220088, 0.015345153588371966, -1.0045880320193712e-14, -0.05466900220029664, 0.006003236128303128, -0.01992104711156223]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 339267967
+    - 
+      positions: [1.0723305201203015, -0.6168459884306305, -0.35216666082710896, 1.3094417877921551, -2.4799927730768454, -0.8006106042890788]
+      velocities: [-0.07865991787307713, 0.18035629867024244, -0.27533286816678104, -0.21038404456285698, 0.07239860434645987, -0.011633596574228681]
+      accelerations: [-0.03690506913712271, 0.015403049801632826, -1.0055118411164315e-14, -0.05478234650374308, 0.006061753817313323, -0.0199567537371352]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 344791189
+    - 
+      positions: [1.071895900769797, -0.6158505207314556, -0.3536859888487401, 1.3082800226669689, -2.479593174397512, -0.800675104199118]
+      velocities: [-0.07886389770873956, 0.18044145523757182, -0.2753328681667808, -0.2106866558183626, 0.0724322164188736, -0.011743819474982455]
+      accelerations: [-0.037025473485110996, 0.015461138037129845, 9.057921477932795e-14, -0.054896182170200244, 0.0061206386299578475, -0.01999247010137884]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 350309339
+    - 
+      positions: [1.071460554346099, -0.6148554963153592, -0.35520392275720625, 1.3071176542729788, -2.479193756267213, -0.8007401528576089]
+      velocities: [-0.07906835535761214, 0.18052685444781347, -0.2753328681667807, -0.2109896184243536, 0.07246612336549421, -0.011854138331583521]
+      accelerations: [-0.037146307035503395, 0.015519420755591233, -5.036798368950235e-14, -0.05501053921085361, 0.006179915042260618, -0.020028254508356685]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 355822426
+    - 
+      positions: [1.0710244795802426, -0.6138609131085428, -0.3567204649909581, 1.3059546818651535, -2.478794516757256, -0.8008057497823927]
+      velocities: [-0.07927329229810315, 0.18061249692344417, -0.2753328681667809, -0.21129293459999315, 0.0725003268098681, -0.011964553343349994]
+      accelerations: [-0.037267572080110424, 0.01557789896855073, 0.0, -0.05512542312563687, 0.0062395866521282916, -0.02006411024014198]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 361330457
+    - 
+      positions: [1.0705876752011871, -0.612866769044887, -0.3582356179736604, 1.3047911046948333, -2.4783954539374458, -0.8008718944932844]
+      velocities: [-0.07947871000990941, 0.18069838328505983, -0.2753328681667808, -0.21159660651777448, 0.0725348283288928, -0.012075064572084952]
+      accelerations: [-0.03738926873237541, 0.01563657179822116, 1.0092078305190003e-14, -0.05524081430986637, 0.006299634614579451, -0.020099984444286144]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 366833444
+    - 
+      positions: [1.0701501399360143, -0.6118730620662862, -0.35974938411376794, 1.303626922010784, -2.477996565876817, -0.8009385865104263]
+      velocities: [-0.07968460997602905, 0.18078451415373709, -0.27533286816678104, -0.21190063633954254, 0.07256962948453557, -0.012185672024514541]
+      accelerations: [-0.03751140003277463, 0.01569544112045805, -7.07092431377335e-14, -0.05535673134949924, 0.006360074033679377, -0.020135910278736943]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 372331393
+    - 
+      positions: [1.0697118725097963, -0.6108797901223542, -0.36126176580493596, 1.302462133058453, -2.4775978506431167, -0.8010058253552866]
+      velocities: [-0.0798909936877857, 0.1808708901558237, -0.27533286816678115, -0.21220502628596571, 0.07260473188412571, -0.0122963758058338]
+      accelerations: [-0.037633967928856454, 0.015754507801851093, 1.011056357413234e-14, -0.05547317989752509, 0.0064209079786273935, -0.020171890670894074]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 377824314
+    - 
+      positions: [1.069272871645584, -0.6098869511703557, -0.3627727654261304, 1.3012967370798485, -2.477199306302732, -0.8010736105507277]
+      velocities: [-0.08009786264219688, 0.1809575119203613, -0.27533286816678104, -0.21250977860004222, 0.07264013714795373, -0.012407176036824792]
+      accelerations: [-0.037756974512944665, 0.015813772786523822, 3.035942321928654e-14, -0.05559016532033693, 0.006482139813469111, -0.020207928716582196]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 383312215
+    - 
+      positions: [1.068833136064388, -0.6088945431751321, -0.36428238534174573, 1.3001307333134215, -2.47680093092061, -0.8011419416210774]
+      velocities: [-0.0799071538919579, 0.180147905442047, -0.27396983416595533, -0.21176060070354968, 0.07231597666578818, -0.012455827438965717]
+      accelerations: [0.10685423383136415, -0.3097360871472125, 0.4949487354959281, 0.3274078389058005, -0.12416586245245077, 0.0024593733670826403]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 388795106
+    - 
+      positions: [1.0683926644853554, -0.6079025641094021, -0.3657906279012243, 1.298964120995033, -2.4764027225609184, -0.8012108180906198]
+      velocities: [-0.07971590324688607, 0.17933811410871658, -0.2726068001651295, -0.21101027639741496, 0.07199194316609311, -0.01250402559745369]
+      accelerations: [-0.03725547387202577, 0.015618957217595333, 5.0189601105805894e-14, -0.054725736649435724, 0.006475611339694407, -0.019880492616266395]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 394327772
+    - 
+      positions: [1.067951455625547, -0.6069110119532927, -0.3672974954396989, 1.2977968993566629, -2.47600467928617, -0.8012802394853817]
+      velocities: [-0.07992217423638191, 0.17942461196038562, -0.2726068001651296, -0.2113131008993449, 0.07202790693716475, -0.012614015392424328]
+      accelerations: [-0.037377356408190066, 0.01567764057884783, -7.032953405611697e-14, -0.05484199179649437, 0.006536794254096982, -0.01991592733300525]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 399855395
+    - 
+      positions: [1.0675095082000654, -0.6059198846945384, -0.3688029902777453, 1.2966290676271046, -2.4756067991576978, -0.8013502053320153]
+      velocities: [-0.08012893163566066, 0.17951135564472337, -0.2726068001651296, -0.2116162930597923, 0.0720641769282872, -0.012724100823852362]
+      accelerations: [-0.037499676656890066, 0.01573652140624698, 6.03374017493243e-14, -0.054958787322226574, 0.006598373399796947, -0.019951413454250902]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 405377982
+    - 
+      positions: [1.0670668209219727, -0.6049291803282946, -0.37030711472165057, 1.2954606250314833, -2.4752090802353295, -0.8014207151583979]
+      velocities: [-0.08033617694754552, 0.17959834578965472, -0.27260680016512956, -0.2119198550872599, 0.0721007547028642, -0.01283428181885415]
+      accelerations: [-0.037622434488680176, 0.01579559861561247, -4.026156909259848e-14, -0.055076099663735896, 0.006660326749113836, -0.01998688993864145]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 410895542
+    - 
+      positions: [1.0666233925025215, -0.6039388968575332, -0.3718098710629093, 1.2942915707924998, -2.474811520578242, -0.8014917684917274]
+      velocities: [-0.08054391168613581, 0.17968558303163412, -0.2726068001651297, -0.21222378929172736, 0.07213764190654695, -0.012944558496704658]
+      accelerations: [-0.03774563611192157, 0.015854877224765588, -2.0149104589529508e-14, -0.05519399210615605, 0.006722707870923795, -0.02002248780095356]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 416408084
+    - 
+      positions: [1.0661792216506487, -0.6029490322920342, -0.3733112615795709, 1.2931219041275932, -2.4744141182430264, -0.8015633648625484]
+      velocities: [-0.08075213736609566, 0.1797730680041995, -0.2726068001651297, -0.21252809792607558, 0.07217484012901873, -0.013054930815086734]
+      accelerations: [-0.037869277517859054, 0.015914351998356408, 1.008371374785201e-14, -0.05531238353178516, 0.006785444565809784, -0.020058017559612815]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 421915616
+    - 
+      positions: [1.0657343070736922, -0.6019595846497255, -0.37481128853449497, 1.2919516242528977, -2.4740168712863917, -0.8016355037988906]
+      velocities: [-0.08096085550939842, 0.17986080134521593, -0.27260680016512956, -0.21283278328678085, 0.07221235099153045, -0.013165398794843373]
+      accelerations: [-0.037993367386101054, 0.015974030597776936, 6.055726013875987e-14, -0.05543137390766808, 0.006848622277944495, -0.02009369203829605]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 427418145
+    - 
+      positions: [1.065288647476578, -0.6009705519550802, -0.3763099541774779, 1.2907807303786887, -2.473619777762063, -0.8017081848328035]
+      velocities: [-0.08117006764421601, 0.17994878369563228, -0.2726068001651294, -0.21313784769782726, 0.07225017613270202, -0.013275962483395876]
+      accelerations: [-0.03811790130228861, 0.016033907329687125, 0.0, -0.05555087615151403, 0.006912163540795474, -0.020129308157158306]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 432915681
+    - 
+      positions: [1.0648422415625856, -0.5999819322405485, -0.37780726074339077, 1.2896092217136081, -2.4732228357236705, -0.8017814074940948]
+      velocities: [-0.08137977529696114, 0.18003701569124703, -0.2726068001651293, -0.2134432933941068, 0.07228831710743418, -0.013386621695970578]
+      accelerations: [-0.03824288508068909, 0.016093986878016858, 3.033362181327503e-14, -0.055670947976958464, 0.006976117148438589, -0.020164984888751365]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 438408231
+    - 
+      positions: [1.064395088032893, -0.5989937235456475, -0.3793032104533928, 1.2884370974621062, -2.4728260432230025, -0.8018551713139689]
+      velocities: [-0.08158998000640243, 0.18012549797696803, -0.2726068001651296, -0.21374912272344687, 0.07232677556228037, -0.013497376463517795]
+      accelerations: [-0.038368319447397464, 0.016154268735316717, -1.315648753564e-13, -0.055791575721697594, 0.007040469357300344, -0.020200681877499915]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 443895804
+    - 
+      positions: [1.0639471855867224, -0.5980059239172034, -0.3807978055146354, 1.2872643568252211, -2.47242939831055, -0.8019294758237725]
+      velocities: [-0.0818006833177187, 0.18021423120111302, -0.2726068001651298, -0.21405533806212435, 0.07236555316197249, -0.01360822684466291]
+      accelerations: [-0.03849420806155894, 0.016214755519922283, 6.077726702091388e-14, -0.05591278646803817, 0.007105242325766454, -0.0202364498912676]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 449378408
+    - 
+      positions: [1.063498532921147, -0.5970185314089438, -0.3822910481208079, 1.2860909989994718, -2.4720328990347467, -0.8020043205565268]
+      velocities: [-0.08201188677604296, 0.18030321600856392, -0.2726068001651295, -0.2143619417233582, 0.07240465150978993, -0.013719172723759403]
+      accelerations: [-0.03862054930793569, 0.016275444230427632, 4.0554863032830286e-14, -0.05603453314147173, 0.0071703932181149095, -0.02027217476429022]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 454856050
+    - 
+      positions: [1.0630491287315147, -0.596031544082269, -0.3837829404511554, 1.284917023179179, -2.4716365434435685, -0.8020797050434292]
+      velocities: [-0.08222359193423401, 0.18039245304857834, -0.27260680016512956, -0.21466893606490206, 0.07244407224098146, -0.013830214047882308]
+      accelerations: [-0.038747349701395074, 0.01633634034619206, -6.088733309849778e-14, -0.05615688215674152, 0.007235978331121276, -0.02030799383542954]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 460328740
+    - 
+      positions: [1.062598971710925, -0.5950449600052218, -0.38527348467183675, 1.283742428553542, -2.4712403295825345, -0.8021556288180222]
+      velocities: [-0.0824358003507197, 0.18048194297281991, -0.2726068001651297, -0.21497632346193357, 0.07248381699944445, -0.01394135076740513]
+      accelerations: [-0.038874606842216525, 0.01639744014417158, 0.0, -0.05627977647446551, 0.007301946250204772, -0.020343771047693363]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 465796484
+    - 
+      positions: [1.0621480605507405, -0.5940587772534183, -0.3867626829347341, 1.282567214309418, -2.4708442554966146, -0.8022320914120387]
+      velocities: [-0.08264851358703436, 0.18057168643251104, -0.2726068001651296, -0.21528410626992028, 0.07252388740479987, -0.014052582752799535]
+      accelerations: [-0.03900232636685112, 0.016458748076189352, 3.0498722330179706e-14, -0.05640326905180127, 0.007368341325350618, -0.020379613519798816]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 471259291
+    - 
+      positions: [1.0616963939401736, -0.5930729939092327, -0.3882505373785322, 1.2813913796290262, -2.470448319228668, -0.8023090923586421]
+      velocities: [-0.08286173321641145, 0.18066168408749045, -0.2726068001651297, -0.21559228694271027, 0.07256428515566121, -0.014163910056485077]
+      accelerations: [-0.03913050902290522, 0.016520263732270907, -5.087709864066576e-14, -0.056527346014374584, 0.007435149885068174, -0.020415480863772612]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 476717168
+    - 
+      positions: [1.0612439705664367, -0.5920876080620442, -0.3897370501284129, 1.2802149236907385, -2.4700525188199864, -0.8023866311911827]
+      velocities: [-0.08307546081041703, 0.1807519365924161, -0.2726068001651299, -0.21590086784974752, 0.0726050118703279, -0.014275332508143165]
+      accelerations: [-0.03925915556871437, 0.01658198652045961, -2.036920149995205e-14, -0.05665199344626737, 0.00750235798427641, -0.020451332079068855]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 482170123
+    - 
+      positions: [1.060790789114892, -0.5911026178084832, -0.39122222329575806, 1.2790378456698657, -2.469656852310838, -0.8024647074419448]
+      velocities: [-0.08328969794686658, 0.18084244460465732, -0.27260680016512956, -0.21620985138398047, 0.07264606918016454, -0.014386849952208422]
+      accelerations: [-0.03938826967151547, 0.016643918929048866, 1.4271297462220934e-13, -0.056777237010589635, 0.007569986146090492, -0.020487213712428867]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 487618165
+    - 
+      positions: [1.0603368482688695, -0.5901180212520547, -0.3927060589786556, 1.2778601447376292, -2.469261317739775, -0.8025433206435411]
+      velocities: [-0.08350444621452591, 0.18093320878949642, -0.2726068001651295, -0.21651924002642958, 0.07268745878665919, -0.014498462391711162]
+      accelerations: [-0.03951785382062378, 0.016706062278136383, -1.224356308855696e-13, -0.056903086515331984, 0.007638041388323094, -0.02052313757713764]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 493061300
+    - 
+      positions: [1.0598821467096193, -0.5891338165030114, -0.39418855926208063, 1.2766818200608647, -2.46886591314343, -0.8026224703292518]
+      velocities: [-0.0837197072046088, 0.1810242298109584, -0.27260680016512984, -0.21682903622781222, 0.07272918235761909, -0.014610169725642785]
+      accelerations: [-0.039647908573161306, 0.016768415694994675, -1.0212156825317623e-14, -0.05702952420153446, 0.007706506149361568, -0.020559053829181863]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 498499537
+    - 
+      positions: [1.0594266831164931, -0.5881500016786653, -0.3956697262175134, 1.2755028708029879, -2.468470636557191, -0.80270215603151]
+      velocities: [-0.08393548251023208, 0.18111550833138462, -0.27260680016512995, -0.2171392424031291, 0.0727712415222306, -0.01472197173625162]
+      accelerations: [-0.0397784362377275, 0.01683098034963752, -3.0664040148579166e-14, -0.05715655788716926, 0.007775385610843329, -0.020594969527031867]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 503932882
+    - 
+      positions: [1.0589704561669138, -0.5871665749032887, -0.39714956190308526, 1.2743232961237838, -2.4680754860150604, -0.8027823772821034]
+      velocities: [-0.08373464477955203, 0.18030975354296708, -0.27125726155045093, -0.2163726071871255, 0.07245306903259094, -0.014760156200702899]
+      accelerations: [0.11327567080518991, -0.31228179951576335, 0.4949581734603526, 0.33809539251242626, -0.12443694745830203, 0.006506408608921467]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 509361344
+    - 
+      positions: [1.0585134645362932, -0.5861835343079286, -0.3986280683638372, 1.2731430951789302, -2.4676804595493342, -0.8028631336127817]
+      velocities: [-0.0835332499814223, 0.17950380251795095, -0.2699077229357717, -0.21560484612111394, 0.07213502309914402, -0.014797880474736846]
+      accelerations: [-0.039251956877461275, 0.016622634211862677, 5.069175075252892e-14, -0.05628120882667469, 0.0077584775696235, -0.020259644993555974]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 514839166
+    - 
+      positions: [1.0580557068980156, -0.5852008780303445, -0.4001052476318179, 1.2719622671198694, -2.467285555190529, -0.802944424555323]
+      velocities: [-0.08374842610968078, 0.17959494611876345, -0.26990772293577153, -0.21591321348173687, 0.07217767264378684, -0.014908856070996585]
+      accelerations: [-0.039381318190785976, 0.016684594538660388, 0.0, -0.05640754518370236, 0.007827254775233708, -0.020294907311755563]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 520312071
+    - 
+      positions: [1.0575971819234702, -0.5842186042150352, -0.40158110172606715, 1.2707808110939651, -2.466890770967489, -0.8030262496412138]
+      velocities: [-0.08396411783872154, 0.17968634732639782, -0.2699077229357718, -0.21622199662628527, 0.07222066110627924, -0.015019924847639924]
+      accelerations: [-0.039511150744841204, 0.01674676445738197, -9.14090838320169e-14, -0.05653447185254594, 0.007896436379522127, -0.020330141178429233]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 525780066
+    - 
+      positions: [1.057137888282207, -0.5832367110134947, -0.40305563265230787, 1.2695987262452924, -2.4664961049079386, -0.8031086084003989]
+      velocities: [-0.08418032677752013, 0.1797780068111382, -0.269907722935772, -0.21653119806418542, 0.07226399016655786, -0.015131086663637997]
+      accelerations: [-0.03964145929911806, 0.016809147638279173, 2.033135212997784e-14, -0.05666202814202109, 0.007966055004607377, -0.02036542325155543]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 531243159
+    - 
+      positions: [1.0566778246416322, -0.5822551965836111, -0.4045288424037332, 1.2684160117129697, -2.466101555037348, -0.8031915003636004]
+      velocities: [-0.08439705454276847, 0.1798699252474491, -0.26990772293577203, -0.21684082034504853, 0.07230766153224885, -0.015242341428423643]
+      accelerations: [-0.03977224410156458, 0.016871742864883358, -3.0524369681752326e-14, -0.056790192677367596, 0.008036089990162046, -0.02040069542345158]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 536701357
+    - 
+      positions: [1.05621698966723, -0.5812740590900489, -0.4060007329605371, 1.2672326666323126, -2.465707119379733, -0.8032749250605402]
+      velocities: [-0.08461430274908927, 0.1799621033037209, -0.2699077229357721, -0.21715086592937038, 0.07235167682543577, -0.0153536888161465]
+      accelerations: [-0.03990350634910107, 0.01693455006095223, 0.0, -0.05691895744936983, 0.00810653250161813, -0.020435929700539292]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 542154667
+    - 
+      positions: [1.0557553820226646, -0.5802932967044012, -0.4074713062897391, 1.2660486901353503, -2.4653127959580132, -0.8033588820190852]
+      velocities: [-0.08483207302105344, 0.1800545416551357, -0.269907722935772, -0.21746133735010575, 0.07239603772395384, -0.015465128622737339]
+      accelerations: [-0.04003525070991819, 0.01699757273074649, 4.0772102783536794e-14, -0.05704836030373959, 0.008177413649776567, -0.020471198771413804]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 547603097
+    - 
+      positions: [1.0552930003694956, -0.5793129076046304, -0.408940564345917, 1.2648640813492495, -2.4649185827929476, -0.8034433707674369]
+      velocities: [-0.08505036699595064, 0.180147240985908, -0.2699077229357719, -0.21777223724089956, 0.07244074598588693, -0.015576660826398511]
+      accelerations: [-0.040167479401104385, 0.017060811624095416, -3.0606443356639085e-14, -0.05717840364794015, 0.0082487336431288, -0.02050649694058485]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 553046654
+    - 
+      positions: [1.0548298433671914, -0.578332889975073, -0.4104085090712159, 1.2636788393963765, -2.4645244779031796, -0.8035283908339428]
+      velocities: [-0.08526918630458985, 0.18024020196980764, -0.2699077229357719, -0.21808356809143628, 0.0724858032357184, -0.015688285049562295]
+      accelerations: [-0.04030019005964026, 0.017124263100084077, 4.084509099247806e-14, -0.05730903550147664, 0.00832044505621271, -0.020541699265864168]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 558485345
+    - 
+      positions: [1.054365909673612, -0.5773532420072768, -0.411875142394306, 1.2624929633968147, -2.464130479306975, -0.8036139417433259]
+      velocities: [-0.08548853259127462, 0.18033342529093316, -0.2699077229357717, -0.2183953325081227, 0.0725312111922165, -0.015800001132679667]
+      accelerations: [-0.0404333922654088, 0.017187935553319388, 5.110200321236177e-14, -0.05744035413609213, 0.00839263188363623, -0.020577010979837947]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 563919177
+    - 
+      positions: [1.0539011979442066, -0.5763739618985121, -0.4133404662322901, 1.2613064524640585, -2.4637365850192796, -0.8037000230228504]
+      velocities: [-0.08570840750910683, 0.1804269116381791, -0.2699077229357716, -0.21870753314435398, 0.07257697160709183, -0.015911808978754098]
+      accelerations: [-0.040567081924575615, 0.01725182330397269, -2.045906305355086e-14, -0.05757228187695011, 0.008465224099662116, -0.02061224982782837]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 569348158
+    - 
+      positions: [1.0534357068327127, -0.5753950478530182, -0.41480448248913926, 1.2601193057087112, -2.463342793054264, -0.8037866341968318]
+      velocities: [-0.08592881270444293, 0.18052066168967426, -0.2699077229357717, -0.21902017250925018, 0.07262308609786816, -0.01602370813412133]
+      accelerations: [-0.04070126292598669, 0.017315929033399995, -3.071599638991874e-14, -0.05770484668489287, 0.00853824423512439, -0.020647466833893267]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 574772294
+    - 
+      positions: [1.0529694349909584, -0.5744164980816032, -0.416267193056224, 1.25893152223737, -2.4629491014245675, -0.8038737747881662]
+      velocities: [-0.08614974983636005, 0.18061467613305227, -0.269907722935772, -0.21933325321782213, 0.07266955636689618, -0.016135698339065342]
+      accelerations: [-0.040835938360149204, 0.01738025453026783, -6.148681507267984e-14, -0.05783806298206978, 0.008611702873978574, -0.020682682365919722]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 580191593
+    - 
+      positions: [1.0525023810687748, -0.5734383108014558, -0.4177285998125677, 1.2577431011521358, -2.462555508140974, -0.8039614443189321]
+      velocities: [-0.08637122057760108, 0.18070895566588824, -0.26990772293577214, -0.21964677799268212, 0.07271638420229286, -0.01624777952896605]
+      accelerations: [-0.04097111247067454, 0.01744480264585436, 1.0256942731035845e-14, -0.05797195949354893, 0.008685623017115679, -0.020717948146533535]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 585606061
+    - 
+      positions: [1.0520345437137895, -0.5724604842357478, -0.4191887046253656, 1.2565540415494898, -2.4621620112116527, -0.8040496423119226]
+      velocities: [-0.08659322659774873, 0.1808035009784697, -0.269907722935772, -0.21996074945587038, 0.07276357129593232, -0.016359951377507207]
+      accelerations: [-0.04110678215049432, 0.017509568812508536, 4.106434472372227e-14, -0.058106473782571215, 0.008759948034741111, -0.02075311581917163]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 591015706
+    - 
+      positions: [1.0515659215719984, -0.5714830166146316, -0.4206475093487458, 1.2553643425232717, -2.461768608644208, -0.8041383682862115]
+      velocities: [-0.08681576957126222, 0.18089831276219753, -0.26990772293577187, -0.22027517023242577, 0.0728111193343873, -0.01647221352480471]
+      accelerations: [-0.0412429546402273, 0.017574558997127277, 0.0, -0.05824167289022961, 0.008834734546041499, -0.020788321401578994]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 596420533
+    - 
+      positions: [1.0510965132872327, -0.5705059061742502, -0.42210501582503773, 1.2541740031618251, -2.4613752984437336, -0.8042276217612023]
+      velocities: [-0.08703885118378535, 0.1809933917159301, -0.2699077229357719, -0.22059004302744395, 0.07285903006554281, -0.0165845657454066]
+      accelerations: [-0.04137962916872116, 0.01763977097577976, -3.085314905139551e-14, -0.05837752282039106, 0.008909950499265913, -0.020823478487393507]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 601820551
+    - 
+      positions: [1.0506263175014883, -0.569529151157299, -0.4235612258840816, 1.2529830225496958, -2.460982078613991, -0.8043174022540482]
+      velocities: [-0.0872624731244267, 0.18108873853807556, -0.2699077229357718, -0.22090537052776643, 0.07290730521283104, -0.01669700773223936]
+      accelerations: [-0.0415168101390819, 0.017705207801636116, 7.205475566691375e-14, -0.058514054352325234, 0.008985620870216163, -0.020858643342788172]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 607215766
+    - 
+      positions: [1.0501553328547018, -0.5685527498125962, -0.4250161413437872, 1.2517913997664187, -2.460588947156586, -0.8044077092813173]
+      velocities: [-0.08748663708855303, 0.18118435392954796, -0.26990772293577175, -0.22122115543990029, 0.07295594650867475, -0.016809539180451343]
+      accelerations: [-0.04165449782677322, 0.01777086834724134, -4.1210774015461505e-14, -0.0586512474950621, 0.009061725943308379, -0.020893760451311208]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 612606184
+    - 
+      positions: [1.0496835579849626, -0.5675767003954288, -0.42646976400971853, 1.2505991338875813, -2.4601959020717112, -0.8044985423573403]
+      velocities: [-0.08771134477694309, 0.18128023859249076, -0.26990772293577175, -0.22153740047441084, 0.07300495568026058, -0.016922159751395344]
+      accelerations: [-0.04179269634005238, 0.01783675520210257, 4.1247416073131873e-14, -0.058789127308774086, 0.009138285465303913, -0.020928872801596447]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 617991812
+    - 
+      positions: [1.0492109915283376, -0.5666010011672183, -0.42792209567553147, 1.249406223983879, -2.459802941357508, -0.8045899009954774]
+      velocities: [-0.08793659789854863, 0.1813763932335528, -0.2699077229357715, -0.22185410838370545, 0.07305433448290218, -0.017034869157085762]
+      accelerations: [-0.041931406990321225, 0.017902868457910552, 5.160509063810595e-14, -0.05892768782310601, 0.009215292089180094, -0.02096395615090518]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 623372657
+    - 
+      positions: [1.0487376321189634, -0.565625650395645, -0.4293731381228353, 1.2482126691215447, -2.4594100630103752, -0.8046817847073959]
+      velocities: [-0.0877253910615454, 0.18057419925820614, -0.2685715460895549, -0.2210706384262672, 0.07274205964783292, -0.017062498310264528]
+      accelerations: [0.11997687639357583, -0.31490882504781464, 0.49483081544072227, 0.34883176270325816, -0.12482338826063642, 0.010646236609875676]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 628748726
+    - 
+      positions: [1.0482634783890101, -0.5646506463545653, -0.4308228931213166, 1.2470184683621297, -2.4590172650248285, -0.8047741930032718]
+      velocities: [-0.08751361119081676, 0.17977179730906903, -0.2672353692433385, -0.2202860632182953, 0.0724299088823079, -0.017089656572235743]
+      accelerations: [-0.04137866414405724, 0.017680402471267034, 0.0, -0.05804027078708432, 0.00918602406742873, -0.020619596838450088]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 634173737
+    - 
+      positions: [1.047788528968703, -0.5636759873240149, -0.4322713624287508, 1.2458236207625684, -2.4586245453935613, -0.8048671253916019]
+      velocities: [-0.08773826438596044, 0.17986780604900204, -0.2672353692433385, -0.22060102667124099, 0.07247990707440713, -0.017201511860113535]
+      accelerations: [-0.041516161895218846, 0.017745884074339403, 0.0, -0.058178130436946716, 0.009262839026820699, -0.02065389237336431]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 639593938
+    - 
+      positions: [1.0473127824863937, -0.5627016715903096, -0.43371854779089936, 1.2446281253755112, -2.4582319021076806, -0.8049605813786085]
+      velocities: [-0.0875274436376042, 0.17907293494703808, -0.2659124218708466, -0.21982203219343804, 0.07217109223849719, -0.017227466338822973]
+      accelerations: [0.11885326202621496, -0.3099026337423953, 0.48637323950383754, 0.34433255771229027, -0.12275877329866756, 0.01102741076378928]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 645009334
+    - 
+      positions: [1.0468362375684044, -0.5617276974457408, -0.4351644509419044, 1.2434319812484698, -2.4578393331561386, -0.8050545604693744]
+      velocities: [-0.08688324092815829, 0.17739505543813838, -0.26327962561469975, -0.2179568038629296, 0.071506520620127, -0.017167266877486823]
+      accelerations: [0.11691920291607774, -0.30418941357235324, 0.47721247993501925, 0.33832627190828773, -0.12046986229453556, 0.011004342388600598]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 650474038
+    - 
+      positions: [1.0463588928392058, -0.5607540631888612, -0.4366090736039517, 1.2422351874247037, -2.457446836526349, -0.8051490621664593]
+      velocities: [-0.08624375121472308, 0.17573311168675165, -0.26067289664821763, -0.2161074248742948, 0.07084840109095909, -0.01710665440914232]
+      accelerations: [0.11501644773954638, -0.29858169910110494, 0.46822407322146387, 0.3324242770552364, -0.11822391498120552, 0.010978411108196489]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 655988501
+    - 
+      positions: [1.0458807469211893, -0.5597807671240572, -0.4380524174878222, 1.241037742941994, -2.4570544102033653, -0.8052440859715566]
+      velocities: [-0.08560894068069398, 0.1740869506810805, -0.2580919768794233, -0.21427376235311998, 0.07019666908825711, -0.017045641796463215]
+      accelerations: [0.11314449682736796, -0.2930775436913548, 0.4594047831446359, 0.32662480793930593, -0.11602015077677116, 0.010949800932898178]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 661553179
+    - 
+      positions: [1.04540179843497, -0.5588078075620521, -0.43949448429228366, 1.239839646834173, -2.4566620521709366, -0.8053396313831854]
+      velocities: [-0.08497877573936466, 0.17245642088813162, -0.2555366107717063, -0.21245568447124039, 0.06955126066878979, -0.01698424161203472]
+      accelerations: [0.11130285410031254, -0.28767503238725695, 0.4507514341134087, 0.32092607682013335, -0.11385775805403872, 0.01091857746141307]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 667168530
+    - 
+      positions: [1.0449220459992132, -0.5578351828195762, -0.44093527570452234, 1.2386408981301738, -2.4562697604108763, -0.8054356978979503]
+      velocities: [-0.0843532230446069, 0.17084137225190682, -0.25300654531852107, -0.2106530605820363, 0.06891211262850407, -0.016922466454798342]
+      accelerations: [0.10949103132108953, -0.2823722852958259, 0.44226090987034683, 0.3153263278550708, -0.11173594124114829, 0.010884806206908425]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 672835019
+    - 
+      positions: [1.0444414882304562, -0.5568628912190267, -0.44237479340057534, 1.2374414958530853, -2.4558775329024223, -0.8055322850118137]
+      velocities: [-0.08373224947548814, 0.16924165616477038, -0.2505015300183376, -0.20886576104705729, 0.06827916235136247, -0.016860328593066996]
+      accelerations: [0.10770855291394056, -0.2771674625373918, 0.4339301525753996, 0.30982389195103166, -0.1096539699219672, 0.010848674952108355]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 678553113
+    - 
+      positions: [1.043960123743486, -0.5558909310891024, -0.4438130390445695, 1.2362414390220415, -2.4554853676235506, -0.8056293922172435]
+      velocities: [-0.08311582213162397, 0.16765712544975933, -0.2480213168498393, -0.20709365719296935, 0.06765234777205298, -0.016797839891061553]
+      accelerations: [0.10595494707943567, -0.2720587542419215, 0.4257561617482921, 0.30441708399292455, -0.10761108811236705, 0.010810269096782307]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 684323285
+    - 
+      positions: [1.0434779511512877, -0.5549193007646842, -0.44525001428889, 1.2350407266519148, -2.455093262550779, -0.8057270190035495]
+      velocities: [-0.082503908353142, 0.16608763436890972, -0.24556566024736598, -0.20533662155248225, 0.06703160758845987, -0.016735012355950367]
+      accelerations: [0.10422974584083017, -0.26704438014491505, 0.41773599292678976, 0.29910420592316045, -0.10560651771591847, 0.010769581096006762]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 690146011
+    - 
+      positions: [1.0429949690645661, -0.5539479985859781, -0.44668572077524765, 1.2338393577508135, -2.454701215657466, -0.8058251648604132]
+      velocities: [-0.08189647570163786, 0.16453303859104373, -0.24313431707659977, -0.20359452764901914, 0.06641688107375171, -0.016671857688241653]
+      accelerations: [0.10253249830752487, -0.26212260285704375, 0.40986675685294205, 0.29388370118167656, -0.10363959364257147, 0.010726847396521572]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 696021771
+    - 
+      positions: [1.0425111760924066, -0.5529770228996376, -0.4481201601333205, 1.232637331323436, -2.4543092249161234, -0.8059238292729086]
+      velocities: [-0.08129349195709892, 0.1629931951764012, -0.2407270466104946, -0.20186724997263905, 0.06580810805615461, -0.016608387250120447]
+      accelerations: [0.10086275172878267, -0.25729170775902854, 0.4021456184516339, 0.28875393346665024, -0.10170957034657678, 0.010682067327217128]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 701951052
+    - 
+      positions: [1.0420265708418515, -0.5520063720579995, -0.44955333398171154, 1.2314346463688415, -2.453917288296905, -0.8060230117246295]
+      velocities: [-0.08069492512987636, 0.16146796257673368, -0.23834361050544017, -0.20015466412650923, 0.06520522904795978, -0.016544612404702997]
+      accelerations: [0.09922006497541784, -0.25255001651127473, 0.39456979566132616, 0.2837133479701021, -0.09981576315307157, 0.010635356076612326]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 707934342
+    - 
+      positions: [1.0415411519180249, -0.5510360444192793, -0.45098524392772615, 1.2302313018810578, -2.45352540376804, -0.8061227116966997]
+      velocities: [-0.08010074344616504, 0.15995720060834623, -0.23598377277766353, -0.19845664666649224, 0.06460818510581923, -0.016480544186419515]
+      accelerations: [0.09760400389817811, -0.24789588166969634, 0.3871365586039407, 0.27876041422907166, -0.0979574983762843, 0.010586820676979431]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 713972135
+    - 
+      positions: [1.0410549179242468, -0.5500660383477373, -0.45241589156718853, 1.2290272968495999, -2.453133569296203, -0.8062229286669134]
+      velocities: [-0.07951091535779867, 0.15846077045038048, -0.23364729977986495, -0.19677307522224416, 0.06401691793840728, -0.016416193585555558]
+      accelerations: [0.09601413757280954, -0.2433276824790336, 0.37984322847457014, 0.2738935876039766, -0.0961340794411519, 0.010536477337460427]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 720064931
+    - 
+      positions: [1.040567867461688, -0.5490963522130634, -0.45384527848520845, 1.2278226302576951, -2.452741782845311, -0.8063236621122012]
+      velocities: [-0.07892540953134726, 0.1569785346217055, -0.23133396017808422, -0.1951038283816895, 0.0634313698055777, -0.01635157131583653]
+      accelerations: [0.09445004867093836, -0.23884383504353937, 0.3726871767038522, 0.26911142510785785, -0.09434488919451159, 0.01048450507854572]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 726213231
+    - 
+      positions: [1.0400799991298841, -0.5481269843912309, -0.4552734062551626, 1.2266173010848176, -2.4523500423782814, -0.8064249115048441]
+      velocities: [-0.07834419484924803, 0.15551035697030147, -0.22904352492879626, -0.19344878571206003, 0.06285148353739428, -0.016286687879122744]
+      accelerations: [0.09291131899040704, -0.23444277707923533, 0.3656658239857396, 0.26441242440794643, -0.09258924821208854, 0.010430895691011813]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 732417545
+    - 
+      positions: [1.0395913115262818, -0.5471579332636982, -0.4567002764396842, 1.2254113083043614, -2.451958345855452, -0.8065266763157357]
+      velocities: [-0.07776724041238411, 0.1540561026647333, -0.22677576725623383, -0.19180782779695785, 0.062277202568501375, -0.016221553667529136]
+      accelerations: [0.09139754314425981, -0.23012298130090716, 0.3587766393158967, 0.25979517780359157, -0.09086655023737548, 0.010375789751547227]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 738678383
+    - 
+      positions: [1.0391018032465886, -0.5461891972179748, -0.45812589058999187, 1.224204650885354, -2.4515666912357705, -0.8066289560117967]
+      velocities: [-0.07719451553777096, 0.15261563818007934, -0.2245304626299346, -0.19018083621679818, 0.06170847092144347, -0.016156178938515613]
+      accelerations: [0.08990831638205507, -0.22588294292107822, 0.3520171391007196, 0.25525823727497887, -0.08917614418577736, 0.010319185218043784]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 744996264
+    - 
+      positions: [1.0386114728843565, -0.5452207746468952, -0.459550250246789, 1.222997327790311, -2.4511750764753395, -0.8067317500589725]
+      velocities: [-0.0766259897546589, 0.1511888312825318, -0.22230738874250944, -0.18856769351403452, 0.06114523317665026, -0.016090573757982632]
+      accelerations: [0.08844324694817829, -0.22172119145316949, 0.34538488630221736, 0.25080025200408274, -0.08751745465573968, 0.010261235895840538]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 751371708
+    - 
+      positions: [1.0381203190314388, -0.5442526639493659, -0.4609733569393795, 1.221789337977493, -2.4507834995289888, -0.8068350579188404]
+      velocities: [-0.0760616327979022, 0.149775551011761, -0.22010632548763295, -0.18696828312791086, 0.06058743441686615, -0.016024747879242192]
+      accelerations: [0.08700194446737237, -0.21763627873103883, 0.338877489618889, 0.24641984039322787, -0.08588986966413041, 0.010201974770275112]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 757805243
+    - 
+      positions: [1.037628340277796, -0.5432848635300119, -0.4623952121861123, 1.2205806803998702, -2.450391958349575, -0.8069388790500179]
+      velocities: [-0.07550141462007576, 0.14837566768185514, -0.2179270549382506, -0.18538248953398623, 0.06003502035057046, -0.015958711063678396]
+      accelerations: [0.08558402541379792, -0.21362678398620627, 0.3324926024946448, 0.24211565243619232, -0.08429279587319266, 0.010141451104364206]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 764297398
+    - 
+      positions: [1.0371355352113845, -0.5423173717989684, -0.4638158174946516, 1.2193713540045328, -2.4500004508875963, -0.8070432129088959]
+      velocities: [-0.07457566045746003, 0.1462648001526316, -0.21470651042442912, -0.1829041218181036, 0.05919479006960267, -0.015813961429118284]
+      accelerations: [0.19554121571996533, -0.4276421373704238, 0.6459813094442112, 0.5106759318609247, -0.1709537694697543, 0.03376959305430309]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 770848711
+    - 
+      positions: [1.0366419024184026, -0.5413501871722649, -0.46523517436153344, 1.2181613577338537, -2.449608975092012, -0.8071480589478464]
+      velocities: [-0.07329341909188501, 0.14346345905767507, -0.2104759439510137, -0.17955732998223034, 0.05807490479509875, -0.015591941110776528]
+      accelerations: [0.18856052450145655, -0.4115217068966592, 0.6213212784780379, 0.491877605098128, -0.164516637712572, 0.032736025259448]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 777525833
+    - 
+      positions: [1.0361474404829765, -0.5403833080712805, -0.4666532842728372, 1.21695069052389, -2.44921752890916, -0.807253416617424]
+      velocities: [-0.072033208516168, 0.1407159478233896, -0.2063287363503713, -0.1762718312708531, 0.05697648944421284, -0.01537258861641641]
+      accelerations: [0.1818288991050259, -0.39600930669558926, 0.5976024706291383, 0.47377104720851904, -0.1583225389512048, 0.03173242994675625]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 784331180
+    - 
+      positions: [1.035652147987646, -0.5394167329235311, -0.46807014870326236, 1.2157393513067425, -2.448826110284398, -0.8073592853628417]
+      velocities: [-0.07079465083849588, 0.1380212289460797, -0.20226324512339106, -0.1730465038520641, 0.05589912782571091, -0.015155883413164956]
+      accelerations: [0.17533745627918368, -0.38108198886711847, 0.574788971061504, 0.45633077420151624, -0.15236223980039357, 0.03075792417649226]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 791267218
+    - 
+      positions: [1.0351560235127388, -0.5384504601615973, -0.4694857691174295, 1.2145273390073945, -2.448434717159948, -0.8074656646284366]
+      velocities: [-0.06957737463312075, 0.1353782849755802, -0.19827786013468393, -0.1698802464056035, 0.054842411903355565, -0.014941804815476831]
+      accelerations: [0.16907763652355878, -0.3667176792976266, 0.5528462348298074, 0.43953231899699696, -0.1466269276797672, 0.029811819723577167]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 798336458
+    - 
+      positions: [1.0346590656369274, -0.5374844882240355, -0.47090014696880844, 1.213314652546434, -2.4480433474767893, -0.8075725538536107]
+      velocities: [-0.06838101482298795, 0.13278611811939522, -0.19437100297488868, -0.1667719776728523, 0.05380594156825309, -0.014730331834496607]
+      accelerations: [0.1630411799551998, -0.35289513172659703, 0.5317410347669201, 0.42335205597647124, -0.14110807329821629, 0.02889331695129964]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 805541459
+    - 
+      positions: [1.0341612729369198, -0.5365188155548364, -0.47231328370038606, 1.21210129083846, -2.44765199917358, -0.8076799524750342]
+      velocities: [-0.06720521258049011, 0.1302437498710234, -0.19054112633554418, -0.1637206361879079, 0.0527893245677864, -0.014521443403776802]
+      accelerations: [0.15722012351639594, -0.33959390456156135, 0.5114414110850933, 0.4077672573407579, -0.13579749670664612, 0.028001698858761893]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 812884832
+    - 
+      positions: [1.0336626439876087, -0.5355534406036518, -0.4737251807444119, 1.2108872527927823, -2.447260670187157, -0.8077878599255168]
+      velocities: [-0.06604961521810002, 0.12775022063335598, -0.18678671339627914, -0.1607251798851984, 0.051792176322565775, -0.014315118321316884]
+      accelerations: [0.1516067859776733, -0.32679432592018565, 0.4919166231073348, 0.39275601043399655, -0.1306873104269041, 0.027136220792668423]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 820369236
+    - 
+      positions: [1.0331631773618901, -0.5345883618254705, -0.47513583952280347, 1.2096725373124642, -2.4468693584519015, -0.8078962756352759]
+      velocities: [-0.06459530712742714, 0.12469026443753953, -0.18220882985124126, -0.15701068530891193, 0.050564962214959465, -0.014041978333736934]
+      accelerations: [0.2277742508720905, -0.47163287975176954, 0.7026514132558196, 0.5763646781285205, -0.18951786608890034, 0.044085198375628985]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 827997379
+    - 
+      positions: [1.0326628716310784, -0.5336235776812812, -0.47654526144637865, 1.2084571432963171, -2.4464780619011286, -0.8080051990289424]
+      velocities: [-0.06285600341063663, 0.1210924431887142, -0.1768500951190391, -0.15261198769119502, 0.04911913945814121, -0.013704659111283685]
+      accelerations: [0.2153129292332486, -0.44492466271171566, 0.6625102243648047, 0.5442116697199495, -0.17881017006575375, 0.04184424149928333]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 835849772
+    - 
+      positions: [1.0321617253643662, -0.5326590866371583, -0.47795344791595784, 1.2072410696361944, -2.4460867784652445, -0.8081146295293636]
+      velocities: [-0.061163521452646884, 0.11759858346558458, -0.171648959982606, -0.14833657712118614, 0.04771489951295331, -0.013375080551607138]
+      accelerations: [0.20353323650865288, -0.41972932600889623, 0.6246620897328794, 0.5138522510588729, -0.16870819885326152, 0.0397156610459626]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 843933009
+    - 
+      positions: [1.03165973712909, -0.5316948871646802, -0.4793604003218854, 1.2060243152182442, -2.445695506072633, -0.8082245665556745]
+      velocities: [-0.05951660140638265, 0.11420567712279953, -0.16660078946114398, -0.14418099787794683, 0.046351040070341534, -0.013053077250380636]
+      accelerations: [0.19239789760173132, -0.3959611537001059, 0.5889760309091797, 0.4851863932478019, -0.1591776572978247, 0.03769394000210648]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 852253878
+    - 
+      positions: [1.0311569054909597, -0.5307309777412828, -0.4807661200436323, 1.204806878923981, -2.445304242650411, -0.808335009521632]
+      velocities: [-0.05763122691749782, 0.11036977587356131, -0.16091253144662948, -0.13945797507177582, 0.04480672185800594, -0.012676194797510303]
+      accelerations: [0.24569903201849355, -0.49552301492442474, 0.7330662606290698, 0.6123910509959112, -0.19972238327417077, 0.04985509669804724]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 860819366
+    - 
+      positions: [1.0306532290135728, -0.5297673568494398, -0.48217060845078263, 1.203588759627855, -2.4449129861227776, -0.8084459578390198]
+      velocities: [-0.055524158840860774, 0.10612446115931716, -0.15463377990118388, -0.13420914356138267, 0.04309547680869795, -0.012247883330957018]
+      accelerations: [0.22767980291482134, -0.45825798379109134, 0.6775678269298316, 0.5668366819119989, -0.18473676402633507, 0.046366958048525024]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 869724840
+    - 
+      positions: [1.030148706258871, -0.5288040229773902, -0.4835738669021929, 1.2023699561994285, -2.4445217344125343, -0.8085574109143855]
+      velocities: [-0.05323422808437003, 0.10154731507647602, -0.1478790172631752, -0.1285307858179155, 0.041248596017761485, -0.0117761594505015]
+      accelerations: [0.2646786735844777, -0.5260115388292965, 0.7750319006951594, 0.6541653631502972, -0.21240914911778655, 0.05503545904583956]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 878983796
+    - 
+      positions: [1.0296433357868604, -0.5278409746186591, -0.48497589674657676, 1.2011504675019582, -2.4441304854401293, -0.8086693681509755]
+      velocities: [-0.05053464705210517, 0.0962080286385038, -0.14002259075035822, -0.12187700551536827, 0.03909113109524634, -0.011210487044146258]
+      accelerations: [0.288215397481517, -0.5676463140672576, 0.8342719136271984, 0.7086724163665882, -0.2295018982811945, 0.06079605163222465]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 888706532
+    - 
+      positions: [1.029137116155786, -0.5268782102723187, -0.4863766993222164, 1.199930292393187, -2.44373923712423, -0.8087818289474697]
+      velocities: [-0.04772768936247708, 0.09068502439163717, -0.1319076144443247, -0.11497894895296279, 0.03685790754766831, -0.010617448050076014]
+      accelerations: [0.2566560583904421, -0.5044808513166399, 0.7410225493959395, 0.6303631725591234, -0.2040106359334665, 0.05431595656426585]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 899018378
+    - 
+      positions: [1.028630045922003, -0.5259157284427599, -0.48777627595724926, 1.1987094297246672, -2.4433479873812707, -0.808894792698855]
+      velocities: [-0.044645230251432494, 0.08466193558040394, -0.12307523806030017, -0.10743382607650201, 0.034420129882400924, -0.009959151480374386]
+      accelerations: [0.3020003190772529, -0.5873260120784692, 0.8601075345268879, 0.7372363471833336, -0.23787444155590112, 0.06495876685277299]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 909955030
+    - 
+      positions: [1.028122123640017, -0.524953527639737, -0.4891746279696335, 1.1974878783419038, -2.4429567341255813, -0.8090082587960906]
+      velocities: [-0.040943017903973, 0.07748926653418939, -0.11258270666839384, -0.09841564268167692, 0.03151350699538075, -0.009158278796046845]
+      accelerations: [0.3186867025687166, -0.6153836676355673, 0.8993550607458733, 0.7748253274337785, -0.24949549869427148, 0.06927833187295374]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 921787495
+    - 
+      positions: [1.0276133478625489, -0.5239916063784485, -0.49057175666707226, 1.1962656370846014, -2.4425654752695767, -0.8091222266256471]
+      velocities: [-0.03672508320168723, 0.06937048559301501, -0.10072847884016467, -0.08817921658166158, 0.02822034367631719, -0.008237043532057448]
+      accelerations: [0.32114819241830583, -0.616393853634522, 0.8992508210008902, 0.7781270716105447, -0.25012914916543827, 0.07043297538292499]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 934846463
+    - 
+      positions: [1.027103717140457, -0.5230299631793981, -0.49196766334719555, 1.1950427047862515, -2.4421742087234968, -0.8092366955699725]
+      velocities: [-0.036824840002413414, 0.06941371841201954, -0.10072847884016468, -0.08831423463702248, 0.028247251602776732, -0.008283102773691587]
+      accelerations: [-0.33575903904183546, 0.6231177019267319, -0.8999890591695412, -0.7981844105431791, 0.25420443807335497, -0.07711511931446835]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 949622527
+    - 
+      positions: [1.0265932300228617, -0.5220685965685642, -0.4933623492973809, 1.193819080274657, -2.4417829323957916, -0.8093516650066278]
+      velocities: [-0.041048474925385936, 0.07722449801776007, -0.1119976607983752, -0.09833492118628001, 0.031435579895111886, -0.00925761408192892]
+      accelerations: [-0.3029180308183485, 0.5577369724636048, -0.8036045111447858, -0.7169115647575303, 0.22783281167056332, -0.07028631293170953]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 962658663
+    - 
+      positions: [1.0260818850569933, -0.5211075050771434, -0.4947558157950707, 1.1925947623711532, -2.4413916441926067, -0.8094671343092921]
+      velocities: [-0.04477583529009915, 0.08407186911355767, -0.12185667134683192, -0.10714517494247366, 0.034233800143932534, -0.01012493717582787]
+      accelerations: [-0.321135054559284, 0.5885710733663672, -0.8468273378944334, -0.758062982959662, 0.24062104513168966, -0.07494309020992534]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 974567699
+    - 
+      positions: [1.0255696807883508, -0.5201466872417806, -0.4961480641075248, 1.1913697498913107, -2.441000342018296, -0.8095831028466259]
+      velocities: [-0.04835926301496246, 0.09062254015748472, -0.13127409360087502, -0.1155918035276153, 0.03691308631465806, -0.010963885463762625]
+      accelerations: [-0.3288383224353578, 0.5994905937160565, -0.8611087246164189, -0.7739262531080217, 0.24531602388768883, -0.07724691185468795]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 985555880
+    - 
+      positions: [1.0250566157606094, -0.5191861416044036, -0.4975390954920302, 1.1901440416444373, -2.4406090237750986, -0.8096995699828768]
+      velocities: [-0.05171362295782339, 0.09671897470841556, -0.14002259075035828, -0.12347272907457493, 0.03940916444416061, -0.01175481023790392]
+      accelerations: [-0.32381748777372177, 0.5865641822134899, -0.8408456965820832, -0.7593700708844616, 0.24030244906458284, -0.07666253949866055]
+      effort: []
+      time_from_start: 
+        secs: 1
+        nsecs: 995795796
+    - 
+      positions: [1.0245426885154707, -0.5182258667119609, -0.49892891119622096, 1.1889176364328025, -2.4402176873626265, -0.809816535078884]
+      velocities: [-0.05475446942482485, 0.10220615850896919, -0.1478790172631752, -0.13058841427008017, 0.04165870115637911, -0.012478024115484092]
+      accelerations: [-0.30459961868347574, 0.5472813097873993, -0.7825105554587694, -0.7110543392146932, 0.2245406367166779, -0.0728160114191707]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:   5433830
+    - 
+      positions: [1.0240278975931125, -0.5172658611171207, -0.5003175124572927, 1.1876905330537233, -2.439826330679337, -0.8099339974889355]
+      velocities: [-0.057401535455138694, 0.10693807915513395, -0.15463377990118388, -0.13675016217750907, 0.043601944765636086, -0.013114603597630545]
+      accelerations: [-0.2707070271714968, 0.4810123747810022, -0.6853073268964153, -0.6280298925417716, 0.19775545689082855, -0.06555696387899625]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  14596075
+    - 
+      positions: [1.0235122415317666, -0.5163061233775796, -0.5017049005028179, 1.1864627302974968, -2.439434951621123, -0.8100519565636467]
+      velocities: [-0.05988497022131077, 0.11134650234786707, -0.16091253144662948, -0.14250842050702356, 0.0454147531716205, -0.01371663342283837]
+      accelerations: [-0.2941426227654192, 0.5216504245496674, -0.7427385207856025, -0.6816538235114351, 0.21455604449465795, -0.07137567647518808]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  23393121
+    - 
+      positions: [1.0229957188679368, -0.5153466520563889, -0.5030910765503895, 1.1852342269483782, -2.439043548082019, -0.8101704116484222]
+      velocities: [-0.06216000796703276, 0.11535127382014104, -0.16660078946114398, -0.14775887543067745, 0.04706423673057446, -0.01427335381429869]
+      accelerations: [-0.2421146125080126, 0.42218754944857445, -0.5977951486002598, -0.5558469809900352, 0.17420250754316008, -0.05987285362057538]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  31839523
+    - 
+      positions: [1.0224783281362868, -0.5143874457217572, -0.5044760418078643, 1.1840050217839884, -2.438652117953814, -0.8102893620841938]
+      velocities: [-0.06420723050080579, 0.11891766035600025, -0.1716489599826061, -0.15245629700203261, 0.04853614944465478, -0.014780084250505168]
+      accelerations: [-0.2578910914206972, 0.4488401221022699, -0.6351263314767891, -0.5914235009058726, 0.18528779544424087, -0.06389076008419198]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  40030357
+    - 
+      positions: [1.0219600678698415, -0.5134285029473493, -0.5058597974730423, 1.1827751135762015, -2.438260659126695, -0.8104088072060153]
+      velocities: [-0.06632187222014913, 0.12259447175758195, -0.17685009511903899, -0.1573031456225633, 0.050054360339241946, -0.015304453879803347]
+      accelerations: [-0.27469557634150604, 0.4771758718889422, -0.6747887100796701, -0.6292775813340518, 0.19707958397866643, -0.06817707244242241]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  47973357
+    - 
+      positions: [1.0214409365995984, -0.5124698223116533, -0.5072423447344081, 1.1815445010892567, -2.437869169487965, -0.8105287463456731]
+      velocities: [-0.06850615352159796, 0.1263851322749525, -0.18220882985124107, -0.16230417917029202, 0.05162033448270698, -0.015847066887384964]
+      accelerations: [-0.2925950533050429, 0.5073011359931686, -0.7169278592337877, -0.6695550527082219, 0.20962295525063426, -0.07274960305378585]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  55676022
+    - 
+      positions: [1.0209209328549054, -0.5115114023985604, -0.5086236847704841, 1.1803131830814795, -2.4374776469232584, -0.8106491788290803]
+      velocities: [-0.07040638402356349, 0.12963833593851787, -0.18678671339627903, -0.16662230331695632, 0.05296798093589116, -0.016325903670802503]
+      accelerations: [-0.21382865702569723, 0.35953191101928517, -0.5027930831782215, -0.4811311935573796, 0.14947825246064667, -0.05488914899471023]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  63145624
+    - 
+      positions: [1.0204000551635637, -0.5105532417975059, -0.5100038187496967, 1.179081158305702, -2.4370860893168675, -0.8107701039755334]
+      velocities: [-0.07200512527094641, 0.13232390709120467, -0.19054112633554404, -0.1702176447116891, 0.05408484051423626, -0.01673660637936471]
+      accelerations: [-0.22327395756725238, 0.3747074189884719, -0.5236656945363507, -0.5018448619119793, 0.1558737701147279, -0.05739958012799881]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  70461653
+    - 
+      positions: [1.0198783020514628, -0.509595339102871, -0.5113827478310714, 1.1778484255074728, -2.436694494550524, -0.8108915211001959]
+      velocities: [-0.07364016493916734, 0.13506529024342878, -0.1943710029748885, -0.1738906729440254, 0.05522554407769789, -0.017157259622427583]
+      accelerations: [-0.2331364971875435, 0.3905239927854849, -0.545404756969307, -0.5234508440256366, 0.16254385936103066, -0.060023879304425765]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  77627265
+    - 
+      positions: [1.0193556720424612, -0.508637692913788, -0.5127604731644717, 1.1766149834244584, -2.436302860503009, -0.8110134295148335]
+      velocities: [-0.07531232740473412, 0.13786364922100136, -0.1982778601346838, -0.17764307071467983, 0.05639060732781945, -0.0175880973699922]
+      accelerations: [-0.243434705597905, 0.4070087336365196, -0.5680462399293076, -0.5459875665636158, 0.16950030917097966, -0.06276707430899024]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  84645555
+    - 
+      positions: [1.018832163659105, -0.5076803018352415, -0.5141369958893698, 1.1753808307897369, -2.435911185052473, -0.8111358285229244]
+      velocities: [-0.07702245577618302, 0.14072017220195954, -0.2022632451233912, -0.18147655727213846, 0.05758055723993011, -0.018029358886526126]
+      accelerations: [-0.25418783554777424, 0.42418989845799226, -0.5916276063694899, -0.5694951949550161, 0.17675548944385697, -0.06563458898686299]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  91519551
+    - 
+      positions: [1.0183077754220615, -0.5067231644771638, -0.5155123171358938, 1.1741459663290779, -2.435519466074571, -0.811258717423477]
+      velocities: [-0.07877141233893448, 0.14363607224681157, -0.2063287363503714, -0.185392889383728, 0.05879593246649149, -0.018481289217732486]
+      accelerations: [-0.26541598745950273, 0.4420969369151443, -0.6161878744668988, -0.5940155974609901, 0.18432227760489717, -0.06863202356958972]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs:  98252221
+    - 
+      positions: [1.0177825058500631, -0.5057662794543305, -0.5168864380249606, 1.1729103887606231, -2.4351277014422736, -0.8113820955113656]
+      velocities: [-0.0805600789660664, 0.1466125877954239, -0.21047594395101368, -0.1893938619138212, 0.060037283381922796, -0.018944138803081625]
+      accelerations: [-0.27714014586947855, 0.4607605410192914, -0.641767682610581, -0.6195924096806684, 0.1922140725558212, -0.07176514268217975]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 104846470
+    - 
+      positions: [1.017256353460407, -0.504809645387122, -0.5182593596674351, 1.1716740967971617, -2.434735889027473, -0.811505962073912]
+      velocities: [-0.08197691072496355, 0.14890253860551383, -0.21363303101485193, -0.19251325489736582, 0.06099850995708435, -0.019320846997711177]
+      accelerations: [-0.15954750306460136, 0.24482991336810708, -0.3309046299634245, -0.3416983530077295, 0.10398266081410253, -0.04437233522201691]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 111305145
+    - 
+      positions: [1.0167293167684084, -0.5038532609006517, -0.5196310831651354, 1.1704370891435012, -2.4343440266991867, -0.8116303163945705]
+      velocities: [-0.08300827556936476, 0.15048375491121554, -0.21576936132500046, -0.19472094714312219, 0.061670329954282926, -0.019607799676957]
+      accelerations: [-0.16331242110164498, 0.2501538724658624, -0.33785064863548403, -0.3493988410314229, 0.10632423086491644, -0.04545593676851906]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 117694292
+    - 
+      positions: [1.0162013942878592, -0.502897124625466, -0.5210016096100605, 1.1691993644985543, -2.433952112325039, -0.8117551577497772]
+      velocities: [-0.0840526135319824, 0.1520819648333271, -0.21792705493825054, -0.19695409211489406, 0.062349885611914804, -0.019898593563564132]
+      accelerations: [-0.1671662343718344, 0.25559397827556535, -0.3449424605348663, -0.3572734286719411, 0.10871918509121284, -0.046565402783544534]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 124014659
+    - 
+      positions: [1.015672584530738, -0.5019412351970742, -0.5223709400849406, 1.1679609215539124, -2.4335601437703, -0.8118804854108922]
+      velocities: [-0.08511008816070012, 0.15369735341891577, -0.22010632548763326, -0.1992129868617114, 0.06303727013214819, -0.020193276232245767]
+      accelerations: [-0.17111104361117435, 0.2611527736739718, -0.3521831277088421, -0.36532606014754676, 0.1111687459726444, -0.04770131332796493]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 130266988
+    - 
+      positions: [1.0151428860073533, -0.5009855912561514, -0.5237390756630266, 1.1667217589944543, -2.4331681188983345, -0.812006298643194]
+      velocities: [-0.08618086507303213, 0.15533010775769512, -0.22230738874250955, -0.20149793195814789, 0.0637325778765005, -0.02049189577773887]
+      accelerations: [-0.1751490013313174, 0.2668328594570271, -0.3595757766110002, -0.37356078880416516, 0.11367418100441029, -0.048864301549348364]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 136452011
+    - 
+      positions: [1.014612297226251, -0.5000301914483772, -0.5251060174082898, 1.1654818754978407, -2.432776035570288, -0.8121325967064799]
+      velocities: [-0.08726511198418695, 0.15698041700617396, -0.2245304626299343, -0.20380923156174366, 0.06443590439344901, -0.02079450085019672]
+      accelerations: [-0.1792823095895496, 0.2726368920941858, -0.3671235994459735, -0.3819817461564691, 0.11623677471426445, -0.0500549844087964]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 142570452
+    - 
+      positions: [1.0140808166942987, -0.49907503442455375, -0.5264717663753096, 1.1642412697348477, -2.432383891645344, -0.8122593788544631]
+      velocities: [-0.0883629987288227, 0.15864847240581353, -0.22677576725623372, -0.20614719341102036, 0.06514734639331354, -0.021101140563705472]
+      accelerations: [-0.18351322248758886, 0.27856758648354496, -0.37482985559630905, -0.39059315778707293, 0.11885784097918618, -0.05127399169327054]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 148623029
+    - 
+      positions: [1.0135484429167723, -0.49812011884071944, -0.5278363236091671, 1.1629999403696953, -2.4319916849809875, -0.8123866443341647]
+      velocities: [-0.08947469729548588, 0.16033446731446546, -0.22904352492879623, -0.20851212894016702, 0.06586700182602832, -0.021411864651596828]
+      accelerations: [-0.18784405015645508, 0.2846277200070583, -0.3826978729738865, -0.3993993697638961, 0.12153874574195231, -0.052522018438015745]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 154610450
+    - 
+      positions: [1.0130151743971612, -0.49716544335782903, -0.5291996901458191, 1.1617578860590798, -2.431599413432363, -0.812514392387187]
+      velocities: [-0.09060038185740493, 0.16203859723308972, -0.2313339601780842, -0.21090435335136237, 0.06659496992144917, -0.02172672353013904]
+      accelerations: [-0.1922771559863382, 0.2908201294473255, -0.3907310494389325, -0.40840481297835535, 0.12428087380349967, -0.05379974415023566]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 160533416
+    - 
+      positions: [1.0124810096371528, -0.4962110066417202, -0.5305618670121531, 1.1605151054520413, -2.431207074852211, -0.8126426222497811]
+      velocities: [-0.09174022877996432, 0.16376105980912387, -0.2336472997798652, -0.21332418547774296, 0.06733135104286131, -0.022045767915865655]
+      accelerations: [-0.19681495402189425, 0.2971477088523034, -0.3989328544435416, -0.4176139723627255, 0.12708560020760507, -0.05510776303993681]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 166392623
+    - 
+      positions: [1.0119459471371457, -0.49525680736387434, -0.5319228552251651, 1.1592715971922427, -2.4308146670924913, -0.8127713331494185]
+      velocities: [-0.09289441667011655, 0.1655020548824485, -0.23598377277766378, -0.21577194802286329, 0.06807624687473479, -0.022369049242225325]
+      accelerations: [-0.201459928289898, 0.3036134287427305, -0.4073068303638544, -0.42703154968441864, 0.12995443356017988, -0.05644692530931932]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 172188755
+    - 
+      positions: [1.0114099853954854, -0.494302844200238, -0.5332826557932844, 1.1580273599144, -2.4304221880019288, -0.8129005243098233]
+      velocities: [-0.09406312640576081, 0.16726178451061013, -0.23834361050544023, -0.21824796761297788, 0.06882976044438341, -0.022696619677308554]
+      accelerations: [-0.20621460912156345, 0.31022031239865544, -0.41585659402476627, -0.4366622412914972, 0.13288881751601106, -0.057817860543727236]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 177922492
+    - 
+      positions: [1.0108731229089567, -0.49334911583195606, -0.5346412697155791, 1.1567823922464708, -2.430029635427569, -0.8130301949476813]
+      velocities: [-0.09524654114096802, 0.16904045296984438, -0.2407270466104947, -0.22075257463210946, 0.06959199594982943, -0.02302853167878331]
+      accelerations: [-0.2110815912857403, 0.31697145418820505, -0.4245858384777037, -0.44651089077800243, 0.13589026445354482, -0.059221296442234894]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 183594505
+    - 
+      positions: [1.0103353581728305, -0.49239562094542655, -0.535998697981716, 1.155536692809798, -2.4296370072149136, -0.8131603442723021]
+      velocities: [-0.09644484635670811, 0.17083826680189146, -0.24313431707659985, -0.22328610346621114, 0.07036305895084088, -0.023364838416808212]
+      accelerations: [-0.21606353423279193, 0.3238700198490917, -0.43349833441790914, -0.4565824819971184, 0.13896034844539099, -0.060658039754139914]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 189205459
+    - 
+      positions: [1.009796689680608, -0.4914423582318931, -0.5373549415724329, 1.154290260217861, -2.429244301207085, -0.8132909714872907]
+      velocities: [-0.09765822988866314, 0.17265543483744508, -0.24556566024736579, -0.2258488925317698, 0.07114305636863807, -0.023705593737337043]
+      accelerations: [-0.2211631566472225, 0.3309192409281153, -0.4425979318387484, -0.46688207650153196, 0.14210064793177166, -0.06212883774950984]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 194756010
+    - 
+      positions: [1.0092571159241464, -0.4904893263876236, -0.5387100014593555, 1.1530430930767912, -2.4288515152452153, -0.8134220757896755]
+      velocities: [-0.09888688194604664, 0.17449216821058244, -0.24802131684983916, -0.2284412842257425, 0.07193209641456312, -0.024050851957756192]
+      accelerations: [-0.22638324152453976, 0.3381224201153102, -0.4518885618031923, -0.47741485272261636, 0.14531277900194373, -0.06363445681557435]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 200246809
+    - 
+      positions: [1.0087166353937689, -0.4895365241140579, -0.5400638786048589, 1.1517951899857952, -2.428458647168782, -0.813553656369164]
+      velocities: [-0.10013099515555339, 0.17634868039842294, -0.2505015300183375, -0.2310636250981834, 0.07273028871710867, -0.02440066813327795]
+      accelerations: [-0.23172664301911355, 0.3454829379860314, -0.46137423803173033, -0.4881861519354806, 0.14859843509436868, -0.06517577387062878]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 205678499
+    - 
+      positions: [1.0081752465779446, -0.4885839501173102, -0.5414165739626301, 1.1505465495356255, -2.42806569481457, -0.813685712410221]
+      velocities: [-0.10139076458156628, 0.17822518723652336, -0.25300654531852107, -0.23371626580615185, 0.07353774425338251, -0.0247550978578282]
+      accelerations: [-0.23719627386948922, 0.35300424045611334, -0.47105905873897197, -0.4992013575916682, 0.1519592775602439, -0.06675351570008728]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 211051715
+    - 
+      positions: [1.0076329479637434, -0.48763160310884013, -0.5427680884769535, 1.1492971703105808, -2.427672656018108, -0.8138182430890422]
+      velocities: [-0.1026663877542816, 0.18012190694269659, -0.2555366107717064, -0.23639956114082222, 0.07435457534608479, -0.025114197221157472]
+      accelerations: [-0.24279512400310319, 0.3606898576919565, -0.48094720844433786, -0.510466048537188, 0.15539707113044665, -0.06836857823628686]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 216367087
+    - 
+      positions: [1.0070897380366, -0.48667948180507686, -0.5441184230831421, 1.1480470508873524, -2.4272795286128956, -0.8139512475750957]
+      velocities: [-0.10395806471973587, 0.18203906016236232, -0.2580919768794232, -0.23911387024054262, 0.0751808958256916, -0.02547802315608735]
+      accelerations: [-0.24852625309317464, 0.3685433963082719, -0.4910429596253658, -0.5219859200643358, 0.15891361145419594, -0.07002185273926823]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 221625236
+    - 
+      positions: [1.0065456152801944, -0.48572758492722873, -0.5454675787077639, 1.1467961898344206, -2.4268863104300173, -0.8140847250318558]
+      velocities: [-0.1047416215477997, 0.183061271130737, -0.25937601656539044, -0.24065539663828822, 0.07563841893360032, -0.025717761126823495]
+      accelerations: [-0.05142247617130537, 0.022502473967568503, -1.1744386593470973e-13, -0.06792228821921292, 0.016146951123163326, -0.021786199910391532]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 226826780
+    - 
+      positions: [1.0060005781767698, -0.48477591120174474, -0.5468155562681583, 1.1455445857134063, -2.4264929992991267, -0.8142186746147153]
+      velocities: [-0.10500932572744606, 0.1831784303274512, -0.2593760165653909, -0.24100890997701016, 0.07572262843570049, -0.025831041956782784]
+      accelerations: [-0.05160013544511614, 0.0225847823060121, -3.205813940971169e-14, -0.06812289220532963, 0.016260049510886696, -0.02180849024170475]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 232023782
+    - 
+      positions: [1.005454625206807, -0.48382445935980967, -0.5481623566730055, 1.1442922370775426, -2.4260995930474096, -0.8143530954730653]
+      velocities: [-0.10527772046405737, 0.18329591535979134, -0.2593760165653909, -0.24136315913086545, 0.07580735313894932, -0.025944338894653474]
+      accelerations: [-0.05177850662670088, 0.022667385418667245, 2.1390773994322183e-14, -0.06832461414648461, 0.016373718229898016, -0.021830507635277226]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 237216245
+    - 
+      positions: [1.0049077548493235, -0.48287322813777744, -0.5495079808218737, 1.14303914247293, -2.425706089500505, -0.8144879867483399]
+      velocities: [-0.1055468080289261, 0.18341372709525894, -0.25937601656539083, -0.24171814837219724, 0.07589259507316418, -0.026057650477431596]
+      accelerations: [-0.05195759507023943, 0.022750286355524063, 0.0, -0.06852747759506558, 0.01648797392463418, -0.021852282293072615]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 242404173
+    - 
+      positions: [1.004359965581734, -0.4819222162769451, -0.5508524296054871, 1.1417853004378453, -2.425312486482053, -0.8146233475748836]
+      velocities: [-0.10581659070663588, 0.18353186640787472, -0.2593760165653906, -0.24207388203444005, 0.07597835630472163, -0.026170975301526043]
+      accelerations: [-0.05213740427294388, 0.022833486106574603, 8.57127662767337e-14, -0.06873148859139468, 0.016602816849235078, -0.021873805769075355]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 247587570
+    - 
+      positions: [1.0038112558798786, -0.48097142252358566, -0.5521957039057067, 1.1405307095027901, -2.4249187818137705, -0.8147591770797477]
+      velocities: [-0.10608707078951252, 0.18365033417263854, -0.25937601656539044, -0.2424303644654033, 0.07606463889387774, -0.026284311921339704]
+      accelerations: [-0.05231793747717423, 0.022916985597390277, -3.217039259258176e-14, -0.0689366527536721, 0.016718247232205205, -0.02189506919302956]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 252766438
+    - 
+      positions: [1.0032616242180519, -0.4800208456289706, -0.5535378045955286, 1.1392753681905365, -2.4245249733155214, -0.8148954743824771]
+      velocities: [-0.10635825058372916, 0.18376913127209077, -0.25937601656539067, -0.24278760008014638, 0.07615144494321854, -0.02639765896351698]
+      accelerations: [-0.05249920056338696, 0.0230007883617446, -5.366421029084098e-14, -0.06914299660464138, 0.01683428406457855, -0.02191610823816749]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 257940782
+    - 
+      positions: [1.002711069068842, -0.479070484349119, -0.5548787325393695, 1.1380192750153448, -2.424131058804803, -0.8150322385961212]
+      velocities: [-0.10663013240200162, 0.18388825858826435, -0.2593760165653906, -0.2431455932960977, 0.0762387765384224, -0.026511014987369685]
+      accelerations: [-0.05268119397651107, 0.023084892224157296, 8.593783554679572e-14, -0.06935050074263492, 0.016950904699218384, -0.02193686007123272]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 263110604
+    - 
+      positions: [1.0021595889033892, -0.4781203374451672, -0.5562184885926921, 1.13676242848403, -2.4237370360975383, -0.8151694688255388]
+      velocities: [-0.10690271855415609, 0.18400771699315088, -0.2593760165653905, -0.24350434845495894, 0.07632663567850599, -0.026624378319098835]
+      accelerations: [-0.052863919985857474, 0.023169297042230183, -4.3006505729819055e-14, -0.06955916152114977, 0.017068101135617568, -0.021957296147417333]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 268275909
+    - 
+      positions: [1.0016071821914987, -0.47717040368351976, -0.557557073601864, 1.1355048270963881, -2.423342903008409, -0.8153071641666542]
+      velocities: [-0.10717601137620343, 0.1841275073785661, -0.25937601656539055, -0.24386387006871946, 0.07641502449612604, -0.026737747572880305]
+      accelerations: [-0.05304739031416215, 0.0232540122089925, 1.0761033101970944e-14, -0.06976905481906678, 0.017185936018586305, -0.02197755531248942]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 273436698
+    - 
+      positions: [1.00105384740104, -0.476220681834947, -0.5588944884051423, 1.1342464693424466, -2.422948657348971, -0.815445323710287]
+      velocities: [-0.10745001321074622, 0.18424763063594773, -0.25937601656539044, -0.24422416265222302, 0.07650394510705519, -0.026851121294938537]
+      accelerations: [-0.053231599657542254, 0.02333902976230043, 5.385224764608239e-14, -0.06998011218375652, 0.01730434306362887, -0.021997471142431765]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 278592976
+    - 
+      positions: [1.0004995829986472, -0.4752711706756055, -0.5602307338316, 1.1329873537054962, -2.4225542969298184, -0.8155839465376359]
+      velocities: [-0.10772472640194633, 0.18436808765110974, -0.25937601656539044, -0.24458523068102833, 0.07659339957263062, -0.026964497874563308]
+      accelerations: [-0.05341655783371216, 0.02342435708361639, -7.545913055293266e-14, -0.07019239329277484, 0.017423370435553743, -0.022017148100422587]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 283744745
+    - 
+      positions: [0.9999443874492641, -0.4743218689863536, -0.5615658107018804, 1.1317274786599947, -2.422159819559155, -0.815723031723165]
+      velocities: [-0.10800015330891914, 0.18448887931789415, -0.25937601656539067, -0.24494707870557447, 0.07668339000159244, -0.027077875785058603]
+      accelerations: [-0.05360226475224552, 0.023509991504445396, 1.0789311972459629e-14, -0.07040587393175886, 0.017542991275021312, -0.022036512974061867]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 288892009
+    - 
+      positions: [0.9993882592164476, -0.47337277555318297, -0.5628997198277553, 1.1304668426728266, -2.4217652230437188, -0.8158625783326438]
+      velocities: [-0.10827629629532391, 0.18461000652758539, -0.25937601656539044, -0.24530971126130757, 0.0767739184698336, -0.027191253393266238]
+      accelerations: [-0.05378872622524423, 0.02359593631411955, 7.559130702424336e-14, -0.07062057900840975, 0.017663222665625054, -0.022055596386001703]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 294034771
+    - 
+      positions: [0.9988311967622272, -0.4724238891669986, -0.5642324620123792, 1.1292054442026063, -2.4213705051883325, -0.8160025854240168]
+      velocities: [-0.10855315774229769, 0.18473147018202662, -0.25937601656539044, -0.2456731329776097, 0.07686498711742437, -0.027304629188822635]
+      accelerations: [-0.05397594721355373, 0.023682193948920925, -9.727392953933238e-14, -0.07083652668189303, 0.017784075457659934, -0.02207441415896964]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 299173034
+    - 
+      positions: [0.9982731985470292, -0.4714752086234941, -0.5655640380504402, 1.127943281699258, -2.420975663795652, -0.8161430520478665]
+      velocities: [-0.10883074003684032, 0.1848532711816703, -0.25937601656539083, -0.2460373484812261, 0.07695659806174926, -0.027418001579556178]
+      accelerations: [-0.05416392903927027, 0.023768763061474546, -4.3270723170549807e-14, -0.07105370437241262, 0.017905532983292952, -0.02209291734865415]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 304306801
+    - 
+      positions: [0.9977142630298741, -0.4705267327234269, -0.5668944487278907, 1.1266803536048082, -2.4205806966667667, -0.8162839772461232]
+      velocities: [-0.1091090455698092, 0.18497541042348897, -0.2593760165653908, -0.24640236237814028, 0.07704875338147421, -0.027531368853433554]
+      accelerations: [-0.05435267591739346, 0.023855645285423648, 7.579010197644034e-14, -0.0712721232267626, 0.01802759984648899, -0.02211110687991546]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 309436076
+    - 
+      positions: [0.9971543886683656, -0.46957846027258876, -0.5682236948219956, 1.1254166583532503, -2.4201856016011423, -0.8164253600521291]
+      velocities: [-0.1093880767496101, 0.1850978888150286, -0.25937601656539055, -0.24676817936881487, 0.07714145521986343, -0.0276447294209453]
+      accelerations: [-0.05454219453282897, 0.023942844759286718, 0.0, -0.0714918156304797, 0.01815029965723934, -0.022129028232719845]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 314560860
+    - 
+      positions: [0.9965935739184851, -0.4686303900814905, -0.5695517771016895, 1.1241521943695607, -2.4197903763959756, -0.8165671994919032]
+      velocities: [-0.10966783599381175, 0.18522070726557613, -0.2593760165653906, -0.24713480417604122, 0.0772347057192708, -0.027758081661640864]
+      accelerations: [-0.05473248585571792, 0.02403035968187936, -2.169228341744834e-14, -0.07171276466136528, 0.018273611502021978, -0.02214662248522032]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 319681157
+    - 
+      positions: [0.9960318172348332, -0.46768252096570456, -0.5708786963272298, 1.1228869600706803, -2.4193950188469278, -0.8167094945825889]
+      velocities: [-0.10994832572162516, 0.18534386667850766, -0.2593760165653907, -0.24750224148405167, 0.07732850696658679, -0.02787142379605853]
+      accelerations: [-0.054923553672163096, 0.0241181912173852, -2.1711299043086604e-14, -0.07193497899925323, 0.018397537706883158, -0.022163885077139428]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 324796970
+    - 
+      positions: [0.9954691170706411, -0.4667348517458642, -0.5722044532502237, 1.1216209538654698, -2.4189995267481352, -0.8168522443323737]
+      velocities: [-0.11022954837296578, 0.1854673679710307, -0.2593760165653908, -0.24787049609668577, 0.07742286113550875, -0.027984754218825472]
+      accelerations: [-0.055115406428666344, 0.024206345288529843, 1.0865167889165252e-14, -0.07215850358301032, 0.018522112966277104, -0.022180887212367266]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 329908302
+    - 
+      positions: [0.9949054718774571, -0.4657873812471958, -0.5735290486141338, 1.1203541741532612, -2.418603897891234, -0.8169954477424379]
+      velocities: [-0.11051150639200709, 0.18559121205668458, -0.25937601656539055, -0.24823957279811054, 0.0775177703604665, -0.028098071203108248]
+      accelerations: [-0.05530804150449513, 0.024294816223339687, 7.61228782518628e-14, -0.0723832926730737, 0.01864729031149594, -0.0221975087015035]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 335015156
+    - 
+      positions: [0.9943408801056451, -0.464840108300233, -0.5748524831535542, 1.1190866193259548, -2.4182081300668834, -0.8171391038037721]
+      velocities: [-0.11079420223117191, 0.18571539984984453, -0.25937601656539033, -0.24860947638916467, 0.07761323676963387, -0.02821137297780872]
+      accelerations: [-0.05550146895108198, 0.02438361172634489, 1.0884236615544456e-14, -0.07260940554663368, 0.01877311741483657, -0.02221385102155877]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 340117534
+    - 
+      positions: [0.9937753402039479, -0.4638930317401643, -0.5761747575949105, 1.1178182877660152, -2.417812221063397, -0.817283211499935]
+      velocities: [-0.11107763835714642, 0.18583993227206175, -0.25937601656539044, -0.24898021173599044, 0.0777092625286174, -0.028324657830420846]
+      accelerations: [-0.05569568852331549, 0.024472728609937582, -5.4468935690419315e-14, -0.0728368155041883, 0.018899564375024505, -0.02222983409416809]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 345215439
+    - 
+      positions: [0.9932088506198148, -0.4629461504072974, -0.5774958726559959, 1.1165491778478245, -2.4174161686677413, -0.8174277698049534]
+      velocities: [-0.11136181724260269, 0.18596481024253717, -0.25937601656539044, -0.2493517836982468, 0.07780584977474894, -0.02843792395221722]
+      accelerations: [-0.05589070706754023, 0.02456217086348024, 3.271004563062376e-14, -0.07306555381332802, 0.019026653184567255, -0.022245498817335837]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 350308875
+    - 
+      positions: [0.9926414097992176, -0.4619994631467856, -0.578815829046277, 1.115279287936789, -2.4170199706649558, -0.8175727776844554]
+      velocities: [-0.11164674137379221, 0.18609003468686947, -0.2593760165653905, -0.2497241971952588, 0.07790300067759981, -0.02855116957967961]
+      accelerations: [-0.05608652734490551, 0.024651938737452216, -4.365168365744773e-14, -0.07329561975006653, 0.019154377663693288, -0.02226082047877116]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 355397844
+    - 
+      positions: [0.9920730161867456, -0.46105296880874164, -0.5801346274667952, 1.1140086163896692, -2.416623624838426, -0.8177182340950548]
+      velocities: [-0.11193241324623637, 0.18621560653243013, -0.2593760165653906, -0.25009745716984205, 0.07800071740586992, -0.028664392917702407]
+      accelerations: [-0.0562831545435725, 0.024742034419853037, 0.0, -0.07352703047864621, 0.019282746856176446, -0.022275809870917797]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 360482348
+    - 
+      positions: [0.9915036682255525, -0.460106666248157, -0.5814522686102696, 1.1127371615542518, -2.4162271289697017, -0.8178641379846793]
+      velocities: [-0.11221883536284398, 0.18634152670577933, -0.25937601656539055, -0.25047156857053576, 0.07809900211057716, -0.0287775920998841]
+      accelerations: [-0.0564805907156761, 0.024832457153534243, 3.279629665399634e-14, -0.07375977832501655, 0.01941174796075674, -0.022290426564922288]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 365562390
+    - 
+      positions: [0.9909333643575117, -0.459160554325109, -0.5827687531609049, 1.1114649217699506, -2.41583048083897, -0.8180104882915425]
+      velocities: [-0.11250601024053658, 0.18646779613981807, -0.25937601656539055, -0.2508465364068876, 0.07819785697516304, -0.028890765305058817]
+      accelerations: [-0.05667884369198336, 0.024923211955051434, -3.282511395423578e-14, -0.07399390230294049, 0.01954140978136154, -0.02230472723470738]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 370637973
+    - 
+      positions: [0.9903621030229716, -0.4582146319044003, -0.5840840817947837, 1.11019189536664, -2.415433678224278, -0.8181572839456889]
+      velocities: [-0.11279394040257959, 0.186594415765998, -0.25937601656539055, -0.251222365687715, 0.07829728415994423, -0.029003910627855907]
+      accelerations: [-0.056877912531807434, 0.02501429500529906, 3.285396515458186e-14, -0.07422937044917446, 0.01967169762106075, -0.022318620353005587]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 375709100
+    - 
+      positions: [0.9897898826611295, -0.45726889785607727, -0.5853982551793512, 1.1089180806661958, -2.4150367189026642, -0.8183045238666181]
+      velocities: [-0.11308262838814107, 0.18672138652389583, -0.2593760165653906, -0.25159906149584543, 0.0783972858689378, -0.02911702623407541]
+      accelerations: [-0.05707780887471641, 0.02510571511509575, -6.576570101342522e-14, -0.074466251379777, 0.01980266671042013, -0.022332223962539584]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 380775773
+    - 
+      positions: [0.9892167017095224, -0.4563233510546946, -0.5867112739741934, 1.1076434759801983, -2.4146396006485924, -0.8184522069664466]
+      velocities: [-0.11337207674595284, 0.1868487093546407, -0.25937601656539055, -0.2519766289388929, 0.07849786430492958, -0.029230110256397098]
+      accelerations: [-0.05727852930036313, 0.025197465873898008, 8.776472070329679e-14, -0.07470449371212537, 0.019934264586700685, -0.022345405223702382]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 385837994
+    - 
+      positions: [0.9886425586045775, -0.45537799038008575, -0.5880231388302657, 1.1063680796122222, -2.414242321235614, -0.81860033214645]
+      velocities: [-0.1136622880235797, 0.1869763851898057, -0.2593760165653905, -0.2523550730623716, 0.07859902159175702, -0.029343160613015354]
+      accelerations: [-0.057480081259955726, 0.025289551726599722, -6.588144937160846e-14, -0.07494413187191494, 0.020066515845699903, -0.02235821060564501]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 390895766
+    - 
+      positions: [0.9880674517814072, -0.4544328147170614, -0.5893338503902237, 1.1050918898568547, -2.4138448784357225, -0.818748898298337]
+      velocities: [-0.11395326479718282, 0.18710441498198732, -0.2593760165653906, -0.25273439908608014, 0.07870075998650519, -0.029456175500902095]
+      accelerations: [-0.05768247312085123, 0.025381978353730874, 2.197980935000487e-14, -0.07518520793277317, 0.020199451878634547, -0.022370702115650332]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 395949092
+    - 
+      positions: [0.9874913796735331, -0.4534878229550027, -0.5906434092888572, 1.1038149049984234, -2.4134472700185072, -0.818897904305922]
+      velocities: [-0.11424500964147254, 0.18723279967402315, -0.25937601656539067, -0.2531146121677287, 0.07880308166664005, -0.029569152901356317]
+      accelerations: [-0.05788570047939652, 0.025474738035194518, -4.399831805388166e-14, -0.07542766290272505, 0.0203330131134582, -0.02238273063991363]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 400997974
+    - 
+      positions: [0.9869143407135094, -0.4525430139887356, -0.5919518161522221, 1.1025371233135728, -2.4130494937530225, -0.8190473490412633]
+      velocities: [-0.11453752514198892, 0.18736154021129284, -0.2593760165653906, -0.2534957174968849, 0.07890598881444111, -0.02968209077561513]
+      accelerations: [-0.058089776613463116, 0.025567841341874484, 6.605559698437904e-14, -0.07567157616395137, 0.020467264418428537, -0.022394435660216577]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 406042415
+    - 
+      positions: [0.9863363333323181, -0.45159838671766145, -0.5932590715985435, 1.1012585430685873, -2.4126515474059462, -0.8191972313683654]
+      velocities: [-0.11483081390381769, 0.18749063755064982, -0.25937601656539055, -0.2538777203638457, 0.07900948367840568, -0.029794987207574723]
+      accelerations: [-0.05829470059145584, 0.02566128409217062, -5.509482356207859e-14, -0.07591691600853759, 0.020602170507654734, -0.022405724433805917]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 411082416
+    - 
+      positions: [0.9857573559597531, -0.4506539400462916, -0.5945651762376936, 1.099979162520936, -2.4122534287427246, -0.819347550140801]
+      velocities: [-0.1151248785370228, 0.18762009264569324, -0.25937601656539055, -0.25426062604718114, 0.07911356847256112, -0.029907840169365093]
+      accelerations: [-0.05850047996007933, 0.02575507104115231, 6.617205147269072e-14, -0.07616371739876901, 0.020737756435192708, -0.02241664366438455]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 416117980
+    - 
+      positions: [0.9851774070242109, -0.4497096728839345, -0.5958701306715296, 1.0986989799182842, -2.41185513552692, -0.81949830420298]
+      velocities: [-0.11541972166109102, 0.18774990645085965, -0.25937601656539055, -0.2546444398455854, 0.07921824540413012, -0.03002064758586746]
+      accelerations: [-0.05870711558132034, 0.02584919963342071, -5.51919892535501e-14, -0.07641196125680993, 0.020873997832992017, -0.02242712598680172]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 421149110
+    - 
+      positions: [0.9845964849529619, -0.44876558414507567, -0.59717393549353, 1.0974179934995636, -2.411456665521027, -0.8196494923884456]
+      velocities: [-0.11571534589966581, 0.18788007991623912, -0.25937601656539067, -0.2550291670399658, 0.07932351663921733, -0.030133407256251327]
+      accelerations: [-0.058914612952398644, 0.02594367258002802, 0.0, -0.0766616675697117, 0.021010906147722327, -0.02243718690509956]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 426175808
+    - 
+      positions: [0.9840145881720791, -0.44782167274925383, -0.5984765912889434, 1.0961362014945517, -2.411058016486224, -0.8198011135203334]
+      velocities: [-0.11601175390439024, 0.18801061401201016, -0.25937601656539055, -0.25541481307573005, 0.07942938446782608, -0.030246117233673694]
+      accelerations: [-0.05912298244768337, 0.026038497054554424, 3.3173638894324736e-14, -0.07691288984261933, 0.021148522676503613, -0.02244691006950172]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 431198076
+    - 
+      positions: [0.9834317151060671, -0.4468779376205405, -0.5997780986353286, 1.0948536021222233, -2.4106591861812547, -0.8199531664135893]
+      velocities: [-0.11630894833591934, 0.1881415097085319, -0.25937601656539055, -0.25580138341324155, 0.07953585116765363, -0.030358775510788076]
+      accelerations: [-0.059332222036229655, 0.026133667857294554, -1.1067638980843196e-14, -0.07716558864693877, 0.021286804711884964, -0.02245618586691178]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 436215916
+    - 
+      positions: [0.9828478641783155, -0.4459343776881591, -0.6010784581019546, 1.0935701935925708, -2.4102601723637784, -0.8201056498721797]
+      velocities: [-0.11660693184594567, 0.18827276795836495, -0.25937601656539055, -0.25618888339484924, 0.07964291888452951, -0.0304713797438994]
+      accelerations: [-0.059542334982360584, 0.026229185014682854, 1.1077410756279675e-14, -0.07741976457791863, 0.021425745911929774, -0.022464987944438953]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 441229330
+    - 
+      positions: [0.9822630338112015, -0.444990991886617, -0.6023776702496899, 1.0922859741069328, -2.409860972790651, -0.8202585626884683]
+      velocities: [-0.11690570711187494, 0.18840438973155194, -0.2593760165653906, -0.25657731850933874, 0.07975058987107317, -0.030583927803987887]
+      accelerations: [-0.059753333114883775, 0.0263250574013855, -4.4348780186612545e-14, -0.07767548367988907, 0.02156539870177719, -0.022473426249488847]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 446238321
+    - 
+      positions: [0.9816772224256118, -0.4440477791550255, -0.6036757356317062, 1.0910009418558773, -2.40946158521648, -0.8204119036461097]
+      velocities: [-0.11720527682433482, 0.18853637600233691, -0.25937601656539067, -0.2569666942926263, 0.07985886639564196, -0.030696417566278257]
+      accelerations: [-0.059965214740071306, 0.0264212797537957, 3.329097582296523e-14, -0.0779327070066122, 0.02170572044468861, -0.022481390468423273]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 451242891
+    - 
+      positions: [0.981090428441395, -0.44310473843772735, -0.6049726547928688, 1.0897150950210195, -2.409062007394974, -0.8205656715172577]
+      velocities: [-0.11750564368520991, 0.18866872774780585, -0.25937601656539055, -0.25735701631471136, 0.07996775073183493, -0.030808846884743026]
+      accelerations: [-0.060177990951212734, 0.02651786042944033, 0.0, -0.07819149557131162, 0.021846759486652486, -0.02248898054085186]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 456243042
+    - 
+      positions: [0.9805026502769307, -0.44216186868367535, -0.6062684282703774, 1.0884284317731006, -2.4086622370776234, -0.820719865065192]
+      velocities: [-0.1178068103974392, 0.18880144593702186, -0.25937601656539067, -0.25774829010336586, 0.08007724508862116, -0.030921213432816584]
+      accelerations: [-0.060391656003295546, 0.02661478981823672, -5.5583119505816686e-14, -0.07845177986756953, 0.021988445151725555, -0.02249602213846719]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 461238775
+    - 
+      positions: [0.9799138863498514, -0.44121916884743484, -0.6075630565927922, 1.0871409502749312, -2.408262272015858, -0.8208744830398982]
+      velocities: [-0.11810877968648822, 0.18893453155271506, -0.2593760165653908, -0.2581405213040986, 0.08018735175428107, -0.031033515033289487]
+      accelerations: [-0.060606229634956606, 0.026712084986087712, 1.112645914844777e-14, -0.07871368512192939, 0.022130883517167424, -0.022502747427807952]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 466230094
+    - 
+      positions: [0.9793241350760514, -0.44027663788779137, -0.6088565402814355, 1.0858526486771174, -2.4078621099580584, -0.8210295241840777]
+      velocities: [-0.1184115542865691, 0.18906798557763885, -0.25937601656539067, -0.2585337155776639, 0.08029807300419586, -0.031145749446701208]
+      accelerations: [-0.0608217005968657, 0.02680973085064297, 5.5681536806991665e-14, -0.07897710072450649, 0.022273966878929116, -0.022508897021937833]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 471216999
+    - 
+      positions: [0.9787333948707684, -0.4393342747692425, -0.6101488798489338, 1.0845635251225108, -2.4074617486527816, -0.821184987226563]
+      velocities: [-0.11871513693672867, 0.1892018089900933, -0.25937601656539067, -0.25892787856925936, 0.08040941107247404, -0.03125791430591207]
+      accelerations: [-0.061038087126852276, 0.026907742721601277, -7.80231804262678e-14, -0.07924213980666807, 0.022417790109622682, -0.022514677156622268]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 476199494
+    - 
+      positions: [0.9781416641477026, -0.4383920784607662, -0.61144007580046, 1.0832735777424023, -2.407061185846108, -0.82134087088765]
+      velocities: [-0.11901953039259423, 0.18933600277599572, -0.2593760165653909, -0.259323015997224, 0.08052136823209893, -0.031370007299881736]
+      accelerations: [-0.06125538270174385, 0.027006110345104604, 1.1156043053144353e-14, -0.0795087272260122, 0.022562277498314746, -0.02251990171381285]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 481177579
+    - 
+      positions: [0.9775489413197882, -0.4374500479368785, -0.6127301286327066, 1.0819828046596591, -2.4066604192839307, -0.8214971738744077]
+      velocities: [-0.11932473742575328, 0.18947056792821265, -0.2593760165653907, -0.2597191336478385, 0.08063394678952068, -0.0314820261610588]
+      accelerations: [-0.06147360537025424, 0.027104848801872028, 4.4663722862087747e-14, -0.07977697431712993, 0.02270752196163815, -0.02252477227457063]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 486151257
+    - 
+      positions: [0.9769552247983304, -0.43650818217643117, -0.6140190388350967, 1.0806912039850045, -2.406259446709371, -0.821653894885872]
+      velocities: [-0.11963076081604145, 0.18960550543860727, -0.2593760165653906, -0.26011623731746025, 0.08074714903242301, -0.03159396854581064]
+      accelerations: [-0.061692745527353446, 0.02720394463262147, 0.0, -0.0800467826041624, 0.022853426671278203, -0.022529054288101365]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 491120530
+    - 
+      positions: [0.9763605129939829, -0.43556648016395033, -0.6153068068884816, 1.0793987738210067, -2.4058582658656715, -0.8218110326071403]
+      velocities: [-0.11993760334304003, 0.18974081628934913, -0.2593760165653908, -0.26051433274890007, 0.08086097717222712, -0.03170583190196275]
+      accelerations: [-0.0619128178678928, 0.027303409455345613, -5.59287306879446e-14, -0.08031823803381885, 0.023000061535266007, -0.02253289622939297]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 496085400
+    - 
+      positions: [0.975764804316109, -0.4346249408887423, -0.6165934332660481, 1.0781055122592977, -2.4054568744942775, -0.8219685857132082]
+      velocities: [-0.12024526781790201, 0.1898765014851715, -0.2593760165653908, -0.2609134258683582, 0.08097543355770553, -0.03181761395858125]
+      accelerations: [-0.06213382561953743, 0.027403242793131964, 5.5978370421814574e-14, -0.08059133748965037, 0.023147415647319845, -0.022536260463103024]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 501045867
+    - 
+      positions: [0.9751680971729257, -0.43368356334508945, -0.617878918433142, 1.0768114173810808, -2.4050552703352572, -0.8221265528680735]
+      velocities: [-0.12055375706225896, 0.1900125620318821, -0.25937601656539044, -0.2613135226265395, 0.08109052053105395, -0.03192931239539212]
+      accelerations: [-0.062355775025191816, 0.0275034476345716, 5.602807822651081e-14, -0.08086610313063611, 0.023295501087472782, -0.02253916255609105]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 506001935
+    - 
+      positions: [0.9745703899714275, -0.43274234653213006, -0.6191632628474079, 1.0755164872566993, -2.404653451127056, -0.8222849327251899]
+      velocities: [-0.12086307389477655, 0.19014899892252088, -0.25937601656539033, -0.26171462890172426, 0.0812062403399536, -0.03204092464207702]
+      accelerations: [-0.06257866393011466, 0.027604017923832064, -1.121557091598317e-14, -0.08114249274054604, 0.023444271407736274, -0.022541483652732907]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 510953605
+    - 
+      positions: [0.9739716811178722, -0.4318012894545185, -0.620446466958167, 1.0742207199475553, -2.4042514146079235, -0.8224437239245328]
+      velocities: [-0.12117322114765859, 0.1902858131543802, -0.25937601656539055, -0.26211675062158235, 0.08132259524780261, -0.03215244813092298]
+      accelerations: [-0.06280250529048924, 0.02770496353801116, -6.735323995278851e-14, -0.0814205777497455, 0.023593783207966117, -0.02254334126005443]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 515900879
+    - 
+      positions: [0.9733719690172752, -0.4308603911217148, -0.6217285312071331, 1.0729241135038925, -2.4038491585143973, -0.8226029250956298]
+      velocities: [-0.12148420167846415, 0.19042300574072424, -0.2593760165653906, -0.2625198938478974, 0.0814395876100257, -0.032263880469927286]
+      accelerations: [-0.0630273017532857, 0.027806283161891345, 4.4942091871745035e-14, -0.08170035023017819, 0.023744020874109813, -0.02254468637781401]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 520843758
+    - 
+      positions: [0.9727712520735996, -0.4299196505482472, -0.623009456028175, 1.07162666596549, -2.4034466805818546, -0.8227625348563885]
+      velocities: [-0.12179601835291522, 0.19056057769296575, -0.25937601656539055, -0.2629240646486509, 0.08155721975777963, -0.03237521917640723]
+      accelerations: [-0.06325305937207505, 0.02790797949132819, -2.2491039877361673e-14, -0.08198183007740056, 0.023894994099103103, -0.02254552897295383]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 525782244
+    - 
+      positions: [0.9721695286897014, -0.4289790667536198, -0.6242892418474295, 1.0703283753613224, -2.4030439785443365, -0.822922551813413]
+      velocities: [-0.12210867404246684, 0.19069853001884168, -0.2593760165653906, -0.26332926908386856, 0.08167549398536644, -0.03248646165004144]
+      accelerations: [-0.06347977985092806, 0.02801005047933013, 0.0, -0.08226500365823321, 0.024046682128196023, -0.022545808926025826]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 530716338
+    - 
+      positions: [0.9715667972675711, -0.42803863876263354, -0.6255678890830096, 1.0690292397104488, -2.402641050135241, -0.823082974560564]
+      velocities: [-0.12242217163079272, 0.19083686372822006, -0.25937601656539044, -0.2637355132520598, 0.08179441259115432, -0.03259760526548854]
+      accelerations: [-0.06370747191837053, 0.02811250119033504, 5.6327781259631744e-14, -0.08254990978133367, 0.024199111257066322, -0.022545573683629597]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 535646043
+    - 
+      positions: [0.9709630562081186, -0.4270983656050855, -0.6268453981453239, 1.067729257021008, -2.402237893086678, -0.823243801680217]
+      velocities: [-0.12273651401925478, 0.19097557983907745, -0.25937601656539044, -0.26414280332883466, 0.08191397791335131, -0.03270864745269556]
+      accelerations: [-0.06393613953280691, 0.02821533201100702, -5.637797894100718e-14, -0.08283655054394952, 0.024352275244098068, -0.022544795610179486]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 540571360
+    - 
+      positions: [0.9703583039112765, -0.4261582463158975, -0.6281217694369664, 1.0664284252905436, -2.401834505129753, -0.823405031742639]
+      velocities: [-0.1230517041302924, 0.19111467938066418, -0.25937601656539055, -0.26455114558748083, 0.08203419234821374, -0.03281958573815226]
+      accelerations: [-0.06416579284532982, 0.02831854931452767, 3.385694911740309e-14, -0.08312497329145069, 0.024506207889092965, -0.022543539061972474]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 545492290
+    - 
+      positions: [0.9697525387757128, -0.4252182799347244, -0.6293970033531165, 1.0651267425047168, -2.4014308839937204, -0.8235666633076589]
+      velocities: [-0.12336774487961688, 0.19125416336496015, -0.25937601656539067, -0.2649605462038448, 0.08215505817177116, -0.03293041734107925]
+      accelerations: [-0.06439642455810488, 0.028422141896495206, -9.036574483118204e-14, -0.08341510086657741, 0.024660830467786426, -0.022541612117218054]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 550408836
+    - 
+      positions: [0.9691457591996279, -0.42427846550701503, -0.6306711002805458, 1.0638242066404542, -2.401027027408298, -0.823728694919963]
+      velocities: [-0.12368463919880646, 0.1913940328102256, -0.2593760165653907, -0.2653710114187512, 0.0822765776882044, -0.033041139509037094]
+      accelerations: [-0.06462805407056557, 0.028526125730258086, 6.78348064895333e-14, -0.08370704680066801, 0.024816237168591434, -0.022539215616517658]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 555320997
+    - 
+      positions: [0.9685379635798946, -0.42333880208284347, -0.6319440605987583, 1.0625208156623085, -2.4006229331011277, -0.8238911251141615]
+      velocities: [-0.12400239004521538, 0.19153428875025597, -0.2593760165653905, -0.26578254760400044, 0.08239875328879229, -0.033151749652079475]
+      accelerations: [-0.06486067813708729, 0.02863049337441098, 2.263179747319255e-14, -0.0840007607915587, 0.024972373199647437, -0.022536212009724336]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 560228777
+    - 
+      positions: [0.9679291503126208, -0.422399288717664, -0.6332158846792888, 1.061216567524662, -2.40021859879942, -0.8240539524114432]
+      velocities: [-0.12432100038080496, 0.19167493221308501, -0.25937601656539044, -0.26619516111302993, 0.08252158731605394, -0.03326224503374481]
+      accelerations: [-0.06509430759950686, 0.028735252164794133, 0.0, -0.08429629580522223, 0.025129277588023736, -0.022532676571732652]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 565132176
+    - 
+      positions: [0.9673193177928189, -0.4214599244718519, -0.6344865728861654, 1.0599114601702508, -2.3998140222289646, -0.8242171753215147]
+      velocities: [-0.12464047318012292, 0.1918159642293069, -0.25937601656539067, -0.26660885833903636, 0.08264508211677808, -0.03337262289167467]
+      accelerations: [-0.06532894249895915, 0.028840398051444487, -1.0202524628788468e-13, -0.08459362521005778, 0.02528691706708306, -0.022528520606696415]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 570031196
+    - 
+      positions: [0.9667084644147657, -0.4205207084111809, -0.6357561255754736, 1.058605491531526, -2.3994092011151684, -0.8243807923404803]
+      velocities: [-0.12496081143444003, 0.19195738583595057, -0.2593760165653908, -0.26702364574210324, 0.08276924006595723, -0.033482880491663355]
+      accelerations: [-0.0655645954204908, 0.028945939977840233, 7.942396532576192e-14, -0.08489281322986188, 0.02544534053680331, -0.022523841583636527]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 574925837
+    - 
+      positions: [0.9660965885715758, -0.41958163960624034, -0.6370245430959345, 1.0572986595287954, -2.399004133181798, -0.8245448019533227]
+      velocities: [-0.12528201814711903, 0.19209919807147707, -0.25937601656539067, -0.26743952981689334, 0.08289406353688525, -0.033593015059328823]
+      accelerations: [-0.06580126454881795, 0.029051871855176607, -5.6782190608964125e-14, -0.08519382007089096, 0.02560450248174012, -0.022518522714436183]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 579816103
+    - 
+      positions: [0.9654836886556785, -0.4186427171330702, -0.6382918257883233, 1.0559909620720542, -2.398598816152356, -0.8247092026310986]
+      velocities: [-0.1256040963224095, 0.19224140196449802, -0.25937601656539055, -0.26785651701365953, 0.083019554829533, -0.03370302361858657]
+      accelerations: [-0.06603895794904965, 0.029158198038556724, 1.250327172805093e-13, -0.0854966778103802, 0.02576442257549201, -0.0225125954467305]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 584701993
+    - 
+      positions: [0.9648697630586712, -0.41770394007294964, -0.6395579739856947, 1.054682397060264, -2.398193247749637, -0.8248739928317946]
+      velocities: [-0.12592704899236853, 0.19238399856148947, -0.25937601656539044, -0.2682746139288269, 0.0831457163434306, -0.0338129033827396]
+      accelerations: [-0.06627768485880647, 0.02926492378552709, -1.0239118633739187e-13, -0.0858014246845138, 0.025925126018488016, -0.02250610285866391]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 589583509
+    - 
+      positions: [0.9642548101711238, -0.4167653075121312, -0.6408229880136521, 1.0533729623804438, -2.3977874256951406, -0.8250391710014597]
+      velocities: [-0.12625087920267564, 0.19252698891155465, -0.25937601656539044, -0.26869382720104545, 0.08327255048292388, -0.033922651538319706]
+      accelerations: [-0.06651744757924627, 0.02937204723166743, 1.0248301515031672e-13, -0.08610805036338343, 0.026086593770993895, -0.022498987970588087]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 594460652
+    - 
+      positions: [0.9636388283827985, -0.4158268185421277, -0.6420868681901019, 1.0520626559084554, -2.3973813477097083, -0.8252047355728854]
+      velocities: [-0.1265755900074964, 0.1926703740616354, -0.25937601656539033, -0.26911416347818795, 0.08340005962664007, -0.03403226517738241]
+      accelerations: [-0.06675825329755812, 0.029479571691772555, -3.419166110605063e-14, -0.08641657968746655, 0.02624883856339171, -0.022491266101408426]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 599333424
+    - 
+      positions: [0.9630218160825759, -0.4148884722596019, -0.6433496148253763, 1.0507514755085692, -2.396975011513281, -0.8253706849660593]
+      velocities: [-0.12690118446751347, 0.19281415505430735, -0.25937601656539044, -0.26953562940390197, 0.08352824611506712, -0.03414174126978867]
+      accelerations: [-0.06700010355170828, 0.029587494403290712, -2.281490928357069e-14, -0.08672699683980964, 0.02641183620848608, -0.02248286866882243]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 604201826
+    - 
+      positions: [0.9624037716587235, -0.41395026776671623, -0.6446112282219326, 1.049439419034439, -2.396568414825671, -0.8255370175865734]
+      velocities: [-0.12722766566265198, 0.192958332940382, -0.25937601656539044, -0.2699582317042616, 0.08365711232885845, -0.034251076839044464]
+      accelerations: [-0.06724301080820119, 0.029695823876381366, 2.283540921255905e-14, -0.08703936238414378, 0.026575631645973256, -0.02247388321143652]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 609065858
+    - 
+      positions: [0.9617846934985137, -0.4130122041706194, -0.6458717086748536, 1.0481264843274347, -2.3961615553654396, -0.8257037318278404]
+      velocities: [-0.1275550366958813, 0.19310290878331543, -0.2593760165653904, -0.27038197721457935, 0.08378666071352028, -0.03436026901697102]
+      accelerations: [-0.06748697820594957, 0.029804559172241733, 0.0, -0.08735367162712396, 0.026740210866085874, -0.022464263581255372]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 613925523
+    - 
+      positions: [0.9611645799884011, -0.4120742805836704, -0.647131056471658, 1.0468126692172426, -2.395754430850393, -0.8258708260700487]
+      velocities: [-0.12788330066941495, 0.19324788363431852, -0.25937601656539067, -0.2708068727139915, 0.08391689362821775, -0.034469314703964596]
+      accelerations: [-0.0677320084793163, 0.029913698584900485, -1.1438252023068993e-13, -0.08766991723698132, 0.026905556671724517, -0.022453957579295324]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 618780821
+    - 
+      positions: [0.9605434295142268, -0.41113649612370434, -0.6483892718920801, 1.0454979715225599, -2.3953470389981617, -0.8260382986789794]
+      velocities: [-0.12821246070496706, 0.1933932585528917, -0.2593760165653909, -0.2712329250652393, 0.08404781347221302, -0.03457821085370599]
+      accelerations: [-0.06797811315854874, 0.030023249643410237, 1.1448549685572861e-14, -0.08798815215315088, 0.027071707104475644, -0.02244303614818042]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 623631753
+    - 
+      positions: [0.9599212404609013, -0.4101988499136048, -0.649646355208487, 1.044182389049705, -2.394939377525274, -0.8262061480078118]
+      velocities: [-0.1285425199388765, 0.19353903460243727, -0.2593760165653907, -0.27166014118139326, 0.0841794226553102, -0.034686954405374615]
+      accelerations: [-0.06822529301088733, 0.030133208844306168, 6.875318074680207e-14, -0.08830835541768997, 0.02723863279405887, -0.02243141905918478]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 628478320
+    - 
+      positions: [0.9592980112127295, -0.40926134108172124, -0.6509023066855126, 1.0428659195937908, -2.394531444148069, -0.8263743723952648]
+      velocities: [-0.12887348152427922, 0.19368521285166906, -0.25937601656539033, -0.27208852804005895, 0.084311723609722, -0.03479554231065622]
+      accelerations: [-0.06847356052303281, 0.030243584325888872, 8.028435411638441e-14, -0.0886305860266325, 0.027406376781924435, -0.02241918851768934]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 633320524
+    - 
+      positions: [0.9586737401530442, -0.4083239687613858, -0.6521571265805317, 1.0415485609371398, -2.394123236581638, -0.8265429701676691]
+      velocities: [-0.1292053486164682, 0.1938317943598084, -0.2593760165653906, -0.2725180925833184, 0.08444471869835243, -0.0349039713285081]
+      accelerations: [-0.06872291045938289, 0.030354366474896994, -1.836726360845097e-13, -0.08895478172143194, 0.02757487175640088, -0.022406179274634223]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 638158364
+    - 
+      positions: [0.958048425664887, -0.4073867320917937, -0.6534108151428657, 1.0402303108518762, -2.393714752541763, -0.8267119396350697]
+      velocities: [-0.12953812439758794, 0.1939787802020947, -0.2593760165653909, -0.2729488418849303, 0.08457841036805239, -0.03501223836725739]
+      accelerations: [-0.06897336557888098, 0.030465574004253534, 6.893941496637777e-14, -0.08928107081943676, 0.0277442242190968, -0.022392615076878543]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 642991844
+    - 
+      positions: [0.9574220661300497, -0.40644963021674174, -0.6546633726149684, 1.0389111670959805, -2.3933059897421467, -0.8268812790967016]
+      velocities: [-0.12987181206093795, 0.19412617145283223, -0.25937601656539067, -0.2733807830441356, 0.08471280105090039, -0.035120340264260266]
+      accelerations: [-0.06922491418065044, 0.03057719028406479, 3.450084530935258e-14, -0.08960934712689911, 0.02791432594204538, -0.022378239237034504]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 647820962
+    - 
+      positions: [0.9567946599301346, -0.40551266228601274, -0.6559147992311778, 1.0375911274173866, -2.3928969458974536, -0.8270509868349061]
+      velocities: [-0.1302064148027973, 0.19427396917805606, -0.2593760165653908, -0.2738139231316606, 0.08484789311587754, -0.03522827367755272]
+      accelerations: [-0.06947757572349568, 0.030689231033683366, -8.057474383444741e-14, -0.08993971688343415, 0.028085263583789287, -0.02236323088720685]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 652645720
+    - 
+      positions: [0.9561662054457878, -0.40457582745435405, -0.6571650952186752, 1.0362701895507989, -2.39248761872108, -0.8272210611195249]
+      velocities: [-0.13054193585282836, 0.19442217446557675, -0.25937601656539067, -0.27424826939180635, 0.08498368905268733, -0.035336035495766194]
+      accelerations: [-0.06973135112890777, 0.03080169206320535, 1.1521090364202177e-13, -0.09027215759036562, 0.02825700496728393, -0.022347502815692616]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 657466120
+    - 
+      positions: [0.9555367010570451, -0.40363912488193937, -0.6584142607970831, 1.0349483512189492, -2.3920780059261446, -0.827391500205896]
+      velocities: [-0.1308783784392466, 0.19457078838960556, -0.25937601656539044, -0.2746838290080973, 0.08512019125680745, -0.03544362235860678]
+      accelerations: [-0.06998624548183326, 0.0309145744576441, -1.153151990035488e-14, -0.0906066785488421, 0.0284295477572739, -0.022331035503458142]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 662282161
+    - 
+      positions: [0.9549061451433977, -0.4027025537344303, -0.6596622961784341, 1.033625610132723, -2.3916681052256576, -0.8275623023344838]
+      velocities: [-0.13121574581025197, 0.19471981203292776, -0.25937601656539055, -0.27512060925036397, 0.08525740216415828, -0.035551030957795784]
+      accelerations: [-0.07024226865023445, 0.031027883239063615, -4.6167865634757786e-14, -0.09094331836701207, 0.028602915634723093, -0.022313866437548822]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 667093845
+    - 
+      positions: [0.9542745360836165, -0.401766113182753, -0.6609092015673981, 1.0323019639903346, -2.3912579143320065, -0.8277334657318657]
+      velocities: [-0.13155404123394238, 0.19486924648600457, -0.25937601656539055, -0.27555861746964483, 0.08539532424605732, -0.035658258023688674]
+      accelerations: [-0.07049942573306414, 0.031141619137533775, 3.4657289996115696e-14, -0.09128208437036832, 0.02877710422078408, -0.022295970540452705]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 671901172
+    - 
+      positions: [0.9536418722558391, -0.400829802403198, -0.662154977161212, 1.0309774104775467, -2.3908474309571885, -0.8279049886102277]
+      velocities: [-0.13189326798899587, 0.1950190928380996, -0.2593760165653907, -0.2759978610373621, 0.08553395995314783, -0.03576530020167663]
+      accelerations: [-0.07075772278334222, 0.031255783506912736, -9.250328624770794e-14, -0.09162299003229991, 0.028952113938668273, -0.022277333910234624]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 676704143
+    - 
+      positions: [0.9530081520376112, -0.39989362057747, -0.663399623149657, 1.029651947267699, -2.3904366528129177, -0.828076869167128]
+      velocities: [-0.132233429354231, 0.1951693521661613, -0.2593760165653908, -0.27643834727753624, 0.08567331165272615, -0.03587215391316803]
+      accelerations: [-0.07101716060989212, 0.03137037245895179, 8.10138620786585e-14, -0.09196601451281898, 0.029127914269969503, -0.022257873354914613]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 681502760
+    - 
+      positions: [0.952373373806216, -0.398957566893103, -0.6646431397147118, 1.0283255720228748, -2.39002557761155, -0.828249105583625]
+      velocities: [-0.13257452864695474, 0.19532002557376493, -0.25937601656539067, -0.27688008371824113, 0.0858133818591491, -0.03597881586576364]
+      accelerations: [-0.07127776130208972, 0.0314854035967618, -4.633569748573231e-14, -0.09231127623724286, 0.029304601721758083, -0.022237787604532457]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 686297022
+    - 
+      positions: [0.9517375359378223, -0.3980216405423599, -0.6658855270315625, 1.026998282390419, -2.38961420306364, -0.8284216960290793]
+      velocities: [-0.13291656919006495, 0.1954711141576959, -0.25937601656539055, -0.27732307787482763, 0.08595417303447478, -0.036085282611790025]
+      accelerations: [-0.07153951198845405, 0.031600859102391014, 8.116120181623965e-14, -0.09265866403576557, 0.029482062622926283, -0.022216809211794475]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 691086930
+    - 
+      positions: [0.9511006368085874, -0.3970858407236418, -0.6671267852673604, 1.0256700760071404, -2.3892025268810726, -0.8285946386549262]
+      velocities: [-0.1332595543174316, 0.19562261901331635, -0.25937601656539055, -0.27776733728462044, 0.08609568762021882, -0.03619155061757494]
+      accelerations: [-0.0718024370935003, 0.031716758863197615, -6.963004844596485e-14, -0.09300831110127655, 0.02966040689794491, -0.022195166049149832]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 695872485
+    - 
+      positions: [0.9504626747936835, -0.39615016664023334, -0.668366914582369, 1.0243409504953556, -2.388790546774273, -0.8287679316001566]
+      velocities: [-0.1336034873839933, 0.19577454124466492, -0.25937601656539055, -0.27821286957455915, 0.08623792809876517, -0.03629761640004053]
+      accelerations: [-0.07206652798715589, 0.031833089264696426, 6.969345900302865e-14, -0.09336013443854366, 0.029839546364574174, -0.02217264723692577]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 700653688
+    - 
+      positions: [0.9498236482681609, -0.39521461750140113, -0.6696059151290072, 1.0230109034661385, -2.388378260454655, -0.8289415729864473]
+      velocities: [-0.13394837174834434, 0.19592688194674762, -0.2593760165653904, -0.2786596823460607, 0.0863808968876231, -0.03640347629252515]
+      accelerations: [-0.07233180190145316, 0.03194986283592461, 0.0, -0.09371421940927731, 0.03001954692227942, -0.022149383018752727]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 705430539
+    - 
+      positions: [0.949183555606385, -0.3942791925216677, -0.6708437870525196, 1.0216799325169803, -2.387965665633001, -0.8291155609213302]
+      velocities: [-0.13429421080009418, 0.19607964223317104, -0.25937601656539044, -0.27910778335287345, 0.0865245965020891, -0.036509126803900435]
+      accelerations: [-0.07259826169137965, 0.03206707752297656, -2.327353414836142e-14, -0.09407055744811342, 0.030200388369947605, -0.022125312471276706]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 710203038
+    - 
+      positions: [0.9485423951822703, -0.3933438909211043, -0.6720805304907376, 1.020348035232571, -2.3875527600201165, -0.8292898934968619]
+      velocities: [-0.13464100793702688, 0.19623282321267782, -0.25937601656539055, -0.27955718035159227, 0.08666902941760037, -0.03661456431372591]
+      accelerations: [-0.07286591509419899, 0.03218473606156996, -2.3294778901016705e-14, -0.09442917155697934, 0.03038207909470264, -0.022100438337724692]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 714971187
+    - 
+      positions: [0.9479001653692485, -0.39240871192528637, -0.6733161455741442, 1.0190152091845397, -2.3871395413267296, -0.8294645687897926]
+      velocities: [-0.1349887665688644, 0.19638642599337403, -0.25937601656539067, -0.2800078811284499, 0.08681419809415548, -0.036719785127545264]
+      accelerations: [-0.07313476659792868, 0.032302838179464326, -2.331606008199522e-14, -0.09479006447054268, 0.03056460909377408, -0.022074722651821872]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 719734985
+    - 
+      positions: [0.9472568645404111, -0.3914736547654639, -0.6745506324257452, 1.0176814519318667, -2.386726007263874, -0.8296395848607844]
+      velocities: [-0.13533749012302276, 0.19654045168818424, -0.25937601656539044, -0.28045989353429546, 0.08696010500826035, -0.03682478554594492]
+      accelerations: [-0.07340482641845604, 0.03242138892254958, 1.0501820065879328e-13, -0.09515327402258292, 0.030748000203096624, -0.022048197097750327]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 724494434
+    - 
+      positions: [0.9466124910683527, -0.39053871867836076, -0.6757839911612711, 1.016346761020143, -2.3863121555424387, -0.8298149397552588]
+      velocities: [-0.13568718205023356, 0.19669490142000828, -0.25937601656539044, -0.28091322552011744, 0.0871067526843664, -0.036929561933452426]
+      accelerations: [-0.07367610146097787, 0.03254039020248614, -9.34349306392113e-14, -0.09551881801562019, 0.030932255667288442, -0.02202085261174393]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 729249534
+    - 
+      positions: [0.94596704332519, -0.38960390290619346, -0.6770162218891839, 1.0150111339815016, -2.385897983873208, -0.8299906315032907]
+      velocities: [-0.13603784580714062, 0.19684977630479772, -0.25937601656539055, -0.28136788502645205, 0.08725414359370946, -0.037034110496461464]
+      accelerations: [-0.07394859468933096, 0.03265983997110751, 4.6760249049248214e-14, -0.09588668794233773, 0.031117354832261683, -0.021992627464708477]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 734000284
+    - 
+      positions: [0.9453205196828001, -0.3886692066969636, -0.6782473247104416, 1.0136745683354047, -2.385483489967521, -0.8301666581182822]
+      velocities: [-0.13638948486382757, 0.19700507745890222, -0.25937601656539055, -0.28182388003182174, 0.08740228019841825, -0.03713842737991678]
+      accelerations: [-0.07422231624136784, 0.03277974324894885, -5.850388439020933e-14, -0.09625692210860086, 0.03130331950656025, -0.021963553142512676]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 738746686
+    - 
+      positions: [0.9446729185126685, -0.38773462930426045, -0.6794772997186984, 1.0123370615879077, -2.3850686715368252, -0.8303430175978068]
+      velocities: [-0.1367421027141185, 0.1971608060086469, -0.2593760165653907, -0.2822812186160946, 0.08755116500866822, -0.03724250879231847]
+      accelerations: [-0.07449727347565219, 0.03290010203636823, 0.0, -0.09662953881686229, 0.03149015312336777, -0.021933620463264622]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 743488740
+    - 
+      positions: [0.9440242381859042, -0.3868001699872798, -0.6807061470003103, 1.0109986112315867, -2.3846535262927144, -0.830519707923507]
+      velocities: [-0.13709570287214295, 0.19731696308766533, -0.2593760165653908, -0.28273990893987505, 0.08770080056376325, -0.03734635096419143]
+      accelerations: [-0.07477347514800346, 0.03302092025698313, -1.1722262633246411e-14, -0.0970045678975458, 0.03167786961476492, -0.0219028434885736]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 748226446
+    - 
+      positions: [0.9433744770731624, -0.38586582801071245, -0.6819338666344552, 1.009659214745087, -2.384238051946691, -0.8306967270615306]
+      velocities: [-0.1374502888582401, 0.19747354982224619, -0.2593760165653908, -0.2831999591547287, 0.08785118934947528, -0.03744994996608098]
+      accelerations: [-0.07505092273126956, 0.03314219374357441, 0.0, -0.0973819898888783, 0.0318664375347571, -0.02187113609514428]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 752959804
+    - 
+      positions: [0.9427236335449809, -0.3849316026451713, -0.6831604586927852, 1.0083188695942893, -2.3838222462111043, -0.8308740729606555]
+      velocities: [-0.13780586420803664, 0.19763056734014095, -0.25937601656539083, -0.28366137745909187, 0.08800233384862934, -0.0375533018200918]
+      accelerations: [-0.07532962888622162, 0.033263930161480694, -2.3487649102633735e-14, -0.09776185838637418, 0.03205589220743842, -0.0218385593668315]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 757688815
+    - 
+      positions: [0.9420717059715041, -0.38399749316683124, -0.6843859232397641, 1.006977573231095, -2.383406106798363, -0.8310517435538165]
+      velocities: [-0.1381624324809967, 0.19778801677935456, -0.25937601656539067, -0.284124172154178, 0.08815423659210407, -0.037656402611181444]
+      accelerations: [-0.07560959875464172, 0.03338612907127934, 1.0579170936069155e-13, -0.09814417767190378, 0.032246223744489926, -0.02180507408341508]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 762413479
+    - 
+      positions: [0.9414186927226249, -0.3830634988576091, -0.6856102603325355, 1.0056353230938306, -2.382989631421317, -0.831229736757317]
+      velocities: [-0.1385199972507868, 0.1979458992783891, -0.25937601656539067, -0.28458835158189366, 0.08830690010171996, -0.03775924836144935]
+      accelerations: [-0.07589084099308281, 0.033508794039954506, -1.1765463599397783e-13, -0.09852897529257248, 0.03243744340225869, -0.021770688210906698]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 767133796
+    - 
+      positions: [0.9407645921679295, -0.3821296190050819, -0.6868334700210162, 1.004292116606889, -2.3825728177930925, -0.8314080504711306]
+      velocities: [-0.13887856210424243, 0.19810421597511257, -0.2593760165653907, -0.2850539241183393, 0.08846032688357172, -0.0378618350156313]
+      accelerations: [-0.07617336036823569, 0.033631924162958335, 9.421049881526623e-14, -0.09891625288958225, 0.03262953845894179, -0.02173535621564624]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 771849767
+    - 
+      positions: [0.9401094026768658, -0.3811958529026986, -0.6880555523477374, 1.0029479511812287, -2.382155663627549, -0.8315866825779756]
+      velocities: [-0.13923813064828294, 0.19826296801309679, -0.2593760165653905, -0.28552089821614945, 0.08861451946640388, -0.037964158524806724]
+      accelerations: [-0.07645716853831337, 0.03375552571798688, 0.0, -0.09930605613867277, 0.03282253649315736, -0.021699121521501708]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 776561391
+    - 
+      positions: [0.9394531226185371, -0.38026219984951476, -0.6892765073481002, 1.0016028242134405, -2.3817381666386956, -0.8317656309444308]
+      velocities: [-0.13959870650540385, 0.1984221565376384, -0.25937601656539055, -0.2859892823766053, 0.08876948037590471, -0.03806621479029197]
+      accelerations: [-0.07674226841841912, 0.03387959612683357, -1.1798068928737131e-14, -0.09969837497488371, 0.03301641388151997, -0.02166191465347948]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 781268669
+    - 
+      positions: [0.9387957503619718, -0.3793286591505248, -0.6904963350501087, 1.000256733086631, -2.3813203245414276, -0.8319448934194682]
+      velocities: [-0.13996029331371174, 0.19858178269542587, -0.25937601656539067, -0.28645908515061863, 0.08892521213488752, -0.03816799966311968]
+      accelerations: [-0.07702867175756718, 0.034004141553509316, -3.542693100328819e-14, -0.10009325569457557, 0.03321119835096287, -0.021623778820785082]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 785971601
+    - 
+      positions: [0.9381372842759191, -0.3783952301164016, -0.691715035474624, 0.9989096751694853, -2.3809021350509436, -0.8321244678355639]
+      velocities: [-0.14032289472807674, 0.19874184763570346, -0.25937601656539067, -0.2869303151452935, 0.08908171726912968, -0.038269508957743684]
+      accelerations: [-0.07731638202066735, 0.034129159926304324, 1.1819905095923516e-14, -0.10049069112695, 0.033406868741303025, -0.021584650181681726]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 790670187
+    - 
+      positions: [0.9374777227290924, -0.37746191206379337, -0.692932608635129, 0.9975616478170565, -2.380483595883415, -0.8323043520073686]
+      velocities: [-0.1406865144253498, 0.19890235251505117, -0.25937601656539067, -0.2874029810535443, 0.08923899833416005, -0.03837073850868012]
+      accelerations: [-0.07760541325385266, 0.03425465947348766, 0.0, -0.10089074040023768, 0.033603464274489375, -0.021544596108620584]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 795364426
+    - 
+      positions: [0.9368170640898629, -0.37652870431494395, -0.6941490545380802, 0.9962126483694453, -2.38006470475512, -0.8324845437333638]
+      velocities: [-0.14105115609369867, 0.19906329848672605, -0.25937601656539055, -0.2878770915907075, 0.08939705785604461, -0.03847168404252929]
+      accelerations: [-0.07789576444093542, 0.03438063359503351, 5.920910927519424e-14, -0.10129336944909322, 0.03380093854696591, -0.021503498048137636]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 800054320
+    - 
+      positions: [0.9361553067267322, -0.37559560619826915, -0.695364373182439, 0.9948626741534463, -2.379645459383749, -0.8326650407933003]
+      velocities: [-0.14141682343709788, 0.19922468670564653, -0.25937601656539044, -0.2883526555227173, 0.08955589835754399, -0.03857234123483541]
+      accelerations: [-0.07818745162550517, 0.034507092675223276, -1.1852810773076352e-14, -0.10169864963768695, 0.03399934201490638, -0.021461447636042012]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 804739867
+    - 
+      positions: [0.935492449007927, -0.3746626170478491, -0.6965785645601297, 0.9935117224808488, -2.379225857487257, -0.8328458409504039]
+      velocities: [-0.1417835201874355, 0.19938651833956617, -0.25937601656539055, -0.2888296817378292, 0.08971552242337212, -0.038672705850414366]
+      accelerations: [-0.07848047901244441, 0.034634034891099064, -5.931910109647698e-14, -0.10210657760787685, 0.0341986561000638, -0.021418386001126548]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 809421069
+    - 
+      positions: [0.9348284893016165, -0.37372973620369865, -0.6977916286558329, 0.9921597906491223, -2.3788058967844683, -0.8330269419501721]
+      velocities: [-0.14215125008744772, 0.19954879455219232, -0.25937601656539044, -0.28930817914105333, 0.08987593260269416, -0.03877277353204314]
+      accelerations: [-0.07877485544101567, 0.03476146345218724, 1.1874850321921015e-13, -0.10251717989624119, 0.03439888973437635, -0.021374314631552885]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 814097924
+    - 
+      positions: [0.9341634259758851, -0.3727969630117245, -0.699003565447045, 0.9908068759411534, -2.3783855749949803, -0.8332083415205389]
+      velocities: [-0.14252001688544896, 0.1997115164978881, -0.25937601656539033, -0.2897881566255168, 0.09003713138190222, -0.03887253974207793]
+      accelerations: [-0.07907058293049943, 0.03488937427893102, -7.131540726671318e-14, -0.10293044097550223, 0.03460001263492524, -0.021329149386476325]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 818770433
+    - 
+      positions: [0.9334972573990545, -0.3718642968241204, -0.7002143749037747, 0.9894529756263097, -2.3779648898400545, -0.8333900373701183]
+      velocities: [-0.14288982437554038, 0.19987468536188294, -0.25937601656539044, -0.290269623314908, 0.09019912140807351, -0.03897200024523366]
+      accelerations: [-0.07936768760317428, 0.035017787820570107, 2.379394602935107e-14, -0.10334649138596837, 0.03480212947641793, -0.021283098455573676]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 823438596
+    - 
+      positions: [0.9328299819387977, -0.37093173699826987, -0.7014240569894838, 0.988098086956931, -2.3775438390401304, -0.8335720271930112]
+      velocities: [-0.14326067634870465, 0.2000383023108957, -0.25937601656539033, -0.2907525882653478, 0.09036190521305684, -0.039071150511754874]
+      accelerations: [-0.07966615058732317, 0.03514667885495339, 2.381613172671397e-14, -0.10376518799851281, 0.03500509175873093, -0.021235821824489232]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 828102412
+    - 
+      positions: [0.9321615979635203, -0.36999928289844464, -0.7026326116596913, 0.9867422071734012, -2.3771224203186705, -0.8337543086613156]
+      velocities: [-0.14363257660195516, 0.20020236850233514, -0.25937601656539055, -0.2912370605222173, 0.09052548526620265, -0.039169985830916264]
+      accelerations: [-0.07996600204095704, 0.0352760718235854, -1.191917988989466e-13, -0.10418668601649625, 0.03520902689335236, -0.02118757644691706]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 832761882
+    - 
+      positions: [0.9314921038412732, -0.3690669338944594, -0.7038400388631243, 0.9853853334998771, -2.3767006313991104, -0.8339368794310243]
+      velocities: [-0.14400552898553154, 0.20036688513182635, -0.2593760165653908, -0.2917230494057478, 0.09068986423706032, -0.0392685018792288]
+      accelerations: [-0.08026724337185512, 0.0354059618819552, 1.1930315223881171e-14, -0.104610964831217, 0.03541389896226591, -0.021138265667785164]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 837417004
+    - 
+      positions: [0.9308214979401254, -0.3681346893621289, -0.7050463385413585, 0.9840274631455397, -2.3762784700058925, -0.834119737139996]
+      velocities: [-0.1443795373471024, 0.20053185337636087, -0.2593760165653907, -0.29221056417056834, 0.0908550446800925, -0.039366694037635507]
+      accelerations: [-0.08056988088088472, 0.035536349114866715, 2.3882943995848485e-14, -0.10503803384613496, 0.035619700229702254, -0.021087853597671843]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 842067780
+    - 
+      positions: [0.9301497786282862, -0.36720254868341606, -0.7062515106287199, 0.9826685933049008, -2.3758559338647935, -0.8343028794072956]
+      velocities: [-0.14475460554985853, 0.20069727441301308, -0.2593760165653905, -0.2926996141184476, 0.0910210291392027, -0.039464557618585305]
+      accelerations: [-0.0808739238231685, 0.03566723672906091, 7.171590207347159e-14, -0.10546792097640315, 0.0358264396190432, -0.021036340816762332]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 846714208
+    - 
+      positions: [0.9294769442740783, -0.3662705112463896, -0.7074555550523474, 0.9813087211575332, -2.375433020702835, -0.8344863038333521]
+      velocities: [-0.14513073747766475, 0.2008631494238733, -0.25937601656539055, -0.29319020862803896, 0.0911878201740918, -0.039562087922667064]
+      accelerations: [-0.08117938079031359, 0.03579862695130815, -9.571080320679441e-14, -0.10590064859070215, 0.03603412075419138, -0.020983715677453038]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 851356289
+    - 
+      positions: [0.9288029932459579, -0.3653385764452482, -0.7086584717321955, 0.9799478438679904, -2.3750097282483313, -0.8346700079998429]
+      velocities: [-0.1455079370403905, 0.2010294796009976, -0.25937601656539067, -0.29368235718457625, 0.09135542038761219, -0.039659280295934844]
+      accelerations: [-0.0814862634126433, 0.03593052514845116, 4.790028919083083e-14, -0.10633625762239048, 0.03624276441955167, -0.02093000345744343]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 855994022
+    - 
+      positions: [0.9281279239123836, -0.364406743680157, -0.7098602605811948, 0.9785859585851542, -2.374586054230513, -0.8348539894703985]
+      velocities: [-0.14588620815540565, 0.2011962661279956, -0.25937601656539067, -0.29417606927185136, 0.09152383232535283, -0.039756129914595595]
+      accelerations: [-0.08179457238133482, 0.03606292562883302, -3.5958948515933263e-14, -0.10677472403624468, 0.03645233096165109, -0.020875099539558815]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 860627407
+    - 
+      positions: [0.9274517346422222, -0.36347501235773627, -0.7110609215048761, 0.9772230624435881, -2.374161996380639, -0.8350382457884347]
+      velocities: [-0.1462655547734838, 0.201363510205825, -0.25937601656539055, -0.29467135452483006, 0.09169305861570545, -0.03985263208566629]
+      accelerations: [-0.08210433059249801, 0.0361958449237125, 5.998791079346446e-14, -0.10721615487823524, 0.03666290170470779, -0.020819158982485497]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 865256443
+    - 
+      positions: [0.9267744238040797, -0.36254338189024654, -0.7122604544020623, 0.9758591525608725, -2.3737375524301374, -0.8352227744807246]
+      velocities: [-0.14664598085840932, 0.20153121303218857, -0.25937601656539055, -0.2951682226068975, 0.09186310185673177, -0.03994878200330361]
+      accelerations: [-0.08241552999122181, 0.03632926845079947, -4.8035481577003375e-14, -0.1076604732052929, 0.036874388097502105, -0.020761971681507167]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 869881130
+    - 
+      positions: [0.9260959897671411, -0.361611851696604, -0.713458859164061, 0.9744942260405879, -2.373312720112917, -0.8354075730529128]
+      velocities: [-0.14702749037345653, 0.20169937578742603, -0.25937601656539067, -0.29566668313115496, 0.09203396454217994, -0.04004457459034884]
+      accelerations: [-0.0827281877367856, 0.036463206682725076, 1.2020181017832975e-14, -0.1081077523128126, 0.037086839575578255, -0.02070362420988857]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 874501467
+    - 
+      positions: [0.9254164309007862, -0.36068042120191446, -0.714656135675075, 0.9731282799707012, -2.3728874971642924, -0.8355926389915789]
+      velocities: [-0.14741008732994593, 0.2018679996840101, -0.25937601656539067, -0.29616674594969994, 0.09220564932854483, -0.04014000507152718]
+      accelerations: [-0.08304231684185855, 0.036597666457241274, -1.2031514166297632e-14, -0.10855804051402751, 0.037300283083381604, -0.0206441541824472]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 879117455
+    - 
+      positions: [0.924735745574405, -0.35974908983723863, -0.7158522838124157, 0.9717613114227167, -2.3724618813204637, -0.8357779697652135]
+      velocities: [-0.1477937757514538, 0.20203708593023026, -0.25937601656539055, -0.2966684209373912, 0.09237815883566824, -0.04023506854374279]
+      accelerations: [-0.08335791905423239, 0.03673264255812874, 3.612860993405223e-14, -0.10901131776762277, 0.03751468185217853, -0.020583462234383548]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 883729093
+    - 
+      positions: [0.9240539321577791, -0.3588178570400578, -0.717047303446147, 0.970393317452938, -2.3720358703195594, -0.8359635628221904]
+      velocities: [-0.14817855966240448, 0.2022066357177429, -0.25937601656539055, -0.2971717179271731, 0.0925514955846237, -0.04032975984498588]
+      accelerations: [-0.08367500253326324, 0.036868136448485064, -3.616274578209522e-14, -0.1094676045181067, 0.03773003589214937, -0.020521528943077474]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 888336379
+    - 
+      positions: [0.9233709890211332, -0.3578867222543303, -0.7182411944390725, 0.9690242951024769, -2.3716094619017696, -0.836149415590504]
+      velocities: [-0.14856444312768957, 0.20237665026222867, -0.25937601656539055, -0.2976766469427214, 0.09272566221348967, -0.040424074014844734]
+      accelerations: [-0.08399358629548477, 0.037004160571899494, 4.826260061590813e-14, -0.10992698184311395, 0.03794640207009171, -0.02045845460327571]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 892939314
+    - 
+      positions: [0.9226869145346913, -0.3569556849299524, -0.7194339566471892, 0.9676542413954484, -2.3711826538081096, -0.8363355254801151]
+      velocities: [-0.14895143022844537, 0.20254713077851183, -0.25937601656539044, -0.2981832180538556, 0.09290066134306557, -0.04051800600659944]
+      accelerations: [-0.08431366805721341, 0.03714070560889073, -1.2077074798644826e-14, -0.11038940761003396, 0.0381637221334682, -0.020394094702928873]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 897537898
+    - 
+      positions: [0.9220017070692424, -0.35602474452344, -0.7206255899191665, 0.9662831533408979, -2.3707554437819733, -0.8365218898799579]
+      velocities: [-0.14933952504875797, 0.20271807846732073, -0.2593760165653906, -0.298691441303341, 0.09307649550810997, -0.040611550541940045]
+      accelerations: [-0.08463526115898255, 0.03727777828251412, -4.835409068493088e-14, -0.11085493132417187, 0.0383820231225659, -0.02032848632435296]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 902132128
+    - 
+      positions: [0.9213153649959611, -0.35509390049770306, -0.7218160940965546, 0.9649110279319539, -2.3703278295686183, -0.8367085061589133]
+      velocities: [-0.14972873171932083, 0.2028894945587575, -0.2593760165653906, -0.29920132695658624, 0.0932531673885433, -0.04070470260197252]
+      accelerations: [-0.08495838238636698, 0.03741538820253918, 4.839997565227688e-14, -0.11132361966591736, 0.038601347386188506, -0.0202616984218491]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 906722006
+    - 
+      positions: [0.9206278866860883, -0.3541631523216682, -0.723005469014109, 0.9635378621444929, -2.3698998089142904, -0.8368953716674651]
+      velocities: [-0.15011905436961676, 0.20306138026396645, -0.25937601656539067, -0.2997128852241213, 0.09343067955119227, -0.04079745687743446]
+      accelerations: [-0.08528302433874844, 0.03755352106682868, -6.055744334206028e-14, -0.11179540148705924, 0.0388216095307658, -0.02019352853898016]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 911307530
+    - 
+      positions: [0.9199392705117367, -0.3532324994712363, -0.724193714499053, 0.9621636529399338, -2.369471379568421, -0.837082483733477]
+      velocities: [-0.15051049715265014, 0.20323373680057377, -0.2593760165653907, -0.30022612640783375, 0.09360903458540273, -0.040889808057991195]
+      accelerations: [-0.08560921469241686, 0.03769219761406185, 2.4246014163852322e-14, -0.11227040749762364, 0.039042911112941864, -0.020124171735868047]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 915888699
+    - 
+      positions: [0.9192495148450582, -0.35230194142828214, -0.7253808303719009, 0.9607883972619892, -2.3690425392813292, -0.8372698396665833]
+      velocities: [-0.15090306425730032, 0.2034065654040555, -0.25937601656539055, -0.30074106096881925, 0.09378823516460441, -0.04098175096157112]
+      accelerations: [-0.08593695149563005, 0.03783140850467236, 4.853819719025118e-14, -0.11274859625757946, 0.03926519354426312, -0.020053481685244016]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 920465514
+    - 
+      positions: [0.9185586180588108, -0.35137147768133603, -0.7265668164459402, 0.9594120920385883, -2.368613285805775, -0.8374574367551911]
+      velocities: [-0.1512967598711057, 0.20357986729088512, -0.25937601656539067, -0.30125769931371904, 0.0939682838487234, -0.041073280114602366]
+      accelerations: [-0.08626624628694998, 0.037971158431640624, -1.0931503915992524e-13, -0.11323000551372096, 0.03948847224557524, -0.019981470260935913]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 925037972
+    - 
+      positions: [0.9178665785262821, -0.35044110772548137, -0.7277516725273399, 0.9580347341814172, -2.3681836168967307, -0.8376452722669113]
+      velocities: [-0.15169158822013423, 0.2037536436982177, -0.2593760165653909, -0.3017760520241195, 0.09414918329544597, -0.041164390201005194]
+      accelerations: [-0.08659711462345443, 0.038111455415699554, 3.647311716547526e-14, -0.1137146942512926, 0.0397127809459408, -0.01990818713737367]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 929606074
+    - 
+      positions: [0.9171733946210506, -0.3495108310620762, -0.7289353984153945, 0.9566563205848622, -2.367753530310726, -0.8378333434497958]
+      velocities: [-0.1520875535422705, 0.2039278958567225, -0.25937601656539067, -0.3022961297023264, 0.09433093611687082, -0.04125507575647183]
+      accelerations: [-0.0869295564430205, 0.03825229228840615, 4.8677280896130727e-14, -0.1142026329670891, 0.03993807239569322, -0.019833510338014507]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 934169819
+    - 
+      positions: [0.9164790647174552, -0.34858064719930343, -0.7301179939021177, 0.9552768481275626, -2.3673230238071166, -0.8380216475298927]
+      velocities: [-0.152484660086892, 0.204102624990592, -0.2593760165653906, -0.3028179429708949, 0.09451354487865828, -0.041345331168430054]
+      accelerations: [-0.08726358726569122, 0.03839367710526025, -2.4361918236317684e-14, -0.11469388068256095, 0.0401643799944113, -0.019757489405397344]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 938729205
+    - 
+      positions: [0.9157835871903585, -0.3476505556518899, -0.7312994587724904, 0.9538963136713589, -2.3668920951474353, -0.838210181712488]
+      velocities: [-0.15288291214288807, 0.20427783234488134, -0.25937601656539067, -0.3033415026300916, 0.09469701224485096, -0.04143515098116385]
+      accelerations: [-0.08759921939428823, 0.03853561470128981, 0.0, -0.11518847711493183, 0.040391719989568, -0.01968013594852443]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 943284232
+    - 
+      positions: [0.9150869604150658, -0.3467205559410099, -0.7324797928045591, 0.952514714060822, -2.366460742095157, -0.8383989431825276]
+      velocities: [-0.15328231401744566, 0.2044535191648201, -0.2593760165653908, -0.3038668195387926, 0.09488134086818478, -0.041524529662871665]
+      accelerations: [-0.08793645913860539, 0.03867810409080045, -4.8817242707533207e-14, -0.11568642932855117, 0.040620077764331984, -0.01960139734549882]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 947834900
+    - 
+      positions: [0.9143891827675101, -0.34579064759449707, -0.7336589957692984, 0.9511320461237439, -2.366028962416191, -0.8385879291036727]
+      velocities: [-0.15368287002612666, 0.20462968668509418, -0.25937601656539094, -0.304393904556254, 0.09506653333405313, -0.041613461488179376]
+      accelerations: [-0.08827531454121695, 0.038821145424185216, -2.4432047285097285e-14, -0.11618775166743334, 0.04084944495690452, -0.019521233395676112]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 952381207
+    - 
+      positions: [0.9136902526243786, -0.3448608301469997, -0.734837067430514, 0.9497483066714297, -2.3655967538792293, -0.838777136617626]
+      velocities: [-0.1540845845097481, 0.20480633614685403, -0.2593760165653908, -0.30492276863884327, 0.09525259225028909, -0.04170194072719822]
+      accelerations: [-0.08861579942758742, 0.038964745215164846, 1.1004985441486879e-13, -0.11669249392570147, 0.04107984642582456, -0.01943967439259097]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 956923152
+    - 
+      positions: [0.9129901683629577, -0.3439311031397876, -0.7360140075450231, 0.9483634924979387, -2.365164114255303, -0.8389665628449616]
+      velocities: [-0.15448746184773565, 0.2049834688113058, -0.25937601656539044, -0.3054534229156213, 0.09543952031686594, -0.041789961792084634]
+      accelerations: [-0.08895792781236295, 0.039108909628477274, 1.2239524705464954e-14, -0.11720070400182411, 0.04131130458341583, -0.019356744648372986]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 961460735
+    - 
+      positions: [0.9122889283609983, -0.34300146612059706, -0.7371898158627949, 0.9469776003794166, -2.364731041317413, -0.8391562048858213]
+      velocities: [-0.1548915064230956, 0.20516108592367197, -0.25937601656539033, -0.30598587848772496, 0.09562732013845837, -0.041877518841423]
+      accelerations: [-0.08930169818746468, 0.039253629327713147, 4.900525243151664e-14, -0.11771234354895288, 0.041543761750949766, -0.019272300039878437]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 965993954
+    - 
+      positions: [0.9115865309972689, -0.34207191864428055, -0.7383644921264779, 0.9455906270759293, -2.3642975328420297, -0.8393460598170499]
+      velocities: [-0.15529672263773142, 0.20533918872909368, -0.25937601656539033, -0.3065201465176713, 0.09581599430745316, -0.04196460595526744]
+      accelerations: [-0.08964713143251452, 0.039398917520802976, -6.131563481944749e-14, -0.11822750009356287, 0.0417772769783942, -0.01918644191298711]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 970522808
+    - 
+      positions: [0.9108829746511081, -0.34114246027227474, -0.7395380360718362, 0.9442025693296424, -2.3638635866078603, -0.8395361246945305]
+      velocities: [-0.15570311492885067, 0.2055177784886906, -0.2593760165653905, -0.3070562383202527, 0.09600554548737811, -0.042051217310681045]
+      accelerations: [-0.08999423336144705, 0.039544771971976665, 0.0, -0.11874617557930485, 0.042011829386494524, -0.019099103365565633]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 975047298
+    - 
+      positions: [0.9101782577026606, -0.3402130905728802, -0.7407104474275605, 0.9428134238654996, -2.3634292003964887, -0.8397263965519619]
+      velocities: [-0.15611068775327172, 0.20569685646356492, -0.25937601656539055, -0.3075941652737194, 0.09619597632953861, -0.042137347005559656]
+      accelerations: [-0.09034301803773274, 0.0396911988704681, -3.686049496889676e-14, -0.11926841866707955, 0.042247441357027, -0.019010308039734053]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 979567420
+    - 
+      positions: [0.9094723785327452, -0.3392838091211026, -0.7418817259154162, 0.9414231873905521, -2.3629943719920057, -0.8399168724015488]
+      velocities: [-0.1565194455848138, 0.20587642391225103, -0.2593760165653907, -0.30813393880491863, 0.0963872894590907, -0.04222298902880714]
+      accelerations: [-0.09069349021395032, 0.03983819486826619, -2.4597445611156134e-14, -0.11979422490737826, 0.04248408581999657, -0.018919975555638787]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 984083175
+    - 
+      positions: [0.9087653355231459, -0.33835461549899404, -0.7430518712500069, 0.9400318565948326, -2.362559099181792, -0.8401075492325077]
+      velocities: [-0.15692939292386524, 0.20605648209984684, -0.25937601656539067, -0.3086755704426716, 0.09657948752356674, -0.04230813736292045]
+      accelerations: [-0.09104566830135762, 0.03998577023380403, 6.155320016803241e-14, -0.12032366689446786, 0.042721806724385525, -0.018828174928208218]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 988594561
+    - 
+      positions: [0.9080571270562938, -0.3374255092952796, -0.744220883139089, 0.9386394281500091, -2.3621233797556505, -0.8402984240127128]
+      velocities: [-0.1573405342947394, 0.20623703229554388, -0.25937601656539055, -0.3092190718031621, 0.09677257317895144, -0.04239278595401125]
+      accelerations: [-0.09139955597274343, 0.040133920543012416, -2.4645166997616085e-14, -0.12085673391142128, 0.042960570827435304, -0.018734812269552217]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 993101577
+    - 
+      positions: [0.9073477515156125, -0.33649649010575833, -0.7453887612832886, 0.9372458987104508, -2.36168721150673, -0.8404894936869272]
+      velocities: [-0.15775287423070508, 0.20641807575756776, -0.25937601656539055, -0.3097644545071485, 0.09696654901231436, -0.04247692854924991]
+      accelerations: [-0.09175516511671879, 0.04028264942104029, 2.466910672349999e-14, -0.12139346212945262, 0.043200387830805244, -0.018639884409065183]
+      effort: []
+      time_from_start: 
+        secs: 2
+        nsecs: 997604222
+    - 
+      positions: [0.9066372072854935, -0.3355675575332722, -0.7465555053761571, 0.9358512649129416, -2.3612505922314546, -0.8406807551769427]
+      velocities: [-0.15816641730457914, 0.20659961376294927, -0.25937601656539067, -0.3103117303480026, 0.09716141769640742, -0.04256055902085662]
+      accelerations: [-0.0921125130871296, 0.040431965683855584, -7.407929869459846e-14, -0.12193391566752305, 0.04344129314196038, -0.01854344110486782]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:   2102495
+    - 
+      positions: [0.9059254927510546, -0.3346387111874293, -0.7477211151044036, 0.9344555233756219, -2.3608135197288616, -0.8408722053828191]
+      velocities: [-0.15858116811666273, 0.2067816475957902, -0.2593760165653908, -0.3108609112241554, 0.09735718192681075, -0.04264367123328826]
+      accelerations: [-0.09247160651776608, 0.040581867777942635, 1.2358572921403955e-14, -0.12247810099941217, 0.0436832686345149, -0.018445420166870667]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:   6596394
+    - 
+      positions: [0.9052126062983543, -0.3337099506848468, -0.7488855901477388, 0.9330586706985683, -2.360375991801176, -0.8410638411817923]
+      velocities: [-0.1589971312693421, 0.20696417852222776, -0.2593760165653909, -0.31141200900166544, 0.09755384429389932, -0.04272625877656291]
+      accelerations: [-0.09283245157924074, 0.04073235341290224, -3.711186882593613e-14, -0.12302602137381563, 0.04392629279118835, -0.01834575254946071]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  11085919
+    - 
+      positions: [0.9044985463146351, -0.3327812756494326, -0.7500489301786896, 0.9316607034644757, -2.35993800625446, -0.8412556594270512]
+      velocities: [-0.15941431139979684, 0.20714720782190937, -0.2593760165653908, -0.31196503569114464, 0.09775140744617028, -0.042808315306094503]
+      accelerations: [-0.09319506957721059, 0.0408834350748535, 8.667890005208239e-14, -0.12357776228498345, 0.04417042021802243, -0.01824452715986526]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  15571068
+    - 
+      positions: [0.9037833111879212, -0.3318526857119228, -0.751211134862974, 0.9302616182370156, -2.3594995608975173, -0.8414476569497911]
+      velocities: [-0.15983271316886233, 0.20733073677723252, -0.25937601656539067, -0.3125200033870075, 0.09794987403307756, -0.04288983442357604]
+      accelerations: [-0.0935594618166618, 0.04103510569932617, -4.957921712801932e-14, -0.12413330014736741, 0.04441560393602635, -0.018141621670025653]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  20051839
+    - 
+      positions: [0.9030668993074755, -0.3309241805104052, -0.7523722038591343, 0.9288614115622864, -2.359060653543125, -0.841639830556895]
+      velocities: [-0.16025234126938, 0.2075147666816547, -0.25937601656539067, -0.3130769243143952, 0.09814924674775762, -0.04297080976581015]
+      accelerations: [-0.09392565346133706, 0.04118738153408081, 4.9627743720352376e-14, -0.12469274181098487, 0.04466191779164977, -0.018037164759239388]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  24528232
+    - 
+      positions: [0.9023493090632378, -0.32999575968967204, -0.7535321368190501, 0.9274600799665906, -2.3586212820065064, -0.8418321770338032]
+      velocities: [-0.16067320040401084, 0.20769929881723695, -0.2593760165653906, -0.31363581070656366, 0.0983495282129603, -0.043051234766773194]
+      accelerations: [-0.09429363599630376, 0.04134024549047634, -2.4838190236588693e-14, -0.12525600907128837, 0.04490926377038171, -0.0179309274051744]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  29000246
+    - 
+      positions: [0.9016305388467124, -0.32906742290224217, -0.7546909333872, 0.926057619959435, -2.3581814441077236, -0.8420246931400106]
+      velocities: [-0.16109529530118671, 0.20788433447024285, -0.25937601656539067, -0.31419667489082437, 0.09855072105986867, -0.04313110282090005]
+      accelerations: [-0.09466344186028601, 0.04149372084534571, 1.2431282014085383e-14, -0.125823247615281, 0.0451577511141471, -0.01782311136749268]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  33467878
+    - 
+      positions: [0.900910587050109, -0.32813916980737307, -0.7558485932014262, 0.9246540280302407, -2.3577411376693505, -0.8422173756134382]
+      velocities: [-0.1615186307290898, 0.20806987494493118, -0.2593760165653905, -0.314759529365667, 0.0987528279989224, -0.04321040743049793]
+      accelerations: [-0.09503506887204302, 0.041647796682698475, 4.977398713810429e-14, -0.1263944138856179, 0.04540731341123061, -0.017713553169383917]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  37931127
+    - 
+      positions: [0.9001894520669629, -0.3272110000717727, -0.7570051158924307, 0.9232493006503749, -2.3573003605181424, -0.8424102211672942]
+      velocities: [-0.161943211450292, 0.20825592151861935, -0.25937601656539055, -0.31532438655441153, 0.09895585159061304, -0.04328914172991832]
+      accelerations: [-0.09540852930072814, 0.04180247620921404, -7.473443760144298e-14, -0.12696954365871055, 0.04565795740602414, -0.017602241535241748]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  42389992
+    - 
+      positions: [0.8994671322921393, -0.32628291336960263, -0.7581605010838043, 0.9218434342729582, -2.356859110485039, -0.8426032264900731]
+      velocities: [-0.16236904228338112, 0.20844247550248018, -0.25937601656539067, -0.3158912591386196, 0.0991597945542338, -0.043367299125065914]
+      accelerations: [-0.09578384869706413, 0.04195777578412245, 3.7404031890404366e-14, -0.12754874308011352, 0.04590975508796934, -0.0174892994101323]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  46844472
+    - 
+      positions: [0.898743626121293, -0.32535490938185907, -0.7593147483925061, 0.9204364253307327, -2.3564173854037027, -0.8427963882482916]
+      velocities: [-0.16279612805907434, 0.20862953819755706, -0.25937601656539067, -0.31646015981915054, 0.09936465954508417, -0.04344487283113584]
+      accelerations: [-0.09616101974529284, 0.04211367890486617, -6.240155022611253e-14, -0.1281319410019137, 0.046162613278078295, -0.01737450795540241]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  51294564
+    - 
+      positions: [0.8980189319517095, -0.32442698779733903, -0.760467857428182, 0.9190282702388681, -2.355975183112781, -0.8429897030822504]
+      velocities: [-0.16322447363309484, 0.20881711090769936, -0.2593760165653908, -0.3170311013864445, 0.099570449219356, -0.04352185600664947]
+      accelerations: [-0.09654007392992134, 0.04227020779814062, 3.747791405254349e-14, -0.12871927557194862, 0.04641663327040184, -0.01725805039277604]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  55740268
+    - 
+      positions: [0.8972930481815208, -0.3234991483117391, -0.7616198277938522, 0.9176189653919574, -2.3555325014537885, -0.8431831676099979]
+      velocities: [-0.16365408389045566, 0.2090051949435761, -0.25937601656539055, -0.3176040967441795, 0.09977716625495703, -0.043598241797174135]
+      accelerations: [-0.09692100594491374, 0.04242734776267928, 5.001997887862318e-14, -0.12931068639880286, 0.04667173112285688, -0.017139727029551292]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  60181583
+    - 
+      positions: [0.8965659732104688, -0.3225713906285319, -0.7627706590852976, 0.9162085071665332, -2.3550893382731566, -0.8433767784235018]
+      velocities: [-0.16408496371825768, 0.20919379159551893, -0.2593760165653905, -0.31817915876216163, 0.09998481321437093, -0.043674023051406094]
+      accelerations: [-0.09730383518523673, 0.042585108859408256, -2.50347606545641e-14, -0.12990624585194596, 0.04692794655600061, -0.017019593347735586]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  64618505
+    - 
+      positions: [0.8958377054396366, -0.3216437144586546, -0.7639203508913155, 0.914796891919905, -2.3546456914215024, -0.8435705320900171]
+      velocities: [-0.16451711806110897, 0.20938290218838587, -0.2593760165653905, -0.3187563005730921, 0.10019339282016826, -0.04374919288890868]
+      accelerations: [-0.09768858141477699, 0.042743501119109475, 2.5059590028690152e-14, -0.13050602746404216, 0.04718531971881948, -0.01689770511140813]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  69051034
+    - 
+      positions: [0.8951082432711776, -0.3207161195202038, -0.7650689027939678, 0.9133841159889902, -2.354201558752899, -0.8437644251534492]
+      velocities: [-0.16495055188066288, 0.2095725280407904, -0.25937601656539033, -0.3193355353560097, 0.10040290775150201, -0.04382374428030678]
+      accelerations: [-0.09807524591055353, 0.04290251626222723, 6.271119478287255e-14, -0.13111000635033276, 0.04744379869828823, -0.016773928525204082]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  73479169
+    - 
+      positions: [0.89437758510881, -0.319788605539, -0.7662163143681994, 0.9119701756918599, -2.353756938126198, -0.8439584541318892]
+      velocities: [-0.16538527014970575, 0.2097626704596654, -0.25937601656539044, -0.3199168763044399, 0.10061336061492614, -0.04389766998717817]
+      accelerations: [-0.09846384590617545, 0.043062161902790226, -1.1299241098760734e-13, -0.1317182419947774, 0.047703410513081114, -0.016648292031107126]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  77902907
+    - 
+      positions: [0.893645729357655, -0.31886117224839966, -0.7673625851820021, 0.910555067326962, -2.353311827404591, -0.8441526155184348]
+      velocities: [-0.1658212778832966, 0.20995333077083372, -0.2593760165653906, -0.3205003367915875, 0.1008247540975173, -0.04397096287680244]
+      accelerations: [-0.09885439686186435, 0.04322244359450736, 2.5134430636358716e-14, -0.13233078440897988, 0.047964172420062255, -0.016520803750865325]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  82322247
+    - 
+      positions: [0.8929126744241586, -0.3179338193892101, -0.7685077147965018, 0.9091387871726319, -2.3528662244553966, -0.8443469057815969]
+      velocities: [-0.16625858012285394, 0.21014451030270437, -0.25937601656539067, -0.3210859302859785, 0.10103709088663808, -0.044043615756305624]
+      accelerations: [-0.09924690894780312, 0.043383361622309984, -5.0318992376021795e-14, -0.13294765532319602, 0.04822607527070863, -0.016391417104967807]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  86737187
+    - 
+      positions: [0.8921784187162318, -0.3170065467098489, -0.7696517027658722, 0.9077213314873765, -2.352420127150427, -0.8445413213646107]
+      velocities: [-0.16669718191077143, 0.21033621036107586, -0.2593760165653908, -0.3216736702173856, 0.10125037354443928, -0.04411562111568558]
+      accelerations: [-0.09964138625922253, 0.043544910154940664, 1.2592310841320815e-14, -0.13356884430710292, 0.04848907946978742, -0.016260023518309585]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  91147726
+    - 
+      positions: [0.8914429606436376, -0.3160793539667822, -0.7707945486370509, 0.9063026965110338, -2.3519735333670284, -0.844735858683517]
+      velocities: [-0.1671370883534738, 0.2105284322916518, -0.2593760165653905, -0.3222635703089358, 0.10146460481698472, -0.04418697176097779]
+      accelerations: [-0.10003786768579419, 0.043707117859210574, 1.008392299203498e-13, -0.13419452403080173, 0.04875331610421384, -0.016126863382004912]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  95553862
+    - 
+      positions: [0.8907062986169798, -0.3151522409233808, -0.7719362519505807, 0.9048828784609826, -2.351526440985362, -0.8449305141322183]
+      velocities: [-0.16757830456771633, 0.21072117742658697, -0.2593760165653906, -0.32285564429366664, 0.10167978736923403, -0.04425766027063795]
+      accelerations: [-0.10043633306281997, 0.043869954665816176, -1.5141032367012172e-13, -0.1348245557108011, 0.04901862531041528, -0.015991581156306185]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs:  99955592
+    - 
+      positions: [0.889968431049079, -0.3142252073514768, -0.773076812239529, 0.9034618735367955, -2.3510788478920883, -0.8451252840756371]
+      velocities: [-0.16802083567619117, 0.21091444707963608, -0.2593760165653906, -0.3234499058919526, 0.10189592376256365, -0.044327678949529215]
+      accelerations: [-0.10083681946758104, 0.04403344710869344, 1.5156216868626416e-13, -0.13545910227688365, 0.049285128152581764, -0.015854396417823966]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 104352916
+    - 
+      positions: [0.8892293563540434, -0.3132982530303156, -0.7742162290302638, 0.9020396779167354, -2.3506307519778766, -0.8453201648543559]
+      velocities: [-0.1684646868650466, 0.21110824260317795, -0.25937601656539044, -0.3240463691124361, 0.10211301673535997, -0.04439702040253249]
+      accelerations: [-0.10123933296570602, 0.04419759102918716, -6.32143258869751e-14, -0.1360981618551418, 0.049552792155270926, -0.01571521376942693]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 108745831
+    - 
+      positions: [0.8884890729476017, -0.31237137774693186, -0.7753545018422096, 0.9006162877587233, -2.3501821511382888, -0.845515152782976]
+      velocities: [-0.1689098633235268, 0.21130256532832875, -0.25937601656539055, -0.3246450479363138, 0.1023310689069191, -0.044465676929364345]
+      accelerations: [-0.10164388333827057, 0.044362385783440525, -1.2655580519488334e-14, -0.13674175427631216, 0.04982160389660456, -0.015573977643635255]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 113134335
+    - 
+      positions: [0.8877475792472737, -0.3114445812963419, -0.7764916301877454, 0.8991916992007122, -2.349733043274239, -0.845710244149283]
+      velocities: [-0.16935637027917355, 0.21149741659936083, -0.2593760165653905, -0.3252459565008282, 0.10255008294821535, -0.044533640872133656]
+      accelerations: [-0.10205049281629554, 0.0445278429144711, 5.067330774708265e-14, -0.13738996153260957, 0.05009160866310043, -0.015430750613175724]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 117518427
+    - 
+      positions: [0.8870048736720707, -0.31051786348121, -0.7776276135724619, 0.8977659083594232, -2.3492834262911817, -0.8459054352157508]
+      velocities: [-0.16980421299215853, 0.21169279776821073, -0.25937601656539055, -0.325849109067995, 0.10277006155254273, -0.044600904554936746]
+      accelerations: [-0.10245916872826415, 0.044693959308047176, -7.608662769989644e-14, -0.13804278955613547, 0.0503627797030973, -0.015285449402859122]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 121898105
+    - 
+      positions: [0.8862609546427765, -0.3095912241121619, -0.778762451494971, 0.896338911331111, -2.3488332980998643, -0.8461007222181641]
+      velocities: [-0.17025339672739795, 0.21188871016612398, -0.2593760165653909, -0.32645451988183827, 0.10299100729974775, -0.04466746000877363]
+      accelerations: [-0.10286992072829433, 0.04486073360428356, -6.346956874730328e-14, -0.13870025554899942, 0.050635100382852065, -0.01513801082450302]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 126273367
+    - 
+      positions: [0.8855158205821452, -0.30866466300801326, -0.7798961434467782, 0.8949107041920391, -2.348382656616857, -0.8462961013646503]
+      velocities: [-0.1707039267979989, 0.2120851551471109, -0.25937601656539067, -0.3270622033928542, 0.10321292286641195, -0.044733299397277534]
+      accelerations: [-0.10328277613391718, 0.045028182575909376, 1.397742997763462e-13, -0.13936246834557492, 0.05090864000882168, -0.014988545875308013]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 130644210
+    - 
+      positions: [0.8847694699144096, -0.3077381799952124, -0.7810286889126934, 0.8934812829965307, -2.3479314997632263, -0.8464915688381371]
+      velocities: [-0.1711558085469939, 0.21228213406961055, -0.25937601656539033, -0.32767217416282324, 0.1034358109357745, -0.044798414833660184]
+      accelerations: [-0.10369773637785047, 0.04519629650978269, 2.543925426915238e-14, -0.14002940198231892, 0.05118334080630978, -0.014836907474769593]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 135010633
+    - 
+      positions: [0.884021901065811, -0.30681177490844036, -0.7821600873704461, 0.8920506437786073, -2.347479825465958, -0.8466871207937418]
+      velocities: [-0.17160904733400162, 0.2124796482821545, -0.25937601656539033, -0.32828444679445656, 0.10365967413028912, -0.04486279824305231]
+      accelerations: [-0.10411482283964145, 0.04536508567239338, -2.546506354180912e-14, -0.14070113355945568, 0.05145924134187374, -0.014683143567964374]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 139372634
+    - 
+      positions: [0.8832731124643552, -0.30588544759034014, -0.7832903382908987, 0.8906187825509098, -2.347027631657299, -0.8468827533599926]
+      velocities: [-0.17206364856144649, 0.21267769915015075, -0.2593760165653903, -0.32889903606767507, 0.10388451513916397, -0.044926441621426574]
+      accelerations: [-0.10453404909538472, 0.045534552643174325, 5.098187450911058e-14, -0.1413776998540403, 0.05173634225121713, -0.014527225352785585]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 143730211
+    - 
+      positions: [0.8825231025398736, -0.3049591978915832, -0.7844194411380286, 0.8891856953046893, -2.346574916274919, -0.8470784626385487]
+      velocities: [-0.17251961764975096, 0.21287628803088127, -0.25937601656539044, -0.32951595681188256, 0.1041103365977006, -0.0449893367905713]
+      accelerations: [-0.10495542530149857, 0.0457046962669219, -1.1482594108984837e-13, -0.14205911981489802, 0.052014626853689405, -0.014369088278726884]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 148083362
+    - 
+      positions: [0.8817718697242227, -0.3040330256710955, -0.7855473953688025, 0.8877513780102793, -2.3461216772624427, -0.8472742447032279]
+      velocities: [-0.1729769600389648, 0.21307541627465687, -0.25937601656539067, -0.33013522391504624, 0.1043371410943723, -0.04505147541236281]
+      accelerations: [-0.10537896592925448, 0.04587551968169253, 1.2771439782784882e-14, -0.14274543472025608, 0.05229409902087176, -0.014208709748756867]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 152432084
+    - 
+      positions: [0.8810194124513213, -0.30310693079609946, -0.7866742004331757, 0.8863158266169899, -2.345667912569542, -0.8474700955998609]
+      velocities: [-0.1734356812273535, 0.21327508526302574, -0.2593760165653906, -0.3307568525183276, 0.10456493135303144, -0.04511284935626557]
+      accelerations: [-0.10580469902653354, 0.04604703934228483, 0.0, -0.1434367534361888, 0.052574825939938105, -0.014046194065762244]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 156776376
+    - 
+      positions: [0.8802657291566766, -0.3021809131415887, -0.7877998557744778, 0.8848790370512448, -2.3452136201506786, -0.8476660113486069]
+      velocities: [-0.1738957867189838, 0.21347529635646684, -0.2593760165653908, -0.331380857750058, 0.10479370998199972, -0.04517345019269575]
+      accelerations: [-0.10623261508738141, 0.04621923434656838, -8.958279522572309e-14, -0.14413299518480402, 0.05285669603784632, -0.013881285215731183]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 161116235
+    - 
+      positions: [0.8795108182783448, -0.3012549725913987, -0.7889243608287138, 0.8834410052196829, -2.3447587979676587, -0.847861987939287]
+      velocities: [-0.17435728205436385, 0.21367605092458508, -0.2593760165653909, -0.3320072548812185, 0.1050234796188422, -0.04523326948432271]
+      accelerations: [-0.10666275646073681, 0.046392135123318794, 5.124257233011593e-14, -0.14483434098136902, 0.05313984335005962, -0.013714221680178768]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 165451659
+    - 
+      positions: [0.8787546782559272, -0.3003291090370932, -0.7900477150253469, 0.8820017270054454, -2.34430344398696, -0.8480580213362998]
+      velocities: [-0.17482017281358073, 0.2138773503491232, -0.2593760165653906, -0.33263605934120527, 0.10525424294511547, -0.04529229881563734]
+      accelerations: [-0.10709511519592459, 0.04656572215656122, 7.694266438685217e-14, -0.14554071752510137, 0.05342416297414639, -0.013544760504914603]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 169782646
+    - 
+      positions: [0.8779973075314754, -0.29940332237896977, -0.7911699177866477, 0.8805611982710861, -2.343847556182137, -0.848254107474229]
+      velocities: [-0.1752844645962035, 0.21407919600382264, -0.25937601656539055, -0.333267286614763, 0.10548600258783923, -0.045350529593667435]
+      accelerations: [-0.10752972457533767, 0.046740016669913544, -6.41847266171007e-14, -0.14625225893259336, 0.053709743762713785, -0.013373048455887661]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 174109194
+    - 
+      positions: [0.8772387045488502, -0.2984776125253522, -0.792290968528196, 0.8791194148561187, -2.3433911325321195, -0.8484502422609784]
+      velocities: [-0.17575016303222823, 0.2142815892646942, -0.25937601656539067, -0.3339009522984366, 0.10571876117158253, -0.045407953153724104]
+      accelerations: [-0.10796658181931262, 0.0469150038834662, 3.8550441189219547e-14, -0.1469689181513443, 0.053996504687919354, -0.013198890719290523]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 178431300
+    - 
+      positions: [0.8764788677544325, -0.29755197939338096, -0.7934108666583845, 0.8776763725792459, -2.3429341710231015, -0.8486464215743357]
+      velocities: [-0.17621727378561008, 0.21448453151377012, -0.25937601656539067, -0.3345370721182755, 0.10595252133477892, -0.04546456079040813]
+      accelerations: [-0.10840572204313274, 0.04709070683526203, -5.1453531285963504e-14, -0.1476908381119557, 0.05428454239126343, -0.013022448561245872]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 182748963
+    - 
+      positions: [0.8757177955964262, -0.2966264229082404, -0.7945296115789598, 0.8762320672357111, -2.342476669646686, -0.8488426412653791]
+      velocities: [-0.17668580255473967, 0.21468802413921756, -0.2593760165653906, -0.335175661930849, 0.10618728572911695, -0.04552034375693052]
+      accelerations: [-0.10884714281411106, 0.04726711080451138, 7.725991682658727e-14, -0.1484179724951112, 0.05457377546330187, -0.012843526323336584]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 187062179
+    - 
+      positions: [0.8749554865255694, -0.2957009430039509, -0.7956472026845244, 0.8747864945995281, -2.3420186264017784, -0.8490388971550447]
+      velocities: [-0.17715575506301226, 0.21489206852538692, -0.2593760165653905, -0.33581673767562215, 0.10642305697376854, -0.04557529317225717]
+      accelerations: [-0.10929087507983422, 0.04744423429484723, -2.577991443884553e-14, -0.14915044278052889, 0.05486427955857788, -0.012662242351345856]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 191370947
+    - 
+      positions: [0.8741919389946066, -0.29477553962278696, -0.7967636393629508, 0.873339650421414, -2.34156003929318, -0.8492351850367071]
+      velocities: [-0.17762713707676497, 0.21509666607085642, -0.2593760165653906, -0.33646031546549987, 0.10665983773964557, -0.045629400189679786]
+      accelerations: [-0.10973692486349128, 0.04762207096765801, -2.5806592548858057e-14, -0.149888244945533, 0.05515601227233678, -0.012478478684577915]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 195675265
+    - 
+      positions: [0.8734271514586887, -0.29385021271572087, -0.797878920995117, 0.8718915304299439, -2.3411009063326595, -0.8494315006742506]
+      velocities: [-0.17809995437250725, 0.2153018181556541, -0.25937601656539067, -0.3371064114228953, 0.10689763059468804, -0.045682655687805995]
+      accelerations: [-0.11018530808447227, 0.04780062416461808, 0.0, -0.15063142487592446, 0.05544897754594209, -0.012292210086171027]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 199975129
+    - 
+      positions: [0.8726611223754134, -0.29292496224246783, -0.7989930469549057, 0.8704421303314411, -2.3406412255390503, -0.8496278398019166]
+      velocities: [-0.17857421277721447, 0.21550752618043545, -0.2593760165653906, -0.3377550418794494, 0.1071364381899777, -0.045735050640685684]
+      accelerations: [-0.11063604965743883, 0.047979905790194705, 2.586015829547031e-14, -0.15138007178669516, 0.05574321949279057, -0.012103490305046682]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 204270537
+    - 
+      positions: [0.8718938502045454, -0.2919997881711855, -0.8001060166094304, 0.8689914458087822, -2.3401809949375174, -0.8498241981256526]
+      velocities: [-0.17904991815018828, 0.21571379154881154, -0.25937601656539044, -0.3384062232860111, 0.10737626317397092, -0.04578657594709612]
+      accelerations: [-0.11108915722966324, 0.04815991100830891, 3.883057016698123e-14, -0.15213419015816998, 0.05603870223290283, -0.011912214502367477]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 208561488
+    - 
+      positions: [0.871125333408367, -0.2910746904788564, -0.8012178293188122, 0.867539472522359, -2.339720212560487, -0.8500205713214555]
+      velocities: [-0.17952707636964144, 0.21592061565400938, -0.2593760165653905, -0.33905997214650113, 0.10761710813054289, -0.04583722230639421]
+      accelerations: [-0.11154464965307481, 0.04834064556029727, -5.182801247377956e-14, -0.15289383889467928, 0.05633544110181319, -0.01171837839854606]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 212847978
+    - 
+      positions: [0.8703555704516293, -0.29014966915123896, -0.8023284844362423, 0.8660862061096725, -2.3392588764475115, -0.8502169550356289]
+      velocities: [-0.1800056933671084, 0.21612799991182888, -0.2593760165653904, -0.3397163051863357, 0.10785897573454004, -0.045886980527632126]
+      accelerations: [-0.1120025507891776, 0.04852212001612535, 1.0376414840344992e-13, -0.1536591014603639, 0.056633472793341834, -0.011522021020996564]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 217130005
+    - 
+      positions: [0.8695845598013309, -0.2892247241826309, -0.8034379813081626, 0.8646316421843295, -2.3387969846447, -0.8504133448858547]
+      velocities: [-0.18048577508337657, 0.21633594571745962, -0.2593760165653905, -0.34037523913594436, 0.10810186854826459, -0.04593584112508968]
+      accelerations: [-0.1124628590888533, 0.04870431999407149, -1.5580883882746752e-13, -0.15442993613722655, 0.05693271765797126, -0.011322948952628363]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 221407567
+    - 
+      positions: [0.8688122999274117, -0.28829985557662674, -0.8045463192738049, 0.8631757763381835, -2.3383345352065428, -0.850609736457898]
+      velocities: [-0.1809673275025096, 0.21654445447903337, -0.2593760165653907, -0.34103679089857464, 0.10834578917867416, -0.045983794629152225]
+      accelerations: [-0.11292561451414156, 0.04888727180420926, 5.199062956806247e-14, -0.15520650536492045, 0.057233285974346265, -0.011121346371760035]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 225680660
+    - 
+      positions: [0.8680387893019638, -0.28737506334525953, -0.8056534976657744, 0.861718604138376, -2.33787152619383, -0.850806125309413]
+      velocities: [-0.18145035666620385, 0.21675352763087968, -0.2593760165653904, -0.34170097761951873, 0.10859074033916616, -0.04603083170952567]
+      accelerations: [-0.11339082238325916, 0.04907096729174921, 1.0409024989870014e-13, -0.15598880021998307, 0.05753512699933054, -0.01091707715732749]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 229949283
+    - 
+      positions: [0.8672640263996939, -0.2864503475095125, -0.8067595158097471, 0.8602601211286839, -2.337407955674884, -0.8510025069677352]
+      velocities: [-0.1819348686039784, 0.2169631665647238, -0.2593760165653906, -0.3423678163424514, 0.10883672452801213, -0.04607694253661043]
+      accelerations: [-0.11385849017852835, 0.04925540061222284, -2.0839906656855768e-13, -0.15677682279303878, 0.05783820055914434, -0.010710026307599853]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 234213433
+    - 
+      positions: [0.8664880096983055, -0.28552570809973365, -0.8078643730242336, 0.8588003228305834, -2.3369438217265652, -0.8511988769280895]
+      velocities: [-0.18242086940304608, 0.2171733726987139, -0.259376016565391, -0.3430373243542214, 0.10908374435056131, -0.04612211741968916]
+      accelerations: [-0.11432865614733052, 0.04944059599666258, 2.6077277767286732e-14, -0.15757072619094006, 0.0581426069090307, -0.01050035639445613]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 238473106
+    - 
+      positions: [0.8657107376777947, -0.28460114515487367, -0.8089680686210969, 0.8573392047405816, -2.3364791224324133, -0.8513952306569825]
+      velocities: [-0.18290836519359588, 0.21738414746204482, -0.2593760165653908, -0.34370951911124775, 0.10933180244782387, -0.04616634666529462]
+      accelerations: [-0.11480132103299384, 0.049626540421828416, 6.526186564756055e-14, -0.15837047844110314, 0.05844827241048164, -0.010287885687957205]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 242728302
+    - 
+      positions: [0.8649322088210859, -0.2836766587231824, -0.8100706019051361, 0.8558767623321529, -2.3360138558843375, -0.8515915635891755]
+      velocities: [-0.1833973621355326, 0.2175954922819432, -0.2593760165653907, -0.34438441817341015, 0.10958090143435478, -0.04620962045304579]
+      accelerations: [-0.11527651708464208, 0.04981325209233279, -2.6132289245541378e-14, -0.15917620231521945, 0.05875526839641241, -0.010072718559974554]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 246979016
+    - 
+      positions: [0.8641524216135567, -0.28275224886169376, -0.811171972174442, 0.8544129910538583, -2.335548020181357, -0.8517878711299874]
+      velocities: [-0.18388786642193794, 0.21780740858681186, -0.25937601656539055, -0.3450620392214596, 0.10983104391320649, -0.04625192886539105]
+      accelerations: [-0.11575424682940043, 0.05000071947255853, 9.15596751271961e-14, -0.15998787435609743, 0.059063528139276816, -0.009854686637508861]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 251225246
+    - 
+      positions: [0.8633713745436186, -0.2818279156368619, -0.812272178720022, 0.8529478863310853, -2.335081613431147, -0.8519841486525398]
+      velocities: [-0.18437988426165766, 0.21801989778864567, -0.25937601656539044, -0.3457423999731021, 0.1100822323959326, -0.04629326173003215]
+      accelerations: [-0.11623453453596798, 0.050188952551862995, -1.3093800258896208e-14, -0.16080557842523685, 0.05937308543051056, -0.009633819941930934]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 255466989
+    - 
+      positions: [0.8625890661025296, -0.28090365912435833, -0.8133712208259617, 0.8514814435651464, -2.334614633749539, -0.8521803914986901]
+      velocities: [-0.18487342193569864, 0.2182329613386565, -0.25937601656539055, -0.3464255184556736, 0.11033446955784709, -0.04633360912146071]
+      accelerations: [-0.11671740948893902, 0.05037796604517919, -5.243073943425874e-14, -0.16162942005247039, 0.05968399386386092, -0.009410186122770246]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 259704244
+    - 
+      positions: [0.8618054947840551, -0.2799794794087106, -0.8144690977696762, 0.8500136581318799, -2.3341470792596364, -0.8523765949806503]
+      velocities: [-0.18536848572750123, 0.21844660065792043, -0.25937601656539067, -0.34711141266780166, 0.11058775791848549, -0.0463729607321664]
+      accelerations: [-0.11720286325695832, 0.05056773726939752, 0.0, -0.16245932401420915, 0.05999613654159929, -0.009183518277747455]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 263937006
+    - 
+      positions: [0.8610206590854318, -0.27905537658434765, -0.8155658088212873, 0.8485445253846706, -2.33367894809436, -0.8525727543764537]
+      velocities: [-0.18586508197609955, 0.21866081718950703, -0.2593760165653908, -0.3478001008359875, 0.11084210008175106, -0.04641130634383634]
+      accelerations: [-0.11769095046506158, 0.05075830563512466, -5.254227510229446e-14, -0.16329551769241205, 0.060309680651038755, -0.008954106530666481]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 268165273
+    - 
+      positions: [0.8602345575061634, -0.27813135075430456, -0.8166613532444597, 0.8470740406501052, -2.3332102383932787, -0.8527688649356704]
+      velocities: [-0.18636321705450665, 0.21887561237761982, -0.25937601656539083, -0.3484916013119842, 0.11109749863873886, -0.046448635637127644]
+      accelerations: [-0.11818165260577285, 0.050949638593136566, 2.6299137116160595e-14, -0.16413787764715293, 0.060624463188625695, -0.008721593327069833]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 272389042
+    - 
+      positions: [0.859447188549334, -0.2772074020316367, -0.8177557302955512, 0.8456021992321724, -2.332740948306074, -0.8529649218732354]
+      velocities: [-0.18686289736372044, 0.21909098766058802, -0.2593760165653908, -0.34918593254181324, 0.11135395613685072, -0.0464849381289936]
+      accelerations: [-0.1186750217454055, 0.051141772354785724, 0.0, -0.16498661748445967, 0.060940637093411694, -0.008486239434778073]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 276608310
+    - 
+      positions: [0.8586585507205183, -0.27628353053825794, -0.8188489392243614, 0.8441289964083084, -2.3322710759896736, -0.8531609203746141]
+      velocities: [-0.18736412935446947, 0.2193069444916862, -0.2593760165653907, -0.3498831131687693, 0.11161147517507876, -0.04652020336016535]
+      accelerations: [-0.11917104981326657, 0.051334684212980417, 2.6355369894220355e-14, -0.16584166278500928, 0.06125808424542237, -0.008247775201113658]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 280823075
+    - 
+      positions: [0.8578686425287461, -0.27535973640598, -0.8199409792735183, 0.8426544274324163, -2.3318006196108056, -0.8533568555912717]
+      velocities: [-0.18786691949248835, 0.21952348430616286, -0.25937601656539067, -0.3505831618705687, 0.11187005825111272, -0.046554420595426194]
+      accelerations: [-0.11966977267622898, 0.05152839484746695, -1.3191802028904166e-14, -0.16670315075992728, 0.06157688538472532, -0.008006319432184243]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 285033334
+    - 
+      positions: [0.8570774624859667, -0.27443601977593424, -0.8210318496788657, 0.8411784875327808, -2.3313295773445812, -0.8535527226432426]
+      velocities: [-0.18837127430613687, 0.2197406085666161, -0.25937601656539083, -0.3512860975850131, 0.11212970797091545, -0.04658757923266389]
+      accelerations: [-0.12017120503769374, 0.05172290310087464, -5.2823834750347176e-14, -0.1675711144953058, 0.06189702175874583, -0.007761795999614693]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 289239082
+    - 
+      positions: [0.8562850091072599, -0.2735123807988116, -0.8221215496693437, 0.8397011719125287, -2.3308579473750677, -0.853748516618146]
+      velocities: [-0.18887720034936326, 0.21995831872625204, -0.2593760165653909, -0.3519919393309123, 0.11239042687926801, -0.046619668471267015]
+      accelerations: [-0.12067536540441974, 0.05191821227337069, 2.644031032909439e-14, -0.16844560683757903, 0.06221849379192464, -0.0075141661188901365]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 293440319
+    - 
+      positions: [0.8554912809109072, -0.2725888196349371, -0.8232100784669717, 0.8382224757496077, -2.3303857278954756, -0.8539442325708917]
+      velocities: [-0.1893847042193751, 0.22017661624673757, -0.2593760165653909, -0.3527007062944669, 0.11265221754064653, -0.046650677469189036]
+      accelerations: [-0.121182277097258, 0.05211432974300179, -2.6468783404762017e-14, -0.1693267025156252, 0.06254132122562608, -0.0072634279799993285]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 297637040
+    - 
+      positions: [0.8546962764183144, -0.27166533645419333, -0.8242974352869248, 0.8367423941962632, -2.329912917107966, -0.8541398655240584]
+      velocities: [-0.18989379254260602, 0.22039550258332125, -0.25937601656539067, -0.35341241776177046, 0.11291508247349233, -0.04668059521499136]
+      accelerations: [-0.12169195215045622, 0.052311251767037936, 1.1923801691253426e-13, -0.17021442278637047, 0.06286547320415685, -0.007009481466312597]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 301829243
+    - 
+      positions: [0.8538999941543163, -0.2707419314363512, -0.825383619337363, 0.8352609223798015, -2.3294395132244574, -0.8543354104665036]
+      velocities: [-0.19040447198950927, 0.22061497919969625, -0.2593760165653905, -0.35412709318891616, 0.11317902421551755, -0.04670941065484177]
+      accelerations: [-0.12220442117061701, 0.05250899287123231, -2.6525971881831673e-14, -0.1711088764565088, 0.06319100071094674, -0.006752385080008093]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 306016924
+    - 
+      positions: [0.8531024326468678, -0.2698186047707415, -0.8264686298196589, 0.8337780554012832, -2.3289655144658186, -0.8545308623548391]
+      velocities: [-0.19091674927328578, 0.22083504756602407, -0.25937601656539044, -0.3548447521951521, 0.11344404531545682, -0.046737112675086026]
+      accelerations: [-0.12271969579289159, 0.052707548409275204, 3.9832032404958053e-14, -0.17201008207268523, 0.06351786896868777, -0.006492029974771794]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 310200080
+    - 
+      positions: [0.8523035904273755, -0.2688953566566171, -0.8275524659282084, 0.8322937883363769, -2.3284909190627534, -0.8547262161118978]
+      velocities: [-0.19143063114297795, 0.22105570915190936, -0.25937601656539044, -0.35556541452940815, 0.11371014830064988, -0.04676369003870023]
+      accelerations: [-0.12323780357092591, 0.05290692962348173, -3.9875230131832014e-14, -0.17291813316654553, 0.06384611362831694, -0.0062284441424095725]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 314378709
+    - 
+      positions: [0.8515034660305063, -0.26797218730295125, -0.8286351268505806, 0.8308081162344493, -2.328015725255302, -0.8549214666276657]
+      velocities: [-0.19194612437740327, 0.22127696542064668, -0.2593760165653906, -0.35628910004391146, 0.11397733565119415, -0.04678913133619236]
+      accelerations: [-0.12375875344335201, 0.053107129141418324, -2.6612367838412067e-14, -0.17383303615785028, 0.0641756874811158, -0.00596149465731554]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 318552807
+    - 
+      positions: [0.8507020579946112, -0.26704909692889106, -0.8297166117672781, 0.8293210341197177, -2.3275399312939613, -0.8551166087573394]
+      velocities: [-0.19246323580667746, 0.22149881784928732, -0.2593760165653908, -0.35701582879323635, 0.11424560989095185, -0.04681342516011311]
+      accelerations: [-0.12428258352311992, 0.053308167890296305, -6.660333006578366e-14, -0.1747549327510493, 0.06450666992306067, -0.005691292939233796]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 322722371
+    - 
+      positions: [0.8498993648612082, -0.26612608576321745, -0.8307969198520869, 0.8278325369892475, -2.327063535438339, -0.8553116373237544]
+      velocities: [-0.19298197231070796, 0.22172126792710128, -0.25937601656539055, -0.3577456210265959, 0.11451497357911371, -0.04683656008861101]
+      accelerations: [-0.12480930223938147, 0.05351003779955993, 2.0002784868910808e-13, -0.1756838262534533, 0.06483900971784039, -0.005417697757578302]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 326887398
+    - 
+      positions: [0.849095385175436, -0.2652031540448287, -0.8318760502718187, 0.8263426198142049, -2.3265865359583535, -0.8555065471153078]
+      velocities: [-0.1935023407985459, 0.2219443171355863, -0.25937601656539044, -0.35847849709207563, 0.11478542921991523, -0.04685852450960658]
+      accelerations: [-0.12533893806354188, 0.053712750287600315, -1.6019707048065366e-13, -0.1766198132049632, 0.0651727431326778, -0.005140736065386898]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 331047885
+    - 
+      positions: [0.848290117485862, -0.26428030202254005, -0.8329540021864575, 0.8248512775389413, -2.3261089311337337, -0.8557013328868861]
+      velocities: [-0.194024348209001, 0.2221679669478182, -0.2593760165653908, -0.35921447743796964, 0.11505697926145404, -0.04687930661902591]
+      accelerations: [-0.12587149992708282, 0.05391629698782053, 0.0, -0.17756289802166966, 0.06550781823717126, -0.004860265053426998]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 335203828
+    - 
+      positions: [0.8474835603449341, -0.26335752995557277, -0.8340307747489032, 0.8233585050822427, -2.3256307192552237, -0.8558959893577865]
+      velocities: [-0.1945480015350956, 0.22239221885278965, -0.25937601656539067, -0.35995358272879596, 0.11532962620323711, -0.04689889462824436]
+      accelerations: [-0.1264070283274421, 0.05412070110347341, 6.689507506322557e-14, -0.1785132338222832, 0.06584432319689884, -0.004576411300838866]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 339355224
+    - 
+      positions: [0.84667571230841, -0.2624348381129474, -0.8351063671053569, 0.82186429733513, -2.3251518986230844, -0.8560905112144152]
+      velocities: [-0.19507330781328336, 0.2226170743443769, -0.2593760165653907, -0.3606958337931226, 0.11560337254678141, -0.046917276667330594]
+      accelerations: [-0.12694552722247557, 0.0543259489890455, -1.0714966968743713e-13, -0.179470800478048, 0.06618218227448283, -0.004288984893909738]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 343502069
+    - 
+      positions: [0.8458665719359844, -0.2615122267741591, -0.8361807783949543, 0.8203686491627029, -2.324672467548758, -0.8562848931073929]
+      velocities: [-0.1956002741107653, 0.22284253490824207, -0.25937601656539083, -0.3614412515640541, 0.11587822073711496, -0.04693444067218247]
+      accelerations: [-0.12748703127886718, 0.0545320576238184, 5.363378204670114e-14, -0.18043572325763346, 0.06652145564336392, -0.003998057910070462]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 347644362
+    - 
+      positions: [0.8450561377909236, -0.26058969622879186, -0.8372540077500216, 0.818871555402626, -2.3241924243539147, -0.8564791296532949]
+      velocities: [-0.19612890756162404, 0.22306860205751794, -0.25937601656539083, -0.3621898572483659, 0.11615417332112585, -0.046950374688434326]
+      accelerations: [-0.128031562114991, 0.054739030616751866, -5.3692902713083196e-14, -0.1814080642413242, 0.06686214395596873, -0.0037035865557934204]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 351782097
+    - 
+      positions: [0.8442444084401353, -0.25966724677659986, -0.8383260542960561, 0.8173730108650967, -2.3237117673706487, -0.8566732154343473]
+      velocities: [-0.1966592153140294, 0.22329527728017812, -0.25937601656539055, -0.36294167207925165, 0.11643123271359364, -0.04696506642116438]
+      accelerations: [-0.12857912915878641, 0.054946859591502306, 1.8813269268588032e-13, -0.18238783000926376, 0.06720419447456367, -0.0034054250996941615]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 355915273
+    - 
+      positions: [0.8434313824546272, -0.2587448787279955, -0.8393969171514735, 0.8158730103340986, -2.3232304949426905, -0.8568671449963503]
+      velocities: [-0.19719120456653821, 0.22352256207467341, -0.25937601656539044, -0.363696717486402, 0.11670940135551774, -0.04697850353937519]
+      accelerations: [-0.12912977184333693, 0.05515556544615504, -1.3452917177724596e-13, -0.18337516558220487, 0.06754768445837948, -0.003103676552408881]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 360043884
+    - 
+      positions: [0.84261705840902, -0.25782259240354044, -0.8404665954279325, 0.814371548565492, -2.3227486054241395, -0.8570609128509639]
+      velocities: [-0.19772488256871942, 0.22375045794991522, -0.2593760165653908, -0.3644550150975112, 0.116988681713838, -0.046990673674793024]
+      accelerations: [-0.1296835001328042, 0.05536513983490502, -2.693565809651085e-14, -0.1843700789018097, 0.06789256102577475, -0.002798194083876742]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 364167929
+    - 
+      positions: [0.8418014348820031, -0.2569003881344329, -0.8415350882300836, 0.8128686202882625, -2.3222660971806772, -0.8572545134736289]
+      velocities: [-0.1982602566081266, 0.22397896641224557, -0.25937601656539067, -0.36521658667789914, 0.11726907622327577, -0.04700156430855114]
+      accelerations: [-0.13024034744176527, 0.05557559743343687, 8.089671216479932e-14, -0.18537268661454492, 0.0682388734679178, -0.002489025689517538]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 368287403
+    - 
+      positions: [0.8409845104560549, -0.2559782662622172, -0.8426023946557663, 0.8113642202033012, -2.3217829685888396, -0.8574479413048958]
+      velocities: [-0.19879733402595245, 0.22420808898097727, -0.25937601656539044, -0.36598145420247347, 0.11755058735366009, -0.04701116290006794]
+      accelerations: [-0.13080033157189397, 0.05578693747452187, 1.3497786388265409e-14, -0.18638303221626143, 0.06858660154596789, -0.0021760865050658223]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 372402303
+    - 
+      positions: [0.8401662837176654, -0.2550562271390208, -0.8436685137958994, 0.8098583429838707, -2.3212992180366108, -0.8576411907494429]
+      velocities: [-0.19933612219619853, 0.22443782716662403, -0.25937601656539044, -0.3667496397593709, 0.11783321751592885, -0.04701945670781136]
+      accelerations: [-0.13136347610363883, 0.05599916413467684, 1.351283240606619e-14, -0.18740118636742437, 0.06893574902745934, -0.0018593371947600913]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 376512626
+    - 
+      positions: [0.8393467532573795, -0.2541342711276118, -0.8447334447344839, 0.8083509832754634, -2.3208148439235585, -0.8578342561758981]
+      velocities: [-0.19987662854179725, 0.2246681824866103, -0.25937601656539044, -0.3675211656234848, 0.11811696913035519, -0.04702643291763074]
+      accelerations: [-0.13192980694040232, 0.05621228433525998, -1.3527923691254376e-14, -0.18842722901806233, 0.06928632886135605, -0.0015387547828774235]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 380618368
+    - 
+      positions: [0.8385259176697831, -0.2532123986013857, -0.8457971865486339, 0.8068421356954754, -2.3203298446608027, -0.8580271319169472]
+      velocities: [-0.20041886051417623, 0.22489915644622033, -0.2593760165653905, -0.3682960541650804, 0.11840184454076232, -0.047032078480657165]
+      accelerations: [-0.1324993379782982, 0.05642629302639917, -2.7086121047224864e-14, -0.1894611870444091, 0.06963830305792411, -0.001214220486039439]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 384719525
+    - 
+      positions: [0.8377037755538488, -0.2522906099447271, -0.8468597383084097, 0.805331794834066, -2.319844218671932, -0.8582198122678014]
+      velocities: [-0.20096282564636272, 0.22513075058858917, -0.25937601656539055, -0.3690743280895078, 0.11868784623632156, -0.047036380533171177]
+      accelerations: [-0.13307212130484833, 0.056641221587037584, -1.3558243182809049e-14, -0.190503258150842, 0.06999179288365102, -0.000885915843695359]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 388816094
+    - 
+      positions: [0.8368803255121422, -0.25136890555219704, -0.8479210990772982, 0.8038199552512397, -2.3193579643909494, -0.8584122914898342]
+      velocities: [-0.20150853150183146, 0.22536296644438314, -0.25937601656539067, -0.3698560102030328, 0.11897497662988307, -0.047039325974076084]
+      accelerations: [-0.13364814610710699, 0.05685704045247651, -1.3573471951317788e-14, -0.19155335563508777, 0.07034665216758078, -0.0005535153288665067]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 392908071
+    - 
+      positions: [0.8360555661519441, -0.25044728582970427, -0.848981267911589, 0.8023066114802851, -2.3188710802652155, -0.858604563805511]
+      velocities: [-0.20205598566595945, 0.22559580552422326, -0.25937601656539055, -0.3706411233758752, 0.11926323802330557, -0.04704090140012676]
+      accelerations: [-0.13422746063130492, 0.05707377739913802, 4.076624134456056e-14, -0.19261166009552927, 0.07070298543596346, -0.00021716863389880517]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 396995453
+    - 
+      positions: [0.8352294960845799, -0.24952575119381104, -0.850040243860791, 0.8007917580252625, -2.3183835647537077, -0.8587966234014881]
+      velocities: [-0.20260519580074626, 0.22582926937118467, -0.25937601656539044, -0.3714296907901163, 0.11955263283781972, -0.04704109354241585]
+      accelerations: [-0.13481008104887054, 0.057291428541214565, 2.720813791878538e-14, -0.19367820659750878, 0.0710607589899415, 0.00012323721679380776]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 401078236
+    - 
+      positions: [0.8344021139257343, -0.24860430207206788, -0.8510980259674766, 0.7992753893617569, -2.317895416327861, -0.8589884644272122]
+      velocities: [-0.20315616959904118, 0.22606335951542483, -0.25937601656539044, -0.3722217357319909, 0.11984316341690354, -0.04703988889144839]
+      accelerations: [-0.13539603353036153, 0.0575099995528611, -1.3619437773726844e-14, -0.19475307508881312, 0.07141998113401671, 0.0004677361026342033]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 405156416
+    - 
+      positions: [0.8335734182954669, -0.24768293890303628, -0.8521546132673018, 0.7977574999366429, -2.3174066334716255, -0.8591800809948835]
+      velocities: [-0.20370891482382314, 0.22629807751244513, -0.2593760165653908, -0.37301728176765137, 0.12013483219037878, -0.04703727400679741]
+      accelerations: [-0.13598535378691032, 0.05772950536149106, -1.6361824616908996e-13, -0.19583638758871016, 0.07178069865169161, 0.0008162896970181347]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 409229990
+    - 
+      positions: [0.8327434078179604, -0.24676166213603315, -0.8532100047891701, 0.7962380841669571, -2.3169172146808186, -0.8593714671806472]
+      velocities: [-0.2042634392656196, 0.22653342490127976, -0.2593760165653909, -0.37381635255155365, 0.12042764149277442, -0.04703323517333051]
+      accelerations: [-0.13657804738357485, 0.05794993118250934, 1.2285285725825596e-13, -0.19692813082268681, 0.0721428307583023, 0.001169101072987834]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 413298953
+    - 
+      positions: [0.8319120811221657, -0.2458404722318057, -0.8542641995548962, 0.7947171364417476, -2.316427158464829, -0.8595626170216975]
+      velocities: [-0.2048197507404645, 0.22676940320175287, -0.25937601656539055, -0.374618971817853, 0.1207215935534669, -0.04702775838327859]
+      accelerations: [-0.13717414933872912, 0.05817129065868592, 2.7331657893431218e-14, -0.19802842340366275, 0.07250641942030213, 0.0015261412708204671]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 417363303
+    - 
+      positions: [0.83107943684158, -0.2449193696623083, -0.855317196579359, 0.7931946511210441, -2.3159364633460533, -0.8597535245173316]
+      velocities: [-0.20537785717228513, 0.22700601399501477, -0.2593760165653906, -0.3754251637517415, 0.12101669084341976, -0.04702082998899157]
+      accelerations: [-0.13777370602793007, 0.05839360867959232, -5.472555425128281e-14, -0.19913743555071695, 0.07287155447776136, 0.001887292725716507]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 421423034
+    - 
+      positions: [0.8302454736136932, -0.24399835491013278, -0.856368994870841, 0.791670622533726, -2.3154451278584673, -0.85994418363149]
+      velocities: [-0.20593776649559908, 0.22724325882770893, -0.25937601656539055, -0.37623495254789313, 0.1213129356598712, -0.04701243591813142]
+      accelerations: [-0.1383767048686139, 0.05861685177609896, 6.848498310130672e-14, -0.2002550693714054, 0.07323807352230834, 0.002252913268361707]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 425478144
+    - 
+      positions: [0.8294101900812056, -0.24307742846978, -0.8574195934303627, 0.7901450449812736, -2.314953150550819, -0.8601345882872908]
+      velocities: [-0.20649948667986184, 0.22748113923542101, -0.2593760165653905, -0.37704836252254154, 0.12161033022885295, -0.04700256186833185]
+      accelerations: [-0.1389832045865465, 0.05884105648487263, -2.742530684131775e-14, -0.2013815512917488, 0.07360611705123055, 0.002622789784472128]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 429528629
+    - 
+      positions: [0.8285735848911162, -0.24215659084671745, -0.8584689912522314, 0.7886179127344366, -2.314460529984269, -0.8603247323711962]
+      velocities: [-0.20706302578311486, 0.22771965679515083, -0.2593760165653907, -0.3778654183555409, 0.12190887693095352, -0.046991193731312025]
+      accelerations: [-0.13959321932159408, 0.05906621524103489, -8.23701555935392e-14, -0.20251690350248758, 0.07397563390453067, 0.002997071714864032]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 433574484
+    - 
+      positions: [0.8277356566951592, -0.2412358425578396, -0.8595171873238168, 0.7870892200343952, -2.3139672647335465, -0.8605146097310774]
+      velocities: [-0.20762839188522197, 0.2279588130591429, -0.25937601656539067, -0.37868614478672435, 0.12220857801521007, -0.04697831705262666]
+      accelerations: [-0.14020677519130814, 0.05929233201902553, 9.620880122195135e-14, -0.20366120359819445, 0.07434662356606789, 0.003375812830476274]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 437615706
+    - 
+      positions: [0.8268964041498847, -0.24031518413155664, -0.8605641806255351, 0.7855589610927204, -2.3134733533871747, -0.8607042141759034]
+      velocities: [-0.20819559314009478, 0.22819860960541657, -0.25937601656539044, -0.3795105668505754, 0.12250943581664525, -0.04696391744003539]
+      accelerations: [-0.14082391247433043, 0.05951942429926647, 1.3759919310858785e-14, -0.2048145906718655, 0.07471914246361681, 0.0037589612358094114]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 441652291
+    - 
+      positions: [0.8260558259163407, -0.23939461610747612, -0.8616099701310473, 0.7840271300900348, -2.3129787945466673, -0.8608935394771956]
+      velocities: [-0.2087646377357662, 0.2284390479988258, -0.2593760165653905, -0.3803387096992203, 0.12281145258907888, -0.04694798025029801]
+      accelerations: [-0.14144463783160188, 0.059747476834177034, -2.755154825287804e-14, -0.20597705555231902, 0.07509310732848189, 0.004146726355078374]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 445684235
+    - 
+      positions: [0.8252139206607304, -0.23847413903708187, -0.8626545548069307, 0.7824937211778723, -2.3124835868282516, -0.8610825793661381]
+      velocities: [-0.20933553390092052, 0.2286801297972262, -0.25937601656539067, -0.38117059863177993, 0.12311463053113661, -0.046930490637805154]
+      accelerations: [-0.14206899513099425, 0.059976510246109255, -6.895839609401773e-14, -0.20714875287620382, 0.07546858759411704, 0.0045390326272294005]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 449711534
+    - 
+      positions: [0.8243706870540057, -0.23755375348332275, -0.8636979336129259, 0.7809587284770421, -2.311987728861833, -0.8612713275354411]
+      velocities: [-0.2099082899529523, 0.22892185659707293, -0.2593760165653909, -0.38200625930467347, 0.12341897198062113, -0.0469114339155561]
+      accelerations: [-0.14269701519440875, 0.0602065319725194, -2.7615269800146548e-14, -0.20832977872651284, 0.07584559647635801, 0.004935910922139689]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 453734183
+    - 
+      positions: [0.8235261237718542, -0.23663346002061023, -0.8647401055019662, 0.7794221460772828, -2.3114912192909816, -0.8614597776394335]
+      velocities: [-0.21048291422997534, 0.22916422996719438, -0.2593760165653909, -0.38284571743085277, 0.12372447913182823, -0.04689079502701309]
+      accelerations: [-0.14332870846235168, 0.060437529820110664, 4.147092445847944e-14, -0.20952013934263655, 0.07622406310275845, 0.0053375484665671566]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 457752179
+    - 
+      positions: [0.8226802294952639, -0.23571325923540012, -0.8657810694199038, 0.7778839680388269, -2.3109940567744216, -0.8616479232915855]
+      velocities: [-0.21105941512909104, 0.2294072514859839, -0.2593760165653908, -0.3836889989509218, 0.1240311541939117, -0.04686855884219804]
+      accelerations: [-0.14396412514443366, 0.060669529801464325, 1.3839699294849497e-14, -0.21072001690596256, 0.07660407952951215, 0.005743829396540027]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 461765519
+    - 
+      positions: [0.821833002909969, -0.2347931517256325, -0.8668208243058323, 0.7763441883902594, -2.3104962399846043, -0.8618357580670443]
+      velocities: [-0.21163780111606645, 0.22965092274979207, -0.25937601656539055, -0.38453613007391, 0.12433899942615012, -0.046844710221917774]
+      accelerations: [-0.1446032808156751, 0.060902523952300607, 8.313485187234232e-14, -0.2119294388433828, 0.07698559243130977, 0.006154909639074223]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 465774196
+    - 
+      positions: [0.8209844427068894, -0.2338731381011898, -0.8678593690918776, 0.7748028011296729, -2.3099977676088823, -0.8620232755006942]
+      velocities: [-0.21221808069572368, 0.22989524534404043, -0.25937601656539044, -0.3853871371455751, 0.12464801701449382, -0.046819233786421284]
+      accelerations: [-0.14524621131279297, 0.061136523996291124, -4.1615909580045336e-14, -0.21314852285236086, 0.077368632552195, 0.006570788902772308]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 469778209
+    - 
+      positions: [0.8201345475820017, -0.23295321898376925, -0.868896702703294, 0.7732598002239321, -2.3094986383491842, -0.8622104690877984]
+      velocities: [-0.2128002624248738, 0.23014022085538655, -0.25937601656539067, -0.38624204670687823, 0.12495820912338246, -0.04679211401303664]
+      accelerations: [-0.14589293898840355, 0.0613715280793869, -6.94409163166196e-14, -0.21437732638756613, 0.07775317233539081, 0.006991575249771132]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 473777552
+    - 
+      positions: [0.8192833162366009, -0.23203339500715883, -0.8699328240583519, 0.7717151796092299, -2.308998850922725, -0.8623973322828724]
+      velocities: [-0.21338435493706176, 0.23038585089516286, -0.2593760165653908, -0.38710088560174327, 0.12526957799459165, -0.046763335417324595]
+      accelerations: [-0.14654351243471817, 0.06160755974992979, 4.171334754335803e-14, -0.2156160221900662, 0.07813929216023248, 0.007417178097365479]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 477772221
+    - 
+      positions: [0.8184307473768329, -0.23111366681676618, -0.8709677320686102, 0.7701689331892418, -2.308498404060807, -0.8625838585018103]
+      velocities: [-0.21397036688397664, 0.23063213704192603, -0.2593760165653906, -0.387963680719591, 0.12558212570473387, -0.04673288210392508]
+      accelerations: [-0.14719792501073048, 0.06184458844013903, 2.7841535886613572e-14, -0.21686453972665168, 0.07852684300990082, 0.007847931178480656]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 481762212
+    - 
+      positions: [0.8175768397147821, -0.23019403507073558, -0.872001425638374, 0.7686210548383934, -2.307997296511674, -0.8627700411171051]
+      velocities: [-0.21455830699967532, 0.2308790809035856, -0.25937601656539067, -0.388830459275861, 0.1258958544258055, -0.04670073824798478]
+      accelerations: [-0.1478562579087561, 0.06208266895390262, -5.574855952337635e-14, -0.21812319356426346, 0.07891603608418613, 0.008283502896883824]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 485747521
+    - 
+      positions: [0.8167215919671177, -0.22927450043857459, -0.8730339036654258, 0.7670715383971058, -2.3074955270370126, -0.8629558734639035]
+      velocities: [-0.215148184093998, 0.2311266841108623, -0.2593760165653908, -0.389701248784226, 0.1262107663980365, -0.046666888043310185]
+      accelerations: [-0.14851850148577114, 0.06232176746406472, 1.3953565326044524e-14, -0.21939190005499354, 0.0793067086134623, 0.008724253928562537]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 489728143
+    - 
+      positions: [0.8158650028562748, -0.22835506360236277, -0.874065165040439, 0.7655203776753639, -2.306993094415042, -0.8631413488348174]
+      velocities: [-0.21574000698557472, 0.23137494825100782, -0.2593760165653908, -0.39057607676198597, 0.12652686365031313, -0.04663131518635846]
+      accelerations: [-0.1491847037593303, 0.06256190564975224, -2.794008923188395e-14, -0.22067082726076306, 0.07969893179751152, 0.009170111806337427]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 493704075
+    - 
+      positions: [0.8150070711100477, -0.22743572525634795, -0.875095208647214, 0.7639675664510672, -2.3064899974394875, -0.8633264604817799]
+      velocities: [-0.2163337845855401, 0.23162387494912784, -0.25937601656539083, -0.391454971096305, 0.12684414834225746, -0.04659400350701115]
+      accelerations: [-0.14985489747835862, 0.06280309057004926, 0.0, -0.22196007639826845, 0.08009271458242591, 0.009621121311054146]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 497675312
+    - 
+      positions: [0.8141477954616086, -0.22651648610696926, -0.8761240333626968, 0.7624130984697876, -2.3059862349196503, -0.8635112016160029]
+      velocities: [-0.21692952584260206, 0.23187346581463575, -0.25937601656539067, -0.3923379598046808, 0.1271626225387387, -0.04655493655138093]
+      accelerations: [-0.15052910342657622, 0.06304531706557684, 8.401899650370962e-14, -0.22325969622676506, 0.0804880148951577, 0.010077420277140247]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 501641850
+    - 
+      positions: [0.8132871746498694, -0.2255973468732312, -0.8771516380568207, 0.7608569674456329, -2.305481805681366, -0.8636955654064508]
+      velocities: [-0.2175272397776879, 0.23212372247356566, -0.25937601656539067, -0.3932250711838924, 0.12748228834536973, -0.046514097830847034]
+      accelerations: [-0.15120737221356112, 0.06328860856886476, -7.009904472975963e-14, -0.22456986418336822, 0.08088491007006529, 0.010538928542617254]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 505603684
+    - 
+      positions: [0.8124252074190382, -0.22467830828626575, -0.8781780215927547, 0.7592991670594903, -2.304976708565887, -0.8638795449818241]
+      velocities: [-0.21812693547024498, 0.23237464655579615, -0.2593760165653907, -0.3941163337517081, 0.1278031478537161, -0.0464714707206689]
+      accelerations: [-0.15188971808175983, 0.06353295353636139, 2.8073014038987605e-14, -0.22589060066853014, 0.08128333038912489, 0.011005835841749818]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 509560809
+    - 
+      positions: [0.811561892519166, -0.22375937108988522, -0.8792031828266593, 0.7577396909604974, -2.304470942431319, -0.864063133428224]
+      velocities: [-0.218728622048284, 0.2326262396839804, -0.25937601656539044, -0.395011776202001, 0.12812520309571934, -0.04642703837546931]
+      accelerations: [-0.15257618704825807, 0.06377836992353704, 9.837282456999307e-14, -0.22722206174268408, 0.08168333036681204, 0.011478105101803535]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 513513223
+    - 
+      positions: [0.8106972287058583, -0.22284053604030885, -0.88022712060785, 0.7561785327647853, -2.303964506151905, -0.8642463237904582]
+      velocities: [-0.2193323087154231, 0.23287850349988581, -0.2593760165653905, -0.39591142752263575, 0.1284484561527614, -0.046380783928706586]
+      accelerations: [-0.1532668074044722, 0.06402485956113925, -1.1256056156847857e-13, -0.2285643284582024, 0.0820848953932542, 0.011955826036105465]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 517460919
+    - 
+      positions: [0.8098312147404528, -0.22192180390633798, -0.8812498337787427, 0.7546156860557438, -2.303457398618505, -0.8644291090713283]
+      velocities: [-0.2199380047171502, 0.233131439631525, -0.2593760165653908, -0.3968153168500087, 0.12877290901821345, -0.04633269024021419]
+      accelerations: [-0.15396160851482119, 0.06427242386442017, -1.4086936002440333e-14, -0.22991748449222185, 0.0824880105384217, 0.012439089903342115]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 521403894
+    - 
+      positions: [0.8089638493901935, -0.2210031754695459, -0.8822713211747907, 0.7530511443842739, -2.302949618739081, -0.8646114822309084]
+      velocities: [-0.22054571936262882, 0.23338504971285323, -0.25937601656539067, -0.39772347356071935, 0.1290985636795473, -0.04628274004617926]
+      accelerations: [-0.1546606301285757, 0.06452107472066888, 7.051929213895405e-14, -0.23128165849862925, 0.08289270282284952, 0.012927911173382895]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 525342144
+    - 
+      positions: [0.8080951314281317, -0.22008465152418258, -0.8832915816245593, 0.7514849012681482, -2.302441165438461, -0.8647934361870513]
+      velocities: [-0.22115546204089626, 0.2336393353992302, -0.2593760165653907, -0.3986359273422674, 0.12942542218281736, -0.04623091607508134]
+      accelerations: [-0.15536391025590537, 0.06477082148668592, -1.1296670263692997e-13, -0.23265697129695004, 0.08329899016768624, 0.013422322822168273]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 529275662
+    - 
+      positions: [0.8072250596330832, -0.2191662328771437, -0.8843106139497738, 0.7499169501915526, -2.301932037658262, -0.8649749638156066]
+      velocities: [-0.22176724219847432, 0.2338942983457477, -0.2593760165653908, -0.3995527080964497, 0.1297534865406636, -0.04617720087883873]
+      accelerations: [-0.1560714777074963, 0.06502166514153872, 9.896512197732993e-14, -0.23404350376163466, 0.08370685300038885, 0.013922425637747857]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 533204446
+    - 
+      positions: [0.8063536327898384, -0.2182479203481821, -0.8853284169652432, 0.7483472846054546, -2.301422234357456, -0.8651560579495781]
+      velocities: [-0.22238106932613835, 0.2341499401938868, -0.2593760165653908, -0.4004738458814346, 0.13008275867619593, -0.046121576731519814]
+      accelerations: [-0.15678336418850083, 0.06527360833089449, -9.908478305064884e-14, -0.23544134843959885, 0.08411628071121088, 0.014428304921928831]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 537128491
+    - 
+      positions: [0.8054808496893084, -0.21732971477006716, -0.8863449894788142, 0.7467758979277608, -2.3009117545127795, -0.865336711378541]
+      velocities: [-0.22299695299181538, 0.23440626260182373, -0.2593760165653908, -0.40139937105358814, 0.1304132405518163, -0.046064025861881436]
+      accelerations: [-0.1574996156977959, 0.0655266675535753, 8.503272907476954e-14, -0.23685065968395586, 0.08452731939341698, 0.014939943754280744]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 541047791
+    - 
+      positions: [0.8046067091282986, -0.21641161698836506, -0.8873603302915102, 0.7452027835422557, -2.3004005971181787, -0.8655169168496738]
+      velocities: [-0.22361490282222457, 0.23466326722744787, -0.2593760165653904, -0.40232931418871604, 0.13074493409516358, -0.04600453031859276]
+      accelerations: [-0.1582202550090678, 0.06578083687694179, 1.1351465961932649e-13, -0.2382714911296675, 0.08493992072364469, 0.015457496901346133]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 544962343
+    - 
+      positions: [0.8037312099099059, -0.21549362786184026, -0.888374438197365, 0.7436279347995787, -2.299888761185861, -0.8656966670661074]
+      velocities: [-0.22423492850650886, 0.23492095573066246, -0.25937601656539044, -0.40326370609557505, 0.13107784120850988, -0.045943071986232265]
+      accelerations: [-0.15894533044699916, 0.06603613408703125, -1.5627262418292759e-13, -0.23970400542387618, 0.08535413575535673, 0.01598093982698508]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 548872141
+    - 
+      positions: [0.8028543508432612, -0.21457574826221026, -0.889387311983571, 0.7420513450160603, -2.299376245745664, -0.8658759546880912]
+      velocities: [-0.2248570398198642, 0.2351793297955218, -0.25937601656539055, -0.404202577917484, 0.13141196386149806, -0.0458796327519477]
+      accelerations: [-0.15967487730288507, 0.06629256465075051, 1.1379144898922002e-13, -0.24114830942407076, 0.08576996362300872, 0.01651034285345124]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 552777181
+    - 
+      positions: [0.8019761307436141, -0.21365797907423503, -0.8903989504304677, 0.7404730074736812, -2.2988630498453007, -0.8660547723326837]
+      velocities: [-0.22548124658178587, 0.23543839109003217, -0.2593760165653904, -0.4051459609538287, 0.1317473039233627, -0.0458141942010023]
+      accelerations: [-0.16040892300483087, 0.06655012588663639, -2.848263920953597e-14, -0.2426044758218662, 0.0861873696469143, 0.01704583788060579]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 556677459
+    - 
+      positions: [0.8010965484326376, -0.21274032119602926, -0.8914093523114213, 0.7388929154207371, -2.2983491725511778, -0.8662331125725]
+      velocities: [-0.22610755867585225, 0.23569814128384683, -0.25937601656539067, -0.40609388674387936, 0.13208386323618776, -0.04574673774988931]
+      accelerations: [-0.16114751344053446, 0.06680883241079648, -9.981137614975069e-14, -0.24407265572157458, 0.08660639051550555, 0.017587427877531855]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 560572969
+    - 
+      positions: [0.8002156027382633, -0.21182277553890885, -0.8924185163929296, 0.7373110620709791, -2.2978346129480096, -0.8664109679364748]
+      velocities: [-0.22673598605417294, 0.23595858205299744, -0.25937601656539055, -0.4070463870865665, 0.1324216436336949, -0.0456772446793251]
+      accelerations: [-0.1618906787685982, 0.06706868404327969, 1.2848649080190107e-13, -0.24555293324143143, 0.08702700118137291, 0.018135228711240806]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 564463707
+    - 
+      positions: [0.7993332924949268, -0.2109053430276354, -0.8934264414345369, 0.7357274406040865, -2.297319370139469, -0.8665883309088857]
+      velocities: [-0.22736653874354848, 0.2362197150846053, -0.25937601656539044, -0.4080034940645779, 0.13276064696089035, -0.04560569616706828]
+      accelerations: [-0.16263846854437697, 0.06732969794451318, -7.146923096309945e-14, -0.24704547338332428, 0.08744924862773325, 0.01868922701403602]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 568349668
+    - 
+      positions: [0.7984496165433381, -0.2099880246002045, -0.8944331261889629, 0.7341420441645994, -2.2968034432476396, -0.8667651939303824]
+      velocities: [-0.22799922685093232, 0.23648154208172048, -0.25937601656539055, -0.40896524006748114, 0.1331008750920452, -0.04553207332046657]
+      accelerations: [-0.16339091621077528, 0.06759187651937548, 2.862295343798448e-14, -0.24855037356208076, 0.08787311713946715, 0.019249522655456878]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 572230847
+    - 
+      positions: [0.7975645737306649, -0.20907082120802736, -0.8954385694020464, 0.732554865862185, -2.2962868314135108, -0.8669415493972782]
+      velocities: [-0.22863406052568974, 0.23674406472627468, -0.25937601656539067, -0.4099316576311848, 0.13344232977953097, -0.04545635690365426]
+      accelerations: [-0.16414805238544977, 0.06785521795149413, -8.597501235541388e-14, -0.25006771755365137, 0.08829857594204116, 0.019816243517022207]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 576107239
+    - 
+      positions: [0.7966781629108044, -0.20815373381621824, -0.8964427698126429, 0.7309658987721983, -2.295769533797723, -0.8671173896604294]
+      velocities: [-0.22927105000560177, 0.23700728472288263, -0.2593760165653908, -0.41090277963323507, 0.13378501283297858, -0.045378527658877926]
+      accelerations: [-0.16490993472584767, 0.06811974732821396, 2.869384521283471e-14, -0.25159770490900357, 0.08872570176599394, 0.020389324592596993]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 579978840
+    - 
+      positions: [0.7957903829439725, -0.2072367634031855, -0.8974457261528442, 0.7293751359340166, -2.2952515495795316, -0.8672927070270795]
+      velocities: [-0.228770451493365, 0.23609593971594228, -0.2580919768794235, -0.4098372146098149, 0.13346406860823673, -0.04507451631584133]
+      accelerations: [0.4220874801936283, -0.5371814746843153, 0.6612432029982616, 0.7993927190768515, -0.25367115468332546, 0.13624388413441946]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 583845644
+    - 
+      positions: [0.7949012326974148, -0.2063199109613483, -0.8984474371476789, 0.7277825703530238, -2.2947328779586855, -0.8674674937578606]
+      velocities: [-0.22713723091442461, 0.23401905720112007, -0.25553661077170636, -0.40674552330790154, 0.1324826751436392, -0.04454734115605282]
+      accelerations: [0.41534181013806926, -0.5277380011964143, 0.649020892472384, 0.7858666541730305, -0.249535959208225, 0.1340637187722176]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 587746268
+    - 
+      positions: [0.794010711044777, -0.2054031774965196, -0.8994479015154245, 0.7261881949982351, -2.294213518153825, -0.8676417420695766]
+      velocities: [-0.2255160582462397, 0.231960841895688, -0.25300654531852107, -0.40367956392052784, 0.1315088350722729, -0.04402406811898982]
+      accelerations: [0.408705255149087, -0.5184628806457783, 0.6370263028120451, 0.7725731856095515, -0.24547029553239721, 0.13191759666865469]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 591680994
+    - 
+      positions: [0.7931188168666593, -0.20448656402846405, -0.9004471179673831, 0.7245920028037717, -2.2936934694039572, -0.8678154441328779]
+      velocities: [-0.22390684405396444, 0.22992112262050804, -0.2505015300183375, -0.400639116331122, 0.13054248476043057, -0.043504673316498085]
+      accelerations: [0.4021760217551269, -0.5093530656812942, 0.6252551678678072, 0.7595082094739123, -0.24147290582830877, 0.1298049010521148]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 595650111
+    - 
+      positions: [0.792225549050298, -0.20357007159059123, -0.9014450852080479, 0.7229939866674999, -2.293172730967665, -0.8679885920737023]
+      velocities: [-0.22230949956964613, 0.22789972979474335, -0.24802131684983897, -0.397623962330797, 0.12958356116075342, -0.04298913296902783]
+      accelerations: [0.3957523749784561, -0.5004055922796316, 0.6137033017164542, 0.7466678148997807, -0.23754266773861868, 0.12772522584189497]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 599653907
+    - 
+      positions: [0.7913309064900005, -0.20265370123039123, -0.9024418019349414, 0.7213941394521033, -2.292651302124266, -0.8681611779714846]
+      velocities: [-0.22072393668290252, 0.22589649541614937, -0.24556566024736562, -0.3946338855808691, 0.12863200178708828, -0.04247742336977421]
+      accelerations: [0.3894325815688229, -0.4916175248034133, 0.6023665971570413, 0.7340480496829057, -0.23367837609188957, 0.12567798857804882]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 603692674
+    - 
+      positions: [0.7904348880868854, -0.20173745400918788, -0.9034372668387529, 0.7197924539839202, -2.29212918217318, -0.8683331938603296]
+      velocities: [-0.21915006794329436, 0.2239112530534722, -0.24313431707659977, -0.3916686716275741, 0.1276877447383133, -0.04196952093814195]
+      accelerations: [0.38321495953818574, -0.4829860025308322, 0.5912410242149462, 0.7216451242819849, -0.22987893421698224, 0.1236627695062371]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 607766706
+    - 
+      positions: [0.7895374927492267, -0.20082133100248162, -0.904431478603218, 0.7181889230537188, -2.291606370434851, -0.8685046317276316]
+      velocities: [-0.2175878065603436, 0.2219438378356391, -0.24072704661049465, -0.3887281079048203, 0.12675072870917692, -0.04146540224745118]
+      accelerations: [0.3770978294267193, -0.4745081933436195, 0.5803226286775693, 0.7094552136794068, -0.22614317048673266, 0.12167898884704575]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 611876297
+    - 
+      positions: [0.7886387193921287, -0.19990533329964522, -0.9054244359052781, 0.7165835394153242, -2.2910828662499476, -0.8686754835155098]
+      velocities: [-0.21603706639348924, 0.21999408643260543, -0.23834361050544015, -0.3858119836980304, 0.12582089296708532, -0.0409650439943087]
+      accelerations: [0.3710795666532801, -0.4661813418829425, 0.5696075306760026, 0.6974746705885124, -0.2224700361831004, 0.11972625512775502]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 616021748
+    - 
+      positions: [0.7877385669379351, -0.19898946200432466, -0.9064161374149385, 0.7149762957865995, -2.2905586689804514, -0.8688457411191625]
+      velocities: [-0.21449776192830738, 0.21806183702236923, -0.23598377277766336, -0.3829200900500516, 0.12489817727302524, -0.04046842286932948]
+      accelerations: [0.36515855518980794, -0.4580027265194902, 0.5590919233118307, 0.6856998390346604, -0.21885843489600812, 0.11780406599875144]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 620203358
+    - 
+      positions: [0.7868370343161564, -0.19807371823438502, -0.9074065817953211, 0.7133671848488863, -2.2900337780095192, -0.8690153963872261]
+      velocities: [-0.21296980829614415, 0.21614692929992055, -0.23364729977986493, -0.3800522198442765, 0.1239825219686017, -0.03997551571968416]
+      accelerations: [0.35933321172653515, -0.44996968004693644, 0.5487720712449188, 0.6741271516577909, -0.2153073110302591, 0.11591196419659444]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 624421430
+    - 
+      positions: [0.7859341204635636, -0.19715810312200197, -0.9083957677026515, 0.7117561992469715, -2.28950819274175, -0.8691844411214785]
+      velocities: [-0.21145312126611288, 0.21424920446030615, -0.23133396017808422, -0.3772081677768887, 0.12307386796040282, -0.03948629953078442]
+      accelerations: [0.3536019742774213, -0.4420795799891249, 0.5386443093481911, 0.6627530849605247, -0.21181561134935323, 0.11404947073335447]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 628676270
+    - 
+      positions: [0.7850298243241487, -0.19624261781363556, -0.9093836937863028, 0.7101433315886309, -2.288981912603129, -0.8693528670770639]
+      velocities: [-0.20994761725908084, 0.21236850520129907, -0.22904352492879615, -0.37438773041739837, 0.12217215678283974, -0.03900075154592475]
+      accelerations: [0.3479633023492273, -0.43432984732169827, 0.5287050413556054, 0.6515741602799453, -0.20838228581046603, 0.1122160865382747]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 632968185
+    - 
+      positions: [0.7841241448489615, -0.19532726346988014, -0.9103703586888854, 0.7085285744437656, -2.288454937040646, -0.8695206659632578]
+      velocities: [-0.2084532132487923, 0.21050467562087788, -0.22677576725623383, -0.37159070580776893, 0.12127733023742251, -0.03851884864360915]
+      accelerations: [0.3424157283114022, -0.42671799487147194, 0.5189507387100476, 0.6405871546123137, -0.2050064823276147, 0.11041163449285261]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 637297486
+    - 
+      positions: [0.7832170809973761, -0.19441204126670003, -0.9113557610457558, 0.7069119203481549, -2.2879272655256018, -0.869687829438217]
+      velocities: [-0.2069698268877557, 0.20865756132630764, -0.22453046262993437, -0.3688168939809171, 0.12038933088148857, -0.038040568202647354]
+      accelerations: [0.33695770124781554, -0.41924147937821654, 0.509377939084281, 0.6297884625482735, -0.20168695860471414, 0.10863522931970108]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 641664484
+    - 
+      positions: [0.7823086317351158, -0.1934969523935259, -0.912339899485849, 0.7052933617967538, -2.2873988975485524, -0.8698543491173667]
+      velocities: [-0.20549737646436134, 0.2068270093847696, -0.2223073887425093, -0.3660660967884784, 0.1195081018776902, -0.03756588784694519]
+      accelerations: [0.3315878197563852, -0.41189792049527585, 0.4999832451989241, 0.6191750494894868, -0.1984229633450933, 0.10688682222394512]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 646069495
+    - 
+      positions: [0.7813987960360594, -0.19258199805500842, -0.9133227726309662, 0.7036728912491859, -2.2868698326240096, -0.8700202165658795]
+      velocities: [-0.2040357808060821, 0.20501286822229503, -0.22010632548763304, -0.36333811751006145, 0.11863358664056373, -0.03709478483688041]
+      accelerations: [0.3263046238977705, -0.4046849047008712, 0.49076332372466674, 0.6087435996830932, -0.19521345014755062, 0.10516582271852024]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 650512836
+    - 
+      positions: [0.7804875728815391, -0.19166717947035078, -0.9143043790960901, 0.7020505011271371, -2.286340070288676, -0.8701854233017108]
+      velocities: [-0.2025849593851619, 0.20321498771415256, -0.21792705493825043, -0.3606327612878969, 0.1177657292481267, -0.03662723679800127]
+      accelerations: [0.321106708902826, -0.3976000913453187, 0.4817149039192345, 0.5984909848222912, -0.19205750956098597, 0.10347185874237377]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 654994826
+    - 
+      positions: [0.7795749612606221, -0.1907524978735873, -0.9152847174892926, 0.7004261838149379, -2.285809610102203, -0.8703499607945019]
+      velocities: [-0.20315912798141356, 0.2034487099061489, -0.21792705493825043, -0.3615338052478412, 0.11807505301063248, -0.036524339080856644]
+      accelerations: [-0.5769515475796887, 0.5020887084089031, -0.482335646053645, -1.0001106902761128, 0.32991422207152576, -0.05782896523932866]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 659515789
+    - 
+      positions: [0.7786609601697873, -0.1898379545132802, -0.9162637864118931, 0.6987999316581806, -2.285278451646411, -0.8705138204670082]
+      velocities: [-0.20372959812126906, 0.20368073022802308, -0.2179270549382506, -0.3624304590254719, 0.11838236732033533, -0.036420341529009616]
+      accelerations: [0.3235874393855245, -0.3993899338020866, 0.4829649171485951, 0.6019996366209514, -0.19345099797004034, 0.1042302833726046]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 663986193
+    - 
+      positions: [0.7777455686134309, -0.1889235506530163, -0.9172415844582797, 0.6971717369650176, -2.2847465945266303, -0.8706769936930662]
+      velocities: [-0.2022821008422919, 0.20189557017645948, -0.21576936132500066, -0.3597387830709006, 0.11751710398216725, -0.03595413932417732]
+      accelerations: [0.3184361160223141, -0.39240345038693164, 0.4740647034682617, 0.5918698366560373, -0.19032845614469385, 0.10254933421095978]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 668495441
+    - 
+      positions: [0.7768287856039297, -0.18800928757147434, -0.9182181102159136, 0.6955415920060216, -2.284214038371905, -0.870839471797427]
+      velocities: [-0.20184591943005292, 0.20112262814531334, -0.2146958819154235, -0.3588481081903239, 0.11723956274140027, -0.0356677783849964]
+      accelerations: [-0.125351889448858, 0.05087392391080657, 6.106235825529622e-15, -0.19780858328902087, 0.06751433703996856, 0.02382456130019174]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 673043855
+    - 
+      positions: [0.7759106101613467, -0.18709516656215067, -0.9191933622654694, 0.6939094890129114, -2.2836807828342858, -0.8710012460570591]
+      velocities: [-0.20241670054870456, 0.20135417859368265, -0.21469588191542327, -0.3597495367232884, 0.11754696886387223, -0.035558402671530064]
+      accelerations: [-0.12595666856508625, 0.05107512612622962, 7.948486565747314e-14, -0.19908054904640823, 0.06783314426577916, 0.024332601195006864]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 677586336
+    - 
+      positions: [0.7749910413136849, -0.18618118893361296, -0.9201673391807611, 0.692275420179027, -2.28314682758952, -0.8711623077001801]
+      velocities: [-0.20198316927493176, 0.20058781356390523, -0.21363303101485193, -0.35886790962776327, 0.11727121447418112, -0.03527165167528347]
+      accelerations: [0.3157976670934704, -0.38729151835462383, 0.46654920012853857, 0.5853495717581577, -0.1886295503451738, 0.10162890383084908]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 682122878
+    - 
+      positions: [0.7740700780970114, -0.18526735600962427, -0.9211400395287198, 0.6906393776593953, -2.2826121723374215, -0.8713226479058287]
+      velocities: [-0.20145038517977215, 0.19972341489592335, -0.2124665261589465, -0.3578116297523067, 0.11693784909168803, -0.034966244064969704]
+      accelerations: [-0.0815881538934938, 0.007822485035156774, 0.045311950242506845, -0.1211819866118974, 0.04212066379536805, 0.032298856233262785]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 686698781
+    - 
+      positions: [0.7731477195553899, -0.18435366912909176, -0.9221114618694445, 0.6890013535701763, -2.2820768168017436, -0.8714822578042313]
+      velocities: [-0.2016370232479689, 0.19957426599217348, -0.21206273750138405, -0.35803534516344265, 0.11702220940221057, -0.0347853089642094]
+      accelerations: [-8.488289497005176e-14, -0.07297952844165254, 0.13112578974046651, 0.0233718813678803, -0.005239783189809283, 0.04676880044791677]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 691273132
+    - 
+      positions: [0.7722239647412638, -0.18344012964643508, -0.923081604756086, 0.6873613399895571, -2.2815407607312066, -0.8716411284753097]
+      velocities: [-0.20163702324796895, 0.19924043320305534, -0.2114631083931922, -0.35792920042790377, 0.11699822426457204, -0.03457053847978986]
+      accelerations: [6.053903336755901e-14, -0.07275851564769176, 0.13064835755609022, 0.02296691794121512, -0.005231163129729612, 0.046991127727463645]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 695854408
+    - 
+      positions: [0.7712988127148428, -0.18252673893101307, -0.9240504667351007, 0.6857193289554434, -2.2810040038979666, -0.8717992509513126]
+      velocities: [-0.20163702324796884, 0.19890710673856526, -0.21086475810954403, -0.3578247525624416, 0.11697424013495394, -0.03435442268729513]
+      accelerations: [-6.044764278793584e-15, -0.07253871991693142, 0.13017300444080354, 0.02256223225343927, -0.005223529318131856, 0.04721361943351157]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 700442613
+    - 
+      positions: [0.7703722625449339, -0.18161349836792307, -0.9250180463459643, 0.6840753124677981, -2.280466546099807, -0.8719566162134623]
+      velocities: [-0.20163702324796873, 0.19857428373309222, -0.21026768306134813, -0.3577220059253236, 0.11695025274244766, -0.034136957860767356]
+      accelerations: [4.224952715544684e-14, -0.07232013820056404, 0.12969974668748932, 0.02215776886451258, -0.0052168067222462195, 0.04743613182806833]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 705037752
+    - 
+      positions: [0.7694443133082318, -0.18070040935733586, -0.925984342121461, 0.6824292824860235, -2.27992838715835, -0.8721132151949827]
+      velocities: [-0.20163702324796873, 0.19824196132272948, -0.2096718796765344, -0.3576209648690861, 0.11692625777566597, -0.03391814020959058]
+      accelerations: [-4.218585485988925e-14, -0.07210276443308247, 0.12922854695169408, 0.02175358618858815, -0.005211079406291496, 0.04765883518660671]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 709639829
+    - 
+      positions: [0.7685149640902836, -0.17978747331541636, -0.9269493525873563, 0.6807812309317156, -2.2793895269215976, -0.8722690387772188]
+      velocities: [-0.20163702324796873, 0.19791013664545704, -0.2090773444110726, -0.3575216337141993, 0.1169022508481487, -0.03369796580942492]
+      accelerations: [4.212233296261683e-14, -0.07188659553258153, 0.1287594167822748, 0.02134964033379897, -0.005206287512711249, 0.04788161606282391]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 714248850
+    - 
+      positions: [0.7675842139849368, -0.1788746916738129, -0.9279130762626216, 0.6791311496865673, -2.278849965262553, -0.8724240777920063]
+      velocities: [-0.20163702324796876, 0.19757880683764728, -0.20848407367836946, -0.35742401690008674, 0.11687822770819595, -0.03347643101719281]
+      accelerations: [-4.806738439573384e-14, -0.07167162697058888, 0.12829234956275032, 0.020945924054954983, -0.005202423884026754, 0.048104464305932904]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 718864818
+    - 
+      positions: [0.7666520620943378, -0.17796206587965932, -0.9288755116594637, 0.6774790305920192, -2.27830970207927, -0.872578323021774]
+      velocities: [-0.20163702324796873, 0.19724796903739955, -0.20789206390864184, -0.35732811886001276, 0.11685418406351791, -0.03325353212430459]
+      accelerations: [5.399452272441273e-14, -0.07145785422589047, 0.12782733103934457, 0.020542447873478566, -0.005199504936284721, 0.0483274172856666]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 723487739
+    - 
+      positions: [0.7657185075291874, -0.1770495973958284, -0.9298366572832534, 0.6758248654497448, -2.277768737295555, -0.8727317651985902]
+      velocities: [-0.20163702324796873, 0.19691762038478122, -0.20730131156923154, -0.35723394397512237, 0.11683011551917118, -0.033029265234149785]
+      accelerations: [-5.3913430941155396e-14, -0.07124527272155853, 0.1273643459376684, 0.020139224366792552, -0.005197550272996986, 0.04855051767606083]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 728117615
+    - 
+      positions: [0.7647835494090294, -0.17613728770121387, -0.9307965116324485, 0.6741686460222421, -2.2772270708617635, -0.8728843950030805]
+      velocities: [-0.2016370232479688, 0.19658775802121284, -0.20671181313717302, -0.3571414966348884, 0.116806017660396, -0.032803626428054095]
+      accelerations: [2.392556976112692e-14, -0.07103387825332591, 0.12690339199328887, 0.019736237843255403, -0.00519654038659728, 0.04877373087984654]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 732754453
+    - 
+      positions: [0.7638471868621202, -0.1752251382906096, -0.9317550731986717, 0.6725103640320769, -2.276684702754517, -0.8730362030650684]
+      velocities: [-0.20163702324796878, 0.19625837908671312, -0.20612356505386736, -0.35705078133230383, 0.11678188618542173, -0.03257661202512068]
+      accelerations: [-5.972425071024198e-15, -0.07082366744243214, 0.1264444734851862, 0.01933345985383475, -0.005196437655775012, 0.04899698758938843]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 737398256
+    - 
+      positions: [0.7629094190251016, -0.17431315067441716, -0.9327123404668434, 0.6708500111604997, -2.27614163297591, -0.8731871799650077]
+      velocities: [-0.2016370232479688, 0.1959294807227433, -0.20553656377705565, -0.35696180255343457, 0.11675771675243128, -0.032348218280520105]
+      accelerations: [-1.1926958183573617e-14, -0.0706146348725602, 0.12598756574266204, 0.018930922378293937, -0.005197288638326584, 0.049220383436674175]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 742049028
+    - 
+      positions: [0.7619702450435843, -0.1734013263791959, -0.9336683119150073, 0.6691875790489776, -2.275597861555057, -0.8733373162317127]
+      velocities: [-0.20163702324796887, 0.19560106007375747, -0.20495080581361413, -0.35687456470735457, 0.11673350488144041, -0.032118441194675745]
+      accelerations: [-1.190910897667861e-14, -0.07040677655703886, 0.12553265906050504, 0.018528627077083398, -0.005199097878407031, 0.049443931116936984]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 746706773
+    - 
+      positions: [0.7610296640722738, -0.17248966694779458, -0.93462298601431, 0.6675230592992649, -2.27505338854848, -0.8734866023419402]
+      velocities: [-0.20163702324796892, 0.1952731142831663, -0.20436628765111337, -0.35678907227090173, 0.11670924615612607, -0.031887276909945535]
+      accelerations: [-1.1891302490691185e-14, -0.07020008885644255, 0.1250797582933998, 0.01812654363808942, -0.00520182508766532, 0.04966755556884375]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 751371497
+    - 
+      positions: [0.7600876752746123, -0.17157817393902278, -0.9355763612291533, 0.6658564434719233, -2.2745082140392356, -0.8736350287219592]
+      velocities: [-0.20163702324796892, 0.1949456404943074, -0.2037830057513798, -0.3567053298038114, 0.11668493624510731, -0.03165472175095781]
+      accelerations: [1.1873538692170566e-14, -0.06999456736586142, 0.12462885644800999, 0.017724667332572264, -0.005205465841422795, 0.04989125247474084]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 756043203
+    - 
+      positions: [0.7591442778228115, -0.17066684892768497, -0.9365284360172035, 0.6641877230860836, -2.273962338137046, -0.8737825857475326]
+      velocities: [-0.201637023247969, 0.19461863585336286, -0.2032009566318507, -0.35662334177396837, 0.11666057065817934, -0.031420771748121315]
+      accelerations: [-4.742327020827943e-14, -0.06979020723646652, 0.12417992359985491, 0.01732304271135462, -0.005210084288048272, 0.05011515091400719]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 760721894
+    - 
+      positions: [0.758199470898629, -0.16975569350532238, -0.9374792088291554, 0.6625168896216053, -2.2734157609803605, -0.8739292637408591]
+      velocities: [-0.20163702324796895, 0.19429209750659468, -0.202620136805236, -0.3565431126864743, 0.11663614492680582, -0.03118542299160206]
+      accelerations: [7.694790376247832e-14, -0.06958700529757633, 0.1237329786721818, 0.016921609807032282, -0.005215598759155573, 0.0503390950843511]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 765407576
+    - 
+      positions: [0.7572532536925562, -0.1688447092794549, -0.9384286781090343, 0.6608439345161372, -2.272868482734312, -0.8740750529739952]
+      velocities: [-0.20163702324796903, 0.19396602260010967, -0.20204054276719613, -0.3564646471088798, 0.11661165463938639, -0.03094867169962629]
+      accelerations: [-1.1820503125141876e-13, -0.06938495681447991, 0.12328799705607084, 0.016520402325520354, -0.005222058260820831, 0.050563184721341296]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 770100252
+    - 
+      positions: [0.7563056254044332, -0.16793389787416832, -0.9393768422940098, 0.6591688491667566, -2.2723205035923586, -0.8742199436664617]
+      velocities: [-0.20163702324796917, 0.19364040828217194, -0.20146217105741226, -0.35638794954165337, 0.11658709525996849, -0.030710513865683856]
+      accelerations: [6.491600377752382e-14, -0.0691840576667932, 0.12284497164881623, 0.016119415648046174, -0.005229458597115719, 0.05078741478919573]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 774799926
+    - 
+      positions: [0.7553565852434834, -0.16702326093015157, -0.9403236998144162, 0.6574916249297404, -2.2717718237764273, -0.8743639259852317]
+      velocities: [-0.2016370232479689, 0.19331525170047084, -0.20088501818723842, -0.35631302457195746, 0.11656246234362469, -0.030470945678438964]
+      accelerations: [5.3034115349494796e-14, -0.06898430431670148, 0.12240390874017787, 0.015718617924742585, -0.005237756968856405, 0.0510117060295857]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 779506602
+    - 
+      positions: [0.7544061324279183, -0.16611280010433632, -0.9412692490939032, 0.6558122531189753, -2.271222443535952, -0.8745069900464338]
+      velocities: [-0.20163702324796895, 0.19299055000333684, -0.20030908068120679, -0.3562398767843815, 0.1165377514117234, -0.03022996327818819]
+      accelerations: [-8.825887995533825e-14, -0.0687856921425679, 0.12196478359184817, 0.01531804252603044, -0.005247002275685477, 0.05123615706714548]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 784220284
+    - 
+      positions: [0.7534542661855592, -0.1652025170704869, -0.9422134885492589, 0.6541307250076049, -2.2706723631495285, -0.8746491259129642]
+      velocities: [-0.20163702324796906, 0.19266630034060894, -0.19973435508226162, -0.3561685107506043, 0.11651295793773964, -0.029987562730352912]
+      accelerations: [5.287673173681345e-14, -0.06858821727812993, 0.12152760032096342, 0.014917662037176304, -0.005257157818226066, 0.05146070004477476]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 788940976
+    - 
+      positions: [0.7525009857535085, -0.16429241351889565, -0.9431564165905426, 0.6524470318266548, -2.2701215829241264, -0.8747903235959323]
+      velocities: [-0.20163702324796898, 0.19234249986285107, -0.1991608379421519, -0.35609893104938284, 0.11648807737501365, -0.02974374008007482]
+      accelerations: [-2.346592289220903e-14, -0.06839187547408315, 0.12109233839095666, 0.014517501223312074, -0.005268260555778913, 0.05168541010809788]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 793668681
+    - 
+      positions: [0.7515462903786405, -0.16338249115685255, -0.944098031620954, 0.6507611647662631, -2.269570103196411, -0.8749305730528029]
+      velocities: [-0.20163702324796895, 0.19201914572053672, -0.19858852581389688, -0.35603114228095784, 0.11646310517746546, -0.029498491392075436]
+      accelerations: [3.5146741433871277e-14, -0.0681966632372724, 0.12065900512105002, 0.014117526650269979, -0.00528026514537685, 0.051910202766538426]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 798403404
+    - 
+      positions: [0.7505901793171739, -0.1624727517082545, -0.9450383320369897, 0.6490731149739929, -2.2690179243316995, -0.875069864189238]
+      velocities: [-0.20163702324796892, 0.19169623506491085, -0.1980174152456654, -0.3559651490821396, 0.11643803682035565, -0.029251812791522634]
+      accelerations: [-2.3396483790380455e-14, -0.06800257597681186, 0.12022758262278277, 0.013717756656290797, -0.005293199716336366, 0.052135135778433615]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 803145147
+    - 
+      positions: [0.7496326518350674, -0.1615631969139753, -0.9459773162283511, 0.6473828735557537, -2.2684650467250362, -0.8752081868576398]
+      velocities: [-0.2016370232479689, 0.19137376504805734, -0.19744750280357365, -0.3559009560766755, 0.11641286773087695, -0.02900370032932781]
+      accelerations: [4.088330983842074e-14, -0.06780961020052048, 0.1197980686100916, 0.013318178828904662, -0.005307048339636477, 0.052360181735037495]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 807893916
+    - 
+      positions: [0.7486737072079187, -0.16065382853178542, -0.9469149825779936, 0.6456904315751579, -2.267911470800992, -0.8753455308576734]
+      velocities: [-0.2016370232479688, 0.1910517328223264, -0.19687878505500062, -0.35583856790917867, 0.1163875933368082, -0.028754150076756253]
+      accelerations: [-1.1663691766729295e-14, -0.06761776159423172, 0.11937045231813048, 0.01291879713675117, -0.005321818555300074, 0.05258535835849294]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 812649712
+    - 
+      positions: [0.7477133447211283, -0.15974464833650606, -0.9478513294621062, 0.6439957800537144, -2.2673571970141477, -0.875481885935739]
+      velocities: [-0.20163702324796873, 0.1907301355410385, -0.19631125857862008, -0.3557779892260122, 0.11636220903837441, -0.028503158071900375]
+      accelerations: [5.2409160726725475e-14, -0.0674270263986694, 0.11894472728013727, 0.012519607230276005, -0.005337506319740409, 0.052810660848292806]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 817412540
+    - 
+      positions: [0.7467515636699346, -0.1588356581200515, -0.9487863552501234, 0.6422989099706065, -2.2668022258492395, -0.8756172417849692]
+      velocities: [-0.20163702324796873, 0.1904089703578088, -0.1957449199634771, -0.3557192246745593, 0.116336710208576, -0.028250720320225145]
+      accelerations: [-5.2331898705118734e-14, -0.06723740061938481, 0.11852088319875521, 0.012120613342096423, -0.005354118991404905, 0.053036106616750095]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 822182404
+    - 
+      positions: [0.745788363359575, -0.15792685969158507, -0.9497200583047021, 0.6405998122628883, -2.26624655782164, -0.8757515880447064]
+      velocities: [-0.20163702324796878, 0.1900882344266393, -0.19517976578663154, -0.35566227895229524, 0.11631109226206951, -0.027996832927419408]
+      accelerations: [1.7418275582630218e-14, -0.06704888048075704, 0.11809892300615789, 0.011721790571650875, -0.005371623699583099, 0.05326163525942904]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 826959306
+    - 
+      positions: [0.7448237431049929, -0.1570182548772513, -0.9506524369818369, 0.6388984778242159, -2.265690193476659, -0.875884914301817]
+      velocities: [-0.20163702324796876, 0.18976792490224403, -0.1946157926427623, -0.35560715674332033, 0.11628535056522947, -0.027741491926750655]
+      accelerations: [0.0, -0.06686146187909925, 0.11767882405950174, 0.011323169710916391, -0.005390065459864891, 0.05348733647298577]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 831743250
+    - 
+      positions: [0.7438577022314288, -0.15610984552073406, -0.9515834896307044, 0.6371948975064091, -2.2651331333911293, -0.8760172100884606]
+      velocities: [-0.20163702324796873, 0.1894480389402035, -0.19405299715085694, -0.35555386270276046, 0.11625948041581834, -0.02748469323997617]
+      accelerations: [1.736708416777137e-14, -0.06667514101922493, 0.11726058657007205, 0.010924732383117364, -0.00540941992073168, 0.053713166243639796]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 836534239
+    - 
+      positions: [0.7428902400742233, -0.15520163348307697, -0.9525132145937515, 0.6354890621185019, -2.2645753781729616, -0.8761484648830185]
+      velocities: [-0.20163702324796884, 0.18912857369596064, -0.1934913759017769, -0.3555024015698197, 0.11623347720090904, -0.0272264329820047]
+      accelerations: [-6.936633326996409e-14, -0.06648991423877498, 0.11684420985238976, 0.010526462110927923, -0.005429666089027575, 0.05393908692129197]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 841332278
+    - 
+      positions: [0.7419213559786534, -0.1542936206425396, -0.9534416102067675, 0.6337809624258909, -2.2640169284607845, -0.8762786681108843]
+      velocities: [-0.20163702324796892, 0.18880952632535958, -0.19293092549447066, -0.35545277808920306, 0.11620733628704341, -0.026966707248649913]
+      accelerations: [3.463229128861951e-14, -0.06630577753116385, 0.11642967899541519, 0.010128373370589977, -0.005450825562915636, 0.05416514327029632]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 846137368
+    - 
+      positions: [0.740951049300262, -0.1533858088949093, -0.9543686747988094, 0.6320705891510674, -2.263457784924852, -0.8764078091432925]
+      velocities: [-0.20163702324796884, 0.18849089398515678, -0.19237164256571992, -0.3554049969469475, 0.11618105293052197, -0.026705511946036077]
+      accelerations: [-5.763590368939923e-15, -0.0661227270677895, 0.11601698102618556, 0.009730476361405227, -0.005472914662149286, 0.054391368608191555]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 850949513
+    - 
+      positions: [0.7399793194051213, -0.15247820015375124, -0.9552944066921532, 0.6303579329741363, -2.2628979482677964, -0.8765358772964114]
+      velocities: [-0.20163702324796878, 0.1881726738330881, -0.19181352375422595, -0.35535906284860497, 0.11615462238737499, -0.02644284300267121]
+      accelerations: [4.028607254731499e-14, -0.06594075885875104, 0.11560611608298448, 0.009332752954410198, -0.00549590914639818, 0.054617719314915526]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 855768717
+    - 
+      positions: [0.7390061656696388, -0.1515707963502271, -0.9562188042023798, 0.628642984531876, -2.2623374192241794, -0.8766628618322782]
+      velocities: [-0.20163702324796867, 0.1878548630261835, -0.19125656566780946, -0.35531498058817906, 0.11612804000971438, -0.02617869655207525]
+      accelerations: [5.746737088931751e-15, -0.06575986978359817, 0.11519708480060832, 0.008935184770733365, -0.00551978541730441, 0.054844153039248035]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 860594982
+    - 
+      positions: [0.7380315874803571, -0.15066359943292928, -0.9571418656384502, 0.626925734416775, -2.261776198560048, -0.8767887519597188]
+      velocities: [-0.20163702324796876, 0.18753745872213884, -0.19070076493813598, -0.355272754929978, 0.1161013010808038, -0.02591306861803925]
+      accelerations: [-4.590673566349489e-14, -0.06558005530438524, 0.11478986463623812, 0.008537802711637375, -0.005544587706922763, 0.05507075682593178]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 865428312
+    - 
+      positions: [0.7370555842345508, -0.14975661136842483, -0.9580635893025644, 0.6252061731786251, -2.2612142870745324, -0.8769135368321486]
+      velocities: [-0.20163702324796892, 0.18722045807981458, -0.1901461182213104, -0.3552323906083087, 0.11607440081471727, -0.025645955115507164]
+      accelerations: [-2.2919871256858755e-14, -0.06540131214056044, 0.11438445607151367, 0.008140588492045929, -0.005570292533883965, 0.05529748792835891]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 870268709
+    - 
+      positions: [0.736078155340028, -0.1488498341410856, -0.9589839734902437, 0.6234842913235666, -2.260651685599407, -0.8770372055484988]
+      velocities: [-0.20163702324796898, 0.18690385825788036, -0.1895926221743729, -0.3551938923766239, 0.11604733442499793, -0.025377351982032358]
+      accelerations: [0.0, -0.06522363635254921, 0.11398084639487913, 0.007743552571636774, -0.005596915600392365, 0.05552437877812151]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 875116176
+    - 
+      positions: [0.7350993002153979, -0.14794326975333585, -0.9599030164902799, 0.6217600793146273, -2.2600883949998405, -0.8771597471523287]
+      velocities: [-0.20163702324796898, 0.18658765641546846, -0.1890402734354231, -0.3551572650509006, 0.1160200971868203, -0.025107255294758796]
+      accelerations: [0.0, -0.06504702440334398, 0.11357904426500337, 0.007346658858195158, -0.005624407931226104, 0.055751338652716025]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 879970717
+    - 
+      positions: [0.7341190182895749, -0.14703692022520187, -0.9608207165849003, 0.620033527569822, -2.2595244161731793, -0.8772811506339314]
+      velocities: [-0.20163702324796884, 0.1862718497122378, -0.18848906865519877, -0.3551225134415401, 0.11599268434036239, -0.024835661087685437]
+      accelerations: [5.704971162865878e-14, -0.06487147234818061, 0.11317902399580076, 0.006949945852138606, -0.005652825046467178, 0.05597847528274094]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 884832333
+    - 
+      positions: [0.7331373090025071, -0.14613078759498604, -0.9617370720495912, 0.6183046264641664, -2.2589597500509018, -0.8774014049276163]
+      velocities: [-0.20163702324796876, 0.1859564353081822, -0.18793900451903067, -0.35508964230353357, 0.11596509102257943, -0.02456256522273096]
+      accelerations: [-2.2786723297280064e-14, -0.06469697677531444, 0.11278078528137465, 0.006553397979372183, -0.005682146089130554, 0.05620575110316321]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 889701029
+    - 
+      positions: [0.7321541718050126, -0.1452248739191251, -0.9626520811531655, 0.616573366328847, -2.2583943975982583, -0.8775204989125229]
+      velocities: [-0.20163702324796876, 0.1856414103634583, -0.1873900776911213, -0.3550586564590281, 0.11593731243805332, -0.024287963714757357]
+      accelerations: [2.275364560553154e-14, -0.06452353384134603, 0.11238432543320719, 0.006157003254814182, -0.005712356234494776, 0.05643314002931554]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 894576806
+    - 
+      positions: [0.7311696061586836, -0.14431918127210153, -0.9635657421578196, 0.6148397374505915, -2.2578283598140905, -0.877638421413165]
+      velocities: [-0.2016370232479688, 0.18532677203903625, -0.18684228484389367, -0.3550295607335629, 0.11590934377019244, -0.024011852562578234]
+      accelerations: [-4.544130303733685e-14, -0.06435113988410637, 0.11198963209449551, 0.005760772331411037, -0.005743471183298259, 0.05666067406644401]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 899459668
+    - 
+      positions: [0.7301836115361503, -0.14341371174669118, -0.9644780533190861, 0.6131037300722137, -2.257261637731582, -0.8777551611985518]
+      velocities: [-0.2016370232479689, 0.1850125174957568, -0.18629562266150373, -0.3550023599454982, 0.11588118016758454, -0.023734227723644183]
+      accelerations: [5.671935245107442e-15, -0.06417979148019645, 0.11159670119052291, 0.00536469755014833, -0.005775481725528981, 0.05688833755666575]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 904349616
+    - 
+      positions: [0.7291961874210502, -0.14250846745394402, -0.965389012885864, 0.6113653343922038, -2.256694232418249, -0.8778707069824798]
+      velocities: [-0.20163702324796878, 0.18469864389505847, -0.18575008783162952, -0.3549770589259388, 0.11585281677133573, -0.023455085166126072]
+      accelerations: [3.964609938511284e-14, -0.06400948470106137, 0.11120552379519565, 0.004968781353852597, -0.0058083923289150565, 0.05711614111490525]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 909246654
+    - 
+      positions: [0.7282073333081642, -0.14160345052330528, -0.9662986191004126, 0.6096245405648535, -2.256126144976353, -0.8779850474231785]
+      velocities: [-0.2016370232479688, 0.18438514839884074, -0.1852056770478758, -0.3549536625135089, 0.11582424870757231, -0.02317442085586532]
+      accelerations: [-4.524434064821505e-14, -0.06384021620661695, 0.11081609488935898, 0.004573018221633827, -0.005842196884228901, 0.05734407449488418]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 914150783
+    - 
+      positions: [0.7272170487034161, -0.140698663102625, -0.967206870198378, 0.6078813386999523, -2.255557376542982, -0.8780981711234737]
+      velocities: [-0.20163702324796884, 0.1840720281690441, -0.1846623870111223, -0.3549321755488621, 0.11579547108144571, -0.02289223074435713]
+      accelerations: [2.823688761738729e-14, -0.06367198227022557, 0.11042840505558611, 0.004177412801243747, -0.005876902291402042, 0.05757215319781923]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 919062008
+    - 
+      positions: [0.7262253331240422, -0.1397941073583138, -0.9681137644087698, 0.6061357188630282, -2.2549879282905425, -0.8782100666303132]
+      velocities: [-0.20163702324796878, 0.18375928036826616, -0.18412021442788845, -0.35491260287976906, 0.11576647898356426, -0.022608510781696727]
+      accelerations: [-5.639233297032902e-15, -0.06350477933005293, 0.11004244998767977, 0.0037819574877163893, -0.00591249984043069, 0.057800361752208]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 923980328
+    - 
+      positions: [0.7252321860985602, -0.13888978547531738, -0.9690192999540009, 0.6043876710749393, -2.2544178014267606, -0.8783207224350638]
+      velocities: [-0.20163702324796884, 0.1834469021591607, -0.18357915600134478, -0.35489494938020416, 0.1157372675166139, -0.02232325696760355]
+      accelerations: [-1.689332966232642e-14, -0.06333860392868385, 0.10965822396433461, 0.003386649147323513, -0.005948985615825184, 0.058028694934677806]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 928905748
+    - 
+      positions: [0.7242376071668024, -0.13798569965715363, -0.9699234750499008, 0.6026371853116891, -2.253846997194836, -0.8784301269735564]
+      velocities: [-0.20163702324796892, 0.18313489070450822, -0.18303920843514582, -0.3548792199400589, 0.1157078317826254, -0.022036465326199496]
+      accelerations: [-1.1246014560613643e-14, -0.0631734524975064, 0.10927572114104175, 0.00299148437437882, -0.005986356144536083, 0.0582571476489767]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 933838270
+    - 
+      positions: [0.7232415958799525, -0.1370818521259488, -0.9708262879057299, 0.6008842515042394, -2.253275516873605, -0.8785382686261318]
+      velocities: [-0.20163702324796884, 0.18282324316790874, -0.18250036847212386, -0.35486541938249966, 0.11567816676695386, -0.021748131689952245]
+      accelerations: [3.9304478238793455e-14, -0.06300932134062093, 0.10889492020165364, 0.002596493473626325, -0.006024654496393213, 0.058485802188163065]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 938777895
+    - 
+      positions: [0.722244151801148, -0.13617824512298296, -0.971727736724061, 0.5991288595401446, -2.2527033617791705, -0.8786451357154916]
+      velocities: [-0.20163702324796884, 0.18251195671308018, -0.1819626328338909, -0.3548535525949611, 0.11564826752129104, -0.021458252043679127]
+      accelerations: [-3.3641186523211854e-14, -0.06284620720558849, 0.10851583981328221, 0.0022016199729036397, -0.006063803097404293, 0.058714514186013894]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 943724626
+    - 
+      positions: [0.7212452745046142, -0.13527488090791356, -0.9726278197010162, 0.5973709992604844, -2.252130533262739, -0.8787507165102418]
+      velocities: [-0.20163702324796898, 0.18220102850387665, -0.1814259982336272, -0.35484362449968687, 0.11561812912369761, -0.021166822448421177]
+      accelerations: [-2.23952965571803e-14, -0.06268410639875839, 0.10813845351085341, 0.0018069060499506973, -0.006103861164732152, 0.05894339668959821]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 948678464
+    - 
+      positions: [0.720244963576467, -0.1343717617595016, -0.9735265350260945, 0.595610660462143, -2.251557032712761, -0.8788549992219725]
+      velocities: [-0.20163702324796895, 0.18189045570465975, -0.18089046143449383, -0.35483563992695133, 0.11558774650152567, -0.020873838711577046]
+      accelerations: [2.7954023031582733e-14, -0.06252301556023064, 0.10776275640586257, 0.0014123464930770153, -0.0061448227641063774, 0.059172438812795235]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 953639413
+    - 
+      positions: [0.7192432186147173, -0.13346888997561981, -0.9744238808822003, 0.5938478328975293, -2.250982861555022, -0.8789579720054477]
+      velocities: [-0.2016370232479689, 0.18158023547976637, -0.18035601915360802, -0.3548296038238813, 0.11555711472296666, -0.0205792969323652]
+      accelerations: [5.582805806835334e-15, -0.062362931236804774, 0.10738876083862361, 0.001017899157857286, -0.0061866294296240186, 0.059401533436334725]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 958607474
+    - 
+      positions: [0.7182400392286356, -0.1325662678726828, -0.9753198554458159, 0.5920825062722576, -2.250408021251068, -0.8790596229612443]
+      velocities: [-0.20163702324796876, 0.18127036499414953, -0.17982266813338188, -0.354825521098725, 0.11552622878066826, -0.020283193096754207]
+      accelerations: [4.459862181575645e-14, -0.062203849823873975, 0.10701643319155693, 0.0006236215711835162, -0.006229362441927082, 0.05963083294608323]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 963582648
+    - 
+      positions: [0.7172354250398254, -0.13166389778661386, -0.9762144568867778, 0.5903146702482962, -2.249832513301059, -0.8791599401318144]
+      velocities: [-0.20163702324796867, 0.180960841413127, -0.17929040516831166, -0.3548233965620755, 0.11549508350969158, -0.019985522927344474]
+      accelerations: [-1.6700611064483186e-14, -0.062045768029232014, 0.10664577514014008, 0.0002294951833814429, -0.006272996318274092, 0.05986029061120292]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 968564939
+    - 
+      positions: [0.7162293756819927, -0.13076178207264022, -0.9771076833683575, 0.588544314442948, -2.249256339243243, -0.87925891150259]
+      velocities: [-0.20163702324796878, 0.18065166190199847, -0.1787592269757557, -0.35482323520834314, 0.11546367398076865, -0.019686282614365603]
+      accelerations: [-1.6676801025346874e-14, -0.06188868241375165, 0.1062768050042306, -0.00016453559501034766, -0.006317454343746191, 0.060089765134114015]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 973554347
+    - 
+      positions: [0.7152218908000765, -0.1298599231045162, -0.9779995330474849, 0.5867714284257787, -2.2486795006517832, -0.8793565250055219]
+      velocities: [-0.2016370232479689, 0.18034282362631343, -0.17822913032211624, -0.354825041938742, 0.11543199511433641, -0.01938546809814689]
+      accelerations: [-2.7755088372169736e-14, -0.061732589587832905, 0.10590947383928295, -0.0005583781788329508, -0.006362865927649063, 0.06031949773931753]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 978550874
+    - 
+      positions: [0.7142129700519242, -0.1289583232760277, -0.9788900040743893, 0.5849960017237151, -2.248101999141171, -0.879452768512847]
+      velocities: [-0.20163702324796895, 0.1800343237521614, -0.17770011198841712, -0.3548288216386125, 0.115400041788406, -0.019083075270422904]
+      accelerations: [-5.54312233979323e-15, -0.06157748604939395, 0.10554381380775409, -0.0009521190798283487, -0.006409111266724613, 0.06054926675186491]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 983554522
+    - 
+      positions: [0.7132026131068917, -0.12805698499973675, -0.9797790945929492, 0.5832180238162677, -2.2475238363626695, -0.8795476298426945]
+      velocities: [-0.201637023247969, 0.17972615944592107, -0.17717216873403807, -0.3548345792547705, 0.1153678089472502, -0.01877910017670878]
+      accelerations: [-5.535247657134148e-15, -0.06142336852922068, 0.10517979059900884, -0.0013456968911103012, -0.006456276011897513, 0.06077923193098379]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 988565293
+    - 
+      positions: [0.7121908196469803, -0.12715591070800272, -0.9806668027404561, 0.5814374841389144, -2.246945014007342, -0.8796410967549215]
+      velocities: [-0.20163702324796898, 0.17941832787406378, -0.1766452973496026, -0.3548423196785141, 0.11533529143881445, -0.01847353871471511]
+      accelerations: [1.1054787227071108e-14, -0.061270233631847866, 0.10481741520144718, -0.0017391512135687015, -0.006504305604619425, 0.06100929264246206]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 993583188
+    - 
+      positions: [0.7111775893662395, -0.1262551028524493, -0.9815531266477775, 0.579654372080905, -2.2463655338045756, -0.8797331569536363]
+      velocities: [-0.20163702324796887, 0.1791108262032774, -0.17611949460897494, -0.3548520478524305, 0.11530248416328107, -0.018166386910430436]
+      accelerations: [3.311736117118093e-14, -0.061118078068312674, 0.10445667256938372, -0.0021324634255988884, -0.006553226235435712, 0.061239498168354466]
+      effort: []
+      time_from_start: 
+        secs: 3
+        nsecs: 998608209
+    - 
+      positions: [0.7101629219711693, -0.12535456390432556, -0.9824380644392929, 0.5778686769862862, -2.2457853975232034, -0.8798237980858671]
+      velocities: [-0.20163702324796878, 0.17880365160096046, -0.1755947572931412, -0.3548637687163372, 0.1152693819991746, -0.017857640780613408]
+      accelerations: [5.511747388448985e-15, -0.06096689826575208, 0.10409756415044387, -0.002525651495318297, -0.00660301297022223, 0.061469803011432844]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:   3640358
+    - 
+      positions: [0.7091468171804902, -0.12445429635429739, -0.9833216142329692, 0.5760803881528949, -2.245204606970979, -0.8799130077426801]
+      velocities: [-0.20163702324796878, 0.1784968012344108, -0.1750710822056427, -0.3548774871731537, 0.11523597975545154, -0.017547296246936378]
+      accelerations: [-1.6511865541187184e-14, -0.06081669129471711, 0.10374006886738961, -0.002918683360665631, -0.006653710925094853, 0.06170029038873334]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:   8679634
+    - 
+      positions: [0.7081292747257835, -0.12355430271302496, -0.9842037741402498, 0.5742894948341489, -2.244623163996321, -0.8800007734569616]
+      velocities: [-0.20163702324796895, 0.17819027227100848, -0.17454846614833644, -0.3548932081419295, 0.11520227224588168, -0.017235349272036404]
+      accelerations: [-4.3969468463136e-14, -0.06066745354287097, 0.10338419782898989, -0.0033115980392955506, -0.006705265696096209, 0.06193086092541388]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  13726041
+    - 
+      positions: [0.7071102943508867, -0.12265458551062042, -0.9850845422662116, 0.572495986236849, -2.2440410704868214, -0.880087082705944]
+      velocities: [-0.20163702324796895, 0.1778840618790928, -0.17402690591056297, -0.35491093658159295, 0.11516825432341173, -0.0169217959230696]
+      accelerations: [3.841902754978625e-14, -0.06051918174920465, 0.10302993429867192, -0.0037043729616286977, -0.006757708723095132, 0.06216157255703656]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  18779579
+    - 
+      positions: [0.7060898758123717, -0.12175514729707208, -0.9859639167094868, 0.5706998515224483, -2.2434583283705556, -0.8801719229096454]
+      velocities: [-0.20163702324796892, 0.17757816722691824, -0.17350639830599415, -0.35493067740795015, 0.11513392076490318, -0.016606632160729284]
+      accelerations: [-2.1922808060333324e-14, -0.060371872744815196, 0.10267727480153498, -0.004097014225995928, -0.006811031375835141, 0.062392409717843135]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  23840250
+    - 
+      positions: [0.7050680188795083, -0.1208559906422151, -0.9868418955622981, 0.568901079806691, -2.2428749396160756, -0.880255281431223]
+      velocities: [-0.20163702324796892, 0.1772725854829621, -0.17298694013358232, -0.3549524355811744, 0.11509926639180577, -0.01628985406164396]
+      accelerations: [2.189196827220162e-14, -0.06022552317433738, 0.1023262181082825, -0.004489533938971502, -0.006865217323061789, 0.06262334232525955]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  28908054
+    - 
+      positions: [0.7040447233341358, -0.11995711813561656, -0.9877184769105115, 0.5670996601589346, -2.2422909062321548, -0.8803371455777144]
+      velocities: [-0.20163702324796878, 0.17696731381591396, -0.17246852823664313, -0.3549762159744293, 0.1150642858896689, -0.015971457487233866]
+      accelerations: [2.7326513269656366e-14, -0.0600801299094556, 0.10197673749566222, -0.004881886407047024, -0.006920329148212112, 0.06285448549992924]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  33982993
+    - 
+      positions: [0.703019988971542, -0.11905853238735041, -0.9885936588334856, 0.5652955816047346, -2.2417062302701365, -0.8804175025969622]
+      velocities: [-0.20163702324796884, 0.17666234939508574, -0.17195115941928674, -0.35500202355683713, 0.11502897406301704, -0.015651438551048065]
+      accelerations: [-4.366107007092818e-14, -0.05993568945948569, 0.1016288646916311, -0.0052741558392692635, -0.006976250141735602, 0.06308562512816984]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  39065067
+    - 
+      positions: [0.7019938155990473, -0.11816023602674741, -0.9894674394043785, 0.5634888331210433, -2.241120913820355, -0.880496339683207]
+      velocities: [-0.20163702324796895, 0.1763576893900199, -0.1714348304926432, -0.3550298632922786, 0.11499332569406057, -0.015329793360998115]
+      accelerations: [0.0, -0.0597921988590076, 0.10128255481657455, -0.005666256804328602, -0.007033098427526698, 0.06331697766406698]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  44154278
+    - 
+      positions: [0.7009662030375944, -0.11726223170379653, -0.9903398166898613, 0.5616794036410792, -2.240534959016328, -0.8805736439713386]
+      velocities: [-0.2016370232479688, 0.17605333097027873, -0.17091953831862527, -0.35505974004188495, 0.11495733540859542, -0.015006517774212462]
+      accelerations: [5.44235747291947e-14, -0.05964965475012774, 0.10093782241488353, -0.006058235084046918, -0.007090810213019555, 0.0635484257747927]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  49250627
+    - 
+      positions: [0.6999371511210092, -0.11636452208849084, -0.9912107887502899, 0.5598672820517088, -2.2399483680329246, -0.880649402539951]
+      velocities: [-0.20163702324796873, 0.17574927130605061, -0.1704052797222545, -0.3550916587568136, 0.1149209979444277, -0.014681607889052827]
+      accelerations: [-1.6304250170291333e-14, -0.05950805395843949, 0.100594657172868, -0.006450081186812626, -0.007149397950188279, 0.06377999224673313]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  54354114
+    - 
+      positions: [0.698906659696239, -0.11546710987103607, -0.9920803536396844, 0.5580524571939803, -2.239361143087061, -0.8807236024107024]
+      velocities: [-0.2016370232479689, 0.17544550756772065, -0.1698920515332012, -0.3551256243865487, 0.11488430802390677, -0.014355059810869139]
+      accelerations: [-4.8844467965060776e-14, -0.059367393303851414, 0.10025305727575655, -0.0068418047931314155, -0.007208848090700453, 0.06401165208846364]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  59464740
+    - 
+      positions: [0.6978747286232535, -0.11456999776176349, -0.9929485094057734, 0.5562349178625662, -2.2387732864375267, -0.8807962305489456]
+      velocities: [-0.20163702324796884, 0.17514203692607572, -0.16937985059889793, -0.355161641849149, 0.11484726031345951, -0.014026869580277407]
+      accelerations: [6.503515933744567e-14, -0.05922766956523514, 0.0999130073541422, -0.007233384859584665, -0.007269188865285025, 0.06424345607940682]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  64582506
+    - 
+      positions: [0.6968413577754866, -0.11367318849151158, -0.9938152540899388, 0.5544146528069631, -2.2381848003862124, -0.8808672738623426]
+      velocities: [-0.20163702324796878, 0.1748388565519678, -0.16886867378885723, -0.35519971602080375, 0.1148098494106604, -0.013697033150159361]
+      accelerations: [-4.3296404458617565e-14, -0.05908887973511011, 0.0995745039854157, -0.00762482705705731, -0.007330411751704355, 0.06447538820660713]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  69707412
+    - 
+      positions: [0.6958065470398083, -0.11277668481160245, -0.9946805857272477, 0.5525916507311709, -2.2375956872781115, -0.8809367192012558]
+      velocities: [-0.2016370232479689, 0.17453596361693924, -0.16835851793591255, -0.3552398518664955, 0.11477207002443969, -0.013365546713155865]
+      accelerations: [5.404524931085068e-15, -0.05895102036546202, 0.09923755476270757, -0.00801616138974205, -0.007392474644828194, 0.0647073714460702]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  74839459
+    - 
+      positions: [0.6947702963160493, -0.11188048949342068, -0.995544502346565, 0.550765900291941, -2.2370059495001793, -0.8810045533607856]
+      velocities: [-0.20163702324796884, 0.17423335529298042, -0.167849379894873, -0.35528205430900917, 0.11473391679467904, -0.013032406374298158]
+      accelerations: [1.0794039439420374e-14, -0.058814088560218664, 0.0989021334035181, -0.00840734246255401, -0.007455439420411266, 0.06493951755017928]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  79978648
+    - 
+      positions: [0.6937326055178863, -0.11098460532918408, -0.9964070019704209, 0.5489373901014092, -2.2364155894837037, -0.8810707630777485]
+      velocities: [-0.20163702324796887, 0.17393102875184857, -0.1673412565510889, -0.3553263282086999, 0.11469538426559531, -0.012697608103964572]
+      accelerations: [-2.155813964513981e-14, -0.0586780811837174, 0.09856824424050846, -0.008798392447302694, -0.007519274353237117, 0.06517176788738466]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  85124979
+    - 
+      positions: [0.6926934745725066, -0.11008903513164937, -0.9972680826150964, 0.5471061087258027, -2.235824609703519, -0.8811353350322243]
+      velocities: [-0.20163702324796903, 0.173628981166243, -0.16683414475542901, -0.3553726785080433, 0.11465646708595095, -0.012361148101172743]
+      accelerations: [-4.305656393870511e-14, -0.058542994904280304, 0.0982358863395891, -0.009189322271676606, -0.0075839633829926775, 0.06540409281472492]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  90278452
+    - 
+      positions: [0.6916529034204736, -0.1091937817339882, -0.9981277422906744, 0.5452720446847941, -2.2352330126777393, -0.8811982558483389]
+      velocities: [-0.20163702324796917, 0.17332720970894613, -0.16632804138285928, -0.3554211101013626, 0.11461715982861591, -0.012023022466961436]
+      accelerations: [-5.374626450225353e-15, -0.05840882693879073, 0.09790504128351338, -0.009580103497286049, -0.007649544956850215, 0.06563656074597941]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs:  95439067
+    - 
+      positions: [0.6906108920163051, -0.10829884799029069, -0.9989859790009671, 0.5434351864531617, -2.2346408009693497, -0.8812595120923973]
+      velocities: [-0.201637023247969, 0.17302571155282076, -0.16582294332550312, -0.3554716278479449, 0.11457745701107477, -0.01168322724259489]
+      accelerations: [5.903923050153293e-14, -0.05827557399852907, 0.09757571090625572, -0.009970752211139473, -0.007715995044042857, 0.06586912723299534]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 100606826
+    - 
+      positions: [0.6895674403282416, -0.10740423677535593, -0.9998427907435791, 0.5415955224598411, -2.2340479771856736, -0.8813190902740682]
+      velocities: [-0.20163702324796884, 0.17272448387195424, -0.1653188474567227, -0.3555242366541824, 0.11453735320856333, -0.011341758613967924]
+      accelerations: [1.607939834176528e-14, -0.05814323287992041, 0.09724789075205836, -0.010361271870476939, -0.007783308237960006, 0.06610178148550545]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 105781727
+    - 
+      positions: [0.6885225483382462, -0.1065099509846854, -1.0006981755099427, 0.5397530410877219, -2.2334545439784677, -0.8813769768466663]
+      velocities: [-0.20163702324796862, 0.17242352384063792, -0.16481575063888468, -0.35557894145415925, 0.1144968430269245, -0.010998612862413694]
+      accelerations: [6.422899751770256e-14, -0.05801180070014842, 0.09692157961497129, -0.010751670989264559, -0.007851471170119797, 0.06633449839264394]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 110963771
+    - 
+      positions: [0.6874762160419051, -0.10561599353439928, -1.0015521312853473, 0.5379077306731327, -2.2328605040437424, -0.8814331582078303]
+      velocities: [-0.20163702324796862, 0.172122828632708, -0.16431364978810964, -0.3556357470633024, 0.11445592090347631, -0.010653786008201938]
+      accelerations: [-6.414064558788725e-14, -0.05788127455218473, 0.09659674813980816, -0.011141896644738988, -0.007920555232280229, 0.06656740469979337]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 116152959
+    - 
+      positions: [0.6864284434494512, -0.10472236736211081, -1.0024046560488118, 0.5360595795089651, -2.232265860124504, -0.8814876206960551]
+      velocities: [-0.20163702324796873, 0.1718223954232566, -0.16381254180398583, -0.3556946583375734, 0.11441458132635898, -0.01030727420484999]
+      accelerations: [1.601313435726617e-14, -0.05775165093286643, 0.09627342228233597, -0.01153201878432685, -0.007990462497643073, 0.06680032333294683]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 121349289
+    - 
+      positions: [0.6853792305845403, -0.103829075425863, -1.0032557477733044, 0.5342085758405294, -2.231670615007663, -0.8815403505955252]
+      velocities: [-0.20163702324796878, 0.17152222138789466, -0.16331242356200665, -0.3557556801878945, 0.11437281885449874, -0.009959073775411786]
+      accelerations: [-3.1982336439823644e-14, -0.05762292722502679, 0.0959515756289468, -0.011921990140507389, -0.008061256608906397, 0.06703336696747891]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 126552762
+    - 
+      positions: [0.6843285774851745, -0.10293612070492349, -1.0041054044256201, 0.5323547078683555, -2.2310747715265116, -0.8815913341330321]
+      velocities: [-0.2016370232479688, 0.1712223037020543, -0.162813291983042, -0.3558188174248563, 0.11433062790480472, -0.009609180831139593]
+      accelerations: [2.1292350599415558e-14, -0.05749510022756391, 0.09563120740735509, -0.012311820854911991, -0.008132921682617276, 0.06726650558905706]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 131763378
+    - 
+      positions: [0.6832764842035661, -0.10204350619965737, -1.0049536239664343, 0.5304979637475826, -2.2304783325604602, -0.8816405574787972]
+      velocities: [-0.20163702324796876, 0.170922639542199, -0.16231514397098107, -0.35588407489767915, 0.11428800294504596, -0.009257591618229845]
+      accelerations: [0.0, -0.057368166893483556, 0.09531231526623123, -0.012701517214944443, -0.008205447121236307, 0.067499718450275]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 136981137
+    - 
+      positions: [0.6822229508060735, -0.10115123493146597, -1.0058004043503375, 0.5286383315875791, -2.229881301034951, -0.8816880067470472]
+      velocities: [-0.2016370232479687, 0.1706232260851932, -0.16181797642509566, -0.35595145746545787, 0.11424493845375411, -0.008904302445704157]
+      accelerations: [2.123417981009905e-14, -0.05724212427858061, 0.09499489367630283, -0.013091078308747546, -0.008278832538670282, 0.06773300343278127]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 142206037
+    - 
+      positions: [0.6811679773732688, -0.10025930994284031, -1.0066457435258498, 0.526775799451992, -2.2292836799217235, -0.8817336679960835]
+      velocities: [-0.20163702324796867, 0.17032406050759752, -0.1613217862897134, -0.35602096988499743, 0.11420142876785627, -0.008549309415102572]
+      accelerations: [-1.0602607975607473e-14, -0.05711696964632089, 0.09467892135231165, -0.013480467584609008, -0.008353125627043318, 0.06796644324694968]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 147438079
+    - 
+      positions: [0.6801115640006593, -0.09936773429797081, -1.0074896394353468, 0.5249103553609318, -2.2286854722407696, -0.8817775272260013]
+      velocities: [-0.2016370232479688, 0.17002513998805174, -0.16082657046251397, -0.35609261701813233, 0.11415746836772345, -0.008192608928295405]
+      accelerations: [-4.2352666096159213e-14, -0.056992699164963724, 0.0943644278444703, -0.013869763417014793, -0.008428217077182871, 0.06819984176038987]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 152677263
+    - 
+      positions: [0.6790537107972898, -0.09847651108153677, -1.0083320900152875, 0.5230419872862686, -2.2280866810567854, -0.8818195703841412]
+      velocities: [-0.20163702324796895, 0.16972646170492312, -0.16033232585988355, -0.3561664036817338, 0.11411305167172255, -0.007834197322258369]
+      accelerations: [-5.286882762535781e-15, -0.056869311007298404, 0.09405136694825199, -0.01425887208223618, -0.008504232978242505, 0.06843342107327534]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 157923587
+    - 
+      positions: [0.6779944178875176, -0.09758564340022861, -1.009173093195985, 0.5211706831572532, -2.2274873094838754, -0.8818597833589419]
+      velocities: [-0.20163702324796884, 0.16942802283581282, -0.15983904944943716, -0.3562423345738591, 0.1140681729366164, -0.007474070693526314]
+      accelerations: [4.751732230757788e-14, -0.056746801584509586, 0.09373975585227672, -0.014647843758925763, -0.008581102156024879, 0.0686670523318585]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 163177052
+    - 
+      positions: [0.6769336854101273, -0.09669513438197533, -1.0100126469017652, 0.519296430857496, -2.226887360683338, -0.8818981519835385]
+      velocities: [-0.20163702324796873, 0.16912982056106424, -0.15934673813286798, -0.3563204145394677, 0.11402282662213764, -0.007112225545918772]
+      accelerations: [-5.272542396769463e-15, -0.056625167748549615, 0.09342959306773674, -0.01503668614954288, -0.008658811632028895, 0.06890071058894792]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 168437655
+    - 
+      positions: [0.6758715135182333, -0.09580498717585012, -1.0108507490510021, 0.5174192182244977, -2.226286837863486, -0.8819346620364881]
+      velocities: [-0.2016370232479689, 0.16883185206082565, -0.15885538884575595, -0.3564006483427319, 0.11397700707995209, -0.006748658237999429]
+      accelerations: [-6.3184830056536e-14, -0.05650440704039464, 0.09312085775599438, -0.015425362713365703, -0.008737408786217789, 0.06913447761939495]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 173705398
+    - 
+      positions: [0.6748079023799937, -0.09491520495267532, -1.0116873975560514, 0.5155390330518469, -2.2256857442816025, -0.8819692992395117]
+      velocities: [-0.2016370232479689, 0.16853411451533182, -0.1583649985405821, -0.3564830407048976, 0.1139307086060949, -0.0063833650782517464]
+      accelerations: [6.835767627926697e-14, -0.05638451625016076, 0.09281355496931541, -0.015813895644045874, -0.008816860681524848, 0.06936829230784049]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 178980278
+    - 
+      positions: [0.6737428521782407, -0.09402579090469487, -1.0125225903233255, 0.5136558630878784, -2.2250840832430563, -0.8820020492592346]
+      velocities: [-0.20163702324796867, 0.168236605105487, -0.157875564167561, -0.35656759634713553, 0.1138839255009083, -0.0060163424318691264]
+      accelerations: [1.5753549728473607e-14, -0.056265492726308604, 0.09250767122734775, -0.016202264817322617, -0.008897191843717676, 0.06960219575505625]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 184262295
+    - 
+      positions: [0.6726763631108902, -0.09313674824591503, -1.0133563252532698, 0.5117696960368872, -2.2244818581024575, -0.8820328977060652]
+      velocities: [-0.20163702324796873, 0.1679393210133279, -0.15738708267478585, -0.3566543199897187, 0.11383665206919608, -0.005647586720418098]
+      accelerations: [-4.195283079098826e-14, -0.056147333106757014, 0.09220321151977166, -0.016590492091669528, -0.008978369411124175, 0.06983612724740429]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 189551448
+    - 
+      positions: [0.6716084353905672, -0.09224808021176958, -1.0141886002404397, 0.5098805195577898, -2.223879072262767, -0.882061830135941]
+      velocities: [-0.2016370232479689, 0.16764225942171984, -0.15689955100799302, -0.356743216351855, 0.11378888261984654, -0.005277094422619756]
+      accelerations: [-1.5711133789426113e-14, -0.05603003487668397, 0.09190016249809065, -0.016978557370248695, -0.009060418030634544, 0.07007012758793173]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 194847736
+    - 
+      positions: [0.6705390692450194, -0.09135979005946533, -1.0150194131734727, 0.5079883212653516, -2.2232757291764575, -0.8820888320492207]
+      velocities: [-0.20163702324796884, 0.16734541751375595, -0.1564129661190673, -0.35683429013165274, 0.11374061143940936, -0.004904862027646244]
+      accelerations: [2.6150027366825277e-14, -0.055913594927552206, 0.09159852594542656, -0.01736647493997256, -0.009143314931935095, 0.07030415394046409]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 200151157
+    - 
+      positions: [0.6694682649168762, -0.0904718810677659, -1.0158487619351484, 0.5060930887292995, -2.2226718323449766, -0.8821138888919406]
+      velocities: [-0.20163702324796887, 0.16704879247281001, -0.15592732498517586, -0.35692754596149967, 0.11369183273310252, -0.004530885933108443]
+      accelerations: [-3.1337918808908446e-14, -0.055798010760268406, 0.0912982813921933, -0.017754208036542166, -0.00922710690471, 0.07053828544741386]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 205461712
+    - 
+      positions: [0.6683960226643721, -0.08958435653759113, -1.0166766444023285, 0.5041948094765788, -2.2220673853207114, -0.8821369860536177]
+      velocities: [-0.2016370232479689, 0.16675238148386123, -0.15544262456868999, -0.35702298849933456, 0.11364254075003694, -0.004155162664836799]
+      accelerations: [1.5647962706163726e-14, -0.05568327879657642, 0.09099944573859776, -0.01814180534912632, -0.00931172409033364, 0.07077239667333575]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 210779397
+    - 
+      positions: [0.6673223427604545, -0.08869721979124617, -1.0175030584460947, 0.5022934709883465, -2.2214623917047533, -0.8821581088708628]
+      velocities: [-0.20163702324796878, 0.16645618173215693, -0.15495886183138874, -0.35712062239439923, 0.11359272973693742, -0.003777688796847512]
+      accelerations: [2.604504381415688e-14, -0.05556939705723158, 0.09070199321860886, -0.018529217351865163, -0.009397230628141904, 0.07100659679861622]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 216104212
+    - 
+      positions: [0.666247225493746, -0.08781047417323205, -1.0183280019316567, 0.5003890607030238, -2.2208568551494916, -0.882177242624332]
+      velocities: [-0.2016370232479688, 0.16616019040367103, -0.1544760337583281, -0.3572204522333036, 0.11354239386591686, -0.003398460824892118]
+      accelerations: [-3.1212300234166906e-14, -0.05545636182708127, 0.09040593176799118, -0.01891647243741515, -0.009483583957286407, 0.07124080823158245]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 221436156
+    - 
+      positions: [0.6651706711680316, -0.08692412304978436, -1.019151472718449, 0.49848156601453586, -2.2202507793573565, -0.8821943725409955]
+      velocities: [-0.20163702324796878, 0.16586440468516414, -0.1539941373302166, -0.35732248260190813, 0.11349152731974743, -0.003017475317569209]
+      accelerations: [4.156089108439982e-14, -0.055344171133731274, 0.09011124609138742, -0.019303544509679593, -0.009570816052961043, 0.0714750832081561]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 226775227
+    - 
+      positions: [0.664092680102771, -0.08603816980930783, -1.019973468660097, 0.4965709742739176, -2.2196441680822554, -0.8822094837927084]
+      velocities: [-0.20163702324796878, 0.1655688217644413, -0.15351316951873203, -0.35742671809447735, 0.11344012430538389, -0.002634728939169253]
+      accelerations: [-3.63173495312557e-14, -0.0552328211865628, 0.08981794585176567, -0.0196904653416691, -0.009658879466906571, 0.07170933592896109]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 232121423
+    - 
+      positions: [0.6630132526325204, -0.08515261786186057, -1.020793987604508, 0.4946572727873414, -2.219037025128131, -0.8822225614987353]
+      velocities: [-0.20163702324796884, 0.16527343883039428, -0.15303312730608115, -0.3575331632695742, 0.11338817899498288, -0.0022502183475165446]
+      accelerations: [1.036258848197055e-14, -0.055122310020327706, 0.08952600849285748, -0.02007719246229479, -0.009747828185277531, 0.07194365679843998]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 237474743
+    - 
+      positions: [0.6619323891077531, -0.08426747063983953, -1.021613027393815, 0.492740448818747, -2.2184293543512017, -0.8822335907232292]
+      velocities: [-0.20163702324796873, 0.16497825307180036, -0.1525540076973828, -0.35764182261988264, 0.11333568548573135, -0.001863940125967578]
+      accelerations: [2.5872078634039382e-14, -0.05501263433319959, 0.08923543908624089, -0.020463746401124493, -0.009837629854400714, 0.07217798563137015]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 242835184
+    - 
+      positions: [0.6608500898944843, -0.08338273159764413, -1.0224305858644445, 0.49082048958855723, -2.2178211596590645, -0.8822425564770328]
+      velocities: [-0.20163702324796873, 0.16468326167926675, -0.15207580767626921, -0.3577527006733625, 0.11328263793872857, -0.0014758910246035943]
+      accelerations: [-1.550267170660705e-14, -0.05490379145697019, 0.08894623171617662, -0.02085012259841521, -0.00992828653125587, 0.07241232269422923]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 248202746
+    - 
+      positions: [0.6597663553743738, -0.08249840421175003, -1.0232466608471327, 0.4888973822739585, -2.217212445011045, -0.8822494437177527]
+      velocities: [-0.20163702324796876, 0.16438846184402062, -0.15159852423870207, -0.3578658019150362, 0.11322903047348748, -0.0010860677778082625]
+      accelerations: [0.0, -0.05479577856297313, 0.0886583788410175, -0.021236312425210842, -0.010019805313701061, 0.07264667606359111]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 253577427
+    - 
+      positions: [0.6586811859448982, -0.08161449198083473, -1.0240612501669393, 0.4869711140094299, -2.2166032144187358, -0.8822542373496093]
+      velocities: [-0.20163702324796878, 0.1640938507579276, -0.15112215439096088, -0.35798113079094906, 0.11317485717430129, -0.000694467116793409]
+      accelerations: [-5.1539002750008476e-15, -0.05468859300890883, 0.08837187535451245, -0.021622312905549574, -0.01011218586904542, 0.0728810413647372]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 258959223
+    - 
+      positions: [0.6575945820194194, -0.08073099842582136, -1.0248743516432706, 0.4850416718869271, -2.215993471946262, -0.8822569222236494]
+      velocities: [-0.20163702324796876, 0.16379942561382024, -0.1506466951473112, -0.3580986917120168, 0.11312011209783618, -0.0003010857823046656]
+      accelerations: [1.0294203565999606e-14, -0.054582231875812466, 0.08808671464050888, -0.022008116954772252, -0.010205432450058699, 0.07311542196818639]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 264348134
+    - 
+      positions: [0.6565065440273228, -0.07984792708997109, -1.0256859630898953, 0.48310904295631624, -2.215383221710719, -0.8822574831377386]
+      velocities: [-0.20163702324796878, 0.16350518360678162, -0.15017214349443425, -0.35821848913610854, 0.11306478938351858, 9.407928292324197e-05]
+      accelerations: [-2.0561293067854174e-14, -0.05447669206176471, 0.08780290479344871, -0.022393752090595322, -0.01029950383601932, 0.07334974225107255]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 269744157
+    - 
+      positions: [0.6554170724135011, -0.07896528153843886, -1.0264960823150198, 0.48117321422364046, -2.2147724678809175, -0.8822559048388586]
+      velocities: [-0.2016370232479689, 0.16321112193111853, -0.14969849645836708, -0.3583405274119227, 0.11300888304419224, 0.0004910312949886057]
+      accelerations: [-1.5400694147556752e-14, -0.054371971798963414, 0.08752041443379163, -0.022779153461548955, -0.010394481869373445, 0.07358413937152718]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 275147290
+    - 
+      positions: [0.6543261676395907, -0.07808306535928775, -1.0273047071212085, 0.47923417265519413, -2.214161214680696, -0.882252172019211]
+      velocities: [-0.20163702324796884, 0.162917237782575, -0.14922575106708613, -0.3584648108650354, 0.11295238708453403, 0.0008897734243596417]
+      accelerations: [3.076095671145656e-14, -0.054268067207318166, 0.08723926555533491, -0.023164380501678364, -0.010490281550858585, 0.07381846218390731]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 280557530
+    - 
+      positions: [0.6532338301828386, -0.07720128216252031, -1.028111835305514, 0.4772919051737698, -2.213549466386042, -0.8822462693207298]
+      velocities: [-0.20163702324796884, 0.16262352835907695, -0.14875390432491709, -0.3585913438557284, 0.11289529557940375, 0.0012903086594959086]
+      accelerations: [-3.584075224121254e-14, -0.05416497625770867, 0.08695943630426667, -0.023549389928255785, -0.010586955628692591, 0.0740527972464811]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 285974876
+    - 
+      positions: [0.6521400605369257, -0.07631993558074827, -1.0289174646594323, 0.47534639866138284, -2.212937227327328, -0.8822381813326624]
+      velocities: [-0.2016370232479689, 0.16232999085895417, -0.14828295326120325, -0.358720130666523, 0.11283760252329489, 0.0016926400661329485]
+      accelerations: [2.045363495181164e-14, -0.054062695754825085, 0.08668093066443394, -0.02393419956326798, -0.010684474940761171, 0.07428708963225976]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 291399324
+    - 
+      positions: [0.6510448592116231, -0.07543902926888289, -1.029721592968968, 0.4733976399581394, -2.212324501888496, -0.8822278925932916]
+      velocities: [-0.2016370232479689, 0.16203662248137057, -0.14781289490454985, -0.3588511755594178, 0.1127793019086398, 0.0020967706505650215]
+      accelerations: [-1.532018979585119e-14, -0.053961223542697535, 0.08640373638253739, -0.024318787449494467, -0.010782863208949951, 0.0745213752861887]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 296830873
+    - 
+      positions: [0.6499482267332016, -0.07455856690446276, -1.0305242180146226, 0.471445615863616, -2.2117112945082207, -0.8822153875889978]
+      velocities: [-0.20163702324796878, 0.16174342042670084, -0.1473437262936973, -0.3589844827506131, 0.11272038769379225, 0.002502703414726901]
+      accelerations: [4.5900639305175925e-14, -0.053860556316783714, 0.08612785345479153, -0.024703162137682422, -0.010882103152842637, 0.07475561977954842]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 302269519
+    - 
+      positions: [0.6488501636442634, -0.07367855218748126, -1.0313253375714475, 0.4694903131363185, -2.2110976096795376, -0.8822006507553932]
+      velocities: [-0.2016370232479687, 0.16145038189782415, -0.1468754444485461, -0.3591200564780064, 0.11266085389426189, 0.002910441199377063]
+      accelerations: [-1.0186864063732128e-14, -0.05376069146575577, 0.08585328031671753, -0.02508732659693661, -0.010982184939031754, 0.0749898014303876]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 307715261
+    - 
+      positions: [0.647750670503667, -0.07279898884031014, -1.0321249494090725, 0.4675317184934721, -2.21048345194974, -0.8821836664780915]
+      velocities: [-0.20163702324796878, 0.16115750409706736, -0.14640804641918037, -0.35925790088337606, 0.11260069442584104, 0.003319986950859747]
+      accelerations: [-2.0347251659727792e-14, -0.05366162683820118, 0.08557999898933613, -0.02547124617458674, -0.011083148957232591, 0.07522398393745246]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 313168094
+    - 
+      positions: [0.6466497478871825, -0.07191988060821987, -1.0329230512916914, 0.46556981861323565, -2.2098688259221757, -0.8821644190909556]
+      velocities: [-0.2016370232479689, 0.1608647842284664, -0.1459415292578125, -0.35939802007935806, 0.1125399031963917, 0.0037313435635392984]
+      accelerations: [-1.5240641016516455e-14, -0.0535633590299309, 0.0853080182602748, -0.025854948525615408, -0.011184951700894924, 0.07545808788282307]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 318628017
+    - 
+      positions: [0.6455473963869401, -0.07104123125889543, -1.033719640978133, 0.4636046001329204, -2.209253736254879, -0.8821428928785835]
+      velocities: [-0.20163702324796884, 0.1605722194981358, -0.14547588999937008, -0.35954041819272, 0.11247847416444462, 0.00414451377952791]
+      accelerations: [3.0441805751312386e-14, -0.05346588577196722, 0.08503732730121236, -0.026238414978762933, -0.01128761206069929, 0.07569214022653155]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 324095027
+    - 
+      positions: [0.6444436166117691, -0.07016304458269883, -1.0345147162218666, 0.46163604965017657, -2.2086381876615513, -0.8821190720756529]
+      velocities: [-0.20163702324796873, 0.16027980711334164, -0.14501112569078056, -0.35968509929535164, 0.1124164012480173, 0.0045595003435952]
+      accelerations: [1.5201224288178766e-14, -0.05336920402431371, 0.08476792417039482, -0.02662164793108827, -0.011391120048696612, 0.07592611855038157]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 329569120
+    - 
+      positions: [0.6433384091871309, -0.06928532439258281, -1.0353082747710374, 0.4596641537228336, -2.2080221849114534, -0.8820929408677339]
+      velocities: [-0.2016370232479689, 0.15998754428223744, -0.14454723339313255, -0.35983206739793594, 0.11235367831835355, 0.004976306012063982]
+      accelerations: [-8.096856118053226e-14, -0.05327331164816914, 0.08449979732711102, -0.027004626566288336, -0.011495496776124525, 0.076160053018641]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 335050293
+    - 
+      positions: [0.6422317747554946, -0.06840807452438202, -1.036100314368474, 0.4576888988702298, -2.2074057328304795, -0.8820644833905414]
+      velocities: [-0.20163702324796884, 0.15969542821408, -0.14408421017319506, -0.3599813264686366, 0.11229029922576969, 0.005394933508087155]
+      accelerations: [1.061343194992595e-13, -0.053178205557925136, 0.08423294796949758, -0.02738736020272354, -0.011600722845888842, 0.07639390499792158]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 340538543
+    - 
+      positions: [0.6411237139761276, -0.06753129883661037, -1.0368908327517345, 0.4557102715726017, -2.2067888363006865, -0.8820336837312425]
+      velocities: [-0.2016370232479685, 0.15940345612122078, -0.14362205307031636, -0.360132880510481, 0.11222625790387318, 0.0058153853448587745]
+      accelerations: [1.0095030344347544e-14, -0.053083882904742766, 0.08396737663370427, -0.02776985630913418, -0.011706781420211797, 0.07662764032777171]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 346033867
+    - 
+      positions: [0.6400142275249198, -0.0666550012102933, -1.0376798276531443, 0.453728258270588, -2.2061715002599143, -0.8820005259296431]
+      velocities: [-0.2016370232479687, 0.15911162521521532, -0.14316075917076204, -0.3602867333843651, 0.11216154813596757, 0.006237664219905253]
+      accelerations: [-8.065655899659322e-14, -0.05299034205238132, 0.08370305749983502, -0.028152059873509272, -0.011813738165019369, 0.07686136402299254]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 351536261
+    - 
+      positions: [0.6389033160954173, -0.06577918554978998, -1.0384672967997721, 0.451742845368789, -2.205553729704574, -0.8819649939752052]
+      velocities: [-0.20163702324796878, 0.15881993271054567, -0.14270032554421613, -0.36044288895934606, 0.11209616375608669, 0.006661772673754002]
+      accelerations: [4.531117048714439e-14, -0.05289757883582639, 0.08344001423724545, -0.02853403310411499, -0.01192150318943222, 0.07709491796047244]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 357045723
+    - 
+      positions: [0.6377909803975778, -0.0649038557817391, -1.039253237913531, 0.4497540192317157, -2.2049355296864617, -0.8819270718119652]
+      velocities: [-0.2016370232479688, 0.15852837582439228, -0.14224074923477992, -0.3606013511318019, 0.11203009867515198, 0.007087713045977476]
+      accelerations: [-5.028133843948131e-14, -0.052805591708926784, 0.08317822431761028, -0.02891572808177195, -0.012030132623533984, 0.07732839117263607]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 362562248
+    - 
+      positions: [0.6366772211586624, -0.0640290158557709, -1.0400376487111573, 0.44776176618689423, -2.204316905315178, -0.8818867433360374]
+      velocities: [-0.20163702324796892, 0.15823695177228186, -0.14178202735183545, -0.3607621236084938, 0.1119633465960458, 0.00751548795473788]
+      accelerations: [1.0043425927421139e-14, -0.052714378127854, 0.08291767847408522, -0.029297128356735796, -0.012139640061137021, 0.07756179978583491]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 368085833
+    - 
+      positions: [0.6355620391235094, -0.06315466974469623, -1.0408205269042363, 0.445766072525925, -2.203697861758925, -0.8818439923953059]
+      velocities: [-0.20163702324796873, 0.15794565777417846, -0.14132415696140765, -0.3609252101650024, 0.11189590135654126, 0.007945099716603841]
+      accelerations: [6.018374215674997e-14, -0.05262393437161916, 0.08265839361476916, -0.029678279826351336, -0.012249957313186365, 0.07779502257514889]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 373616474
+    - 
+      positions: [0.6344454350536005, -0.06228082144371381, -1.0416018701992744, 0.44376692450148136, -2.2030784042421305, -0.8817988027932739]
+      velocities: [-0.20163702324796856, 0.157654491050587, -0.14086713514710608, -0.3610906144981533, 0.11182775673569433, 0.008376550673071737]
+      accelerations: [0.0, -0.05253425932112816, 0.08240033843847143, -0.03005911274720927, -0.012361168045403225, 0.07802819389712082]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 379154168
+    - 
+      positions: [0.6333274097283653, -0.0614074749714503, -1.0423816762976739, 0.4417643083318516, -2.2024585380489525, -0.8817511582851936]
+      velocities: [-0.20163702324796867, 0.15736344882451708, -0.14041095899035536, -0.36125834027379766, 0.11175890651855461, 0.00880984308156631]
+      accelerations: [-4.0020550854326425e-14, -0.0524453485799758, 0.08214353698454403, -0.03043969026438376, -0.012473180879335745, 0.07826115353523862]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 384698910
+    - 
+      positions: [0.6322079639439037, -0.06053463436887772, -1.0431599428958216, 0.4397582101967949, -2.201838268519992, -0.8817010425831211]
+      velocities: [-0.20163702324796873, 0.15707252831989865, -0.13995562558402014, -0.36142839109131664, 0.1116893444506358, 0.009244979188516689]
+      accelerations: [1.9984907850704934e-14, -0.052357201625516686, 0.08188795314292052, -0.03081993010642769, -0.012586095711543155, 0.07849406195008878]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 390250697
+    - 
+      positions: [0.6310870985145323, -0.059662303700556106, -1.0439366676850543, 0.43774861624292694, -2.201217601056443, -0.8816484393512485]
+      velocities: [-0.2016370232479687, 0.15678172676185248, -0.1395011320369608, -0.36160077047247674, 0.11161906422541967, 0.009681961251094509]
+      accelerations: [-9.979809577048953e-15, -0.052269814003469306, 0.08163360930065125, -0.031199891376892188, -0.01269982588035587, 0.07872676719527112]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 395809525
+    - 
+      positions: [0.6299648142715732, -0.058790487053600946, -1.0447118483517466, 0.43573551257982024, -2.200596541116974, -0.8815933322107341]
+      velocities: [-0.20163702324796873, 0.15649104137965247, -0.13904747542687762, -0.36177548197343246, 0.11154805963342575, 0.010120791286746797]
+      accelerations: [0.0, -0.0521831841404238, 0.0813804863993405, -0.03157953236419732, -0.012814417468437327, 0.07895933937255985]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 401375389
+    - 
+      positions: [0.6288411120641082, -0.05791918853827201, -1.045485482577308, 0.43371888528273816, -2.1999750942197855, -0.881535704737785]
+      velocities: [-0.2016370232479689, 0.1562004694024463, -0.1385946528612938, -0.3619525290366944, 0.11147632436774194, 0.010561471396955995]
+      accelerations: [-6.470515421568545e-14, -0.05209730914961399, 0.08112858486873364, -0.03195885891116109, -0.012929853956053759, 0.07919174337852591]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 406948285
+    - 
+      positions: [0.6277159927588022, -0.05704841228779564, -1.0462575680382262, 0.4316987203922409, -2.199353265942223, -0.8814755404649495]
+      velocities: [-0.20163702324796895, 0.15591000806142974, -0.1381426614535312, -0.36213191504822445, 0.11140385210208364, 0.011004003635442818]
+      accelerations: [4.4739508273750133e-14, -0.05201218671273633, 0.08087789438052727, -0.03233785005327214, -0.013046153263259945, 0.07942400184959487]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 412528209
+    - 
+      positions: [0.6265894572402407, -0.05617816245860164, -1.0470281024060923, 0.42967500391554964, -2.1987310619217366, -0.8814128228806507]
+      velocities: [-0.20163702324796878, 0.15561965459091887, -0.13769149830415955, -0.36231364338076394, 0.11133063654917472, 0.011448389911058484]
+      accelerations: [1.4894439213829813e-14, -0.05192781358281731, 0.08062842201737203, -0.0327165272214268, -0.013163278043148357, 0.07965604510532248]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 418115157
+    - 
+      positions: [0.625461506410445, -0.05530844322989475, -1.0477970833476455, 0.4276477218251204, -2.1981084878546695, -0.8813475354315575]
+      velocities: [-0.2016370232479689, 0.15532940622684804, -0.1372411605191173, -0.36249771734866687, 0.1112566714025463, 0.011894632083142466]
+      accelerations: [-4.462730400106457e-14, -0.05184418800166883, 0.08038015099491544, -0.03309485340846457, -0.01328126706205089, 0.07988793000215498]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 423709124
+    - 
+      positions: [0.6243321411895189, -0.05443925880414682, -1.048564508524789, 0.4256168600610792, -2.1974855494980385, -0.8812796615210785]
+      velocities: [-0.20163702324796884, 0.15503926020658532, -0.13679164522007, -0.36268414018189543, 0.11118195030444883, 0.012342732014035365]
+      accelerations: [6.438100826332584e-14, -0.05176130682315522, 0.0801330847159006, -0.03347284082181465, -0.013400094537880271, 0.08011960586686927]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 429310105
+    - 
+      positions: [0.6232013625153346, -0.05357061340680138, -1.049330375594634, 0.4235824045303995, -2.196862252668771, -0.8812091845111657]
+      velocities: [-0.20163702324796884, 0.1547492137695474, -0.13634294953432627, -0.3628729150491144, 0.11110646687835471, 0.012792691513361952]
+      accelerations: [-6.924681139235858e-14, -0.05167916810057872, 0.0798872100800877, -0.033850460922728476, -0.013519787533051345, 0.08035110957728026]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 434918096
+    - 
+      positions: [0.6220691713440072, -0.05270251128662242, -1.050094682209525, 0.421544341108782, -2.196238603245031, -0.881136087721428]
+      velocities: [-0.201637023247969, 0.15445926415862615, -0.13589507057024963, -0.36306404511618867, 0.11103021480617802, 0.013244512210380224]
+      accelerations: [4.94003601054142e-15, -0.05159776820174632, 0.07964253924784195, -0.034227746815506555, -0.013640292860366105, 0.08058234522289989]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 440533093
+    - 
+      positions: [0.6209355686491657, -0.05183495671506607, -1.0508574260170847, 0.419502655638436, -2.195614607164355, -0.8810603544323534]
+      velocities: [-0.20163702324796906, 0.15416940861824494, -0.13544800545187904, -0.36325753346108, 0.11095318771911872, 0.013698195732815829]
+      accelerations: [-1.973556332346977e-14, -0.05151710589556653, 0.07939904683046045, -0.03460463980459586, -0.013761676444108627, 0.0808134134202005]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 446155090
+    - 
+      positions: [0.6198005554230159, -0.05096795398710025, -1.0516186046602327, 0.41745733393198403, -2.19499027042653, -0.8809819678824601]
+      velocities: [-0.20163702324796895, 0.1538796443945577, -0.1350017513148119, -0.3634533830819787, 0.11087537921078594, 0.014153743684812307]
+      accelerations: [5.420541790932726e-14, -0.05143717751708303, 0.07915674647127881, -0.03498117594804888, -0.013883880549513334, 0.08104421069833735]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 451784082
+    - 
+      positions: [0.6186641326755388, -0.05010150742051793, -1.0523782157772315, 0.4154083617700264, -2.1943655990915354, -0.8809009112717731]
+      velocities: [-0.20163702324796873, 0.15358996873614228, -0.1345563052961012, -0.3636515969207954, 0.11079678286934563, 0.014611157591513213]
+      accelerations: [2.9529955806674353e-14, -0.05135798161594541, 0.07891561646481934, -0.035357305160812695, -0.014006959532360025, 0.08127481782074131]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 457420064
+    - 
+      positions: [0.6175263014353803, -0.04923562135661348, -1.0531362570017135, 0.41335572490448685, -2.1937405992819694, -0.8808171677595926]
+      velocities: [-0.20163702324796867, 0.1533003788942883, -0.13411166453024065, -0.36385217787226404, 0.11071739229036268, 0.015070438878003613]
+      accelerations: [-9.831145860568166e-15, -0.05127951445339599, 0.07867567185801273, -0.035733066733971725, -0.014130851290007407, 0.08150512422922376]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 463063032
+    - 
+      positions: [0.6163870627489836, -0.04837030015944336, -1.0538927259627213, 0.41129940905595797, -2.1931152771808047, -0.8807307204682171]
+      velocities: [-0.20163702324796878, 0.15301087212337822, -0.13366782614486478, -0.3640551287921907, 0.1106372010903515, 0.015531588846483077]
+      accelerations: [-3.4366542988314963e-14, -0.05120177446416411, 0.07843689252587875, -0.036108413707815416, -0.01425560530354738, 0.08173520254833244]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 468712980
+    - 
+      positions: [0.6152464176814045, -0.04750554821643901, -1.0546476202847392, 0.4092393999168327, -2.192489639033619, -0.880641552480971]
+      velocities: [-0.2016370232479689, 0.15272144567873105, -0.13322478729746523, -0.3642604524070003, 0.1105562027909032, 0.0159946088644312]
+      accelerations: [-4.903458924013506e-15, -0.0511247587098849, 0.07819928052393169, -0.03648335339689782, -0.014381200640080789, 0.08196500916296869]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 474369903
+    - 
+      positions: [0.6141043673160672, -0.04664136993816611, -1.0554009375877305, 0.407175683150803, -2.1918636911480007, -0.8805496468438613]
+      velocities: [-0.20163702324796878, 0.15243209681935865, -0.13278254512677756, -0.36446815143145267, 0.11047439097273003, 0.016459500110856645]
+      accelerations: [4.40768814135138e-14, -0.05104846467824991, 0.0779628329921967, -0.03685788069386081, -0.01450763221909358, 0.08219452690175558]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 480033795
+    - 
+      positions: [0.6129609127547524, -0.04577776975827546, -1.0561526754871724, 0.40510824439317966, -2.1912374398935834, -0.8804549865664185]
+      velocities: [-0.20163702324796873, 0.1521428228071346, -0.13234109677296121, -0.36467822851804643, 0.1103917592121314, 0.01692626368093668]
+      accelerations: [-1.9565692652068753e-14, -0.05097288974562936, 0.07772754484810768, -0.03723198509463561, -0.014634901673118263, 0.08242374938279434]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 485704651
+    - 
+      positions: [0.6118160551176938, -0.04491475213353066, -1.056902831594093, 0.4030370692515864, -2.1906108917023537, -0.8803575546222081]
+      velocities: [-0.20163702324796884, 0.15185362090483787, -0.13190043940553328, -0.36489068618520604, 0.11030830099158552, 0.017394900729458013]
+      accelerations: [-1.4656303796749543e-14, -0.050898032126443525, 0.07749340343955739, -0.0376056363353544, -0.014763035451516028, 0.08265271010898768]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 491382466
+    - 
+      positions: [0.61066979554405, -0.04405232154414404, -1.0576514035151074, 0.40096214330798013, -2.1899840530699644, -0.8802573339480932]
+      velocities: [-0.20163702324796884, 0.1515644883788067, -0.1314605701837135, -0.36510552691585946, 0.11022400982736602, 0.017865412261297824]
+      accelerations: [1.463839669721026e-14, -0.05082388829520583, 0.07726041770247609, -0.037978858798083145, -0.014891990238736157, 0.08288132898956438]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 497067233
+    - 
+      positions: [0.6095221351913117, -0.043190482493252844, -1.0583983888524582, 0.3988834521169904, -2.189356930554215, -0.8801543074470762]
+      velocities: [-0.20163702324796878, 0.15127542249953574, -0.13102148624778673, -0.36532275317651264, 0.110138879295513, 0.018337799089209454]
+      accelerations: [-4.873516052574031e-15, -0.0507504562707514, 0.07702857803298559, -0.03835162904975154, -0.015021783385156078, 0.08310962480409934]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 502758948
+    - 
+      positions: [0.6083730752356339, -0.04232923950714256, -1.0591437852040435, 0.3968009812074788, -2.1887295307759915, -0.8800484579880402]
+      velocities: [-0.20163702324796878, 0.15098642053839167, -0.13058318477147735, -0.36554236728540135, 0.11005290286637359, 0.018812062101935284]
+      accelerations: [9.735172099313512e-15, -0.05067773371561566, 0.07679787497390997, -0.038723925213565165, -0.015152429839238145, 0.0833376119599993]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 508457603
+    - 
+      positions: [0.6072226168721383, -0.04146859713543318, -1.059887590163468, 0.39471471608400843, -2.1881018604201143, -0.8799397684056312]
+      velocities: [-0.20163702324796887, 0.1506974797703865, -0.13014566292223234, -0.3657643715113093, 0.1099660740318422, 0.019288202055455565]
+      accelerations: [-3.889340437502754e-14, -0.05060571770960311, 0.07656831293112888, -0.03909575874917766, -0.01528390224744877, 0.08356523598694326]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 514163194
+    - 
+      positions: [0.6060707613145567, -0.04060855995075146, -1.0606298013200697, 0.39262464222604243, -2.187473926234453, -0.8798282215023235]
+      velocities: [-0.20163702324796873, 0.15040859747344001, -0.12970891786657424, -0.3659887680570877, 0.10987838628659696, 0.019766219602519994]
+      accelerations: [8.254833707833731e-14, -0.05053440619736591, 0.07633988059980375, -0.03946710214706664, -0.015416222159863628, 0.08379252176160397]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 519875714
+    - 
+      positions: [0.6049175097956362, -0.03974913254900114, -1.061370416258966, 0.3905307450897982, -2.1868457350310426, -0.8797138000479857]
+      velocities: [-0.20163702324796856, 0.15011977092702466, -0.129272946794497, -0.3662155589978552, 0.10978983305216944, 0.020246115414666113]
+      accelerations: [-2.4249565008102337e-14, -0.050463796768082124, 0.0761125738756968, -0.03983794535123523, -0.015549388877033382, 0.08401945773910645]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 525595158
+    - 
+      positions: [0.6037628635671953, -0.03889031954935842, -1.0621094325610931, 0.38843301010891174, -2.1862172936862887, -0.8795964867806028]
+      velocities: [-0.2016370232479688, 0.14983099741630126, -0.12883774686542743, -0.3664447464150242, 0.10970040784875786, 0.020727889903533053]
+      accelerations: [-5.812873126813266e-14, -0.05039388594340637, 0.0758864003835677, -0.04020830787904299, -0.015683363877776496, 0.08424597143672341]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 531321518
+    - 
+      positions: [0.6026068238995946, -0.03803212559379646, -1.0628468478032338, 0.3863314226930725, -2.1855886091396073, -0.8794762644089473]
+      velocities: [-0.20163702324796876, 0.14954227422888294, -0.1284033152522765, -0.3666763322850759, 0.10961010415548575, 0.02121154344569169]
+      accelerations: [7.741165337482574e-14, -0.05032467246372086, 0.07566134063757829, -0.04057814092697511, -0.015818195351381008, 0.084472130042335]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 537054789
+    - 
+      positions: [0.6014493920825563, -0.037174555347685684, -1.0635826595580717, 0.384225968231357, -2.1849596883956415, -0.8793531156108175]
+      velocities: [-0.20163702324796862, 0.14925359865275742, -0.12796964916099468, -0.3669103184269464, 0.10951891534691967, 0.02169707648285159]
+      accelerations: [-2.899449109927878e-14, -0.05025615361967909, 0.0754373954928477, -0.04094744580839059, -0.015953866974557713, 0.0846978962181611]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 542794964
+    - 
+      positions: [0.6002905694249747, -0.03631761349959308, -1.0643168653942279, 0.38211663209209684, -2.1843305385238136, -0.8792270230346048]
+      velocities: [-0.20163702324796884, 0.14896496798345826, -0.12753674575141244, -0.3671467067017724, 0.10942683494780028, 0.022184489111573828]
+      accelerations: [-4.3439593229488984e-14, -0.05018832567242529, 0.07521457309013543, -0.041316243517979453, -0.016090338140078864, 0.08492319420777604]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 548542037
+    - 
+      positions: [0.5991303572543558, -0.035461304760775005, -1.0650494628762854, 0.38000339962142204, -2.1837011666568666, -0.8790979693021046]
+      velocities: [-0.2016370232479689, 0.14867637951546592, -0.12710460223812015, -0.36738549875504234, 0.10933385630913167, 0.02267378160161046]
+      accelerations: [1.4462541561293725e-14, -0.05012118893545687, 0.07499283920067573, -0.041684445760965326, -0.01622770531898047, 0.0851481672631746]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 554296001
+    - 
+      positions: [0.5979687569183898, -0.03460563386637772, -1.0657804495648688, 0.37788625614931043, -2.183071579995093, -0.8789659370043305]
+      velocities: [-0.20163702324796884, 0.1483878305480607, -0.1266732158194439, -0.3676266961957565, 0.10923997283677615, 0.023164954028326062]
+      accelerations: [1.4445276974886306e-14, -0.050054737677617485, 0.07477222669311234, -0.042052135940355444, -0.016365848521572517, 0.08537261208317438]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 560056849
+    - 
+      positions: [0.5968057697831433, -0.033750605573941085, -1.066509823016639, 0.37576518698380806, -2.1824417858015654, -0.8788309087084273]
+      velocities: [-0.20163702324796878, 0.14809931838666057, -0.12624258366739505, -0.3678703006208885, 0.10914517802406729, 0.02365800622025585]
+      accelerations: [-4.809356872782822e-15, -0.049988971754302725, 0.07455270487355885, -0.042419234496351974, -0.016504852796111916, 0.08559665361949675]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 565824575
+    - 
+      positions: [0.5956413972344614, -0.03289622466445514, -1.0672375807843677, 0.373640177416502, -2.1818117914059, -0.8786928669540793]
+      velocities: [-0.2016370232479689, 0.14781084033743278, -0.125812702988788, -0.368116313457168, 0.10904946525483544, 0.024152938072985793]
+      accelerations: [-2.4018204104929607e-14, -0.04992388734058985, 0.07433428536401027, -0.0427857698999633, -0.016644666775598206, 0.08582019801369827]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 571599172
+    - 
+      positions: [0.5944756406772287, -0.032042495941715064, -1.0679637204169576, 0.3715112127205143, -2.181181604202327, -0.8785517942569445]
+      velocities: [-0.201637023247969, 0.14752239370904885, -0.12538357100185493, -0.36836473601948916, 0.10895282787950988, 0.024649749423874254]
+      accelerations: [-1.439383248092267e-14, -0.049859483720022676, 0.07411694571212839, -0.043151683212878655, -0.01678534891220424, 0.08604332655404268]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 577380633
+    - 
+      positions: [0.5933085015363545, -0.03118942423304508, -1.0686882394595192, 0.36937827815456475, -2.1805512316523536, -0.8784076731064647]
+      velocities: [-0.20163702324796906, 0.1472339758164637, -0.12495518489858354, -0.36861556960602515, 0.10885525933649665, 0.025148439860791134]
+      accelerations: [-9.584533760896998e-15, -0.04979575578571192, 0.07390071053784183, -0.04351703582922079, -0.01692680605098903, 0.08626587962053263]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 583168951
+    - 
+      positions: [0.5921399812553788, -0.030337014388131845, -1.0694111354533564, 0.3672413589586732, -2.1799206812810734, -0.8782604859714478]
+      velocities: [-0.20163702324796898, 0.1469455839768679, -0.12452754189401409, -0.36886881536951976, 0.10875675299389825, 0.02564900897034769]
+      accelerations: [3.829287177483813e-14, -0.04973270424187858, 0.07368554041962046, -0.04388172458927365, -0.017069151252765872, 0.0864880242285619]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 588964118
+    - 
+      positions: [0.5909700812983208, -0.029485271280422557, -1.0701324059360837, 0.3651004403613063, -2.1792899606821265, -0.8781102152951201]
+      velocities: [-0.2016370232479689, 0.14665721550999858, -0.1241006392164955, -0.3691244743413947, 0.10865730218082242, 0.026151456287608222]
+      accelerations: [-1.4342911276060613e-14, -0.04967032391942034, 0.07347146333890048, -0.04424581924845143, -0.01721228076247566, 0.08670958383364931]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 594766128
+    - 
+      positions: [0.5897988031481097, -0.028634199805828292, -1.070852048441602, 0.3629555075744861, -2.1786590775135446, -0.8779568435012842]
+      velocities: [-0.20163702324796884, 0.14636886774228242, -0.12367447406414395, -0.3693825475412462, 0.10855690032770714, 0.026655781072755604]
+      accelerations: [4.2978161075382955e-14, -0.04960861410828202, 0.07325845497105432, -0.0446092547214375, -0.017356259085898936, 0.0869306482566832]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 600574972
+    - 
+      positions: [0.5886261483076711, -0.0277838048835141, -1.071570060500188, 0.36080654579829297, -2.1780280395006764, -0.8778003529918728]
+      velocities: [-0.20163702324796862, 0.1460805380021334, -0.12324904366202497, -0.36964303582876235, 0.10845554078275954, 0.02716198260107753]
+      accelerations: [2.3848756890633826e-14, -0.04954757129119382, 0.07304652355457755, -0.04497204972763843, -0.017501045971403287, 0.08715114136414305]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 606390645
+    - 
+      positions: [0.5874521182993631, -0.026934091455390895, -1.072286439638508, 0.35865354021953594, -2.1773968544346958, -0.8776407261498861]
+      velocities: [-0.20163702324796867, 0.14579222362223465, -0.12282434523073604, -0.36990593998259697, 0.10835321691304677, 0.027670060000113697]
+      accelerations: [-3.811336686581108e-14, -0.0494871940035192, 0.07283565566717054, -0.04533416662234527, -0.017646671019773214, 0.08737109685104012]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 612213137
+    - 
+      positions: [0.5862767146655062, -0.02608506448647061, -1.0730011833796886, 0.3564964760143394, -2.1767655301740554, -0.8774779453387745]
+      velocities: [-0.20163702324796873, 0.14550392193767103, -0.1224003760139715, -0.37017126062714734, 0.10824992201681594, 0.028180012387580812]
+      accelerations: [1.9034438647631565e-14, -0.04942747940496955, 0.0726258500953113, -0.04569559908633091, -0.017793124211228976, 0.08759048624087067]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 618042442
+    - 
+      positions: [0.5850999389682996, -0.02523672896472677, -1.0737142892433582, 0.3543353383485558, -2.176134074644269, -0.8773119929038485]
+      velocities: [-0.20163702324796878, 0.14521563029149337, -0.1219771332175262, -0.37043899838964034, 0.10814564951977418, 0.028691838562324913]
+      accelerations: [-3.802454223002039e-14, -0.0493684241422784, 0.07241711437330826, -0.046056363552641234, -0.017940367815366908, 0.08780923729901463]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 623878551
+    - 
+      positions: [0.5839217927892867, -0.024389089900614634, -1.0744257547456544, 0.3521701123765815, -2.175502495836502, -0.8771428511751285]
+      velocities: [-0.2016370232479689, 0.14492734602712554, -0.12155461408764279, -0.3707091536939766, 0.1080403927220698, 0.029205537398670774]
+      accelerations: [4.74754519969722e-15, -0.0493100280063922, 0.07220942045899333, -0.04641638319662652, -0.01808847859308812, 0.08802745689782288]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 629721457
+    - 
+      positions: [0.5827422777306451, -0.023542152328009963, -1.075135577399345, 0.35000078324671047, -2.1748708018110423, -0.8769705024643587]
+      velocities: [-0.20163702324796892, 0.144639066491624, -0.1211328158820698, -0.3709817268348444, 0.10793414489387182, 0.029721107695729422]
+      accelerations: [-1.8968167663927333e-14, -0.049252286573814856, 0.07200278584946726, -0.04677570000511607, -0.018237386146810024, 0.08824502141522082]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 635571152
+    - 
+      positions: [0.5815613954141359, -0.02269592130331704, -1.0758437547138127, 0.3478273360981477, -2.1742390006944943, -0.8767949290695561]
+      velocities: [-0.20163702324796895, 0.1443507890404941, -0.12071173581469716, -0.37125671812001815, 0.10782689945205205, 0.030238547899966425]
+      accelerations: [1.4209673751631999e-14, -0.04919519800095679, 0.07179720147449851, -0.04713428604713569, -0.018387106764691023, 0.08846194284684422]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 641427627
+    - 
+      positions: [0.580379147481426, -0.021850401905654175, -1.0765502841951127, 0.3456497560629369, -2.1736071006806625, -0.8766161132751398]
+      velocities: [-0.2016370232479689, 0.14406251103146622, -0.12029137112820676, -0.37153412767946187, 0.10771864972737319, 0.030757856468806667]
+      accelerations: [0.0, -0.049138760017200724, 0.07159265997808476, -0.0474921181180618, -0.018537649799845252, 0.08867822221275898]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 647290876
+    - 
+      positions: [0.5791955355943144, -0.021005599236951666, -1.077255163346035, 0.3434680282675619, -2.1729751100311483, -0.8764340373524268]
+      velocities: [-0.2016370232479688, 0.14377422982561322, -0.11987171907852981, -0.3718139555035289, 0.10760938901514597, 0.03127903178872837]
+      accelerations: [2.8353886422256825e-14, -0.04908297043716797, 0.07138915767488827, -0.04784918158829891, -0.018689014204507276, 0.08889384359448516]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 653160888
+    - 
+      positions: [0.5780105614347769, -0.02016151842192224, -1.0779583896661507, 0.34128213783393496, -2.1723430370754913, -0.8762486835606909]
+      velocities: [-0.2016370232479689, 0.14348594278843962, -0.11945277692498746, -0.37209620146698086, 0.10749911060669344, 0.031802072124346686]
+      accelerations: [-5.6642658450060633e-14, -0.049027826651268896, 0.07118669061825197, -0.0482054616499433, -0.018841198616842428, 0.0891087907752439]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 659037657
+    - 
+      positions: [0.576824226705017, -0.019318164608018468, -1.0786599606518652, 0.33909206988040824, -2.1717108902113007, -0.8760600341482413]
+      velocities: [-0.20163702324796895, 0.14319764729136725, -0.11903454191658672, -0.372380865363218, 0.1073878078344431, 0.03232697554849394]
+      accelerations: [4.243333127223962e-14, -0.048973325993297574, 0.07098525980190469, -0.04856095547219669, -0.018994186714422195, 0.08932302424558076]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 664921174
+    - 
+      positions: [0.5756365331272716, -0.01847554296521456, -1.0793598737964447, 0.3368978095219301, -2.171078677903736, -0.8758680713542791]
+      velocities: [-0.2016370232479689, 0.1429093407104426, -0.1186170113034477, -0.3726679468718379, 0.10727547403419872, 0.0328537399994894]
+      accelerations: [-3.296598810677292e-14, -0.048919466318376584, 0.07078485740838084, -0.04891563736585335, -0.01914799003631015, 0.08953654746603147]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 670811429
+    - 
+      positions: [0.5744474824440654, -0.017633658686123408, -1.0800581265900817, 0.3346993418718267, -2.1704464086861854, -0.8756727774093483]
+      velocities: [-0.201637023247969, 0.14262102042580968, -0.11820018234925836, -0.37295744552584553, 0.10716210250746133, 0.033382363337653334]
+      accelerations: [0.0, -0.04886624517201049, 0.0705854802312168, -0.04926949353088678, -0.019302605123011726, 0.08974934032618662]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 676708415
+    - 
+      positions: [0.5732570764182232, -0.016792516985929463, -1.0807547165199463, 0.33249665204273776, -2.1698140911602977, -0.8754741345365731]
+      velocities: [-0.2016370232479689, 0.14233268382207356, -0.1177840523209915, -0.3732493607352883, 0.10704768655325145, 0.03391284329423328]
+      accelerations: [3.758967299039207e-14, -0.04881366031819596, 0.07038712399150145, -0.04962250651527199, -0.019458032723471193, 0.08996138907319759]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 682612123
+    - 
+      positions: [0.572065316832952, -0.015952123102377366, -1.081449641070234, 0.330289725147818, -2.1691817339961914, -0.8752721249526951]
+      velocities: [-0.20163702324796884, 0.14204432828921826, -0.11736861848487044, -0.37354369179541214, 0.1069322194816037, 0.034445177450209044]
+      accelerations: [-2.3466895351097866e-14, -0.04876170902004109, 0.07018978687443428, -0.04997466545120276, -0.01961426486793233, 0.09017266661024252]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 688522543
+    - 
+      positions: [0.5708722054917811, -0.01511248229564157, -1.0821428977222112, 0.3280785463014556, -2.1685493459322847, -0.8750667308695629]
+      velocities: [-0.2016370232479689, 0.14175595122227275, -0.11695387810868872, -0.3738404378800267, 0.10681569460715906, 0.03497936324452056]
+      accelerations: [4.6880682180827564e-15, -0.048710389182182526, 0.06999346384150437, -0.05032595081594408, -0.019771304529199292, 0.09038316215252726]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 694439667
+    - 
+      positions: [0.5696777442186789, -0.0142735998483423, -1.0828344839542705, 0.3258631006206301, -2.167916935775596, -0.874857934495091]
+      velocities: [-0.20163702324796898, 0.14146755002001177, -0.1165398284752607, -0.37413959800318675, 0.10669810520553624, 0.03551539803917877]
+      accelerations: [-2.809665935123788e-14, -0.04865969854032572, 0.06979814856851367, -0.050676338979590105, -0.019929158532938494, 0.09059287079169358]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 700363487
+    - 
+      positions: [0.5684819348582343, -0.013435481065598488, -1.0835243972419955, 0.3236433732265455, -2.1672845124022144, -0.8746457180340335]
+      velocities: [-0.20163702324796903, 0.14117912208767802, -0.11612646686129044, -0.3744411710739052, 0.10657944458301699, 0.03605327901134349]
+      accelerations: [9.355008164861968e-15, -0.04860963410998766, 0.06960384318699508, -0.05102582908689036, -0.020087806362728104, 0.09080174546791824]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 706293991
+    - 
+      positions: [0.567284779275392, -0.012598131274741778, -1.0842126350581869, 0.3214193492446472, -2.1666520847565693, -0.8744300636901687]
+      velocities: [-0.2016370232479688, 0.14089066483575208, -0.11571379054076811, -0.3747451558843687, 0.1064597060641693, 0.036593003171463974]
+      accelerations: [6.541151092592945e-14, -0.04856019406643031, 0.06941054024663112, -0.05137439370584673, -0.020247259077706324, 0.09100978757682256]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 712231173
+    - 
+      positions: [0.5660862793557007, -0.011761555825429855, -1.0848991948729294, 0.31919101380653225, -2.166019661852079, -0.8742109536668833]
+      velocities: [-0.20163702324796873, 0.14060217567972394, -0.11530179679494112, -0.3750515510818805, 0.10633888296112008, 0.03713456740897614]
+      accelerations: [-3.2669116503476497e-14, -0.04851137553263633, 0.0692182385352091, -0.051722022676746846, -0.020407506610608042, 0.09121696570430216]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 718175021
+    - 
+      positions: [0.5648864370052228, -0.010925760089484584, -1.085584074153634, 0.3169583520506354, -2.165387252770872, -0.8739883701688598]
+      velocities: [-0.20163702324796887, 0.14031365203917825, -0.11489048292227086, -0.37536035514033916, 0.10621696854225651, 0.03767796853715165]
+      accelerations: [-1.864720665022941e-14, -0.048463177025840805, 0.06902692731000704, -0.052068679215219266, -0.020568570547268863, 0.09142329644031308]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 724125528
+    - 
+      positions: [0.5636852541509522, -0.010090749461131553, -1.0862672703651288, 0.31472134912481126, -2.164754866664897, -0.8737622954021713]
+      velocities: [-0.2016370232479688, 0.14002509133942606, -0.11447984621873827, -0.37567156641045973, 0.1060939560953115, 0.0382232031964532]
+      accelerations: [3.725284663352158e-14, -0.04841559515379062, 0.06883661201120654, -0.05241437022935338, -0.02073041967635106, 0.09162871608596954]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 730082682
+    - 
+      positions: [0.5624827327403752, -0.00925652935657433, -1.0869487809696667, 0.31247999018578837, -2.164122512754704, -0.8735327115770689]
+      velocities: [-0.20163702324796873, 0.13973649101361996, -0.11406988396439094, -0.3759851831545454, 0.10596983897218157, 0.038770267785826415]
+      accelerations: [-1.3954287401332371e-14, -0.048368627744089496, 0.06864728643168698, -0.05275907079422188, -0.02089306058124679, 0.0918332183237541]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 736046475
+    - 
+      positions: [0.5612788747416525, -0.008423105214043644, -1.0876286034269897, 0.3102342604009121, -2.1634902003298913, -0.8732996009088639]
+      velocities: [-0.20163702324796884, 0.1394478484981438, -0.1136605934618442, -0.3763012034399299, 0.10584461046358218, 0.03931915865093237]
+      accelerations: [-2.3231357837703835e-14, -0.04832227298288495, 0.06845894310980923, -0.05310275221944492, -0.021056504206487463, 0.09203680286704399]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 742016896
+    - 
+      positions: [0.5600736821438637, -0.007590482493900429, -1.088306735194406, 0.3079841449501546, -2.1628579387497386, -0.8730629456186159]
+      velocities: [-0.20163702324796878, 0.1391591612350322, -0.11325197201727064, -0.37661962518896175, 0.10571826386207346, 0.039869871987014645]
+      accelerations: [5.1052464338978345e-14, -0.048276527922449804, 0.06827158226313887, -0.053445406568669515, -0.02122073602728689, 0.09223943097966962]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 747993936
+    - 
+      positions: [0.5588671569568419, -0.006758666678413073, -1.088983173726826, 0.30572962902663164, -2.1622257374427147, -0.8728227279351205]
+      velocities: [-0.2016370232479687, 0.13887042667361432, -0.11284401692677565, -0.3769404462138197, 0.10559079250631834, 0.04042240377070856]
+      accelerations: [-2.781608272287724e-14, -0.048231390223742995, 0.06808520101309821, -0.05378701699260185, -0.02138575222852021, 0.0924410797318888]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 753977585
+    - 
+      positions: [0.5576593012111812, -0.005927663271675399, -1.0896579164768105, 0.30347069783776803, -2.161593605906453, -0.8725789300963804]
+      velocities: [-0.20163702324796884, 0.13858164226669287, -0.11243672551111988, -0.3772636641196632, 0.10546218966915, 0.04097674992717883]
+      accelerations: [-1.852365422150776e-14, -0.04818685824987193, 0.06789978800127436, -0.054127543369587604, -0.02155157577021355, 0.0926417664698349]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 759967833
+    - 
+      positions: [0.5564501169586881, -0.005097477799853272, -1.090330960894676, 0.3012073366081399, -2.1609615537089173, -0.8723315343497302]
+      velocities: [-0.20163702324796876, 0.13829280547475775, -0.11203009507925193, -0.3775892764023812, 0.10533244867674335, 0.04153290614996853]
+      accelerations: [4.6258324174873577e-14, -0.04814292828678259, 0.06771535255909494, -0.054467001689385605, -0.021718163100571324, 0.09284140830183985]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 765964670
+    - 
+      positions: [0.5552396062717311, -0.004268115810598315, -1.0910023044284738, 0.29893953057825556, -2.160329590486603, -0.8720805229553465]
+      velocities: [-0.2016370232479687, 0.13800391376424298, -0.11162412294119112, -0.377917280409955, 0.10520156286509522, 0.042090867964568325]
+      accelerations: [-2.772462218705506e-14, -0.048099599302143324, 0.067531879060026, -0.05480533915484293, -0.021885551724911637, 0.09304004391920578]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 771968084
+    - 
+      positions: [0.5540277712439324, -0.0034395828734782355, -1.091671944524117, 0.2966672650083261, -2.159697725946346, -0.8718258781856744]
+      velocities: [-0.20163702324796884, 0.13771496460732977, -0.11121880641453766, -0.3782476733246164, 0.1050695255618033, 0.04265063075472171]
+      accelerations: [-1.8462909550565266e-14, -0.048056867681131016, 0.06734937467021966, -0.055142565936161556, -0.022053704307675018, 0.09323759951979509]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 777978067
+    - 
+      positions: [0.5528146139896244, -0.002611884579465961, -1.0923398786253753, 0.29439052517746994, -2.1590659698637906, -0.8715675823286586]
+      velocities: [-0.2016370232479689, 0.13742595548217398, -0.11081414282245702, -0.378580452165442, 0.10493633009299835, 0.04321218974999658]
+      accelerations: [0.0, -0.04801473234482886, 0.0671678244963924, -0.05547863038236168, -0.022222656010293454, 0.0934341097119695]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 783994607
+    - 
+      positions: [0.5516001366445024, -0.0017850265413376287, -1.0930061041740036, 0.2921092963874022, -2.1584343320850943, -0.871305617687325]
+      velocities: [-0.2016370232479689, 0.1371368838720627, -0.11041012950285085, -0.37891561375959704, 0.10480196975263792, 0.04377554007052504]
+      accelerations: [-4.605698627826982e-15, -0.047973189995741634, 0.0669872326762152, -0.05581353326537612, -0.022392379819348752, 0.0936295158503878]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 790017694
+    - 
+      positions: [0.5503843413652474, -0.0009590143932843802, -1.0936706186097533, 0.28982356396230907, -2.1578028225258463, -0.8710399665825237]
+      velocities: [-0.20163702324796867, 0.1368477472693627, -0.11000676376826335, -0.37925315485207095, 0.10466643793326652, 0.04434067653029386]
+      accelerations: [7.821211806493147e-14, -0.047932238265926665, 0.06680759766593032, -0.05614725960973008, -0.022562867482724347, 0.09382378733238711]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 796047318
+    - 
+      positions: [0.5491672303294632, -0.00013385379077289895, -1.0943334193704133, 0.2875333132498882, -2.1571714511708215, -0.8707706113547397]
+      velocities: [-0.2016370232479686, 0.13655854317030355, -0.10960404295980744, -0.3795930719546966, 0.10452972795289417, 0.04490759389403147]
+      accelerations: [-4.595746068384481e-14, -0.047891875619509715, 0.0666289057251672, -0.05647976025646899, -0.022734149531261027, 0.09401695100625926]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 802083466
+    - 
+      positions: [0.5479488057362579, 0.0006904495891286264, -1.0949945038919444, 0.2852385296248588, -2.156540228075478, -0.8704975343639632]
+      velocities: [-0.20163702324796884, 0.13626926907846593, -0.10920196441835577, -0.3799353614230363, 0.10439183314873327, 0.04547628673608427]
+      accelerations: [-3.672638673973799e-14, -0.04785209856946579, 0.06645116490277121, -0.056811045936861246, -0.022906186695297846, 0.09420892968644295]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 808126129
+    - 
+      positions: [0.5467290698056614, 0.001513890048286553, -1.0956538696084572, 0.2829391984881141, -2.1559091633643073, -0.870220717993103]
+      velocities: [-0.2016370232479689, 0.1359799225053676, -0.1088005254687831, -0.38028001949774526, 0.10425274692654626, 0.04604674936543028]
+      accelerations: [1.8343478562057932e-14, -0.04781290540752276, 0.06627436670156903, -0.05714108140392682, -0.02307899319929796, 0.09439972553852018]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 814175296
+    - 
+      positions: [0.5455080247789338, 0.00233646186736974, -1.0963115139523056, 0.2806353052692338, -2.1552782672315884, -0.8699401446487168]
+      velocities: [-0.2016370232479689, 0.1356905009665045, -0.10839972346642296, -0.3806270421738228, 0.10411246261315694, 0.04661897604347309]
+      accelerations: [-1.8323839817512606e-14, -0.0477742939903687, 0.0660985038230203, -0.05746983431102548, -0.023252578666775995, 0.09458933368817875]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 820230955
+    - 
+      positions: [0.5442856729188056, 0.0031581593057828255, -1.096967434354179, 0.2783268354287805, -2.154647549941943, -0.8696557967619916]
+      velocities: [-0.2016370232479688, 0.13540100198586852, -0.10799955575895456, -0.38097642530468623, 0.1039709735807191, 0.04719296079794315]
+      accelerations: [4.5760692755489445e-14, -0.047736261151337445, 0.06592358041346219, -0.05779730404883297, -0.023426916283510416, 0.09477769495695289]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 826293095
+    - 
+      positions: [0.543062016509097, 0.0039789766020560365, -1.097621628243109, 0.2760137744582722, -2.154017021829225, -0.8693676567915833]
+      velocities: [-0.20163702324796876, 0.13511142309522448, -0.10760001968575442, -0.3813281646007184, 0.1038282732470927, 0.04776869742165403]
+      accelerations: [-2.742718557097291e-14, -0.047698805008923234, 0.06574958940237627, -0.05812345797780439, -0.023602015622092666, 0.0949648042650767]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 832361704
+    - 
+      positions: [0.5418370578549578, 0.00479890797377101, -1.0982740930465524, 0.27369610788251, -2.1533866932970662, -0.869075707224628]
+      velocities: [-0.20163702324796895, 0.13482176183043454, -0.10720111261257459, -0.38168225553033275, 0.10368435496484397, 0.04834617963402811]
+      accelerations: [-3.1964414336060675e-14, -0.04766192364292098, 0.06557652353168741, -0.058448263066809225, -0.023777886548312026, 0.09515065592508538]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 838436772
+    - 
+      positions: [0.5406107992831027, 0.005617947617493867, -1.0989248261904887, 0.2713738212619301, -2.152756574819424, -0.8687799305777811]
+      velocities: [-0.20163702324796887, 0.1345320157378464, -0.10680283188232315, -0.3820386934571032, 0.10353921218287535, 0.04892540084263636]
+      accelerations: [5.4738134358999785e-14, -0.047625613097037785, 0.06540439196792423, -0.058771732045137005, -0.02395448546820043, 0.095335166522396]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 844518287
+    - 
+      positions: [0.539383243141158, 0.00643608970937845, -1.0995738250993818, 0.2690469001915929, -2.1521266769386993, -0.8684803094009276]
+      velocities: [-0.20163702324796867, 0.1342421823683952, -0.1064051748641753, -0.38239747349762654, 0.10339283828638247, 0.04950635437608515]
+      accelerations: [4.556696461320675e-15, -0.047589873419420885, 0.0652331713354349, -0.05909378536203395, -0.024131874925172773, 0.09551840713034579]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 850606238
+    - 
+      positions: [0.538154391798788, 0.007253328404434661, -1.1002210871964029, 0.26671533030696776, -2.151497010268685, -0.8681768262756188]
+      velocities: [-0.20163702324796873, 0.13395225927942012, -0.1060081389346879, -0.3827585905728709, 0.10324522665839372, 0.05008903339162387]
+      accelerations: [-2.2759503456878597e-14, -0.04755470009821598, 0.0650628770339743, -0.05941445280168966, -0.02430999122023855, 0.09570026426407434]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 856700611
+    - 
+      positions: [0.5369242476466944, 0.00806965783738615, -1.1008666099033444, 0.264379097281654, -2.1508675854917496, -0.8678694638198379]
+      velocities: [-0.20163702324796876, 0.13366224403892996, -0.10561172144538755, -0.38312203949774903, 0.10309637078628708, 0.05067343071927855]
+      accelerations: [1.818849551134728e-14, -0.04752009179985385, 0.06489349637081313, -0.059733684491929236, -0.024488861906958172, 0.09588075789296677]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 862801396
+    - 
+      positions: [0.5356928130971619, 0.008885072122380636, -1.1015103906407577, 0.2620381868309921, -2.150238413360188, -0.8675582046882078]
+      velocities: [-0.2016370232479688, 0.13337213422083535, -0.10521591976866101, -0.3834878148497871, 0.10294626411403976, 0.05125953907657273]
+      accelerations: [-3.63389280992064e-14, -0.0474860456074265, 0.06472502967983136, -0.06005146724124938, -0.024668471935721737, 0.09605984533587832]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 868908581
+    - 
+      positions: [0.5344600905838816, 0.009699565353240649, -1.1021524268279883, 0.2596925847129598, -2.14960950469562, -0.8672430315743587]
+      velocities: [-0.20163702324796895, 0.1330819274060959, -0.10482073128027719, -0.38385591101444116, 0.10279490009772951, 0.051847350984452534]
+      accelerations: [-4.537627086784796e-15, -0.04745255984499381, 0.06455747005745084, -0.06036776631766186, -0.024848830662331515, 0.09623751911064782]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 875022153
+    - 
+      positions: [0.5332260825621787, 0.01051313160340216, -1.10279271588327, 0.25734227673064836, -2.148980870389497, -0.8669239272120971]
+      velocities: [-0.201637023247969, 0.13279162118185173, -0.10442615337106996, -0.38422632215041125, 0.10264227216925195, 0.052436858818554574]
+      accelerations: [-1.813162837243557e-14, -0.04741963191427372, 0.06439081404762645, -0.060682557395360534, -0.0250299349832903, 0.0964137535317261]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 881142101
+    - 
+      positions: [0.5319907915090439, 0.011325764926019546, -1.1034312552237955, 0.25498724873399303, -2.1483525214030457, -0.8666008743772149]
+      velocities: [-0.2016370232479689, 0.13250121314679747, -0.10403218340723443, -0.3845990423018435, 0.10248837386732232, 0.05302805461996419]
+      accelerations: [5.43384722710289e-14, -0.04738725840752399, 0.06422506774153385, -0.060995842613105526, -0.025211751511534406, 0.09658847947121718]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 887268412
+    - 
+      positions: [0.5307542199226456, 0.012137459354442466, -1.104068042265695, 0.252627486619531, -2.1477244687658033, -0.866273855890805]
+      velocities: [-0.20163702324796884, 0.13221070090426595, -0.10363881878102629, -0.3849740652486845, 0.10233319867054921, 0.05362093033316845]
+      accelerations: [-3.166466707043026e-14, -0.04735543901381392, 0.06406021115505073, -0.06130754899495587, -0.02539433171677758, 0.09676174914317952]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 893401073
+    - 
+      positions: [0.5295163703232757, 0.012948208901635984, -1.1047030744242547, 0.25026297633572414, -2.1470967235780627, -0.8659428546184094]
+      velocities: [-0.2016370232479688, 0.1319200820649286, -0.10324605689423294, -0.3853513845530988, 0.10217674005372548, 0.0542154777233046]
+      accelerations: [3.615088495335633e-14, -0.04732416948524855, 0.06389625580654333, -0.061617694030901955, -0.02557762394504961, 0.09693346668226598]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 899540073
+    - 
+      positions: [0.5282772452525581, 0.013758007560891981, -1.1053363491138497, 0.24789370388158352, -2.146469297008559, -0.8656078534742848]
+      velocities: [-0.20163702324796873, 0.13162935425177832, -0.10285389511821774, -0.38573099367236796, 0.1020189916186672, 0.054811688188490415]
+      accelerations: [-9.028432539184447e-15, -0.04729344790605945, 0.06373319476442886, -0.061926241786626784, -0.025761637039864557, 0.09710362325545065]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 905685398
+    - 
+      positions: [0.5270368472736745, 0.014566849305784746, -1.105967863748043, 0.2455196553092507, -2.1458422002949384, -0.8652688354226775]
+      velocities: [-0.20163702324796878, 0.13133851509135797, -0.102462330861846, -0.38611288575931546, 0.10185994687194855, 0.05540955307562681]
+      accelerations: [-1.3528772432186576e-14, -0.04726327291721879, 0.06357101743831085, -0.06223314492782555, -0.025946391854918344, 0.09727222612724871]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 911837036
+    - 
+      positions: [0.5257951789717974, 0.015374728089973467, -1.1065976157397233, 0.2431408167274277, -2.1452154447447898, -0.8649257834785544]
+      velocities: [-0.20163702324796884, 0.13104756221975528, -0.10207136152835025, -0.3864970537855387, 0.10169959936770662, 0.0560090634744025]
+      accelerations: [4.50498423455614e-15, -0.047233640690456595, 0.06340973098008752, -0.06253840786972771, -0.026131850816465695, 0.09743919962385]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 917994974
+    - 
+      positions: [0.524552242953535, 0.01618163784774446, -1.1072256025010745, 0.24075717430096857, -2.144589041733957, -0.8645786807112138]
+      velocities: [-0.2016370232479689, 0.13075649328311134, -0.10168098451157283, -0.38688349055060056, 0.10153794272082164, 0.056610210198247024]
+      accelerations: [-2.250198266322548e-14, -0.047204549723913185, 0.0632493260414596, -0.06284198648109594, -0.026318030553184844, 0.09760454499950197]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 924159199
+    - 
+      positions: [0.5233080418472916, 0.01698757249386894, -1.107851821443704, 0.23836871425407355, -2.1439630027073653, -0.8642275102452465]
+      velocities: [-0.20163702324796884, 0.13046530593239392, -0.10129119723520622, -0.3872721885634166, 0.10137497047796298, 0.05721298396545792]
+      accelerations: [3.147079388218048e-14, -0.04717599792218994, 0.0630897970621642, -0.06314384687298531, -0.02650493545491853, 0.09776824563498682]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 930329698
+    - 
+      positions: [0.5220625783034247, 0.017792525923619164, -1.108476269978735, 0.23597542287272313, -2.143337339179277, -0.8638722552621279]
+      velocities: [-0.20163702324796867, 0.13017399783056546, -0.10090199710044108, -0.3876631401946169, 0.10121067629061573, 0.0578173751523053]
+      accelerations: [2.2456388603055788e-14, -0.047147981488955194, 0.06293115170310926, -0.063443994552126, -0.026692526100901583, 0.09793022291084555]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 936506458
+    - 
+      positions: [0.5208158549936549, 0.018596492013332914, -1.1090989455167675, 0.2335772865041868, -2.142712062731498, -0.8635128990039731]
+      velocities: [-0.2016370232479689, 0.12988256664875125, -0.10051338151396513, -0.3880563375916643, 0.10104505382358073, 0.05842337392205538]
+      accelerations: [-9.422167847050487e-14, -0.04712049959266255, 0.06277337534781781, -0.06374236833108468, -0.026880836601115492, 0.09809050221067435]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 942689466
+    - 
+      positions: [0.5195678746117293, 0.019399464620055845, -1.1097198454680621, 0.2311742915614933, -2.1420871850150136, -0.8631494247736953]
+      velocities: [-0.20163702324796906, 0.1295910100631315, -0.10012534791434022, -0.3884517725979535, 0.10087809666945646, 0.05903097034325466]
+      accelerations: [4.930457740760081e-14, -0.04709354948403405, 0.0626164671596052, -0.06403894775769173, -0.02706985530190605, 0.0982490434413831]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 948878709
+    - 
+      positions: [0.518318639873305, 0.020201437581763865, -1.110338967242591, 0.22876642452486648, -2.1414627177494814, -0.8627818159374496]
+      velocities: [-0.20163702324796906, 0.1292993257633937, -0.0997378937104273, -0.3888494369338681, 0.10070979855216836, 0.059640154101491524]
+      accelerations: [-5.373289032056814e-14, -0.04706712762629914, 0.062460432465400915, -0.0643337304282205, -0.027259550551396897, 0.09840577895518617]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 955074172
+    - 
+      positions: [0.5170681535154932, 0.02100240471783339, -1.1109563082500176, 0.22635367194182052, -2.1408386727217836, -0.862410055928049]
+      velocities: [-0.20161890402286353, 0.12899593186689962, -0.09934210595654228, -0.38921432585337057, 0.10053112622173083, 0.06024547306163003]
+      accelerations: [0.005839895474788523, -0.050769146409421956, 0.06517150006246675, -0.053341429991548193, -0.030356913278435666, 0.09679801091092541]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 961275842
+    - 
+      positions: [0.515816418297621, 0.021802359828614497, -1.111571865899907, 0.2239360204321193, -2.1402150617879196, -0.86203412824492]
+      velocities: [-0.2014965331846406, 0.12862595807382646, -0.09889585959981603, -0.3893798263116663, 0.10029926664318994, 0.06082067674350061]
+      accelerations: [0.033546834490245286, -0.06836506195671667, 0.07852932845719165, -5.3588333466551864e-14, -0.044301190104193214, 0.08845032822867806]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 967484822
+    - 
+      positions: [0.5145634370006722, 0.02260129669598288, -1.1121856376016919, 0.221513456687518, -2.139591896871269, -0.8616540164578591]
+      velocities: [-0.20128767871877942, 0.12820106033668555, -0.09840828957809236, -0.38937982631166645, 0.1000232451980565, 0.06137045248129405]
+      accelerations: [0.03359158425055745, -0.06822292777545916, 0.07820551060580576, 0.0, -0.044428676394156645, 0.08828103548654528]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 973706417
+    - 
+      positions: [0.5133092124275744, 0.023399209083267383, -1.1127976207647952, 0.21908596747488748, -2.1389691899631624, -0.8612697042083899]
+      velocities: [-0.20107812702835137, 0.12777618811838753, -0.09792174664169254, -0.38937982631166623, 0.09974587269527094, 0.0619202815675821]
+      accelerations: [0.03363428615611067, -0.06807973598038004, 0.07788181246528732, 8.005663463791313e-14, -0.044554586482011105, 0.08810885347242978]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 979940662
+    - 
+      positions: [0.5120537474030106, 0.024196090735527358, -1.1134078127986626, 0.21665353963747097, -2.1383469531221513, -0.8608811752124915]
+      velocities: [-0.2008678886979805, 0.1273513493280976, -0.09743623560576198, -0.38937982631166623, 0.09946715422575693, 0.062470144757637194]
+      accelerations: [0.03367492897110721, -0.06793548949221576, 0.07755823462815808, -7.989404376468538e-14, -0.04467893402824931, 0.08793383011210494]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 986187591
+    - 
+      positions: [0.510797044773839, 0.024991935379389804, -1.114016211112919, 0.2142161600986065, -2.1377251984749384, -0.8604884132616316]
+      velocities: [-0.2006569743667056, 0.1269265518722879, -0.09695176121720056, -0.38937982631166673, 0.09918709500468463, 0.06302002265327217]
+      accelerations: [0.033713532312513325, -0.06779020812551613, 0.07723481230941812, -8.859076216140732e-14, -0.0448016836508076, 0.08775591469728257]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 992447236
+    - 
+      positions: [0.5095391074083975, 0.025786736723701714, -1.1146228131172966, 0.21177381586098812, -2.1371039382142305, -0.8600914022269629]
+      velocities: [-0.20044539476206646, 0.12650180367198693, -0.0964683281928092, -0.3893798263116667, 0.09890570031453257, 0.06356989581610831]
+      accelerations: [0.03375007427632636, -0.06764388929232866, 0.07691153375885679, 1.060927533727429e-13, -0.04492286742705455, 0.08757519133204086]
+      effort: []
+      time_from_start: 
+        secs: 4
+        nsecs: 998719631
+    - 
+      positions: [0.508279938197326, 0.02658048845906873, -1.1152276162218744, 0.20932649401206127, -2.1364831846007744, -0.8596901260592587]
+      velocities: [-0.2002331607201961, 0.12607711267388416, -0.0959859412420899, -0.3893798263116664, 0.0986229754725289, 0.06411974483370038]
+      accelerations: [0.033784568238753705, -0.06749654926225579, 0.076588426725303, -1.7646152199716377e-14, -0.04504246071598777, 0.08739163064936172]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:   5004810
+    - 
+      positions: [0.5070195400531059, 0.027373184258346974, -1.1158306178370598, 0.20687418172428715, -2.1358629499618376, -0.8592845687924955]
+      velocities: [-0.20002028311542258, 0.12565248681113164, -0.09550460498789509, -0.38937982631166657, 0.09833892594138285, 0.0646695500969241]
+      accelerations: [0.033817014964635586, -0.06734819794626734, 0.07626550461019813, -4.4025583006551385e-14, -0.04516046049862409, 0.08720524573205185]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  11302805
+    - 
+      positions: [0.5057579159100716, 0.028164817776771777, -1.1164318153736577, 0.20441686625731437, -2.1352432466910005, -0.8588747145461084]
+      velocities: [-0.1998067729175798, 0.12522793403400356, -0.09502432403111982, -0.38937982631166645, 0.09805355723565562, 0.06521929198782661]
+      accelerations: [0.033847409736209644, -0.06719884180942899, 0.07594277433585711, 7.908466244979988e-14, -0.04527687224717255, 0.08701606716424362]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  17613650
+    - 
+      positions: [0.5044950687246228, 0.028955382651963554, -1.1170312062429955, 0.20195453496100801, -2.1346240872484796, -0.8584605475267187]
+      velocities: [-0.19959264117126196, 0.12480346229805145, -0.09454510292723832, -0.38937982631166657, 0.09776687495390744, 0.06576895081562315]
+      accelerations: [0.0338757600951348, -0.06704849451489861, 0.07562025658159177, -9.646208965558698e-14, -0.04539168300268428, 0.08682408777722198]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  23937375
+    - 
+      positions: [0.5032310014749972, 0.029744872504232026, -1.1176287878569418, 0.19948717527671067, -2.134005484160248, -0.8580420520310964]
+      velocities: [-0.19937789900382874, 0.1243790795675245, -0.09406694619506925, -0.389379826311667, 0.09747888476408306, 0.06631850684530483]
+      accelerations: [0.03390205899837998, -0.06689716144102065, 0.07529795534182582, -6.125983862634294e-14, -0.04550490308368244, 0.08662934718425655]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  30274015
+    - 
+      positions: [0.5019657171615827, 0.03053328093651055, -1.1182245576280543, 0.19701477474073048, -2.133387450018623, -0.8576192124476546]
+      velocities: [-0.1991625576277743, 0.12395479381689262, -0.09358985832003158, -0.3893798263116669, 0.09718959239871128, 0.06686794030774142]
+      accelerations: [0.0339263134079557, -0.06674485574665383, 0.07497589007524458, 1.13536267941344e-13, -0.04561652133091572, 0.0864318415087339]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  36623601
+    - 
+      positions: [0.5006992188067244, 0.03132060153464839, -1.1188185129696124, 0.19453732098579085, -2.132769997481459, -0.8571920132593683]
+      velocities: [-0.1989466282819148, 0.1235306129978156, -0.09311384368855181, -0.38937982631166634, 0.09689900374563833, 0.06741723121818917]
+      accelerations: [0.03394853495858093, -0.06659159315671782, 0.07465408521067039, 4.357870986279158e-14, -0.045726519730808705, 0.08623155322551196]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  42986164
+    - 
+      positions: [0.4994315094543597, 0.03210682786782208, -1.1194106512956061, 0.19205480174179526, -2.132153139270863, -0.8567604390471605]
+      velocities: [-0.19873012234966048, 0.12310654510216963, -0.0926389067189371, -0.38937982631166623, 0.09660712465924692, 0.06796635975250304]
+      accelerations: [0.03396869360543492, -0.06643736699556421, 0.07433251888479296, 8.697954656875066e-15, -0.04583494673092964, 0.08602859678023632]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  49361736
+    - 
+      positions: [0.4981625921712024, 0.03289195348784779, -1.1200009700210867, 0.18956720484297954, -2.131536888176176, -0.8563244744890682]
+      velocities: [-0.19851305124262333, 0.12268259809960388, -0.09216505173349605, -0.38937982631166623, 0.0963139611434741, 0.06851530588290504]
+      accelerations: [0.033986837647101566, -0.06628221254363001, 0.07401125544166573, -2.6040592682022405e-14, -0.04594172719355549, 0.08582284049589413]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  55750349
+    - 
+      positions: [0.4968924700450332, 0.03367597193055974, -1.1205894665618494, 0.18707451822320006, -2.1309212570489553, -0.8558841043673736]
+      velocities: [-0.19829542645460418, 0.12225877996517892, -0.09169228301741447, -0.3893798263116664, 0.096019519264085, 0.06906404955187295]
+      accelerations: [0.03400292037767349, -0.06612611445752485, 0.07369025446419267, -1.7324942241634563e-14, -0.04604693711030733, 0.08561445295205668]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  62152033
+    - 
+      positions: [0.4956211461865189, 0.03445887671467016, -1.121176138334933, 0.18457672992576019, -2.130306258807702, -0.8554393135660668]
+      velocities: [-0.1980772595874048, 0.12183509869311535, -0.0912206048477744, -0.38937982631166657, 0.09572380510656431, 0.0696125707561625]
+      accelerations: [0.034016982052425336, -0.06596910362537967, 0.07336957089727043, -3.45791031112736e-14, -0.046150514993502166, 0.08540332923779473]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  68566819
+    - 
+      positions: [0.49434862372780447, 0.03524066134293648, -1.1217609827583719, 0.1820738280999815, -2.129691906433661, -0.8549900870771828]
+      velocities: [-0.19785856224562592, 0.12141156224007746, -0.09075002137799214, -0.38937982631166634, 0.09542682494059379, 0.07016084922015167]
+      accelerations: [0.03402900906979737, -0.06581118240389375, 0.07304920030862425, 1.0352534360621569e-13, -0.046252485513278735, 0.0851895355428451]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  74994738
+    - 
+      positions: [0.4930749058231227, 0.036021319301887296, -1.122343997251413, 0.17956580100609262, -2.129078212972183, -0.8545364100016243]
+      velocities: [-0.19763934614572393, 0.1209881785824195, -0.09028053675792333, -0.38937982631166634, 0.09512858504464022, 0.07070886474351408]
+      accelerations: [0.03403900770581468, -0.06565236370042114, 0.07272915984677432, -9.470428141362451e-14, -0.04635284227096665, 0.08497307568342535]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  81435819
+    - 
+      positions: [0.4917999956486586, 0.036800844062082214, -1.1229251792345691, 0.17705263701709428, -2.128465191532041, -0.854078267552035]
+      velocities: [-0.1974196231101043, 0.12056495571182584, -0.08981215512631177, -0.3893798263116668, 0.09482909171539915, 0.07125659718151861]
+      accelerations: [0.03404696649537568, -0.06549265128724949, 0.0724094474190854, -5.15512842298488e-14, -0.046451607050034004, 0.08475400935314968]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  87890093
+    - 
+      positions: [0.4905238964030878, 0.037579229077890526, -1.1235045261298249, 0.1745343246234486, -2.1278528552865845, -0.8536156450538884]
+      velocities: [-0.19719940497641608, 0.12014190158836696, -0.08934488051348298, -0.38937982631166673, 0.09452835140814825, 0.07180402616812237]
+      accelerations: [0.03405291991737748, -0.06533207252622987, 0.07209011006552249, 6.859451308705222e-14, -0.04654873023179489, 0.08453225463827453]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs:  94357589
+    - 
+      positions: [0.48924661130640573, 0.03835646778850125, -1.1240820353604397, 0.17201085243065503, -2.1272412174701554, -0.8531485279512063]
+      velocities: [-0.19697870365133885, 0.11971902416682403, -0.08887871689935961, -0.3893798263116667, 0.09422637064892009, 0.0723511312887226]
+      accelerations: [0.03405683999286033, -0.06517062295127318, 0.07177112750811558, -5.98974660284387e-14, -0.04664426094844962, 0.08430792456779783]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 100838336
+    - 
+      positions: [0.4879681436010973, 0.03913255361724218, -1.1246577043513053, 0.16948220916662185, -2.126630291380992, -0.8526769018059571]
+      velocities: [-0.19675753116549466, 0.11929633142535787, -0.08841366827296918, -0.3893798263116665, 0.09392315594808187, 0.07289789225116214]
+      accelerations: [0.03405874432260041, -0.06500832100198808, 0.07145252816361436, 1.195499385649423e-13, -0.04673817661411532, 0.08408099025246221]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 107332363
+    - 
+      positions: [0.4866884965515994, 0.039907479972149815, -1.125231530528909, 0.16694838368195475, -2.126020090379383, -0.8522007523021128]
+      velocities: [-0.196535899565409, 0.11887383130895865, -0.08794973851630054, -0.3893798263116662, 0.0936187139673543, 0.07344428855536148]
+      accelerations: [0.034058638454046934, -0.06484517962271973, 0.07113432744879036, -1.7043631943838776e-14, -0.04683047493452481, 0.08385146253519968]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 113839699
+    - 
+      positions: [0.48540767344423297, 0.04068124024617359, -1.1258035113213882, 0.16440936495219335, -2.1254106278871223, -0.8517200652484287]
+      velocities: [-0.1963138209614249, 0.11845153175308028, -0.0874869314562292, -0.3893798263116664, 0.09331305144126367, 0.07399029964831998]
+      accelerations: [0.03405652525056571, -0.0646812098211284, 0.07081653744667997, -5.102631144334857e-14, -0.046921157825343555, 0.0836193604189994]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 120360373
+    - 
+      positions: [0.4841256775872334, 0.04145382781733494, -1.1263736441586274, 0.16186514208050318, -2.1248019173872215, -0.8512348265809887]
+      velocities: [-0.19609130757091153, 0.11802944070567713, -0.08702525091075669, -0.38937982631166657, 0.09300617510913253, 0.07453590505726827]
+      accelerations: [0.03405239715806696, -0.06451641773587027, 0.0704991592250714, -8.486989577652424e-15, -0.047010244030750006, 0.08338473547628886]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 126894412
+    - 
+      positions: [0.4828425123111782, 0.042225236048590964, -1.1269419264724492, 0.15931570430208408, -2.124193972424732, -0.8507450223647096]
+      velocities: [-0.1958683716566687, 0.11760756609515288, -0.08656470062352585, -0.3893798263116667, 0.09269809180916982, 0.0750810842046524]
+      accelerations: [0.034046276030311226, -0.06435082412437941, 0.0701822247270706, -1.6939258855480066e-14, -0.04709770684335389, 0.08314754996515566]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 133441843
+    - 
+      positions: [0.48155818096831615, 0.04299545828849361, -1.1275083556965313, 0.15676104098394425, -2.1235868066044907, -0.8502506387977976]
+      velocities: [-0.19564502552871965, 0.11718591583062565, -0.08610528426600858, -0.38937982631166645, 0.09238880847303955, 0.07562581641856908]
+      accelerations: [0.03403815386710329, -0.06418443493613125, 0.06986573411363031, 9.29753575791559e-14, -0.04718356683017447, 0.08290785851230455]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 140002695
+    - 
+      positions: [0.48027268693303016, 0.04376448787103133, -1.1280729292666047, 0.15420114162949114, -2.122980433592015, -0.8497516622132016]
+      velocities: [-0.19542128158403416, 0.11676449782119831, -0.0856470054800706, -0.38937982631166623, 0.09207833206149826, 0.07617008105853831]
+      accelerations: [0.0340280404446319, -0.06401726492967325, 0.06954970605814365, -4.2175087219152676e-14, -0.04726781720576053, 0.08266566185010281]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 146576994
+    - 
+      positions: [0.47898603360162534, 0.04453231811595956, -1.128635644620493, 0.1516359958803097, -2.122374867112526, -0.8492480790818591]
+      velocities: [-0.19519715229441806, 0.1163433199694692, -0.08518986786506716, -0.38937982631166645, 0.09176666958220425, 0.07671385747983156]
+      accelerations: [0.03401593163288505, -0.0638493219924428, 0.06923414452881639, -2.5253299509628463e-14, -0.047350473195663205, 0.08242100344402793]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 153164767
+    - 
+      positions: [0.47769822439265774, 0.045298942328747274, -1.1291964991982821, 0.1490655935202518, -2.1217701209514503, -0.8487398760145682]
+      velocities: [-0.19497265016497817, 0.11592239015002288, -0.0847338749345585, -0.38937982631166673, 0.09145382815113359, 0.07725712491286157]
+      accelerations: [0.03400184986135528, -0.06368062728113029, 0.06891908105770862, -5.040331714846843e-14, -0.047431509606025005, 0.08217384742123786]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 159766039
+    - 
+      positions: [0.47640926274625944, 0.04606435380123436, -1.12975549044223, 0.14648992447525863, -2.121166208952131, -0.84822703976649]
+      velocities: [-0.19474778775620621, 0.11550171622005115, -0.08427903013988051, -0.3893798263116666, 0.09113981495637394, 0.07779986253503343]
+      accelerations: [0.033985784383051214, -0.06351118533911203, 0.06860451221930697, 8.383376953853706e-14, -0.047510952792492726, 0.0819242588795845]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 166380837
+    - 
+      positions: [0.4751191521247286, 0.046828545811398524, -1.1303126157970091, 0.14390897881861853, -2.120563145017037, -0.8477095572383526]
+      velocities: [-0.19452257770641662, 0.11508130602986869, -0.08382533689424432, -0.38937982631166657, 0.09082463722068436, 0.07834204954232726]
+      accelerations: [0.03396775086230281, -0.06334101400947947, 0.06829046196824587, -7.529615313949844e-14, -0.04758878915763792, 0.08167222367564674]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 173009187
+    - 
+      positions: [0.47382789601211833, 0.04759151162382548, -1.130867872709689, 0.14132274677196524, -2.119960943106205, -0.8471874154802902]
+      velocities: [-0.19429703273404111, 0.11466116742353585, -0.08337279857502757, -0.38937982631166657, 0.09050830219664505, 0.07888366515739345]
+      accelerations: [0.03394773804256827, -0.06317011760577851, 0.06797692608018965, 8.34914015885287e-14, -0.04766504655737169, 0.08141780896572984]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 179651113
+    - 
+      positions: [0.47253549791485666, 0.04835324448946408, -1.1314212586299968, 0.13873121871074232, -2.119359617238519, -0.8466606016930286]
+      velocities: [-0.1940711655844488, 0.11424130821184711, -0.08292141846874074, -0.3893798263116664, 0.09019081724620193, 0.07942468847600044]
+      accelerations: [0.03392577761070186, -0.06299852195245334, 0.0676639447800966, -3.332832065671585e-14, -0.04773968768692616, 0.08116095440020905]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 186306641
+    - 
+      positions: [0.47124196136073954, 0.049113737646513674, -1.1319727710101255, 0.1361343851626485, -2.118759181488457, -0.8461291032332983]
+      velocities: [-0.19384498907522002, 0.11382173619386546, -0.08247119981834322, -0.38937982631166657, 0.08987218976810077, 0.07996509860633468]
+      accelerations: [0.03390184481211449, -0.06282622478470412, 0.06735149942733487, -8.315059702098544e-15, -0.04781276228593145, 0.08090176869838007]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 192975793
+    - 
+      positions: [0.4699472899000766, 0.04987298431981302, -1.132522407305149, 0.1335322368154391, -2.1181596499888347, -0.8455929076136879]
+      velocities: [-0.1936185160634624, 0.11340245914088959, -0.08202214579040434, -0.38937982631166623, 0.08955242724560436, 0.0805048745768073]
+      accelerations: [0.033875981080070894, -0.06265325655215007, 0.06703963973794408, 9.127887141870288e-14, -0.04788421906482848, 0.08064016404962941]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 199658596
+    - 
+      positions: [0.46865148710432103, 0.05063097772198708, -1.133070164972724, 0.13092476451381238, -2.117561036926513, -0.8450520025090181]
+      velocities: [-0.19339175947976467, 0.11298348481189108, -0.08157425950969563, -0.3893798263116661, 0.089231537192979, 0.08104399543892135]
+      accelerations: [0.033848151672927665, -0.062479610301470374, 0.0667283366048634, -4.9686834998717283e-14, -0.04795412374249145, 0.08037627944352488]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 206355071
+    - 
+      positions: [0.4673545565676074, 0.05138771105256263, -1.133616041473623, 0.1283119592689995, -2.1169633565462274, -0.8445063757552339]
+      velocities: [-0.19316473233030543, 0.1125648209544313, -0.08112754406225356, -0.3893798263116663, 0.0889095271495963, 0.08158244027823636]
+      accelerations: [0.03381839734073489, -0.0623053160421336, 0.06641763849448573, 0.0, -0.04802242712804535, 0.08011003055090793]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 213065242
+    - 
+      positions: [0.46605650190541364, 0.05214317749909605, -1.1341600342714444, 0.12569381225581938, -2.1163666231463654, -0.8439560153557154]
+      velocities: [-0.19293744760855686, 0.11214647526046778, -0.08068200240488332, -0.38937982631166623, 0.0885864048116172, 0.08212018795853132]
+      accelerations: [0.0337867098072679, -0.062130379887842604, 0.06610754312502326, 2.4742146431405744e-14, -0.04808915562551032, 0.0798414795438261]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 219789131
+    - 
+      positions: [0.46475732675510817, 0.05289737023698109, -1.1347021408328601, 0.12307031481797041, -2.1157708510800037, -0.8434009094827506]
+      velocities: [-0.19270991842496607, 0.11172845542972965, -0.08023763749885754, -0.3893798263116662, 0.08826217783243615, 0.08265721750841795]
+      accelerations: [0.03375309113857503, -0.06195481278327724, 0.06579805879736898, -1.6461132142197263e-14, -0.04815431976010256, 0.07957065734630922]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 226526762
+    - 
+      positions: [0.46345703477609257, 0.05365028242955345, -1.1352423586277594, 0.12044145847162757, -2.1151760547548175, -0.8428410464800716]
+      velocities: [-0.19248215793971502, 0.11131076913594423, -0.07979445224103311, -0.38937982631166645, 0.08793685392329487, 0.0831935079248367]
+      accelerations: [0.03371755318147307, -0.06177863081409741, 0.06548920358535035, -5.749654557641746e-14, -0.048217916057455824, 0.07929756733009889]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 233278155
+    - 
+      positions: [0.4621556296495887, 0.05440190722842766, -1.1357806851292787, 0.1178072349074593, -2.1145822486319714, -0.8422764148663255]
+      velocities: [-0.19225417932360636, 0.11089342400693661, -0.07935244942442833, -0.38937982631166657, 0.08761044090914381, 0.08372903806547413]
+      accelerations: [0.033680109576970874, -0.06160185063488012, 0.06518099716864977, 2.459118316140785e-14, -0.048279938639509884, 0.07902220839896452]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 240043333
+    - 
+      positions: [0.46085311507835247, 0.055152237773894594, -1.1363171178138098, 0.11516763599234747, -2.1139894472248066, -0.8417070033387096]
+      velocities: [-0.1920259958208851, 0.11047642765527896, -0.07891163180299068, -0.3893798263116664, 0.08728294663111494, 0.08426378683674912]
+      accelerations: [0.03364075357485061, -0.06142447908780423, 0.06487343817335885, 1.6360746012996572e-14, -0.04834041303783406, 0.07874463940320069]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 246822315
+    - 
+      positions: [0.4595494947871814, 0.055901267194773105, -1.136851654161254, 0.11252265377463871, -2.113397665099736, -0.8411328007746376]
+      velocities: [-0.19179762072527223, 0.1100597876658463, -0.07847200206789678, -0.38937982631166634, 0.08695437898025377, 0.08479773312723869]
+      accelerations: [0.03359950589973808, -0.06124653635292984, 0.06456655302668418, -8.16372853295103e-15, -0.04839932356479486, 0.07846483944364377]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 253615122
+    - 
+      positions: [0.45824477252236684, 0.05664898860898595, -1.1373842916549517, 0.10987228048473986, -2.112806916874177, -0.8405537962360793]
+      velocities: [-0.19156906738476862, 0.10964351159712828, -0.07803356285199116, -0.38937982631166634, 0.08662474588814711, 0.08533085582533048]
+      accelerations: [0.03355635845679049, -0.06106802875831624, 0.06426033885994076, 1.6294256166623932e-14, -0.04845669853818855, 0.07818287218903916]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 260421775
+    - 
+      positions: [0.4569389520522608, 0.05739539512337063, -1.1379150277819534, 0.10721650854069735, -2.1122172172176015, -0.8399699789711009]
+      velocities: [-0.19134034917156237, 0.10922760696699081, -0.07759631670074513, -0.3893798263116663, 0.08629405536947338, 0.08586313373787008]
+      accelerations: [0.033511340737508784, -0.0608889804587941, 0.06395483029579872, 0.0, -0.04851250997894534, 0.07789869281673024]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 267242293
+    - 
+      positions: [0.45563203716640155, 0.05814047983448847, -1.1384438600328493, 0.10455533054734469, -2.1116285808485227, -0.8393813384190407]
+      velocities: [-0.1911114795390424, 0.10881208127888249, -0.07716026612995056, -0.38937982631166634, 0.08596231543346358, 0.08639454575777711]
+      accelerations: [0.03346442800096165, -0.06070938997148454, 0.06365000737238077, -2.43421831554772e-14, -0.04856681216988372, 0.07761241372266965]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 274076694
+    - 
+      positions: [0.45432403167673147, 0.05888423582798972, -1.1389707859022553, 0.10188873930486586, -2.111041022537371, -0.8387878642104599]
+      velocities: [-0.19088247197457303, 0.10839694199880782, -0.07672541357846233, -0.38937982631166657, 0.08562953415271445, 0.08692507073252699]
+      accelerations: [0.03341566348733953, -0.06052928799893401, 0.06334591822986961, -2.429278611328179e-14, -0.04861955721134351, 0.0773239515858931]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 280924998
+    - 
+      positions: [0.4530149394161985, 0.059626656179780455, -1.1394958028884647, 0.09921672780561056, -2.1104545571019773, -0.8381895461736436]
+      velocities: [-0.19065333997498093, 0.10798219654307203, -0.07629176138421467, -0.38937982631166657, 0.08529571969707087, 0.08745468739848587]
+      accelerations: [0.03336502967413353, -0.060348676477436386, 0.06304254971440826, 2.424352653316309e-14, -0.04867078943096587, 0.07703339909577216]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 287787221
+    - 
+      positions: [0.45170476423971084, 0.060367733955574016, -1.1400189084938566, 0.09653928924151296, -2.1098691994096894, -0.8375863743352365]
+      velocities: [-0.19042409712384345, 0.10756785231480626, -0.07585931186276719, -0.38937982631166657, 0.08496088021455239, 0.08798337460812891]
+      accelerations: [0.033312547121098844, -0.06016757522592434, 0.06273992668316421, -4.032400961139925e-14, -0.04872049593502194, 0.07674073931094343]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 294663383
+    - 
+      positions: [0.4503935100236174, 0.061107462211460246, -1.1405401002248337, 0.09385641700490152, -2.1092849643753206, -0.8369783389245633]
+      velocities: [-0.19019475702113808, 0.10715391666991961, -0.0754280672369316, -0.3893798263116669, 0.08462502393511481, 0.08851111113068816]
+      accelerations: [0.033258218865114986, -0.059985995967936176, 0.062438056321154074, -4.02423752660921e-14, -0.04876869078728379, 0.07644600635749545]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 301553499
+    - 
+      positions: [0.44908118066587865, 0.06184583399399562, -1.141059375591977, 0.09116810469242388, -2.1087018669610287, -0.8363654303762567]
+      velocities: [-0.18996533333133742, 0.10674039693890752, -0.07499802968515175, -0.3893798263116667, 0.08428815909561042, 0.08903787579501073]
+      accelerations: [0.03320205141902887, -0.05980395197981644, 0.06213694912630479, 9.638634424733918e-14, -0.048815383037994174, 0.07614922465676553]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 308457586
+    - 
+      positions: [0.4477677800860979, 0.06258284234039439, -1.1415767321101629, 0.08847434610838831, -2.108119922175806, -0.8357476393332235]
+      velocities: [-0.18973583976220004, 0.10632730041660861, -0.07456920132108849, -0.3893798263116665, 0.08395029396911416, 0.08956364743252665]
+      accelerations: [0.033144053977851314, -0.059621457798119296, 0.061836617994741536, -4.809577964738672e-14, -0.048860578279513005, 0.07585041144278272]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 315375661
+    - 
+      positions: [0.4464533122254594, 0.06331848027878482, -1.14209216729865, 0.08577513526768253, -2.1075391450746883, -0.8351249566498693]
+      velocities: [-0.18950629001991995, 0.10591463434074987, -0.07414158415019861, -0.3893798263116665, 0.08361143692823786, 0.0900884047561533]
+      accelerations: [0.033084245939290116, -0.059438532675683595, 0.06153708566719256, 4.799867557121068e-14, -0.04890426735171751, 0.07554955590246784]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 322307737
+    - 
+      positions: [0.4451377810462763, 0.06405274082872961, -1.1426056786810268, 0.08307046639690252, -2.1069595507568475, -0.8344973733962712]
+      velocities: [-0.1892766978689471, 0.1055024059192953, -0.07371518012920986, -0.38937982631166645, 0.08327159635351482, 0.09061212653424991]
+      accelerations: [0.033022619162748505, -0.05925518304147385, 0.06123834758522131, -3.1934575055901586e-14, -0.04894648236783049, 0.07524672522312895]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 329253831
+    - 
+      positions: [0.44382119053260655, 0.06478561700102511, -1.14311726378553, 0.0803603339404187, -2.106381154366701, -0.8338648808597545]
+      velocities: [-0.1890470771195921, 0.10509062232427846, -0.07328999115456097, -0.38937982631166657, 0.08293078064951326, 0.09113479155912235]
+      accelerations: [0.03295919655106148, -0.05907142973317616, 0.060940429554020986, 7.967557229399869e-15, -0.04898720963078202, 0.07494189930770773]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 336213957
+    - 
+      positions: [0.4425035446896679, 0.06551710179831453, -1.1436269201449503, 0.07764473256093335, -2.1058039710916123, -0.8332274705494079]
+      velocities: [-0.18881744163288372, 0.10467929069294252, -0.07286601906705471, -0.38937982631166645, 0.08258899823544938, 0.09165637866335188]
+      accelerations: [0.03289396860310122, -0.058887278703783665, 0.060643325514331485, 2.3854560322433118e-14, -0.04902648388863696, 0.07463514951039747]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 343188128
+    - 
+      positions: [0.4411848475445144, 0.06624718821484615, -1.1441346452969752, 0.07492365714588707, -2.105228016163159, -0.8325851341975464]
+      velocities: [-0.18858780526976007, 0.10426841810467721, -0.07244326560393598, -0.38937982631166657, 0.08224625761646892, 0.09217686658461605]
+      accelerations: [0.03282697264581518, -0.05870275715361011, 0.06034707466499129, -7.141979560116321e-14, -0.04906427115595746, 0.07432641686245293]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 350176357
+    - 
+      positions: [0.43986510314490435, 0.06697586923746579, -1.1446404367839047, 0.07219710280546757, -2.104653304853252, -0.8319378637655502]
+      velocities: [-0.18835818194522733, 0.10385801160457103, -0.07202173245139751, -0.38937982631166645, 0.08190256730147823, 0.09269623412018135]
+      accelerations: [0.03275818366345142, -0.05851786410643314, 0.0600516557066719, 1.0295474654748393e-13, -0.04910062964645814, 0.07401581644228562]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 357178657
+    - 
+      positions: [0.43854431556058604, 0.06770313784495971, -1.1451442921532078, 0.06946506488190352, -2.104079852477116, -0.8312856514438839]
+      velocities: [-0.1881285856041518, 0.10344807819216364, -0.07160142122223129, -0.38937982631166634, 0.08155793583567078, 0.09321446006488396]
+      accelerations: [0.03268764572718523, -0.05833262972830428, 0.05975711387093939, -6.322967748424927e-14, -0.04913551627955117, 0.07370327153814993]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 364195039
+    - 
+      positions: [0.4372224888819053, 0.06842898700922355, -1.1456462089571446, 0.06672753894626941, -2.1035076743886565, -0.8306284896585528]
+      velocities: [-0.18789903022303392, 0.10303862482179647, -0.07118233345774336, -0.3893798263116661, 0.0812123717959409, 0.09373152321882308]
+      accelerations: [0.03261533336680643, -0.05814705278756081, 0.05946342717586651, 1.262059949273315e-13, -0.049168990413660775, 0.07338889872185209]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 371225516
+    - 
+      positions: [0.4358996272211212, 0.06915340969459655, -1.1461461847533434, 0.06398452080797523, -2.102936785983499, -0.829966371071092]
+      velocities: [-0.18766952980884788, 0.10262965840179486, -0.07076447062799997, -0.3893798263116659, 0.08086588378887691, 0.09424740239056621]
+      accelerations: [0.032541290756082766, -0.05796116340263383, 0.05917064038310354, -6.297673061364672e-14, -0.04920100977614607, 0.07307262225136509]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 378270099
+    - 
+      positions: [0.4345757347110144, 0.06987639885902726, -1.1466442171044167, 0.06123600651156307, -2.102367202694336, -0.8292992885850091]
+      velocities: [-0.18744009838327166, 0.10222118578603309, -0.07034783411653645, -0.3893798263116661, 0.08051848047088322, 0.09476207635722798]
+      accelerations: [0.032465496930776196, -0.057774962565107967, 0.058878735700607324, 0.0, -0.04923162784560503, 0.07275454666506802]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 385328796
+    - 
+      positions: [0.43325081550603706, 0.07059794745351743, -1.1471403035784822, 0.05848199234547041, -2.101798939993489, -0.82862723534619]
+      velocities: [-0.18721075003129214, 0.10181321379607408, -0.06993242526808416, -0.3893798263116661, 0.08017017047531264, 0.09527552400285719]
+      accelerations: [0.032387982078765455, -0.05758847385337501, 0.05858774399618869, -7.840681333815419e-15, -0.049260823204466314, 0.07243463543733039]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 392401618
+    - 
+      positions: [0.4319248737814659, 0.07131804842292903, -1.1476344417489772, 0.0557224748414092, -2.101232013389772, -0.8279502047480466]
+      velocities: [-0.1869814988359536, 0.10140574919137876, -0.06951824532669894, -0.3893798263116661, 0.0798209625046411, 0.09578772414293193]
+      accelerations: [0.032308743711284324, -0.05740170651675744, 0.05829766483248187, 7.825055588022627e-15, -0.04928862310027119, 0.07211294278127325]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 399488573
+    - 
+      positions: [0.43059791373384426, 0.0720366947059111, -1.148126629194928, 0.0529574507798175, -2.100666438429021, -0.8272681904336237]
+      velocities: [-0.1867523589031851, 0.1009987986795089, -0.06910529546041912, -0.38937982631166634, 0.07947086529027647, 0.09629865559924411]
+      accelerations: [0.032227804780717025, -0.05721468095982389, 0.05800852173132384, -5.4666382871556225e-14, -0.049315017614268424, 0.07178945322496748]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 406589671
+    - 
+      positions: [0.42926993958042337, 0.07275387923550465, -1.1486168635008613, 0.05018691719059412, -2.100102230691763, -0.8265811863000485]
+      velocities: [-0.1865233443783868, 0.10059236892284773, -0.06869357677722898, -0.3893798263116666, 0.0791198875663632, 0.09680829724767252]
+      accelerations: [0.032145158073284, -0.05702740433885657, 0.057720309555827666, -3.117585926286265e-14, -0.0493400412962535, 0.07146423391780322]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 413704917
+    - 
+      positions: [0.42794095555979156, 0.07346959493894771, -1.1491051422571505, 0.047410871359493775, -2.0995394057942636, -0.8258891865002178]
+      velocities: [-0.18629446943951694, 0.1001864665360951, -0.06828309031983229, -0.38937982631166645, 0.07876803807753355, 0.0973166280039604]
+      accelerations: [0.032060828338263604, -0.05683989752690789, 0.05743305301387562, 8.55635074470887e-14, -0.04936368210892048, 0.07113726512416745]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 420834321
+    - 
+      positions: [0.42661096593125236, 0.07418383473833823, -1.1495914630599082, 0.04462931082856657, -2.098977979385981, -0.8251921854474034]
+      velocities: [-0.18606574825493205, 0.09978109806622057, -0.06787383702598254, -0.38937982631166634, 0.07841532563658113, 0.09782362671484246]
+      accelerations: [0.0319748201038596, -0.05665217307594729, 0.057146757865098485, -5.434163904539203e-14, -0.049385958337220336, 0.07080858292455938]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 427977887
+    - 
+      positions: [0.42527997497500203, 0.07489659155073089, -1.1500758235111566, 0.04184223340040944, -2.0984179671493117, -0.8244901778179814]
+      velocities: [-0.18583719504931767, 0.09937627002078203, -0.06746581779142809, -0.38937982631166645, 0.0780617590253587, 0.0983292723405743]
+      accelerations: [0.03188713947341295, -0.05646424366838814, 0.0568614308783289, 7.747737104186223e-15, -0.0494068857642752, 0.07047821845654843]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 435135621
+    - 
+      positions: [0.42394798699223973, 0.07560785828830976, -1.1505582212190009, 0.03904963714214039, -2.097859384799132, -0.8237831585543414]
+      velocities: [-0.18560882405027923, 0.09897198884542835, -0.0670590334210375, -0.38937982631166657, 0.07770734707082008, 0.0988335438144505]
+      accelerations: [0.03179780580332612, -0.05627612792511566, 0.05657709124890464, -2.3197315661778372e-14, -0.049426461367148705, 0.07014616806688957]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 442307529
+    - 
+      positions: [0.42261500630477217, 0.07631762785888968, -1.1510386537975899, 0.03625152038690275, -2.097302248080855, -0.8230711228689568]
+      velocities: [-0.185380649504352, 0.09856826092884435, -0.06665348464377208, -0.38937982631166634, 0.07735209861747, 0.09933642009172675]
+      accelerations: [0.031706820586007906, -0.056087836897679814, 0.056293741298985296, 6.945476473516214e-14, -0.04944470858320407, 0.06981247612358588]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 449493615
+    - 
+      positions: [0.42128103725530963, 0.07702589316594535, -1.1515171188673519, 0.033447881738753196, -2.096746572770508, -0.8223540662468458]
+      velocities: [-0.18515268567012894, 0.0981650925999302, -0.06624917210741255, -0.3893798263116665, 0.07699602253456944, 0.09983788013584678]
+      accelerations: [0.03161420489983458, -0.05589938972397296, 0.056011401386191, -1.0782814177211699e-13, -0.04946162241580453, 0.0694771348396322]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 456693882
+    - 
+      positions: [0.419946084207005, 0.0777326471091645, -1.1519936140549325, 0.03063872007385348, -2.0961923746725803, -0.821631984449782]
+      velocities: [-0.18492494683755928, 0.09776249013625145, -0.0658460963973845, -0.38937982631166657, 0.07663912768650781, 0.10033790297333334]
+      accelerations: [0.03151995476798221, -0.05571079488202649, 0.05573006838443651, 9.992945466493663e-14, -0.049477234445699375, 0.0691402033122319]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 463908333
+    - 
+      positions: [0.41861015154397335, 0.07843788258434276, -1.1524681369935255, 0.02782403454646311, -2.095639669620701, -0.8209048735182662]
+      velocities: [-0.18469744732397764, 0.09736045976108082, -0.06544425803360286, -0.38937982631166634, 0.07628142293477463, 0.10083646768758014]
+      accelerations: [0.03142409219851444, -0.05552207208474882, 0.055449763258656366, -5.370266667988196e-14, -0.049491539138700295, 0.06880167168869464]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 471136970
+    - 
+      positions: [0.4172732436707935, 0.0791415924839507, -1.1529406853227953, 0.02500382458996883, -2.0950884734753834, -0.8201727297758041]
+      velocities: [-0.184470201405388, 0.09695900761351839, -0.06504365740781878, -0.38937982631166673, 0.07592291723293032, 0.10133355324314036]
+      accelerations: [0.03132663207072951, -0.05533323780952579, 0.05517049995223146, -4.5940774524948926e-14, -0.04950454170857617, 0.06846154994178315]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 478379795
+    - 
+      positions: [0.4159353650122978, 0.07984376969751432, -1.1534112566889136, 0.02217808991928679, -2.0945388021225813, -0.8194355498325082]
+      velocities: [-0.1842432234293753, 0.09655813979682756, -0.06464429488854542, -0.38937982631166684, 0.07556361946316993, 0.10182913878750227]
+      accelerations: [0.031227565002663167, -0.05514429814948207, 0.05489227015657531, 1.5283680503191856e-14, -0.04951628177065544, 0.06811991123571273]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 485636808
+    - 
+      positions: [0.4145965200143081, 0.08054440711137595, -1.1538798487449813, 0.01934683053797363, -2.0939906714749474, -0.8186933305865998]
+      velocities: [-0.18401652773823368, 0.09615786234522178, -0.06424617075133884, -0.38937982631166673, 0.07520353854318385, 0.10232320345219062]
+      accelerations: [0.03112692691348711, -0.054955278507339674, 0.054615106806445254, 1.5253886908055635e-14, -0.04952673503471894, 0.06777671027291995]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 492908011
+    - 
+      positions: [0.41325671314259915, 0.08124349760962081, -1.1543464591507364, 0.0165100467365691, -2.093444097468005, -0.8179460692298534]
+      velocities: [-0.1837901286644218, 0.0957581812207823, -0.06384928517497832, -0.3893798263116667, 0.07484268342871404, 0.10281572634662503]
+      accelerations: [0.03102470952812262, -0.054766185565251306, 0.054339002407907774, -7.612105795129877e-15, -0.04953594027453666, 0.06743201793801278]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 500193400
+    - 
+      positions: [0.41191594888360117, 0.08194103407385467, -1.1548110855729579, 0.013667739099539663, -2.0928990960612945, -0.8171937632491577]
+      velocities: [-0.1835640405792548, 0.09535910233429289, -0.06345363828727035, -0.3893798263116663, 0.07448106304191288, 0.10330668669013013]
+      accelerations: [0.030920935125245446, -0.05457703871070431, 0.05406397698389825, 1.215572433566014e-13, -0.04954389294174531, 0.06708582496976397]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 507492976
+    - 
+      positions: [0.41057423174389873, 0.08263700938378513, -1.1552737256853953, 0.010819908506269663, -2.0923556832360575, -0.8164364104307482]
+      velocities: [-0.18333827784500425, 0.09496063152453524, -0.06305923012194561, -0.3893798263116661, 0.07411868633685668, 0.10379606369024569]
+      accelerations: [0.030815608451053172, -0.05438785007711705, 0.05379003467460967, -8.340870593779865e-14, -0.04955061368364586, 0.06673816824541032]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 514806736
+    - 
+      positions: [0.40923156625042567, 0.08333141641733753, -1.1557343771689688, 0.00796655613549808, -2.0918138749949033, -0.8156740088628912]
+      velocities: [-0.18311285484577244, 0.09456277457080342, -0.06266606064761303, -0.38937982631166657, 0.07375556225237355, 0.10428383662839891]
+      accelerations: [0.03070874309884245, -0.05419863534441415, 0.053517187284729116, -3.027180796281152e-14, -0.04955611084926069, 0.06638906159315913]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 522134677
+    - 
+      positions: [0.4078879569503086, 0.08402424805100976, -1.15619303771184, 0.005107683468018509, -2.0912736873604687, -0.8149065569393286]
+      velocities: [-0.1828877859570632, 0.09416553717956039, -0.06227412974097034, -0.38937982631166657, 0.07339169975213031, 0.10476998478515438]
+      accelerations: [0.03060035194358764, -0.054009410031173065, 0.0532454460314487, 3.776677610279364e-14, -0.049560394038538486, 0.06603852096117788]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 529476795
+    - 
+      positions: [0.40654340841074543, 0.08471549716019491, -1.1566497050094806, 0.002243292289530313, -2.0907351363741533, -0.8141340533626424]
+      velocities: [-0.18266308555323335, 0.09376892498733297, -0.061883437194550514, -0.38937982631166634, 0.07302710781102677, 0.10525448746476071]
+      accelerations: [0.030490446311394553, -0.053820188739369834, 0.052974820320813805, 2.2616459248964034e-14, -0.049563475257121445, 0.06568656644909097]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 536833086
+    - 
+      positions: [0.40519792521894243, 0.08540515661947815, -1.1571043767647826, -0.0006266153062101498, -2.090198238095024, -0.8133564971474685]
+      velocities: [-0.18243876803864928, 0.09337294357335332, -0.061493982745542825, -0.38937982631166645, 0.07266179536859696, 0.10573732407901804]
+      accelerations: [0.030379030411248495, -0.05363098329505912, 0.052705313298634406, -5.267042205759851e-14, -0.049565376689276686, 0.06533323632013979]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 544203544
+    - 
+      positions: [0.40385151198233277, 0.08609321930274212, -1.1575570506882775, -0.0035020369128084695, -2.0896630085995214, -0.8125738876230993]
+      velocities: [-0.1822148477907497, 0.09297759843544318, -0.061105766025589106, -0.38937982631166673, 0.0722957714060263, 0.10621847400601091]
+      accelerations: [0.03026613080037106, -0.053441814570855346, 0.05243694773788086, -3.0039737693529375e-14, -0.04956608935841925, 0.06497851186498727]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 551588163
+    - 
+      positions: [0.40250417332791977, 0.08677967808384883, -1.1580077244979874, -0.006382969811114829, -2.0891294639786193, -0.8117862244379631]
+      velocities: [-0.18199133920276922, 0.0925828950073363, -0.06071878659978169, -0.3893798263116664, 0.07192904488345059, 0.10669791670371612]
+      accelerations: [0.03015173990756866, -0.05325268942743877, 0.05216971597699273, 1.1992936675518843e-13, -0.04956565231191904, 0.06462246158173862]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 558986936
+    - 
+      positions: [0.40115591390296, 0.08746452583644777, -1.1584563959198506, -0.009269410962278188, -2.0885976203388585, -0.810993507561196]
+      velocities: [-0.18176825668859312, 0.09218883866014921, -0.06033304397179595, -0.3893798263116661, 0.0715616247300451, 0.10717563172625398]
+      accelerations: [0.0300358827315315, -0.05306362807104597, 0.05190363914117413, -5.236909602477211e-14, -0.04956405921784126, 0.06426507076451843]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 566399855
+    - 
+      positions: [0.3998067383743664, 0.08814775543461682, -1.1589030626875987, -0.012161357007332355, -2.0880674937996693, -0.810195737286964]
+      velocities: [-0.18154561462268448, 0.0917954346776518, -0.059948537531476526, -0.38937982631166645, 0.07119351992537581, 0.10765159857579032]
+      accelerations: [0.029918567732197043, -0.05287464377443902, 0.05163872350454279, -2.98683075069429e-14, -0.04956132698585565, 0.06390636729847074]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 573826911
+    - 
+      positions: [0.39845665142876807, 0.08882935975308227, -1.1593477225429116, -0.01505880426345896, -2.087539100492566, -0.8093929142373499]
+      velocities: [-0.1813234273856234, 0.09140268827443096, -0.05956526659632944, -0.38937982631166645, 0.07082473943214292, 0.10812579682406948]
+      accelerations: [0.02979980732735902, -0.05268575153108856, 0.051374978691074255, 2.981167271668351e-14, -0.04955746738252422, 0.06354636887640856]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 581268096
+    - 
+      positions: [0.3971056577724096, 0.08950933166753541, -1.15979037323551, -0.017961748721063053, -2.0870124565598926, -0.8085850393655625]
+      velocities: [-0.1811017093690918, 0.09101060459734572, -0.05918323041652034, -0.38937982631166657, 0.07045529218682717, 0.10859820612762576]
+      accelerations: [0.02967960843337987, -0.05249696396914859, 0.051112409423091996, -5.951059009904403e-14, -0.04955249969401788, 0.06318510690488086]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 588723399
+    - 
+      positions: [0.39575376213126906, 0.09018766405481543, -1.1602310125233413, -0.020870186039728067, -2.0864875781541747, -0.80777211395868]
+      velocities: [-0.1808804749629334, 0.09061918872036755, -0.058802428164376294, -0.3893798263116669, 0.07008518711523282, 0.10906880619928917]
+      accelerations: [0.029557986710139064, -0.052308297200486194, 0.050851027913812866, -3.7123970241702156e-14, -0.04954643139962992, 0.06282259090819294]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 596192808
+    - 
+      positions: [0.3944009692508311, 0.0908643497933161, -1.1606696381726185, -0.023784111545960305, -2.0859644814364726, -0.8069541396410944]
+      velocities: [-0.18065973853314124, 0.09022844563484571, -0.05842285891596577, -0.3893798263116666, 0.06971443315935674, 0.1095375767582413]
+      accelerations: [0.02943495472108102, -0.05211976617577106, 0.05059084357291978, 1.1857327130515696e-13, -0.04953927446034227, 0.062458838380976676]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 603676312
+    - 
+      positions: [0.39304728389598714, 0.09153938176330291, -1.1611062479579057, -0.026703520230307393, -2.085443182575084, -0.8061311183776709]
+      velocities: [-0.18043951445010253, 0.08983838026075469, -0.05804452167685638, -0.3893798263116663, 0.0693430392356151, 0.1100044976049698]
+      accelerations: [0.029310520302213323, -0.051931383709578345, 0.050331861468068305, -2.95877216247205e-14, -0.04953104742440459, 0.062093878406626245]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 611173898
+    - 
+      positions: [0.3916927108511149, 0.09221275284712668, -1.161540839662299, -0.029628406743527277, -2.0849236977447707, -0.805303052476506]
+      velocities: [-0.18021981707274776, 0.08944899744031529, -0.05766741536919669, -0.38937982631166657, 0.06897101425400587, 0.11046954858566668]
+      accelerations: [0.029184699992638594, -0.05174316617846494, 0.05007409422213779, -4.429858388878507e-14, -0.0495217570168471, 0.061727718456018175]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 618685552
+    - 
+      positions: [0.39033725491982274, 0.09288445592964673, -1.1619734110774422, -0.03255876539454661, -2.084406043124986, -0.8044699445923761]
+      velocities: [-0.18000066073538873, 0.08906030193204631, -0.057291538821163654, -0.3893798263116667, 0.06859836713305913, 0.11093270956461494]
+      accelerations: [0.02905750486628312, -0.051555127691235526, 0.04981754946737531, 2.2107991793249792e-14, -0.04951141766789457, 0.06136037971930336]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 626211259
+    - 
+      positions: [0.3889809209249053, 0.09355448389851952, -1.1624039600036475, -0.035494590147319066, -2.083890234898718, -0.8036317977297057]
+      velocities: [-0.17978205978191875, 0.08867229842421934, -0.056916890797724926, -0.3893798263116661, 0.06822510674984145, 0.1113939605129238]
+      accelerations: [0.028928942093943363, -0.05136728076348243, 0.04956223140593347, 1.250457213982189e-13, -0.0495000492790216, 0.06099189275443317]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 633751005
+    - 
+      positions: [0.3876237137084533, 0.09422282964439181, -1.162832484250088, -0.03843587461687985, -2.0833762892517735, -0.8027886152452111]
+      velocities: [-0.17956402855006826, 0.08828499152820343, -0.0565434699874629, -0.389379826311666, 0.06785124195934318, 0.11185328147284501]
+      accelerations: [0.028799026683809646, -0.051179641007943415, 0.0493081509625272, -1.101299692127049e-13, -0.04948766098389733, 0.06062226870979671]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 641304772
+    - 
+      positions: [0.3862656381316514, 0.09488948606129069, -1.163258981634843, -0.04138261206704941, -2.0828642223711427, -0.8019404008511519]
+      velocities: [-0.17934658134638054, 0.08789838576841967, -0.05617127498237308, -0.38937982631166645, 0.06747678162552329, 0.11231065250126467]
+      accelerations: [0.028667772161583838, -0.050992223314008336, 0.04905531745717019, 7.32843284077584e-15, -0.04947426430808887, 0.06025152261444251]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 648872543
+    - 
+      positions: [0.3849066990746437, 0.09555444604697619, -1.1636834499849795, -0.044334795407835616, -2.082354050443543, -0.8010871586184284]
+      velocities: [-0.17912973246560676, 0.0875124855897558, -0.055800304295472364, -0.38937982631166645, 0.06710173459168628, 0.11276605372191659]
+      accelerations: [0.028535188102658312, -0.05080504103475614, 0.048803736903834015, -2.1944807283085492e-14, -0.04945987609572762, 0.059879678919386864]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 656454300
+    - 
+      positions: [0.3835469014365436, 0.09621770250319767, -1.1641058871366963, -0.04729241719204991, -2.0818457896543916, -0.8002288929793402]
+      velocities: [-0.17891349618661234, 0.08712729535531027, -0.055430556357995694, -0.38937982631166645, 0.06672610968334722, 0.11321946531934693]
+      accelerations: [0.028401288824869187, -0.05061810937021059, 0.048553419131681375, 2.1904521352882638e-14, -0.04944450697621289, 0.059506750524592554]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 664050025
+    - 
+      positions: [0.38218625013526625, 0.09687924833606223, -1.1645262909353866, -0.050255469612919754, -2.0813394561862335, -0.7993656087306967]
+      velocities: [-0.17869788675913212, 0.08674281934140382, -0.055062029509542115, -0.38937982631166634, 0.06634991572305037, 0.11367086751181085]
+      accelerations: [0.02826608709906357, -0.05043144269651783, 0.048304372517016525, 7.288147317689547e-15, -0.04942816973620209, 0.059132754186244446]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 671659696
+    - 
+      positions: [0.38082475010741523, 0.09753907645637733, -1.16494465923573, -0.05322394450141831, -2.0808350662173347, -0.7984973110367622]
+      velocities: [-0.17848291845619307, 0.08635906175771013, -0.054694722043060175, -0.38937982631166623, 0.0659731614575702, 0.11412024068050937]
+      accelerations: [0.02812958319270869, -0.050245050656953685, 0.04805659486542497, 2.182457030916207e-14, -0.0494108939814207, 0.05875773620210093]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 679283293
+    - 
+      positions: [0.3794624063086582, 0.09819717977967866, -1.165360989902021, -0.05619783332095952, -2.0803326359216854, -0.7976240054312282]
+      velocities: [-0.1782686055047591, 0.08597602671977836, -0.054328632147309354, -0.38937982631166634, 0.06559585564829548, 0.11456756520649798]
+      accelerations: [0.027991807786416637, -0.050058954561702444, 0.04781010943914007, -4.356981527359495e-14, -0.049392668626300644, 0.05838166997323923]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 686920794
+    - 
+      positions: [0.37809922371291516, 0.09885355122700906, -1.1657752808079196, -0.059177127168562826, -2.07983218146553, -0.7967456978215014]
+      velocities: [-0.17805496207811755, 0.08559371824567363, -0.05396375790126948, -0.38937982631166645, 0.06521800707786644, 0.11501282145865832]
+      accelerations: [0.027852762824991634, -0.049873164620432016, 0.04756491526057556, 7.248485046825457e-15, -0.04937352135047469, 0.0580045980536725]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 694572176
+    - 
+      positions: [0.37673520731267085, 0.09950818372498417, -1.1661875298367428, -0.0621618167699574, -2.07933371900717, -0.7958623944907159]
+      velocities: [-0.1778420023629934, 0.0852121402824893, -0.05360009733215668, -0.38937982631166645, 0.06483962445778368, 0.11545598995871398]
+      accelerations: [0.027712461075981062, -0.049687694904261566, 0.04732102015507964, -7.235404675799628e-15, -0.0493534651442484, 0.05762653657190074]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 702237415
+    - 
+      positions: [0.37537036211885844, 0.10016107020614559, -1.1665977348815655, -0.06515189247701436, -2.078837264695508, -0.7949741021005716]
+      velocities: [-0.17762974056790776, 0.08483129670875525, -0.053237648422575716, -0.38937982631166657, 0.06446071641545136, 0.11589705140114295]
+      accelerations: [0.027570902108934328, -0.04950255478312195, 0.04707842117709272, -1.4444790339490363e-14, -0.049332530812769185, 0.05724753252933022]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 709916487
+    - 
+      positions: [0.37400469316125756, 0.10081220360897274, -1.1670058938455652, -0.06814734426236971, -2.078342834670095, -0.7940808276931556]
+      velocities: [-0.17741819078777976, 0.08445119128204495, -0.05287640899869012, -0.3893798263116666, 0.06408129167126522, 0.11633598633842337]
+      accelerations: [0.027428133597833203, -0.049317771655974514, 0.0468371550167929, 0.0, -0.04931068507906646, 0.0568675195634326]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 717609366
+    - 
+      positions: [0.37263820548701976, 0.1014615768790751, -1.1674120046414276, -0.07114816172441944, -2.0778504450556725, -0.7931825786963391]
+      velocities: [-0.1772073671241881, 0.08407182768520127, -0.0525163768316384, -0.38937982631166623, 0.06370135887522582, 0.11677277547120868]
+      accelerations: [0.027284123520630303, -0.04913334256538396, 0.04659719212971465, 1.0075226473687777e-13, -0.04928800101961585, 0.05648661950047768]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 725316025
+    - 
+      positions: [0.37127090416230074, 0.10210918296844655, -1.1678160651923226, -0.07415433407520053, -2.077360111965819, -0.7922793629231153]
+      velocities: [-0.17699728369676776, 0.08369320953044546, -0.0521575496478256, -0.38937982631166623, 0.06332092658983042, 0.11720739967721105]
+      accelerations: [0.027138916220148565, -0.04894929356791842, 0.04635856629966629, -9.338934550733049e-14, -0.04926444975445611, 0.056104773110764346]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 733036436
+    - 
+      positions: [0.36990279427090406, 0.10275501483657924, -1.1682180734313685, -0.07716585014477967, -2.0768718514978284, -0.7913711885767001]
+      velocities: [-0.1767879545287115, 0.08331534031553303, -0.05179992503496851, -0.3893798263116669, 0.06294000343959749, 0.11763983974523518]
+      accelerations: [0.026992509147276047, -0.04876563282347012, 0.04612127222222629, -8.605288472139921e-14, -0.04924006524690422, 0.05572203239538264]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 740770571
+    - 
+      positions: [0.368533880914767, 0.10339906545043448, -1.168618027302029, -0.08018269837553067, -2.0763856797329745, -0.7904580642520205]
+      velocities: [-0.17657939365836198, 0.08293822346603756, -0.051443500535642644, -0.3893798263116668, 0.06255859795925026, 0.11807007664346418]
+      accelerations: [0.02684491732345425, -0.048582375110423244, 0.04588531916745383, 1.216932162855123e-13, -0.04921485785812518, 0.055338407218356415]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 748518400
+    - 
+      positions: [0.3671641692137471, 0.1040413277848473, -1.169015924758158, -0.08320486682027432, -2.0759016127347296, -0.7895399989385156]
+      velocities: [-0.176371615084919, 0.08256186231435558, -0.05108827360295943, -0.38937982631166623, 0.062176718664349824, 0.11849809139379543]
+      accelerations: [0.026696151969802556, -0.04839953377107344, 0.04565071315002558, 1.4291696962501095e-14, -0.049188843047526146, 0.05495391639484214]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 756279892
+    - 
+      positions: [0.36579366430556204, 0.1046817948228335, -1.1694117637641193, -0.08623234313962036, -2.0754196665474116, -0.7886170020226067]
+      velocities: [-0.17616463277290473, 0.08218626010143107, -0.0507342416057605, -0.38937982631166623, 0.06179437404178559, 0.11892386508744882]
+      accelerations: [0.026546226602016554, -0.048217122845187914, 0.04541746188238983, -7.133346097690828e-15, -0.04916203345849293, 0.054568573262107525]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 764055015
+    - 
+      positions: [0.36442237134563477, 0.1053204595559609, -1.1698055422948657, -0.08926511459986401, -2.074939857194566, -0.7876890832902913]
+      velocities: [-0.17595846064490617, 0.08181141997414504, -0.05038140182375475, -0.3893798263116665, 0.06141157255684841, 0.11934737887237892]
+      accelerations: [0.02639515396312351, -0.04803515605817982, 0.04518557242514868, -7.120917723710855e-14, -0.04913444254183833, 0.05418239281342988]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 771843738
+    - 
+      positions: [0.36305029550697576, 0.10595731498469635, -1.1701972583360247, -0.09230316807074282, -2.074462200677414, -0.7867562529296422]
+      velocities: [-0.17575311258944554, 0.08143734498770075, -0.050029751454570906, -0.38937982631166657, 0.06102832264042862, 0.11976861397528202]
+      accelerations: [0.02624294519455377, -0.04785364654931814, 0.04495505047410254, 6.397707370133794e-14, -0.04910608604529649, 0.05379539346631004]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 779646026
+    - 
+      positions: [0.36167744198011237, 0.10659235411871806, -1.1705869098840196, -0.09534649002291723, -2.073986712973476, -0.7858185215331436]
+      velocities: [-0.17554860248980642, 0.08106403811632867, -0.04967928763840786, -0.38937982631166634, 0.060644632648440916, 0.12018755177086024]
+      accelerations: [0.0260896053320155, -0.047672605040566474, 0.044725896607536945, -2.128885363756922e-14, -0.04907698761577402, 0.05340760734957896]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 787461844
+    - 
+      positions: [0.36030381597326555, 0.10722556997708735, -1.1709744949463232, -0.09839506652411276, -2.073513410035885, -0.7848759000995607]
+      velocities: [-0.1753449441719766, 0.08069150223416659, -0.04933000741705092, -0.38937982631166645, 0.060260510927860556, 0.12060417366629991]
+      accelerations: [0.02593515850324982, -0.04749204929293067, 0.0444981268323546, 7.084080509864793e-15, -0.049047145896700124, 0.05301902270769171]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 795291157
+    - 
+      positions: [0.3589294227117743, 0.10785695558887386, -1.1713600115413072, -0.1014488832395636, -2.073042307790493, -0.7839284000371234]
+      velocities: [-0.1751421513912271, 0.08031974010973439, -0.04898190772369586, -0.3893798263116667, 0.05987596583094064, 0.12101846107570001]
+      accelerations: [0.025779612798625392, -0.04731199113469111, 0.04427174411010319, -6.364756813524366e-14, -0.04901658069322813, 0.05262966453921396]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 803133928
+    - 
+      positions: [0.3575542674381517, 0.10848650399339212, -1.1717434576984198, -0.10450792542894091, -2.0725734221348193, -0.7829760331655061]
+      velocities: [-0.1749402379299118, 0.07994875444210692, -0.04863498546303742, -0.3893798263116666, 0.05949100558541067, 0.12143039564607422]
+      accelerations: [0.025622967041716262, -0.04713243883331936, 0.04404674383943594, 7.059899442288922e-14, -0.048985323588429865, 0.05223957818497955]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 810990119
+    - 
+      positions: [0.35617835541248394, 0.10911420824024111, -1.1721248314585784, -0.10757217794127395, -2.072106768938026, -0.7820188117171304]
+      velocities: [-0.17473921750377086, 0.07957854782653559, -0.04828923743698888, -0.38937982631166634, 0.05910563841475824, 0.12183995904653402]
+      accelerations: [0.0254652528695548, -0.046953412725757926, 0.04382314776066069, 0.0, -0.04895336352814839, 0.05184873430321976]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 818859690
+    - 
+      positions: [0.35480169191156713, 0.10974006139009987, -1.1725041308738458, -0.1106416252172343, -2.071642364037134, -0.7810567483407388]
+      velocities: [-0.1745391037391244, 0.07920912274569417, -0.0479446603273697, -0.3893798263116664, 0.058719872564033604, 0.12224713292303852]
+      accelerations: [0.02530647452261921, -0.04677492299682941, 0.043600955462754186, -1.4072047135010159e-14, -0.04892072530160157, 0.0514571661050377]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 826742603
+    - 
+      positions: [0.3534242822290998, 0.11036405651488566, -1.1728813540076968, -0.11371625128537513, -2.071180223236376, -0.7800898561029457]
+      velocities: [-0.17433991028585255, 0.07884048161115954, -0.04760125078754917, -0.38937982631166623, 0.05833371615088674, 0.12265189915687122]
+      accelerations: [0.025146634562285868, -0.04659697917451208, 0.04338016522462728, 4.9169407088427975e-14, -0.048887435519214706, 0.051064909358076165]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 834638816
+    - 
+      positions: [0.35204613167593646, 0.11098618669788142, -1.1732564989353267, -0.116796039758024, -2.0707203623067123, -0.7791181484896851]
+      velocities: [-0.17501186451329237, 0.07886407121322944, -0.04749444624183405, -0.39132672544322455, 0.05823594634050404, 0.12367051368146592]
+      accelerations: [-0.1958443932513166, 0.052740294263181824, -0.016404702833068503, -0.49433398636008613, 0.024224135857884195, 0.20740138811585623]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 842548287
+    - 
+      positions: [0.35066724557945417, 0.11160644503439232, -1.1736295637434544, -0.1198809738323899, -2.0702627969827145, -0.7781416394091648]
+      velocities: [-0.17568378200085144, 0.0788866159229484, -0.04738709976664801, -0.3932736245747831, 0.05813586664131925, 0.12468867783781265]
+      accelerations: [0.02532280562919591, -0.0471722713586207, 0.04380598756255978, -2.1212389237719697e-14, -0.04980018230483908, 0.05128891872786426]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 850392531
+    - 
+      positions: [0.349287629283892, 0.11222482463181721, -1.1740005465306806, -0.12297103628605749, -2.069807542962337, -0.777160343193041]
+      velocities: [-0.17548546727992748, 0.07851667732565445, -0.047043772648566545, -0.393273624574783, 0.057744714217445654, 0.12509008731749283]
+      accelerations: [0.025156609784623613, -0.046992511988163774, 0.0435851105578341, 6.353182193234789e-14, -0.04976427589371873, 0.0508866867785864]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 858249815
+    - 
+      positions: [0.34790728814965954, 0.11284131861034338, -1.174369445407256, -0.1260662094785687, -2.06935461590361, -0.7761742745993393]
+      velocities: [-0.17528813668438634, 0.07814753925511385, -0.04670161036992282, -0.39327362457478304, 0.05735319979372826, 0.1254889925743937]
+      accelerations: [0.02498936930510313, -0.04681335817138717, 0.043365678542181964, -8.456958654819431e-14, -0.049727777148868946, 0.05048383384808502]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 866120094
+    - 
+      positions: [0.3465262275542547, 0.11345592010266799, -1.1747362584957712, -0.12916647534355213, -2.068904031426125, -0.7751834488125214]
+      velocities: [-0.1750918037148635, 0.07777920363991213, -0.04636060909963918, -0.3932736245747833, 0.05696133141549692, 0.12588537563654012]
+      accelerations: [0.024821137793454306, -0.04663483727618075, 0.04314772919042831, 1.4071838874991204e-14, -0.04969064764184749, 0.05008028263582076]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 874003322
+    - 
+      positions: [0.3451444528905839, 0.11406862225529023, -1.175100983930359, -0.13227181539630967, -2.0684558051047777, -0.7741878814480017]
+      velocities: [-0.17489648186792395, 0.07741167232563616, -0.04602076496067672, -0.39327362457478315, 0.05656911702243922, 0.12627921872509124]
+      accelerations: [0.02465187366546517, -0.046456943349440526, 0.042931226236572126, 2.8097813470233874e-14, -0.04965297074447637, 0.049676165215775045]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 881899453
+    - 
+      positions: [0.3437619695688626, 0.11467941822764295, -1.1754636198579573, -0.13538221072016085, -2.0680099524741675, -0.7731875885503959]
+      velocities: [-0.17470218459867115, 0.07704494706188192, -0.04568207400236874, -0.3932736245747831, 0.056176564494152134, 0.1266705041755395]
+      accelerations: [0.0244816395216355, -0.0462797067720925, 0.042716214151481295, -2.1039203102213546e-14, -0.04961469642081898, 0.049271383955310645]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 889808439
+    - 
+      positions: [0.342378783014589, 0.11528830119358541, -1.175824164437301, -0.13849764197623526, -2.0675664890212997, -0.7721825865985099]
+      velocities: [-0.17450892523374983, 0.0766790294719, -0.04534453213396049, -0.3932736245747832, 0.05578368175833748, 0.12705921425085318]
+      accelerations: [0.02431041550974397, -0.04610312902145527, 0.04250267340172316, 7.001762794986584e-15, -0.049575880254506946, 0.04886602272915283]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 897730229
+    - 
+      positions: [0.34099489866962784, 0.11589526434103267, -1.1761826158397168, -0.1416180893947904, -2.067125430187543, -0.7711728925048763]
+      velocities: [-0.17431671711655905, 0.07631392110327527, -0.045008135238446725, -0.39327362457478326, 0.05539047660261812, 0.12744533146451814]
+      accelerations: [0.02413822701136345, -0.04592722736062739, 0.0422906194377373, -2.7962156042822792e-14, -0.049536519703660645, 0.0484600652057657]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 905664774
+    - 
+      positions: [0.3396103219915749, 0.11650030087260836, -1.176538972248924, -0.14474353277681656, -2.066686791365478, -0.7701585236181963]
+      velocities: [-0.17412557353670527, 0.07594962340355405, -0.044672879118556164, -0.39327362457478315, 0.05499695676427846, 0.12782883842556653]
+      accelerations: [0.02396507172834849, -0.04575200923178988, 0.04208004633760611, 5.583517365002651e-14, -0.049496647347665054, 0.04805355528507448]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 913612023
+    - 
+      positions: [0.3382250584541702, 0.1171034040056855, -1.1768932318614485, -0.14787395148942553, -2.0662505878988395, -0.7691394977239476]
+      velocities: [-0.17393550770693708, 0.07558613771197013, -0.044338759480341036, -0.3932736245747832, 0.054603129955983355, 0.1282097177946013]
+      accelerations: [0.02379098039474513, -0.04557749369457118, 0.04187097348929063, -6.968336236532989e-14, -0.04945625400420008, 0.047646465059496386]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 921571923
+    - 
+      positions: [0.3368391135464615, 0.11770456697314736, -1.1772453928862925, -0.15100932446883672, -2.065816835078759, -0.7681158330470043]
+      velocities: [-0.1737465327680309, 0.07522346526119081, -0.0440057719380786, -0.3932736245747832, 0.05420900385703216, 0.12858795229799616]
+      accelerations: [0.023615949106896673, -0.04540368749041674, 0.041663393605678396, 6.261622158046467e-14, -0.049415374172589996, 0.04723884130643564]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 929544421
+    - 
+      positions: [0.33545249277327216, 0.11830378302339728, -1.177595453545385, -0.1541496302155472, -2.065385548143867, -0.7670875482520149]
+      velocities: [-0.1744259868537284, 0.07523501160285329, -0.04389145336717173, -0.39523999269765697, 0.054082672580653315, 0.12960927804527858]
+      accelerations: [-0.19459183618335496, 0.04846241613678681, -0.01305199516171999, -0.4945785354160245, 0.017808951276248697, 0.20948292143512184]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 937529461
+    - 
+      positions: [0.3340652016547959, 0.11890104542087053, -1.1779434120735113, -0.15729484679482383, -2.0649567422778157, -0.7660546624451644]
+      velocities: [-0.17510562701388205, 0.07524557018594599, -0.0437766070284962, -0.3972063608205308, 0.05395408295444057, 0.1306297825078898]
+      accelerations: [0.023730722542548745, -0.04596392982906696, 0.04208192694586174, 4.203003506000039e-14, -0.05032376507207907, 0.047355081976631144]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 945447805
+    - 
+      positions: [0.3326772457265437, 0.11949634744634376, -1.1782892667184497, -0.1604449518351602, -2.0645304326078224, -0.7650171951752837]
+      velocities: [-0.17491814689382815, 0.07488174161921435, -0.04344369257577247, -0.39720636082053074, 0.053555154581841964, 0.13100368201449308]
+      accelerations: [0.023549384732543085, -0.04578888104018938, 0.04187478464177718, -2.0982506763913756e-14, -0.05028064303581406, 0.0469376722082875]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 953378456
+    - 
+      positions: [0.3312886305392833, 0.12008968239724736, -1.17863301574111, -0.16359992252679895, -2.0641066342032115, -0.763975166434898]
+      velocities: [-0.1747318211681199, 0.07451873841382797, -0.04311190309515556, -0.39720636082053074, 0.05315595427907675, 0.1313748416502168]
+      accelerations: [0.023367134109421924, -0.045614604696281806, 0.04166918285294748, 1.3966832827962428e-14, -0.05023708596126511, 0.04651977087873269]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 961321357
+    - 
+      positions: [0.32989936165909445, 0.12068104358790889, -1.178974657415743, -0.16675973561960755, -2.0636853620742936, -0.7629285966610297]
+      velocities: [-0.1745466627973566, 0.0741565612972914, -0.042781233750627666, -0.3972063608205306, 0.0527564895370842, 0.131743244461983]
+      accelerations: [0.0231840000624698, -0.04544111874327429, 0.041465139135650544, 1.3945497330652929e-14, -0.05019308651058696, 0.046101352853650454]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 969276449
+    - 
+      positions: [0.32850944466659787, 0.12127042435028329, -1.179314190029634, -0.16992436742617456, -2.063266631168755, -0.7618775067372384]
+      velocities: [-0.1743626847219149, 0.07379521090776925, -0.042451679659251326, -0.39720636082053107, 0.05235676773498352, 0.13210887369348268]
+      accelerations: [0.022999964927195138, -0.04526842544538667, 0.041262635986761845, -1.1835682233732827e-13, -0.05014869609355115, 0.0456824915416194]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 977243672
+    - 
+      positions: [0.32711888515788734, 0.12185781803368041, -1.1796516118838616, -0.17309379381433695, -2.062850456373179, -0.7608219179928652]
+      velocities: [-0.174179899786166, 0.07343468776933931, -0.042123235836410186, -0.3972063608205313, 0.05195679623213546, 0.132471712629409]
+      accelerations: [0.0228150766629944, -0.04509654870915141, 0.041061704564546074, 4.86616817249034e-14, -0.05010388408372328, 0.0452631221749652]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 985222966
+    - 
+      positions: [0.32572768874308056, 0.12244321800589174, -1.1799869212925627, -0.17626799021468553, -2.0624368525073873, -0.7597618522060055]
+      velocities: [-0.17399832079042782, 0.07307499230879164, -0.04179589723477735, -0.39720636082053107, 0.051556582302068346, 0.13283174470634448]
+      accelerations: [0.022629304254508528, -0.044925486373427116, 0.040862317546590685, 6.9412573987852354e-15, -0.050058718101020604, 0.04484334514355593]
+      effort: []
+      time_from_start: 
+        secs: 5
+        nsecs: 993214269
+    - 
+      positions: [0.3243358610477253, 0.12302661765263916, -1.1803201165839976, -0.17944693161020225, -2.062025834327393, -0.7586973316018585]
+      velocities: [-0.17381796047746223, 0.07271612485193421, -0.04146965873599287, -0.39720636082053107, 0.05115613314721693, 0.13318895348856968]
+      accelerations: [0.022442698543661613, -0.044755263016105835, 0.040664508010601695, 6.9309321004365466e-15, -0.05001316371605446, 0.04442308919851801]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:   1217518
+    - 
+      positions: [0.3229434077112379, 0.12360801037876727, -1.18065119609974, -0.18263059254464842, -2.061617416519401, -0.7576283788557034]
+      velocities: [-0.1736388314908423, 0.07235808560976732, -0.04114451512051323, -0.39720636082053096, 0.05075545594897199, 0.13354332258305668]
+      accelerations: [0.022255238617626925, -0.04458587972767601, 0.04046825614282687, 6.920693256368597e-15, -0.04996727564522364, 0.044002432605480986]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:   9232649
+    - 
+      positions: [0.32155033438794056, 0.12418738960791112, -1.1809801581955113, -0.18581894711464197, -2.0612116137016363, -0.7565550170917033]
+      velocities: [-0.1734609464172393, 0.07200087469243675, -0.040820461100540745, -0.39720636082053096, 0.050354557811702665, 0.13389483573299837]
+      accelerations: [0.022066964222308208, -0.04441735732560007, 0.04027358660399707, 0.0, -0.04992103333375347, 0.04358132708254411]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  17259596
+    - 
+      positions: [0.3201566467458954, 0.12476474878344505, -1.181307001240615, -0.18901196897574365, -2.060808440419556, -0.7554772698850616]
+      velocities: [-0.17328431776072653, 0.07164449210100166, -0.04049749130157504, -0.3972063608205304, 0.049953445794173226, 0.1342434767655094]
+      accelerations: [0.021877860529688688, -0.044249698756296085, 0.04008048415195752, 1.311090488679844e-13, -0.04987448330731838, 0.0431598370358384]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  25298294
+    - 
+      positions: [0.3187623504677109, 0.12534008136829042, -1.18163172361863, -0.1922096313360923, -2.0604079111469735, -0.7543951612610496]
+      velocities: [-0.17310895801700912, 0.07128893775224451, -0.04017560031817388, -0.3972063608205306, 0.04955212681640875, 0.13458922974716053]
+      accelerations: [0.021687948357745474, -0.04408291844328091, 0.03988895945973068, -1.7226246899158806e-13, -0.04982762803107288, 0.042737952388938995]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  33348675
+    - 
+      positions: [0.3173674512500485, 0.12591338084547957, -1.1819543237272851, -0.19541190695834704, -2.060010040283298, -0.7533087156959662]
+      velocities: [-0.17379912033236058, 0.07128799670545521, -0.040053255811258695, -0.3991923926246339, 0.04939535683982778, 0.13560759255187654]
+      accelerations: [-0.19370773924556192, 0.04400436121456713, -0.009549806758836972, -0.4947886167778479, 0.010947056473464032, 0.21082000490643799]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  41410670
+    - 
+      positions: [0.31597195480308404, 0.12648464071873072, -1.18227479997827, -0.19861876816210783, -2.0596148421506038, -0.7522179581180514]
+      velocities: [-0.17448971553327552, 0.07128611595424199, -0.039930382900264336, -0.4011784244287364, 0.049236384673754144, 0.1366247278439592]
+      accelerations: [0.02173399810520537, -0.04463145677504872, 0.04030482906885497, 2.0818546410339183e-14, -0.05073268185083337, 0.042735070283108446]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  49404273
+    - 
+      positions: [0.31457586685124356, 0.1270538545123063, -1.1825931507979157, -0.20183018681811324, -2.059222330994582, -0.751122913906406]
+      velocities: [-0.17431652160987943, 0.07092951394760402, -0.03960850801488841, -0.4011784244287361, 0.04883046718071056, 0.1369650913638048]
+      accelerations: [0.0215378702257257, -0.04446408311620286, 0.04011431077222394, 4.850793581126059e-14, -0.050684028476429194, 0.042303542928393]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  57409236
+    - 
+      positions: [0.3131791931322428, 0.12762101577182938, -1.1829093746267312, -0.20504613435352104, -2.058832520980341, -0.7500236088923774]
+      velocities: [-0.17414465879324353, 0.07057374698947405, -0.03928769995235325, -0.40117842442873614, 0.04842436826988704, 0.13730247423022984]
+      accelerations: [0.021340958492877652, -0.04429764944858994, 0.03992541324851251, -5.535987503315649e-14, -0.05063512684682057, 0.04187166083403409]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  65425489
+    - 
+      positions: [0.3117819393974323, 0.1281861180643601, -1.18322346991982, -0.20826658174880072, -2.058445426192178, -0.7489200693588942]
+      velocities: [-0.17397413930993155, 0.0702188144573957, -0.03896795285601907, -0.4011784244287365, 0.04801809463316832, 0.13763686088237603]
+      accelerations: [0.021143272669096897, -0.044132166528275396, 0.039738139040923534, -4.8372475064654316e-14, -0.05058599269405776, 0.04143943560574492]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  73452958
+    - 
+      positions: [0.31038411141169586, 0.12874915497872286, -1.1835354351469964, -0.21149149953758115, -2.0580610606319905, -0.7478123220403974]
+      velocities: [-0.17380497526722705, 0.06986471560945873, -0.038649260764358165, -0.40117842442873664, 0.04761165294753263, 0.13796823579245943]
+      accelerations: [0.020944834352103935, -0.043967648630190634, 0.039552498931620265, 3.450406518155477e-14, -0.050536627360255694, 0.04100685488316465]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  81491570
+    - 
+      positions: [0.30898571495293564, 0.12931012012607396, -1.1838452687926226, -0.21472085780931732, -2.0576794382164363, -0.7467003941232798]
+      velocities: [-0.17363717870918216, 0.06951144960212347, -0.03833161765199267, -0.4011784244287364, 0.04720504980458903, 0.13829658358182279]
+      accelerations: [0.020745638922386053, -0.04380410185954807, 0.03936848517157157, 1.3782726120974381e-14, -0.050487063862870094, 0.040573958529317465]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  89541251
+    - 
+      positions: [0.30758675581246553, 0.12986900713994398, -1.184152969356059, -0.21795462620605388, -2.057300572776859, -0.7455843132449078]
+      velocities: [-0.1734707615900985, 0.06915901548231002, -0.03801501741228167, -0.4011784244287363, 0.0467982917410869, 0.13862188897114391]
+      accelerations: [0.020545714119549002, -0.043641542252070856, 0.0391861127915551, 6.882003964567192e-15, -0.050437295751524724, 0.04014072124157144]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs:  97601925
+    - 
+      positions: [0.3061872397942764, 0.13042580967692693, -1.18445853535135, -0.22119277392672743, -2.056924478055782, -0.744464107494194]
+      velocities: [-0.17330573578331035, 0.06880741218992466, -0.03769945386423444, -0.4011784244287362, 0.04639138522682984, 0.1389441367994223]
+      accelerations: [0.020345052758969247, -0.04347997509849072, 0.039005372292800454, 3.436368028743029e-14, -0.050387358746648, 0.03970718689200784]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 105673515
+    - 
+      positions: [0.3047871727155091, 0.13098052141667113, -1.1847619653077293, -0.22443526972354327, -2.0565511677070885, -0.7433398054103406]
+      velocities: [-0.17314211310574962, 0.06845663856689307, -0.03738492077143217, -0.4011784244287361, 0.04598433663385394, 0.13926331207574616]
+      accelerations: [0.02014367604383054, -0.04331941400442243, 0.03882627394958377, -2.0590678941783802e-14, -0.05033725384163368, 0.039273342460008305]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 113755943
+    - 
+      positions: [0.3033865604059362, 0.1315331360624586, -1.1850632577694622, -0.22768208190500588, -2.05618065529318, -0.7422114359829096]
+      velocities: [-0.17297990527880605, 0.06810669334451293, -0.037071411814980526, -0.4011784244287361, 0.045577152282377915, 0.13957939990333573]
+      accelerations: [0.019941586111006056, -0.043159867224150925, 0.03864881494903008, 3.4272375193323634e-14, -0.050287005082071234, 0.03883921230027143]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 121849130
+    - 
+      positions: [0.3019854087081035, 0.13208364734137168, -1.1853624112961194, -0.23093317833465102, -2.0558129542841566, -0.7410790286508695]
+      velocities: [-0.1728191238881447, 0.06775757513127738, -0.03675892056719329, -0.40117842442873586, 0.04516983848576045, 0.1398923854064255]
+      accelerations: [0.0197388136025109, -0.043001351146059894, 0.03847301195951997, 6.84548253087044e-15, -0.050236602151756474, 0.0384047648036647]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 129952997
+    - 
+      positions: [0.30058372347649087, 0.13263204900504158, -1.1856594244621785, -0.23418852643649155, -2.0554480780539985, -0.7399426133028998]
+      velocities: [-0.17265978051173453, 0.0674092824534182, -0.03644744058173607, -0.40117842442873614, 0.044762401397256533, 0.14020225398076475]
+      accelerations: [0.01953532867834319, -0.04284386385829178, 0.038298839911969286, -6.836582425217266e-14, -0.05018610664308236, 0.03797008547566579]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 138067461
+    - 
+      positions: [0.2991815105787329, 0.13317833482922833, -1.18595429585808, -0.23744809318656215, -2.05508603988306, -0.7388022202747715]
+      velocities: [-0.1725018866227204, 0.06706181372501006, -0.03613696532721833, -0.40117842442873614, 0.04435484712493709, 0.14050899110640314]
+      accelerations: [0.019331185487405513, -0.04268742895713153, 0.03812633180814567, 6.827775019364031e-14, -0.05013547972869508, 0.0375350960213436]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 146192442
+    - 
+      positions: [0.29777877589396645, 0.13372249861500796, -1.1862470240892424, -0.2407118451240647, -2.054726852951772, -0.737657880350589]
+      velocities: [-0.1723454535493118, 0.06671516723591764, -0.0358274881603143, -0.4011784244287362, 0.04394718177711977, 0.14081258227356025]
+      accelerations: [0.01912636370032978, -0.04253204731706885, 0.037955469182409954, -8.864778786471807e-14, -0.05008477146303327, 0.03709986293468541]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 154327854
+    - 
+      positions: [0.296375525313725, 0.13426453418853485, -1.1865376077768837, -0.24397974834531613, -2.054370530342146, -0.7365096247604228]
+      velocities: [-0.17305105953351174, 0.06670032436367812, -0.03569582746425603, -0.4031843165508803, 0.04375608878432549, 0.14181932546146875]
+      accelerations: [-0.19319510660714304, 0.03902958839636494, -0.005629529138648773, -0.4946398983427225, 0.003148187072693093, 0.2110188774303304]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 162473614
+    - 
+      positions: [0.29497176474155384, 0.13480443540152298, -1.1868260455579507, -0.2472517685064178, -2.054017085035381, -0.7353574851796254]
+      velocities: [-0.17375738517939932, 0.06668457703542349, -0.035563616387398106, -0.4051902086730239, 0.04356285699485567, 0.14282437260188247]
+      accelerations: [0.01909091974568731, -0.043073204666772155, 0.03837484604349264, 6.86993104217267e-15, -0.050987790668203345, 0.03695683145449022]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 170548884
+    - 
+      positions: [0.2935675000925549, 0.13534219613175874, -1.1871123360849685, -0.2505278708266037, -2.0536665299092314, -0.7342014937281223]
+      velocities: [-0.1736038821535934, 0.06633694413936933, -0.03525402792314219, -0.40519020867302374, 0.04315081433962631, 0.14312138142014538]
+      accelerations: [0.018879997193168623, -0.04291799352949051, 0.03820562138726069, 2.744565204215038e-14, -0.050935857984974575, 0.03651208290836647]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 178634228
+    - 
+      positions: [0.2921627372934631, 0.13587781028331739, -1.1873964780262902, -0.2538080200879884, -2.0533188777370404, -0.7330416829688842]
+      velocities: [-0.17345189964087074, 0.06599013379272647, -0.03494542012768974, -0.40519020867302374, 0.04273868321801674, 0.1434151558740123]
+      accelerations: [0.018668420033772407, -0.04276389630812823, 0.03803808318332546, -2.7411960264065307e-14, -0.050883899599024236, 0.03606711667841601]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 186729560
+    - 
+      positions: [0.2907574822828787, 0.13641127178669435, -1.1876784700664664, -0.25709218063426353, -2.0529741411872537, -0.7318780859061267]
+      velocities: [-0.17330144867994862, 0.06564414374904079, -0.03463778597179081, -0.4051902086730239, 0.04232646939169951, 0.14370568203118628]
+      accelerations: [0.01845621788087464, -0.04261092862301402, 0.03787224705847033, -6.844662493234054e-15, -0.05083190552359459, 0.03562190123034512]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 194834792
+    - 
+      positions: [0.2893517410104612, 0.13694257459951087, -1.187958310905841, -0.2603803163767556, -2.0526323328197384, -0.7307107359847614]
+      velocities: [-0.17315254019659887, 0.06529897164964255, -0.034331118343641165, -0.405190208673024, 0.04191417857478847, 0.14399294604957646]
+      accelerations: [0.018243384724590656, -0.042459095556050507, 0.037708104486058734, -2.7345722292184182e-14, -0.050779907707935515, 0.03517647239303979]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 202949834
+    - 
+      positions: [0.28794551943729724, 0.13747171270656788, -1.1882359992610174, -0.2636723907923991, -2.0522934650857296, -0.7295396670882115]
+      velocities: [-0.173005185032316, 0.0649546150326567, -0.03402541006967354, -0.4051902086730239, 0.0415018163989395, 0.14427693423422233]
+      accelerations: [0.01802994264328417, -0.0423084103427575, 0.03754566592480552, 6.145465125840942e-14, -0.05072790458719149, 0.03473081216215797]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 211074597
+    - 
+      positions: [0.28653882353533305, 0.13799868012041364, -1.1885115338646313, -0.26696836692832254, -2.0519575503249055, -0.728364913537343]
+      velocities: [-0.17285939394380234, 0.06461107133298646, -0.033720653914605686, -0.4051902086730238, 0.04108938841382653, 0.14455763303683133]
+      accelerations: [0.017815885389978442, -0.042158877949404636, 0.03738492287316504, -3.410127401840656e-14, -0.05067592771177721, 0.03428495557806154]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 219208990
+    - 
+      positions: [0.28513165928773804, 0.138523470881397, -1.1887849134658142, -0.27026820739999347, -2.0516246007653347, -0.7271865100881093]
+      velocities: [-0.17271517760195543, 0.06426833788322941, -0.03341684258249569, -0.4051902086730233, 0.04067690008704409, 0.14483502905682533]
+      accelerations: [0.017601234862305186, -0.04201051125120954, 0.037225885525495765, 1.4987085313210978e-13, -0.0506239753412322, 0.033838884351470463]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 227352919
+    - 
+      positions: [0.283724032688335, 0.1390460790582428, -1.1890561368299706, -0.27357187439601427, -2.0512946285205667, -0.726004491930272]
+      velocities: [-0.17257254655159132, 0.06392641190169712, -0.033113968690567666, -0.40519020867302313, 0.04026435684970321, 0.14510910896766627]
+      accelerations: [0.017385994320139483, -0.041863318026006784, 0.03706855182787962, -1.156759043467812e-13, -0.05057206755439848, 0.033392614785644786]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 235506292
+    - 
+      positions: [0.28231594974164764, 0.13956649874826402, -1.189325202738996, -0.2768793296786996, -2.050967645588621, -0.7248188946852572]
+      velocities: [-0.1724315112698085, 0.06358529050996115, -0.032812024809202305, -0.40519020867302363, 0.03985176402756618, 0.14537985962818478]
+      accelerations: [0.01717017090757507, -0.04171730670950106, 0.03691292215666361, 0.0, -0.05052021930764865, 0.03294615537471054]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 243669015
+    - 
+      positions: [0.2809074164628041, 0.1400847240776779, -1.1895921099914126, -0.2801905345856986, -2.050643663850557, -0.723629754404077]
+      velocities: [-0.17229208212575797, 0.06324497072247842, -0.032511003436647395, -0.4051902086730236, 0.0394391268874458, 0.1456472680092777]
+      accelerations: [0.016953777361200104, -0.04157248751211277, 0.03675900069038628, 6.789063206921385e-15, -0.050468439065219646, 0.03249950384943592]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 251840991
+    - 
+      positions: [0.2794984388772653, 0.1406007492020004, -1.189856857402352, -0.2835054500330195, -2.0503226950684956, -0.722437107565385]
+      velocities: [-0.17215426936628925, 0.0629054494422483, -0.03221089699044788, -0.4051902086730234, 0.03902645065198712, 0.14591132117059102]
+      accelerations: [0.016736823920698595, -0.04142886980035739, 0.03660678990556006, 4.068905115022846e-14, -0.050416737935914606, 0.03205266243283493]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 260022126
+    - 
+      positions: [0.2780890230206252, 0.14111456830640087, -1.190119443803599, -0.2868240365176148, -2.050004750883891, -0.7212409910733126]
+      velocities: [-0.17201808315494663, 0.06256672347269335, -0.03191169783423843, -0.4051902086730232, 0.03861374045386541, 0.14617200633396257]
+      accelerations: [0.016519313376467015, -0.041286460760993106, 0.03645628744455567, 1.354810330923302e-14, -0.050365135365796, 0.03160564626061146]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 268212320
+    - 
+      positions: [0.27667917493865096, 0.14162617560592833, -1.190379868043818, -0.29014625411833955, -2.0496898428165435, -0.720041442254945]
+      velocities: [-0.17188353357471944, 0.06222878951942781, -0.031613398280960076, -0.40519020867302336, 0.03820100133215382, 0.14642931088941988]
+      accelerations: [0.016301254915427766, -0.04114526923638805, 0.036307495045155076, -4.736684998205535e-14, -0.05031364312963097, 0.031158458444796727]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 276411475
+    - 
+      positions: [0.27526890068710685, 0.14213556534585922, -1.190638128988627, -0.29347206249853436, -2.0493779822629667, -0.7188384988579389]
+      velocities: [-0.17175063059742285, 0.06189164418150817, -0.03131599057320872, -0.40519020867302336, 0.03778823826707421, 0.14668322234109982]
+      accelerations: [0.016082658419472637, -0.04100530445178767, 0.03616041518877293, 4.055659428345566e-14, -0.050262271960364605, 0.030711100341859043]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 284619493
+    - 
+      positions: [0.27385820633155766, 0.14264273180203751, -1.190894225520627, -0.29680142090888495, -2.049069180494687, -0.7176321990480783]
+      velocities: [-0.17161938405921706, 0.06155528394554459, -0.03101946686911486, -0.405190208673023, 0.03737545620652226, 0.14693372826630569]
+      accelerations: [0.015863538622932515, -0.04086657656453135, 0.036015053063726474, 4.726589338531763e-14, -0.050211026952868554, 0.030263564554269803]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 292836272
+    - 
+      positions: [0.2724470979470134, 0.1431476692813184, -1.191148156539332, -0.30013428819155047, -2.048763448656075, -0.7164225814068828]
+      velocities: [-0.1723469308934535, 0.06152496576142351, -0.030876700360446735, -0.4072161597163883, 0.03714644127279766, 0.14791733397683982]
+      accelerations: [-0.19361561122865956, 0.033622386029075246, -0.0012884009266891966, -0.49480086721904804, -0.00552445878149693, 0.20984500932154992]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 301061711
+    - 
+      positions: [0.27103558161832464, 0.14365037212159268, -1.191399920961679, -0.3034706227788415, -2.0484607977645184, -0.7152096849282846]
+      velocities: [-0.17307551829604534, 0.061493753304195264, -0.03073333030517903, -0.4092421107597536, 0.03691535288351303, 0.14889871957410483]
+      accelerations: [0.01573374397979478, -0.04140877221599992, 0.03644762703763021, 5.444500684472265e-14, -0.05111619475483349, 0.02995833397713878]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 309214182
+    - 
+      positions: [0.2696236634394892, 0.1441508346924032, -1.1916495177216802, -0.30681038270001454, -2.0481612387072223, -0.7139935490164292]
+      velocities: [-0.17294803707600248, 0.061156386057358625, -0.03043647188303314, -0.4092421107597536, 0.03649841448144242, 0.14914133825717574]
+      accelerations: [0.015508645800044494, -0.041271086542291904, 0.03630459300289582, -6.118823280549163e-14, -0.05106440565932363, 0.02950132071383838]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 317375024
+    - 
+      positions: [0.26821134951363695, 0.14464905139518583, -1.1918969457706012, -0.3101535255832155, -2.047864782240126, -0.7127742134826008]
+      velocities: [-0.17282226766853714, 0.06081979656921471, -0.030140474076954273, -0.4092421107597537, 0.036081476039626144, 0.1493804687350383]
+      accelerations: [0.015283033651736439, -0.04113469305233335, 0.036163307625990876, 4.075115861156374e-14, -0.05101280914294984, 0.029044163060958934]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 325544131
+    - 
+      positions: [0.2667986459531317, 0.14514501666345436, -1.192142204077256, -0.3135000086565548, -2.047571438987218, -0.7115517185419266]
+      velocities: [-0.17269821950790512, 0.06048398078463226, -0.029845328676006373, -0.4092421107597538, 0.035664542171413356, 0.14961609918751298]
+      accelerations: [0.015056927004022879, -0.040999603014658166, 0.03602377922475368, -7.463640580956213e-14, -0.0509614040313, 0.028586843578711375]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 333721401
+    - 
+      positions: [0.2653855588790667, 0.1456387249633108, -1.1923852916277926, -0.3168497887538734, -2.0472812194379437, -0.7103261048106543]
+      velocities: [-0.17257590192757732, 0.060148934548503875, -0.029551027413600623, -0.40924211075975414, 0.03524761741230185, 0.1498482179430571]
+      accelerations: [0.01483032027033248, -0.04086582109929031, 0.035886000338946476, 0.0, -0.05091021744639028, 0.028129388590102625]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 341906727
+    - 
+      positions: [0.2639720944215165, 0.14613017079353663, -1.1926262074261083, -0.3202028223148683, -2.0469941339470306, -0.7090974133024878]
+      velocities: [-0.17245532416639692, 0.05981465360817865, -0.02925756197259908, -0.4092421107597538, 0.0348307062128, 0.15007681349116703]
+      accelerations: [0.014603231022260832, -0.04073335791525222, 0.03574997809931707, 7.449163933283376e-14, -0.05085924977589579, 0.027671783186736635]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 350100003
+    - 
+      positions: [0.26255825871908256, 0.1466193486860729, -1.1928649504936766, -0.32355906539067514, -2.046710192732079, -0.7078656854256075]
+      velocities: [-0.1723364952618015, 0.05948113358609457, -0.028964923919725695, -0.4092421107597534, 0.034413813057787665, 0.1503018742986876]
+      accelerations: [0.014375679350227542, -0.04060222472256122, 0.03561572109932432, 2.706215622742329e-14, -0.05080849876678003, 0.027214008309527925]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 358301122
+    - 
+      positions: [0.2611440579183663, 0.1471062532065245, -1.193101519869302, -0.3269184736501638, -2.046429405870955, -0.7066309629796329]
+      velocities: [-0.17221942428138498, 0.05914837004138419, -0.02867310485124594, -0.40924211075975325, 0.03399694220496689, 0.15052338921398511]
+      accelerations: [0.014147625984713908, -0.0404724170639162, 0.0354832010268559, 2.0277637914431178e-14, -0.05075802841045968, 0.02675614711130478]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 366509974
+    - 
+      positions: [0.2597294981752219, 0.14759087895373052, -1.193335914610393, -0.33028100237262004, -2.046151783304808, -0.7053932881506279]
+      velocities: [-0.17210412011438664, 0.05881635841623066, -0.028382096264152196, -0.4092421107597535, 0.03358009792092441, 0.15074134710496234]
+      accelerations: [0.013919141458323769, -0.04034395924074023, 0.035352457957768306, -7.428287001670895e-14, -0.05070777876643124, 0.02629809183659148]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 374726452
+    - 
+      positions: [0.25831458565269405, 0.14807322056108044, -1.1935681337914184, -0.3336466064659856, -2.045877334830642, -0.7041527035094951]
+      velocities: [-0.17199059148050835, 0.05848509403811108, -0.028091889562450324, -0.4092421107597535, 0.03316328446868272, 0.15095573687763816]
+      accelerations: [0.013690184018049901, -0.04021684616969037, 0.03522346211852816, 7.421552505114978e-14, -0.050657816553773674, 0.025839929545831704]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 382950445
+    - 
+      positions: [0.25689932652234787, 0.14855327269603408, -1.1937981765052381, -0.3370152404591712, -2.0456060701046126, -0.7029092520066922]
+      velocities: [-0.1718788470901118, 0.05815457216287649, -0.02780247615820758, -0.40924211075975336, 0.03274650592756469, 0.15116654775515234]
+      accelerations: [0.013460784778940686, -0.04009109162006413, 0.035096229043689316, -6.066761448289389e-14, -0.05060812557576432, 0.025381620017367584]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 391181841
+    - 
+      positions: [0.25548372696338373, 0.14903103006081336, -1.1940260418625626, -0.3403868585114292, -2.0453379986383537, -0.7016629769691842]
+      velocities: [-0.17176889548676696, 0.05782478793470652, -0.027513847374606326, -0.4092421107597539, 0.03232976637154761, 0.15137376900491428]
+      accelerations: [0.013230939996344856, -0.03996670024321927, 0.034970752681211054, -6.061435939327873e-14, -0.05055872892338063, 0.02492318334532932]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 399420529
+    - 
+      positions: [0.2540677931628113, 0.14950648739253686, -1.1942517289923036, -0.34376141441371855, -2.0450731297986446, -0.7004139220961927]
+      velocities: [-0.17166074510763446, 0.05749573640188453, -0.02722599448455016, -0.40924211075975403, 0.0319130697991413, 0.15157739004623438]
+      accelerations: [0.013000665707788867, -0.03984368191345539, 0.0348470392333611, 2.018734329947859e-14, -0.05050962727679599, 0.024464605035129792]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 407666396
+    - 
+      positions: [0.25265153131501733, 0.14997963946365425, -1.194475237041409, -0.34713886159481777, -2.044811472805214, -0.6991621314554598]
+      velocities: [-0.1715544042831521, 0.05716741251788006, -0.026938908711586468, -0.40924211075975403, 0.03149642013436972, 0.15177740045010935]
+      accelerations: [0.01276995791837649, -0.03972204100085703, 0.034725082536634456, -6.723403102226423e-15, -0.05046084327855858, 0.02400590460414646]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 415919327
+    - 
+      positions: [0.25123494762193427, 0.15045048108208947, -1.1946965651752206, -0.35051915312287346, -2.044553036730428, -0.6979076494788151]
+      velocities: [-0.17144988123283111, 0.05683981114128881, -0.026652581228419587, -0.4092421107597539, 0.031079821231428623, 0.15197378993393357]
+      accelerations: [0.012538833325681197, -0.03960178736980386, 0.03460488924633985, 3.358897519777725e-14, -0.0504123763113571, 0.023547065818609842]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 424179209
+    - 
+      positions: [0.24981804829258622, 0.15091900709168488, -1.1949157125772818, -0.3539022417119007, -2.044297830497047, -0.6966505209582659]
+      velocities: [-0.17134718403716928, 0.056512927028774446, -0.02636700314061046, -0.40924211075975403, 0.030663276905288035, 0.15216654831483983]
+      accelerations: [0.012307294402272339, -0.03948292707619895, 0.034486457248393027, -6.041061406654645e-14, -0.05036424140113577, 0.0230880963978458]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 432445926
+    - 
+      positions: [0.248400839543058, 0.1513852123724324, -1.1951326784495166, -0.3572880797250772, -2.044045862877327, -0.6953907910415698]
+      velocities: [-0.1712463206817596, 0.05618675484770036, -0.026082165514978738, -0.40924211075975386, 0.030246790882485206, 0.15235566558617553]
+      accelerations: [0.012075346817082507, -0.039365466907503165, 0.0343697864193017, 9.389645361716873e-14, -0.05031644967157703, 0.022628998170691163]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 440719361
+    - 
+      positions: [0.24698332759636002, 0.1518490918407584, -1.1953474620123254, -0.36067661917891125, -2.0437971424918273, -0.6941285052278113]
+      velocities: [-0.17114729903968473, 0.05586128917215885, -0.025798059369459975, -0.40924211075975336, 0.0298303668209891, 0.15254113188822224]
+      accelerations: [0.01184299698022326, -0.039249413880933094, 0.03425487722055074, 2.0104777555942944e-14, -0.050269011161431496, 0.022169771295944943]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 448999397
+    - 
+      positions: [0.24556551868227244, 0.15231064044981088, -1.195560062504649, -0.3640678117476885, -2.043551677808154, -0.6928637093629154]
+      velocities: [-0.17105012686748866, 0.05553652448287147, -0.025514675671949663, -0.4092421107597537, 0.029414008314605198, 0.15272293750266408]
+      accelerations: [0.011610251205455542, -0.03913477480431634, 0.03414172992174516, -8.705319447549919e-14, -0.05022193575241072, 0.02171041580607717]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 457285916
+    - 
+      positions: [0.2441474190371842, 0.15276985318975506, -1.1957704791840438, -0.367461608768023, -2.0433094771397227, -0.691596449635058]
+      velocities: [-0.1709548117764918, 0.0552124551607803, -0.0252320053243059, -0.40924211075975414, 0.028997718923872547, 0.15290107280711335]
+      accelerations: [0.01137712248914607, -0.03902155822977823, 0.03403034894764584, -3.3456554541782967e-14, -0.050175225848528994, 0.021250920441567792]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 465578800
+    - 
+      positions: [0.24272903490374523, 0.1532267250881507, -1.1959787113265639, -0.37085796124506504, -2.0430705486439265, -0.6903267725701627]
+      velocities: [-0.17086136128804763, 0.05488907550180443, -0.024950039196271586, -0.40924211075975414, 0.028581502115653173, 0.15307552836738642]
+      accelerations: [0.0111436034965349, -0.03890976741037304, 0.03392072650518804, 4.0117960274372624e-14, -0.050128905728859065, 0.020791307044775206]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 473877927
+    - 
+      positions: [0.24131037253109183, 0.1536812512100514, -1.1961847582271898, -0.3742568198540948, -2.0428349003221715, -0.6890547250267736]
+      velocities: [-0.17162340511769736, 0.05483840572071651, -0.024791409635701943, -0.41128832131355275, 0.02830514784572695, 0.15401294866529608]
+      accelerations: [-0.1955464958467317, 0.026816717974378276, 0.004311401693682139, -0.49502452270107705, -0.01651470735929839, 0.20590359535829642]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 482183178
+    - 
+      positions: [0.23989143817430159, 0.1541334266584716, -1.1963886191995334, -0.37765813494848366, -2.0426025400174677, -0.6877803541915453]
+      velocities: [-0.1723868844488894, 0.054786805519693574, -0.024632064668136562, -0.4133345318673517, 0.028026792799769527, 0.1549474968625734]
+      accelerations: [0.010890022075342804, -0.03946817541109236, 0.034384280568699875, -2.0230317655236825e-14, -0.05104319567031637, 0.020271100036108766]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 490412143
+    - 
+      positions: [0.23847223809461826, 0.15458324657448655, -1.1965902935762653, -0.3810618565614597, -2.042373475414498, -0.6865037075739434]
+      velocities: [-0.17229819354849768, 0.0544622462492179, -0.024349356834751368, -0.41333453186735153, 0.027606654167533065, 0.15511249156320198]
+      accelerations: [0.01065068766766571, -0.039358550178320656, 0.03427785936267428, 5.390978296201346e-14, -0.05099715504783161, 0.019801823853079634]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 498646929
+    - 
+      positions: [0.23705277855867135, 0.1550307061378149, -1.19678978070859, -0.38446793441623733, -2.04214771403648, -0.6852248330017421]
+      velocities: [-0.17221141503333554, 0.05413835956676481, -0.024067322871746698, -0.4133345318673515, 0.027186602278236473, 0.15527373296768854]
+      accelerations: [0.010410974069641428, -0.03925040480269338, 0.03417323004956093, -3.367056394365745e-14, -0.050951555269776946, 0.019332432191612382]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 506887416
+    - 
+      positions: [0.2356330658390782, 0.1554758005667122, -1.1969870799670297, -0.38787631792479893, -2.041925263246518, -0.6839437786152209]
+      velocities: [-0.1721265559579789, 0.053815139271997936, -0.023785953358536484, -0.4133345318673517, 0.02676664025828135, 0.15543121236597834]
+      accelerations: [0.010170896419546497, -0.03914374796536888, 0.034070398334996296, -2.6918436633631912e-14, -0.05090639480917933, 0.018862908115484935]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 515133481
+    - 
+      positions: [0.23421310621402033, 0.15591852511838247, -1.1971821907412434, -0.3912869561952132, -2.0417061302456436, -0.6826605928622016]
+      velocities: [-0.17204362312320182, 0.053492579044962754, -0.023505238753461628, -0.4133345318673518, 0.02634677131751542, 0.15558492098115084]
+      accelerations: [0.00993048303721855, -0.03903859134889586, 0.03396937739380309, 6.725212153686339e-15, -0.050861658193536, 0.018393214397014315]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 523385002
+    - 
+      positions: [0.23279290596646546, 0.15635887508955745, -1.1973751124394962, -0.39469979804208055, -2.0414903220697598, -0.6813753244932241]
+      velocities: [-0.17196262327093126, 0.05317067249279739, -0.023225169507874958, -0.41333453186735175, 0.025926998536413413, 0.1557348502849102]
+      accelerations: [0.009689701476980882, -0.03893493232091214, 0.03387014538718185, 0.0, -0.05081739532570963, 0.017923410199123156]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 531641853
+    - 
+      positions: [0.23137247138505201, 0.1567968458162391, -1.1975658444897148, -0.3981147919831429, -2.0412778455919565, -0.680088022555301]
+      velocities: [-0.1718835630452209, 0.052849413142290205, -0.02294573604498197, -0.4133345318673516, 0.025507324910465534, 0.15588099193421823]
+      accelerations: [0.009448589220512404, -0.03883278443488968, 0.0337727207821788, 4.701717103668522e-14, -0.050773579871537446, 0.017453442571010423]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 539903911
+    - 
+      positions: [0.22995180876304794, 0.15723243267441636, -1.1977543863387137, -0.40153188625205855, -2.04106870751864, -0.6787987363871598]
+      velocities: [-0.17180644895283503, 0.052528794430418975, -0.022666928737062463, -0.41333453186735153, 0.025087753392826328, 0.15602333770798432]
+      accelerations: [0.009207123129717972, -0.03873214741015652, 0.03367708743605263, -4.027597579985347e-14, -0.05073025120687169, 0.016983354876973812]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 548171051
+    - 
+      positions: [0.2285309243989675, 0.1576656310799269, -1.1979407374529962, -0.4049510287973501, -2.0408629143910506, -0.6775075156130621]
+      velocities: [-0.17173128733662588, 0.05220880970021702, -0.022388737892660125, -0.41333453186735153, 0.02466828692236599, 0.15616187946934917]
+      accelerations: [0.008965346790243226, -0.03863303582193764, 0.03358326702313247, 4.0252163133577244e-14, -0.0506873760956022, 0.016513084730631795]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 556443146
+    - 
+      positions: [0.22710982459537835, 0.15809643648925123, -1.1981248973178165, -0.4083721672967659, -2.0406604725809165, -0.6762144101379701]
+      velocities: [-0.17165808443668729, 0.05188945221532636, -0.02211115379178434, -0.41333453186735136, 0.024248928358605384, 0.1562966092611991]
+      accelerations: [0.008723222032452963, -0.03853544592743507, 0.03349123505801832, 0.0, -0.05064500945647522, 0.01604269815895029]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 564720070
+    - 
+      positions: [0.22568851565990755, 0.15852484439917452, -1.1983068654383708, -0.4117952491529888, -2.040461388293301, -0.674919470140911]
+      velocities: [-0.1715868464042222, 0.05157071516421215, -0.02183416669510077, -0.4133345318673515, 0.023829680467011123, 0.15642751932933135]
+      accelerations: [0.008480788792424023, -0.038439391353925816, 0.033401011150058946, -2.010323662923989e-14, -0.05060312152086532, 0.015572138060586415]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 573001696
+    - 
+      positions: [0.22426700390414384, 0.15895085034752265, -1.198486641338946, -0.4152202215073651, -2.0402656675626147, -0.6736227460699022]
+      velocities: [-0.17151757923321895, 0.05125259164537862, -0.02155776680566998, -0.4133345318673517, 0.02341054599354675, 0.15655460201431148]
+      accelerations: [0.008238025186657278, -0.03834487200548196, 0.0333125802450719, -4.0184597964915396e-14, -0.05056174900764506, 0.015101443901461968]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 581287895
+    - 
+      positions: [0.2228452956441968, 0.15937444991304742, -1.1986642245636772, -0.41864703123953523, -2.040073316254053, -0.6723242886355294]
+      velocities: [-0.17145028876613988, 0.05093507467017225, -0.021281944274227776, -0.4133345318673516, 0.022991527657515012, 0.15667784976483135]
+      accelerations: [0.00799496946397468, -0.038251900871998645, 0.033225960798097705, 6.024505549929932e-14, -0.05052086376669183, 0.014630561518468104]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 589578540
+    - 
+      positions: [0.22142339719965407, 0.15979563871612656, -1.1988396146757332, -0.4220756249809567, -2.0398843400598277, -0.6710241488056339]
+      velocities: [-0.1713849807521694, 0.050618157176402175, -0.021006689232182393, -0.41333453186735136, 0.02257262809059915, 0.1567972552263917]
+      accelerations: [0.007751585466526291, -0.038160474653622156, 0.03314112998111542, 6.690465212164131e-15, -0.05048051705427519, 0.014159551373127181]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 597873501
+    - 
+      positions: [0.2200013148945025, 0.16021441241846635, -1.199012811258449, -0.4255059491114564, -2.0396987445018464, -0.6697223777984961]
+      velocities: [-0.17132166085410572, 0.05030183203100676, -0.02073199179651309, -0.4133345318673514, 0.022153849830129344, 0.15691281125278936]
+      accelerations: [0.007507909515969515, -0.03807060579216805, 0.03305810524538722, -2.674857446077409e-14, -0.0504406822610635, 0.013688361770091887]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 606172648
+    - 
+      positions: [0.21857905505613087, 0.16063076672377094, -1.1991838139145505, -0.42893794977250393, -2.039516534928147, -0.668419027077337]
+      velocities: [-0.1712603345355121, 0.04998609200607507, -0.02045784200803167, -0.4133345318673516, 0.021735195439823485, 0.15702451073268234]
+      accelerations: [0.007263932440385963, -0.03798229684548946, 0.03297687882494298, -1.3367860817392249e-14, -0.05040138136115658, 0.013217010978867896]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 614475851
+    - 
+      positions: [0.21715662401553854, 0.16104469737779664, -1.1993526222665725, -0.4323715728701172, -2.039337716513289, -0.6671141483438824]
+      velocities: [-0.17120100715425624, 0.04967092980024781, -0.02018422988450507, -0.4133345318673516, 0.02131666740976776, 0.15713234673575194]
+      accelerations: [0.007019667748920639, -0.037895555161557064, 0.03289745551422051, 1.336165147005628e-14, -0.050362611729222566, 0.01274548223835328]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 622782980
+    - 
+      positions: [0.21573402810694056, 0.16145620016870857, -1.1995192359566753, -0.435806764083073, -2.0391622942568044, -0.6658077935322726]
+      velocities: [-0.17114368394064355, 0.04935633803543789, -0.019911145409448362, -0.4133345318673513, 0.02089826818105287, 0.15723631247909914]
+      accelerations: [0.006775111320911951, -0.03781038418791772, 0.03281983043850068, 5.342263786873513e-14, -0.050324389269540526, 0.01227378538165612]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 631093902
+    - 
+      positions: [0.2143112736678312, 0.16186527092721165, -1.1996836546469276, -0.4392434688671564, -2.038990272983177, -0.6645000148025911]
+      velocities: [-0.1710883700044447, 0.04904230925909133, -0.019638578537116747, -0.4133345318673512, 0.020480000138486498, 0.15733640133830742]
+      accelerations: [0.006530274741370607, -0.03772679082301348, 0.03274400736910776, -2.6699770164925764e-14, -0.05028671299464936, 0.011801906006957866]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 639408486
+    - 
+      positions: [0.21288836703863664, 0.16227190552687187, -1.1998458780191676, -0.44268163246309555, -2.0388216573405034, -0.6631908645346134]
+      velocities: [-0.17103507037543922, 0.04872883595359001, -0.01936651921492282, -0.41333453186735164, 0.020061865569330796, 0.15743260690747324]
+      accelerations: [0.0062851439354268965, -0.03764477637068895, 0.03266997624492099, -8.006597153280894e-14, -0.05024960861521162, 0.011329868060858948]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 647726600
+    - 
+      positions: [0.2114653145630225, 0.16267609988412352, -1.2000059057755432, -0.4461211998987033, -2.0386564518013275, -0.6618803953210595]
+      velocities: [-0.17098378985898388, 0.04841591050740453, -0.019094957306971215, -0.41333453186735186, 0.019643866815372786, 0.15752492278556052]
+      accelerations: [0.006039764984151065, -0.03756435474995724, 0.032597759387724246, 2.667798048595475e-14, -0.05021303845306783, 0.010857605488584878]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 656048110
+    - 
+      positions: [0.21004212258667423, 0.1630778499590169, -1.2001637376374523, -0.44956211600484475, -2.0384946606584604, -0.6605686599617604]
+      velocities: [-0.17093453316838145, 0.04810352524318509, -0.018823882666040986, -0.4133345318673514, 0.019226006133680317, 0.15761334277423203]
+      accelerations: [0.0057940917928395235, -0.037485520602665, 0.03252732961121615, 8.000322179873018e-14, -0.05017706153508168, 0.01038518947712893]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 664372883
+    - 
+      positions: [0.20861879745840975, 0.16347715175481642, -1.2003193733469275, -0.4530043254104173, -2.0383362880285483, -0.6592557114562713]
+      velocities: [-0.17088730495065174, 0.04779167242489489, -0.018553285148676997, -0.41333453186735136, 0.01880828567133805, 0.157697860916312]
+      accelerations: [0.005548164033302927, -0.037408286269610576, 0.03245870581666171, -7.330932958131305e-14, -0.050141646195045776, 0.009912562965133006]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 672700785
+    - 
+      positions: [0.20719534552911528, 0.16387400131867252, -1.200472812665741, -0.4564477725570177, -2.0381813378484552, -0.6579416029978191]
+      velocities: [-0.1708421096237827, 0.04748034422483565, -0.018283154528780404, -0.41333453186735136, 0.018390707636536274, 0.15777847125432481]
+      accelerations: [0.00530197453055982, -0.03733265442128596, 0.032391881770011524, 7.328357644854268e-14, -0.05010681020565875, 0.009439738820197998]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 681031681
+    - 
+      positions: [0.20577177315187567, 0.16426839474169608, -1.20062405537575, -0.4598924017029467, -2.038029813875625, -0.6566263879664248]
+      velocities: [-0.1707989515462136, 0.04716953275943293, -0.01801348058909464, -0.41333453186735103, 0.01797327412110805, 0.1578551680829866]
+      accelerations: [0.005055522044462888, -0.03725862890965603, 0.0323268545791337, 1.331982337703359e-14, -0.05007256441140651, 0.008966720370722579]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 689365437
+    - 
+      positions: [0.20434808668193596, 0.16466032815911522, -1.2007731012790814, -0.4633381569286758, -2.037881719687927, -0.6553101199220852]
+      velocities: [-0.17075783491690782, 0.04685923007022589, -0.017744253069195026, -0.41333453186735103, 0.017555987206660295, 0.15792794580135375]
+      accelerations: [0.00480882321074647, -0.03718621710336829, 0.03226363070559431, -6.657789748187683e-15, -0.05003890100513089, 0.00849348472305751]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 697701917
+    - 
+      positions: [0.20292429247623042, 0.16504979775064352, -1.2009199501978418, -0.4667849821464296, -2.037737058682071, -0.6539928525981632]
+      velocities: [-0.17071876379327375, 0.04654942812870533, -0.017475461676099053, -0.41333453186735114, 0.017138848945877756, 0.15799679894059263]
+      accelerations: [0.004561872306683128, -0.037115421806049716, 0.03220220489844638, -3.32788880235792e-14, -0.05000583519251354, 0.008020041613089996]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 706040986
+    - 
+      positions: [0.201500396893456, 0.16543679974057846, -1.201064601974417, -0.47023282110475423, -2.037595834073881, -0.6526746398943853]
+      velocities: [-0.1706817421734782, 0.046240118853547355, -0.017207096127902246, -0.41333453186735103, 0.016721861278326384, 0.15806172228279958]
+      accelerations: [0.004314666052791773, -0.037046246398661546, 0.03214257336813974, 6.65387537107848e-14, -0.04997337927745364, 0.0075463964044790175]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 714382508
+    - 
+      positions: [0.2000764062940802, 0.1658213303979264, -1.2012070564717026, -0.4736816173937083, -2.037458048898374, -0.6513555358698663]
+      velocities: [-0.1706467738428612, 0.04593129408128238, -0.016939146074874924, -0.4133345318673509, 0.016305026190642207, 0.15812271063922753]
+      accelerations: [0.004067235387037196, -0.03697870084697907, 0.032084749983567626, -3.326041576479913e-14, -0.049941509942651036, 0.007072505412911328]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 722726346
+    - 
+      positions: [0.19865232703952035, 0.16620338603692866, -1.2013473135724253, -0.4771313144578869, -2.0373237060070877, -0.6500355947365136]
+      velocities: [-0.1706138624479412, 0.04562294558195437, -0.01667160113890988, -0.41333453186735114, 0.015888345639795055, 0.15817975895924918]
+      accelerations: [0.003819559120629236, -0.03691278488637733, 0.03202872167772074, -3.3252005263392214e-14, -0.04991025775159208, 0.0065983998919008175]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 731072363
+    - 
+      positions: [0.1972281654925917, 0.1665829630169658, -1.2014853731798423, -0.480581855597643, -2.0371928080696833, -0.6487148708516948]
+      velocities: [-0.17058301159436604, 0.04531506507989737, -0.01640445096541477, -0.41333453186735136, 0.015471821453211857, 0.1582328624699457]
+      accelerations: [0.003571644559000597, -0.036848503665384405, 0.031974490107122645, -6.6488291743114386e-15, -0.04987962325830574, 0.006124069399130884]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 739420422
+    - 
+      positions: [0.1958039280172446, 0.16696005774281458, -1.2016212352176932, -0.4840331839768811, -2.037065357573223, -0.6473934187112578]
+      velocities: [-0.17055422470425458, 0.045007644226603326, -0.016137685150133325, -0.4133345318673516, 0.01505545547772291, 0.15828201647109064]
+      accelerations: [0.0033235045584867383, -0.03678586357585621, 0.03192205996187328, -5.982630854594592e-14, -0.049849601239632745, 0.005649495834116338]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 747770386
+    - 
+      positions: [0.19437962097818814, 0.16733466666493985, -1.201754899629983, -0.4874852426321185, -2.0369413568210506, -0.6460712929425683]
+      velocities: [-0.1705275050148755, 0.04470067460187242, -0.015871293239943084, -0.4133345318673514, 0.014639249580494462, 0.1583272163365681]
+      accelerations: [0.0030751465834823665, -0.036724869603552854, 0.03187143288427267, 1.0633626353620586e-13, -0.049820191897117574, 0.005174668896860088]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 756122117
+    - 
+      positions: [0.19295525074063807, 0.16770678627973876, -1.2018863663809227, -0.4909379744803849, -2.03682080793214, -0.6447485482974158]
+      velocities: [-0.17050285573038287, 0.0443941477436836, -0.015605264811073705, -0.41333453186735114, 0.014223205494152073, 0.15836845772770025]
+      accelerations: [0.0028265470168018737, -0.03666552114865967, 0.03182259505474839, -4.6513430834401375e-14, -0.04979142701754062, 0.004699621376663208]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 764475476
+    - 
+      positions: [0.19153082367078927, 0.16807641312941674, -1.2020156354556852, -0.494391322320153, -2.036703712842931, -0.6434252396445538]
+      velocities: [-0.17048027987001246, 0.04408805512106372, -0.01533958939307404, -0.4133345318673515, 0.0138073249742633, 0.15840573637986352]
+      accelerations: [0.0025777495404744957, -0.03660782985809966, 0.031775566544423955, -2.6574583170726e-14, -0.04976326901690843, 0.004224291691097944]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 772830326
+    - 
+      positions: [0.1901063461347114, 0.16844354380264043, -1.2021427068593735, -0.4978452288475172, -2.0365900733038345, -0.6421014219629543]
+      velocities: [-0.17045978031347742, 0.04378238814350967, -0.015074256492438456, -0.4133345318673515, 0.013391609753391608, 0.15843904816631346]
+      accelerations: [0.0023287195494648325, -0.036551793014993984, 0.031730328079275345, 3.3213132171418e-14, -0.0497357605569805, 0.0037487277136221196]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 781186527
+    - 
+      positions: [0.18868182449907678, 0.1688081749342862, -1.2022675806180663, -0.5012996366547267, -2.036479890881987, -0.6407771503341578]
+      velocities: [-0.1704413598501484, 0.04347713817104177, -0.014809255618430458, -0.4133345318673515, 0.012976061491253531, 0.15846838916762682]
+      accelerations: [0.002079488824881661, -0.036497420025553146, 0.03168689376726642, -3.9850307059052736e-14, -0.04970887591604898, 0.0032728843240931904]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 789543941
+    - 
+      positions: [0.18725726513033233, 0.1691703032059418, -1.2023902567780937, -0.5047544882437639, -2.0363731669587684, -0.6394524799353242]
+      velocities: [-0.17042502107232527, 0.04317229649596714, -0.014544576230502742, -0.4133345318673516, 0.012560681885398193, 0.1584937555228596]
+      accelerations: [0.0018300482006155534, -0.0364447126933288, 0.03164525713335111, 1.3281840195816847e-14, -0.04968263115788584, 0.0027967735930416815]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 797902428
+    - 
+      positions: [0.1858326743948356, 0.16952992534594274, -1.2025107354064055, -0.5082097260306901, -2.0362699027305835, -0.6381274660318048]
+      velocities: [-0.17041076650857787, 0.042867854368633745, -0.01428020780600436, -0.41333453186735136, 0.012145472535684092, 0.1585151436153883]
+      accelerations: [0.0015803974377301508, -0.036393674425400285, 0.03160541629915013, 3.984139966570898e-14, -0.049657032908347255, 0.002320394719326727]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 806261850
+    - 
+      positions: [0.1844080586587631, 0.16988703812951544, -1.2026290165906979, -0.5116652923520858, -2.0361700992089564, -0.6368021639697893]
+      velocities: [-0.17039859854004202, 0.04256380298308704, -0.014016139799052356, -0.41333453186735125, 0.011730435031327535, 0.15853254995572155]
+      accelerations: [0.0013305473026091429, -0.03634431063966997, 0.031567374864459104, -6.6396574576854805e-15, -0.04963207633124015, 0.0018437315775340821]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 814622067
+    - 
+      positions: [0.18298342428778253, 0.1702416383790263, -1.2027451004392422, -0.5151211294739599, -2.036073757219789, -0.6354766291690549]
+      velocities: [-0.1703885193379141, 0.04226013346695352, -0.013752361610841143, -0.41333453186735125, 0.011315571014366057, 0.15854597109833118]
+      accelerations: [0.001080512412075239, -0.03629662730601628, 0.03153113824993489, 0.0, -0.04960775274960656, 0.0013667633276300412]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 822982939
+    - 
+      positions: [0.18155877764663467, 0.17059372296426706, -1.2028589870806077, -0.5185771796015618, -2.0359808774023813, -0.6341509171156815]
+      velocities: [-0.170380531033083, 0.04195683691321868, -0.013488862674187918, -0.41333453186735125, 0.010900882008706196, 0.15855540387280043]
+      accelerations: [0.0008302628665538758, -0.03625062241664993, 0.03149669005557148, -6.638839094413133e-15, -0.04958409814147999, 0.0008895290031923981]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 831344327
+    - 
+      positions: [0.180134125099714, 0.17094328880227527, -1.2029706766645802, -0.5220333848792457, -2.0358914602118814, -0.6328250833543787]
+      velocities: [-0.17037463561223165, 0.04165390436318786, -0.01322563240350141, -0.41333453186735136, 0.010486369527665403, 0.15856084524162428]
+      accelerations: [0.0005798380554965052, -0.03620630621444195, 0.03146404791164966, -6.638596687946343e-15, -0.04956107805155491, 0.00041197362263668206]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 839706089
+    - 
+      positions: [0.17870947301009302, 0.171290332857878, -1.2030801693612176, -0.5254896874058844, -2.0358055059164317, -0.6314991834814059]
+      velocities: [-0.1703708348907475, 0.04135132680206473, -0.012962660181766332, -0.4133345318673514, 0.010072035101506375, 0.15856229226336388]
+      accelerations: [0.00032921448584276476, -0.03616367791239984, 0.031433198743386036, -1.3276931097688461e-14, -0.049538721766355445, -6.587271741536237e-05]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 848068087
+    - 
+      positions: [0.1772848277399565, 0.17163485214356566, -1.203187465361587, -0.5289460292362189, -2.03572301459919, -0.6301732731369251]
+      velocities: [-0.1703691305817076, 0.04104909517313146, -0.012699935395915076, -0.4133345318673513, 0.009657880208624296, 0.158559742187749]
+      accelerations: [7.841497597503455e-05, -0.036122744538350356, 0.03140415194161648, 3.983067442448843e-14, -0.04951701120600019, -0.0005440423600593224]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 856430180
+    - 
+      positions: [0.1758601956500008, 0.1719768437198611, -1.2032925648772663, -0.5324023523925911, -2.035643986156811, -0.628847407997724]
+      velocities: [-0.1703695242499514, 0.04074720037051331, -0.012437447414909597, -0.4133345318673516, 0.009243906323738966, 0.1585531923921361]
+      accelerations: [-0.0001725730429210683, -0.036083507222009814, 0.03137689990316814, -9.957805965303444e-14, -0.049495964052997145, -0.001022520512047006]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 864792228
+    - 
+      positions: [0.17443558309961749, 0.1723163046953019, -1.2033954681407837, -0.5358585988687877, -2.03556842030067, -0.6275216437696592]
+      velocities: [-0.17037201731921076, 0.04044563324154793, -0.012175185594308479, -0.4133345318673519, 0.008830114910920141, 0.15854264039258686]
+      accelerations: [-0.00042372851342374054, -0.036045972601862195, 0.031351451146531185, 1.9916220961121868e-14, -0.04947556380554954, -0.0015013369622925248]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 873154091
+    - 
+      positions: [0.1730109964463386, 0.17265323222677417, -1.2034961754051592, -0.5393147106413914, -2.035496316555556, -0.6261960361803277]
+      velocities: [-0.17037661109585425, 0.0401443845923808, -0.01191313928849714, -0.41333453186735125, 0.008416507401472945, 0.15852808387470124]
+      accelerations: [-0.0006750697329537546, -0.03601014065742845, 0.031327795371368705, 1.261420415595033e-13, -0.04945583335845171, -0.001980469629971321]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 881515627
+    - 
+      positions: [0.17158644204613863, 0.1729876235194442, -1.2035946869444998, -0.5427706296723888, -2.0354276742613644, -0.6248706409714578]
+      velocities: [-0.1703833067530871, 0.039843445186716384, -0.011651297844315105, -0.4133345318673511, 0.008003085210929892, 0.15850952067288854]
+      accelerations: [-0.0009265719064806747, -0.035976018518557695, 0.031305942851805504, -7.967377024638561e-14, -0.04943675207077337, -0.0024599533433035136]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 889876697
+    - 
+      positions: [0.17016192625280258, 0.1733194758271203, -1.2036910030534376, -0.5462262979213611, -2.0353624925715734, -0.6235455138915987]
+      velocities: [-0.17039210533926524, 0.03954280574746605, -0.011389650605026289, -0.4133345318673517, 0.007589849731859435, 0.15848694878026975]
+      accelerations: [-0.0011782553588147152, -0.0359436059625122, 0.031285882566244684, -5.976016623592072e-14, -0.04941834448382076, -0.002939763721618439]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 898237161
+    - 
+      positions: [0.1687374554182607, 0.17364878645215204, -1.203785124047769, -0.5496816573476827, -2.0353007704551302, -0.6222207106884982]
+      velocities: [-0.17040300773369116, 0.039242456951525284, -0.011128186891197343, -0.4133345318673517, 0.007176802378680376, 0.15846036629289886]
+      accelerations: [-0.0014300847462577091, -0.035912911553613265, 0.0312676295863867, 4.6484673969770376e-14, -0.049400579143551844, -0.00341994900430753]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 906596877
+    - 
+      positions: [0.16731303589174626, 0.17397555274588944, -1.2038770502636131, -0.5531366499250162, -2.0352425066942286, -0.6208962871018389]
+      velocities: [-0.17041601470645412, 0.038942389440771594, -0.010866896029367367, -0.41333453186735153, 0.006763944529823452, 0.15842977148617654]
+      accelerations: [-0.0016820947365592987, -0.035883932628073135, 0.03125116625577525, 0.0, -0.04938349434985304, -0.003900466579731548]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 914955706
+    - 
+      positions: [0.16588867402042534, 0.1742997721084457, -1.203966782058433, -0.5565912176403679, -2.0351876998872838, -0.6195722988555451]
+      velocities: [-0.17043112692629414, 0.03864259382417551, -0.010605767356612063, -0.41333453186735136, 0.0063512775206918835, 0.1583951628251285]
+      accelerations: [-0.0019342518806828377, -0.03585667745667749, 0.0312365067983332, 3.985380726231654e-14, -0.04936706027223671, -0.004381362282273212]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 923313507
+    - 
+      positions: [0.16446437614859324, 0.17462144198911903, -1.2040543198102374, -0.560045302508164, -2.0351363484469225, -0.6182488016505118]
+      velocities: [-0.170448344873523, 0.03834306066513938, -0.010344790180489682, -0.41333453186735125, 0.005938802731910884, 0.15835653885162418]
+      accelerations: [-0.0021865700262265306, -0.035831146595132486, 0.031223643362643817, -1.9929856622371616e-14, -0.04935129401424737, -0.0048626205175769915]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 931670140
+    - 
+      positions: [0.16304014861786886, 0.17494055988635712, -1.204139663918044, -0.5634988465738848, -2.0350884506014726, -0.6169258511570473]
+      velocities: [-0.1704676689189547, 0.038043780495614396, -0.010083953817186825, -0.41333453186735136, 0.005526521511451912, 0.1583138982871754]
+      accelerations: [-0.0024390346088663897, -0.035807345127340615, 0.031212581269523976, 6.6443816318985206e-15, -0.04933618428576532, -0.005344262559160909]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 940025464
+    - 
+      positions: [0.16161599776679136, 0.17525712334798657, -1.2042228148015854, -0.5669517919239544, -2.035044004394411, -0.6156035030074991]
+      velocities: [-0.17048909930871847, 0.037744743814700006, -0.009823247584852281, -0.4133345318673517, 0.00511443519142223, 0.1582672400116939]
+      accelerations: [-0.0026916558452699324, -0.03578527415240409, 0.031203314497575782, -8.639266364475561e-14, -0.04932174411361786, -0.005826277912949705]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 948379340
+    - 
+      positions: [0.16019192993093, 0.17557112997120997, -1.2043037729016717, -0.5704040806901794, -2.0350030076856283, -0.6142818127887545]
+      velocities: [-0.17051263613173723, 0.03744594108497346, -0.009562660789796814, -0.41333453186735203, 0.004702545121120361, 0.15821656302343814]
+      accelerations: [-0.0029444113708409336, -0.03576493983130799, 0.031195851899953157, -6.646909201742002e-15, -0.04930795420701049, -0.006308697462067145]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 956731627
+    - 
+      positions: [0.15876795144233002, 0.17588257740289565, -1.2043825386796847, -0.5738556550612984, -2.0349654581503853, -0.6129608360349151]
+      velocities: [-0.17053827938055693, 0.03714736274268282, -0.009302182754652354, -0.41333453186735203, 0.0042908526085870535, 0.15816186651448524]
+      accelerations: [-0.00319732595877874, -0.03574634102800691, 0.03119018094257053, 1.99450221774329e-14, -0.049294841523155164, -0.006791492640175047]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 965082186
+    - 
+      positions: [0.1573440686299083, 0.1761914633394354, -1.2044591126183248, -0.5773064572842403, -2.034931353281662, -0.6116406282197725]
+      velocities: [-0.1705660288906765, 0.03684899919040875, -0.009041802792193663, -0.4133345318673518, 0.0038793589815370273, 0.15810314979502343]
+      accelerations: [-0.0034503626850102423, -0.03572948586990736, 0.03118631698449461, 3.324942050628468e-14, -0.04928237209969903, -0.007274712470781099]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 973430877
+    - 
+      positions: [0.15592028781861575, 0.17649778552716208, -1.2045334952207192, -0.5807564296787847, -2.0349006903881466, -0.6103212447495764]
+      velocities: [-0.17059588435294507, 0.03655084079977332, -0.008781510211427583, -0.41333453186735153, 0.0034680655762350347, 0.1580404123083714]
+      accelerations: [-0.003703549272493194, -0.03571437276656004, 0.031184246250163663, 2.6606157369680835e-14, -0.049270575478619176, -0.007758324766666145]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 981777560
+    - 
+      positions: [0.1544966153298875, 0.17680154176217422, -1.2046056870112436, -0.5842055146381554, -2.0348734665968427, -0.609002740955537]
+      velocities: [-0.17062784536590134, 0.03625287792077835, -0.008521294342267357, -0.4133345318673516, 0.0030569736873497233, 0.15797365369679647]
+      accelerations: [-0.003956861291174517, -0.035701007824072845, 0.031183978428672127, -3.991983877616252e-14, -0.04925942963520219, -0.008242362780734789]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 990122096
+    - 
+      positions: [0.15307305748105646, 0.17710272989063078, -1.2046756885349605, -0.5876536546409128, -2.034849678852009, -0.6076851720865796]
+      velocities: [-0.17066191136362013, 0.03595510087175552, -0.008261144503385222, -0.4133345318673516, 0.0026460846402813973, 0.1579028737099945]
+      accelerations: [-0.004210309145144791, -0.0356893920683965, 0.031185507673917916, 3.3275927354479506e-14, -0.04924894671897074, -0.008726816216070339]
+      effort: []
+      time_from_start: 
+        secs: 6
+        nsecs: 998464346
+    - 
+      positions: [0.15164962058545808, 0.1774013478087212, -1.204743500357975, -0.5911007922552647, -2.0348293239165907, -0.606368593301981]
+      velocities: [-0.17069808164331832, 0.035657499945635024, -0.0080010500162546, -0.4133345318673516, 0.002235399764859169, 0.1578280722413236]
+      accelerations: [-0.004463874959147743, -0.03567953030381824, 0.031188840535899973, -3.328588186334445e-14, -0.04923911090730797, -0.009211709621194183]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:   6804171
+    - 
+      positions: [0.15022631095198322, 0.17769739346290023, -1.2048091230670523, -0.5945468701494546, -2.0348123983716957, -0.6050530596641265]
+      velocities: [-0.17073635539483561, 0.03536006541478115, -0.007741000218291421, -0.4133345318673515, 0.0018249203683463663, 0.15774924936191748]
+      accelerations: [-0.0047175761632614315, -0.03567142261022655, 0.031193968246541987, 7.325207089106768e-14, -0.04922994076439497, -0.009697024465641727]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  15141432
+    - 
+      positions: [0.1488031348853089, 0.17799086484978693, -1.2048725572701526, -0.5979918310945301, -2.0347988986185523, -0.6037386261311997]
+      velocities: [-0.17077673166354465, 0.03506278752711162, -0.0074809844476578635, -0.4133345318673512, 0.0014146477725205543, 0.15766640527604447]
+      accelerations: [-0.004971385916985086, -0.035665074937351125, 0.031200901236066593, -1.3322987737926801e-14, -0.04922141149334952, -0.010182795966925229]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  23475991
+    - 
+      positions: [0.147380098685286, 0.17828176001646595, -1.2049338035958113, -0.6014356179765723, -2.034788820877439, -0.6024253475500181]
+      velocities: [-0.1708192093506311, 0.034765656507707535, -0.007220992044210803, -0.41333453186735114, 0.001004583314935969, 0.15757954032092164]
+      accelerations: [-0.005225321659916669, -0.03566048718175212, 0.031209630726852806, 2.6655281842285236e-14, -0.049213541279727276, -0.01066900556699162]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  31807709
+    - 
+      positions: [0.14595720864717154, 0.17857007706038863, -1.2049928626936757, -0.6048781737993942, -2.034782161189687, -0.6011132786487918]
+      velocities: [-0.1708637872543653, 0.03446866256530401, -0.006961012368001954, -0.4133345318673511, 0.0005947283098165008, 0.1574886550163117]
+      accelerations: [-0.005479366372262215, -0.03565766395276249, 0.03122016294566893, -1.3332517883933257e-14, -0.04920631462994331, -0.011155676529427562]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  40136449
+    - 
+      positions: [0.14453447106120115, 0.17885581412956977, -1.2050497352341356, -0.6083194416945933, -2.0347789154173497, -0.5998024740300053]
+      velocities: [-0.17091046403761495, 0.03417179588954396, -0.006701034786082038, -0.41333453186735114, 0.00018508408151756333, 0.15739375002458708]
+      accelerations: [-0.005733529631139852, -0.03565660602248208, 0.0312324925088769, 6.6688093052170374e-15, -0.04919974164299774, -0.011642799792824383]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  48462073
+    - 
+      positions: [0.1431118922126708, 0.17913896942256358, -1.2051044219086586, -0.6117593649258641, -2.0347790792447076, -0.5984929881632696]
+      velocities: [-0.1709592381776709, 0.033875046645111206, -0.006441048651913834, -0.41333453186735136, -0.00022434798662010434, 0.15729482609163115]
+      accelerations: [-0.005987782257310019, -0.035657319609074666, 0.03124663080952919, -6.671471536772085e-14, -0.049193794973038024, -0.012130412752248515]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  56784444
+    - 
+      positions: [0.14168947838129736, 0.17941954118873604, -1.205156923429096, -0.6151978869015082, -2.0347826481772073, -0.5971848753783002]
+      velocities: [-0.1710101080956295, 0.03357840499043399, -0.006181043361231726, -0.41333453186735164, -0.0006335665754897659, 0.1571918841996148]
+      accelerations: [-0.006242164841988544, -0.03565980120613981, 0.03126255926491463, 0.0, -0.04918851427245272, -0.012618469527335138]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  65103425
+    - 
+      positions: [0.1402672358418613, 0.17969752772798955, -1.2052072405288314, -0.618634951172115, -2.0347896175450786, -0.5958781898578005]
+      velocities: [-0.17106307205646193, 0.03328186106625587, -0.0059210083107690895, -0.4133345318673514, -0.0010425703320762474, 0.15708492544866545]
+      accelerations: [-0.006496624070682778, -0.035664060007446506, 0.031280299433039026, 5.3417052394691334e-14, -0.04918384852636231, -0.013107035884245291]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  73418879
+    - 
+      positions: [0.13884517086313478, 0.1799729273912258, -1.205255373961458, -0.6220705014480555, -2.034799982500726, -0.5945729856305645]
+      velocities: [-0.17111812815715333, 0.03298540499426851, -0.0056609328930433585, -0.4133345318673515, -0.0014513578572830563, 0.15697395104163758]
+      accelerations: [-0.0067511976012938875, -0.035670093028117765, 0.03129983418350621, -6.012116362392293e-14, -0.04917983438316894, -0.01359606946121932]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  81730670
+    - 
+      positions: [0.13742328970846637, 0.1802457385800786, -1.2053013245018396, -0.6255044815977083, -2.034813738022202, -0.5932693165644602]
+      velocities: [-0.17117527438434316, 0.032689026886784836, -0.005400806522646926, -0.41333453186735153, -0.0018599277606868533, 0.15685896235374697]
+      accelerations: [-0.007005845830466632, -0.03567790734908172, 0.031321178987066746, 4.0099432960266176e-14, -0.04917643387239368, -0.014085619207082963]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  90038662
+    - 
+      positions: [0.13600159863497144, 0.18051595974725607, -1.205345092945154, -0.628936835661906, -2.034830878911594, -0.5919672363595924]
+      velocities: [-0.17123450865818216, 0.032392716853343176, -0.00514061865439659, -0.41333453186735153, -0.0022682786996873357, 0.15673996098018872]
+      accelerations: [-0.007260616911109563, -0.03568749862380428, 0.031344312564247065, -4.011876078748576e-14, -0.049173693065076504, -0.014575631123062626]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs:  98342720
+    - 
+      positions: [0.13458010389428318, 0.18078358939620262, -1.2053866801082254, -0.632367507849929, -2.034851399799183, -0.5906667985413983]
+      velocities: [-0.17129582867981163, 0.03209646498262517, -0.004880358720936158, -0.4133345318673517, -0.002676409233110141, 0.1566169485607672]
+      accelerations: [-0.007515434342475011, -0.03569887849928339, 0.03136926564548756, 0.0, -0.04917153860358114, -0.015066196307530939]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 106642710
+    - 
+      positions: [0.13315881173111327, 0.1810486260817007, -1.2054260868276023, -0.6357964425614859, -2.034875295139525, -0.5893680564539295]
+      velocities: [-0.17135923204214482, 0.03180026135716163, -0.004620016179025976, -0.41333453186735136, -0.0030843179259477304, 0.15648992690611624]
+      accelerations: [-0.007770372876564712, -0.03571203927534423, 0.031396005985822074, 8.701209300018472e-14, -0.049170041727395315, -0.015557230157024263]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 114938495
+    - 
+      positions: [0.13173772838445855, 0.18131106840932795, -1.2054633139615836, -0.6392235843770856, -2.0349025592173655, -0.5880710632530468]
+      velocities: [-0.17142471625436878, 0.03150409605882407, -0.004359580521411977, -0.413334531867351, -0.003492003371414159, 0.15635889802792893]
+      accelerations: [-0.008025361726231271, -0.035726991512589235, 0.031424561713945455, 0.0, -0.049169134278401486, -0.016048816413375484]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 123229943
+    - 
+      positions: [0.13031686008627427, 0.18157091503600734, -1.2054983623884483, -0.6426488780786492, -2.034933186144177, -0.586775871899787]
+      velocities: [-0.17149227864215205, 0.031207959156416165, -0.00409904123505896, -0.41333453186735136, -0.0038994640938259124, 0.15622386402035784]
+      accelerations: [-0.008280451508191565, -0.03574373070344938, 0.03145491084259649, -1.0050693597732294e-13, -0.04916886405725604, -0.016540898834578002]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 131516920
+    - 
+      positions: [0.12889621306225035, 0.18182816466963966, -1.2055312330078465, -0.646072268644836, -2.0349671698625302, -0.585482535153716]
+      velocities: [-0.17156191644828714, 0.030911840720233, -0.0038383878443772152, -0.41333453186735164, -0.004306698643855231, 0.15608482717806868]
+      accelerations: [-0.008535595503245987, -0.035762264112904237, 0.03148707131263066, 4.02254522777398e-14, -0.04916918573635139, -0.017033532592095182]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 139799293
+    - 
+      positions: [0.12747579353091643, 0.18208281606946122, -1.205561926739661, -0.6494937012664657, -2.0350045041442653, -0.5841911055663763]
+      velocities: [-0.17163362671027318, 0.030615730808083767, -0.0035776098612574836, -0.4133345318673512, -0.004713705480642654, 0.1559417898545485]
+      accelerations: [-0.008790814663097642, -0.035782590804886306, 0.031521033388675, 6.708133241172645e-14, -0.049170118602029675, -0.017526695424550855]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 148076928
+    - 
+      positions: [0.12605560770390783, 0.18233486804589127, -1.2055904445246235, -0.6529131213478687, -2.035045182593015, -0.5829016354747825]
+      velocities: [-0.17170740643978438, 0.030319619488279864, -0.0033166968592448142, -0.4133345318673514, -0.005120483141198793, 0.1557947546657129]
+      accelerations: [-0.00904610542907752, -0.035804712711848694, 0.03155679732709029, -1.20818446898039e-13, -0.04917165813714343, -0.018020393183124536]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 156349695
+    - 
+      positions: [0.12463566178580016, 0.18258431946056733, -1.2056167873243009, -0.6563304745132722, -2.0350891986451662, -0.5816141769949862]
+      velocities: [-0.17178325245191772, 0.030023496820318397, -0.0030556384045718333, -0.4133345318673516, -0.005527030076197212, 0.15564372429611248]
+      accelerations: [-0.009301447342769964, -0.03582863378144077, 0.03159437027138542, 7.387875097344966e-14, -0.04917378388638527, -0.0185146502357458]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 164617461
+    - 
+      positions: [0.12321596197368498, 0.18283116922647943, -1.2056409561206316, -0.6597457066165122, -2.035136545569814, -0.5803287820157013]
+      velocities: [-0.17186116144687208, 0.029727352866010207, -0.0027944240900834643, -0.4133345318673511, -0.005933344727058974, 0.15548870159061434]
+      accelerations: [-0.00955685641625501, -0.03585435344941925, 0.03163374447404295, 5.3763805099168764e-14, -0.04917650985831847, -0.019009450068224038]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 172880095
+    - 
+      positions: [0.12179651445733475, 0.1830754163078622, -1.2056629519164224, -0.6631587637432529, -2.035187216471015, -0.5790455021920037]
+      velocities: [-0.17194113002331668, 0.029431177692184844, -0.0025330435414289204, -0.41333453186735114, -0.006339425537041041, 0.15532968956863397]
+      accelerations: [-0.009812315239023664, -0.035881875227541396, 0.03167492580256351, -6.724812530885949e-14, -0.049179818192651104, -0.019504813420496238]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 181137468
+    - 
+      positions: [0.12037732541882756, 0.18331705972029688, -1.2056827757349655, -0.6665695922199275, -2.0352412042879844, -0.5777643889390941]
+      velocities: [-0.17202315460507975, 0.029134961363769273, -0.0022714863883342945, -0.4133345318673515, -0.006745270880306242, 0.15516669134255323]
+      accelerations: [-0.010067821900010656, -0.03591120042614189, 0.03171791366180509, -2.01877821274057e-14, -0.04918370563614791, -0.02000074330390827]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 189389448
+    - 
+      positions: [0.1189584010324265, 0.1835560985307234, -1.2057004286200714, -0.6699781386194384, -2.035298501796284, -0.5764854934261201]
+      velocities: [-0.17210723155467977, 0.02883869395729042, -0.0020097423100518944, -0.4133345318673512, -0.00715087916817954, 0.15499971024165135]
+      accelerations: [-0.010323386302878153, -0.03594232949584318, 0.03176270311896393, 9.427348157560577e-14, -0.04918817998107393, -0.020497230221959987]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 197635907
+    - 
+      positions: [0.11753974746464171, 0.18379253185734135, -1.2057159116363858, -0.6733843497644155, -2.0353591016097505, -0.5752088665701146]
+      velocities: [-0.1721933570295525, 0.02854236554658219, -0.0017478009798858522, -0.4133345318673509, -0.007556248712551337, 0.1548287496545834]
+      accelerations: [-0.010578971468853835, -0.03597526741391837, 0.03180930723422718, -2.6953962699215567e-14, -0.04919320474434765, -0.020994315163593805]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 205876717
+    - 
+      positions: [0.11612137087356018, 0.18402635886985033, -1.2057292258685275, -0.676788172739804, -2.0354229961796095, -0.5739345590299202]
+      velocities: [-0.17228152710033764, 0.028245966217508356, -0.001485652112272175, -0.4133345318673512, -0.00796137783544491, 0.15465381315824062]
+      accelerations: [-0.010834615813391853, -0.036010011249558105, 0.031857709838314485, -4.045963397145983e-14, -0.04919881420753983, -0.021491957110429533]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 214111749
+    - 
+      positions: [0.1147032774093598, 0.18425757878916735, -1.2057403724221407, -0.680189554890228, -2.035490177798164, -0.5726626212003029]
+      velocities: [-0.1723717377471518, 0.0279494860676671, -0.0012232854614167275, -0.4133345318673515, -0.008366264864506895, 0.1544749045122482]
+      accelerations: [-0.011090281222988076, -0.03604656627481995, 0.03190792454969795, -3.374082502650762e-14, -0.049204970694460795, -0.02199019818773246]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 222340875
+    - 
+      positions: [0.11328547321362072, 0.18448619088764345, -1.2057493524229923, -0.6835884438326311, -2.0355606385979037, -0.5713931032060406]
+      velocities: [-0.17246398477696423, 0.027652915199342154, -0.0009606907900116987, -0.4133345318673517, -0.008770908053899695, 0.15429202756836327]
+      accelerations: [-0.011345985874504583, -0.03608493146261932, 0.031959942975538946, -1.3506337262370471e-14, -0.049211689209229664, -0.022489019085760058]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 230563970
+    - 
+      positions: [0.11186796441952365, 0.18471219448892304, -1.2057561670175152, -0.68698478745754, -2.0356343705540088, -0.5701260548961611]
+      velocities: [-0.17255826389791834, 0.02735624372905336, -0.0006978578991640787, -0.4133345318673516, -0.009175305652990977, 0.1541051863517047]
+      accelerations: [-0.01160170945500903, -0.03612510996067938, 0.03201377166775929, 4.0549698784732795e-14, -0.049218948621446525, -0.022988441974299282]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 238780906
+    - 
+      positions: [0.11045075715144893, 0.18493558896803486, -1.2057608173723642, -0.6903785339379302, -2.0357113654845893, -0.5688615258382023]
+      velocities: [-0.17265457065843706, 0.027059461781723356, -0.00043477660508032807, -0.41333453186735125, -0.00957945584826276, 0.15391438499373755]
+      accelerations: [-0.011857455124055961, -0.03616710235262239, 0.03206940808871095, 4.0581050544411404e-14, -0.04922674971804172, -0.02348846355739643]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 246991559
+    - 
+      positions: [0.109033857524943, 0.18515637375133098, -1.205763304674571, -0.6937696317333123, -2.0357916150523443, -0.567599565312595]
+      velocities: [-0.17275290049592776, 0.026762559497427188, -0.00017143675875011383, -0.41333453186735114, -0.009983356807572702, 0.1537196277843273]
+      accelerations: [-0.012113214169368286, -0.036210910334572334, 0.03212685419445865, -6.768844428709796e-15, -0.04923508200903471, -0.023989093083602343]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 255195804
+    - 
+      positions: [0.10761727164650178, 0.18537454831649994, -1.2057636301314003, -0.6971580295960874, -2.0358751107655393, -0.5663402223071047]
+      velocities: [-0.17285324879155695, 0.026465527037539842, 9.217173329566565e-05, -0.4133345318673509, -0.01038700672923697, 0.15352091922753872]
+      accelerations: [-0.01236900290842682, -0.03625653320171406, 0.03218610258202845, 5.41943285015894e-14, -0.0492439582003594, -0.024490313353098783]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 263393517
+    - 
+      positions: [0.1062010056137233, 0.18559011219241875, -1.2057617949708335, -0.700543676572906, -2.03596184398045, -0.5650835455114117]
+      velocities: [-0.17295561070463594, 0.02616835457040497, 0.0003560589699844358, -0.41333453186735125, -0.0107904036874103, 0.15331826386815323]
+      accelerations: [-0.012624771963269157, -0.03630397633130016, 0.03224717027624313, -1.3559696472852258e-13, -0.04925332994504201, -0.02499217566552921]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 271584575
+    - 
+      positions: [0.10478506551450438, 0.18580306495940918, -1.2057578004404075, -0.7039265220187687, -2.0360518059000574, -0.5638295833116224]
+      velocities: [-0.1730599812942456, 0.025871032283771724, 0.000620235010099924, -0.4133345318673516, -0.011193545743843496, 0.15311166641778334]
+      accelerations: [-0.012880567105775141, -0.03635323615059494, 0.03231003890349264, 6.10696427260447e-14, -0.049263237110974384, -0.02549463170985446]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 279768855
+    - 
+      positions: [0.10336945742762663, 0.1860134062488982, -1.2057516478084345, -0.7073065155924386, -2.036144987578225, -0.5625783837850943]
+      velocities: [-0.17316635554626308, 0.025573550388940353, 0.0008847098610078838, -0.4133345318673513, -0.011596430971678064, 0.15290113178304982]
+      accelerations: [-0.013136345263758346, -0.036404317234156325, 0.032374722952220464, 0.0, -0.04927363703078368, -0.02599772566631165]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 287946235
+    - 
+      positions: [0.10195418742204883, 0.18622113574362623, -1.2057433383630054, -0.7106836072690922, -2.036241379918813, -0.5613299946951308]
+      velocities: [-0.17327472831212914, 0.02527589911571005, 0.0011494935016420973, -0.41333453186735125, -0.011999057396817872, 0.1526866649990033]
+      accelerations: [-0.0133921370737947, -0.03645721743035278, 0.03244120982416154, 6.797182075945165e-15, -0.04928455522087439, -0.02650142510680396]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 296116594
+    - 
+      positions: [0.1005392615572649, 0.18642625317739897, -1.2057328734128256, -0.714057747338544, -2.0363409736789966, -0.5600844634859563]
+      velocities: [-0.17338509429423532, 0.024978068712862816, 0.0014145958864063028, -0.41333453186735125, -0.012401422983997254, 0.15246827121601025]
+      accelerations: [-0.013647895541981514, -0.0365119413749784, 0.0325095151607079, 0.0, -0.04929594540217764, -0.02700577718061729]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 304279813
+    - 
+      positions: [0.0991246858825608, 0.18662875833530287, -1.2057202542861283, -0.7174288864183739, -2.036443759468246, -0.5588418372775611]
+      velocities: [-0.17349744805617506, 0.024680049449764506, 0.001680026941359707, -0.4133345318673515, -0.01280352564498934, 0.15224595570827515]
+      accelerations: [-0.013903653590243684, -0.036568486689019526, 0.03257962557740518, -6.128360040821511e-14, -0.049307835012871816, -0.02751074699223966]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 312435771
+    - 
+      positions: [0.09771046643740161, 0.18682865105343557, -1.2057054823315634, -0.7207969754515393, -2.0365497277517997, -0.557602162860871]
+      velocities: [-0.1736117841045576, 0.024381831625541084, 0.0019457965332399239, -0.4133345318673515, -0.013205363312816682, 0.15201972395769145]
+      accelerations: [-0.014159383957844173, -0.03662685595300296, 0.03265154932453547, 6.815507346677124e-14, -0.04932019581373832, -0.028016360868597153]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 320584350
+    - 
+      positions: [0.09629660925096926, 0.18702593121900427, -1.2056885589176098, -0.724161965715479, -2.0366588688507976, -0.5563654866928212]
+      velocities: [-0.17372809678094445, 0.024083405560143066, 0.0022119145086646145, -0.4133345318673515, -0.013606933840660725, 0.15178958154159314]
+      accelerations: [-0.014415092839875635, -0.03668704915506933, 0.03272528278736204, -6.13965204469442e-14, -0.04933303038476577, -0.028522611055755938]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 328725431
+    - 
+      positions: [0.0948831203421771, 0.1872205987701987, -1.2056694854327972, -0.7275238088246702, -2.0367711729442943, -0.555131854891643]
+      velocities: [-0.17384638031189148, 0.023784761599984255, 0.002478390675199415, -0.4133345318673518, -0.014008235047175108, 0.15155553418387493]
+      accelerations: [-0.01467076492711985, -0.03674906765785167, 0.03280082974330602, -3.414136799446731e-14, -0.049346321432200614, -0.02902951102529576]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 336858899
+    - 
+      positions: [0.0934700057193844, 0.18741265369620738, -1.2056482632854162, -0.7308824567371943, -2.036886630070111, -0.5539013132321544]
+      velocities: [-0.17396662879574215, 0.0234858901185934, 0.0027452348052478216, -0.4133345318673518, -0.014409264703238498, 0.15131758774118367]
+      accelerations: [-0.014926402896268459, -0.03681291145730623, 0.03287818769160587, 4.100892728054209e-14, -0.04936006817016618, -0.029537056046923332]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 344984637
+    - 
+      positions: [0.09205727138036132, 0.1876020960371148, -1.2056248939036613, -0.734237861757767, -2.0370052301266948, -0.552673907141212]
+      velocities: [-0.17408883627281158, 0.02318678152280504, 0.0030124566110827727, -0.4133345318673515, -0.014810020594749432, 0.15107574827113132]
+      accelerations: [-0.015182008422603758, -0.03687858057291603, 0.03295735443832152, 4.7890348341473077e-14, -0.04937426865066393, -0.030045242455588237]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 353102529
+    - 
+      positions: [0.09064492331223141, 0.18778892588380722, -1.2055993787357535, -0.7375899765408888, -2.0371269628749187, -0.5514496816932581]
+      velocities: [-0.17421299661024564, 0.02288742624482246, 0.0032800657848850298, -0.41333453186735125, -0.01521050041592139, 0.15083002191714734]
+      accelerations: [-0.015437555533835325, -0.03694607712138021, 0.03303833750197288, 6.8482448423347515e-15, -0.04938889568780647, -0.030554093508852416]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 361212460
+    - 
+      positions: [0.08923296749106346, 0.18797314337801882, -1.2055717192493824, -0.7409387540990423, -2.0372518179384347, -0.5502286816058684]
+      velocities: [-0.17433910352518428, 0.022587814745611095, 0.00354807198957039, -0.41333453186735125, -0.015610701790326384, 0.1505804149316506]
+      accelerations: [-0.015693051286352993, -0.037015400426813685, 0.03312113256968347, -6.855120612764642e-15, -0.0494039523464593, -0.031063599454637842]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 369314318
+    - 
+      positions: [0.08782140988189288, 0.18815474871220272, -1.2055419169319692, -0.7442841478045906, -2.0373797848058235, -0.5490109512354989]
+      velocities: [-0.1744671507160194, 0.02228793752608652, 0.0038164848126551404, -0.4133345318673509, -0.016010622388721273, 0.15032693380378906]
+      accelerations: [-0.015948501791277468, -0.03708655002136088, 0.03320573594588239, 8.234526628030037e-14, -0.04941944040203842, -0.031573751667240996]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 377407989
+    - 
+      positions: [0.08641025643872619, 0.18833374212940052, -1.2055099732908907, -0.7476261113917819, -2.0375108528326717, -0.5477965345733405]
+      velocities: [-0.174597131695013, 0.021987785115270338, 0.004085313824121071, -0.41333453186735125, -0.016410259775301472, 0.15006958509439378]
+      accelerations: [-0.01620387246843747, -0.03715952831662068, 0.033292157761334644, -1.7172998613898851e-13, -0.049435324835415864, -0.03208458076305696]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 385493361
+    - 
+      positions: [0.084999513104034, 0.1885101239233186, -1.2054758898527265, -0.7509645989661657, -2.0376450112415565, -0.5465854752411184]
+      velocities: [-0.17472903986855018, 0.021687348077550416, 0.0043545685478954535, -0.4133345318673519, -0.01680961148024511, 0.14980837551316123]
+      accelerations: [-0.01645918895717641, -0.03723433318712008, 0.03338038739984904, 1.3752804496816383e-14, -0.04945162521107957, -0.03259605861753113]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 393570324
+    - 
+      positions: [0.08358918580900643, 0.18868389443809278, -1.2054396681639645, -0.7542995650027603, -2.03778224912519, -0.5453778164872125]
+      velocities: [-0.1748628685370457, 0.02138661701401315, 0.0046242584612453085, -0.41333453186735153, -0.01720867499825892, 0.14954331191896897]
+      accelerations: [-0.016714416280566805, -0.03731096687360845, 0.03347043500948691, 8.260456558251805e-14, -0.04946830597061993, -0.03310821542391846]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 401638767
+    - 
+      positions: [0.08217928047304952, 0.18885505406835407, -1.2054013097902394, -0.7576309643552804, -2.037922555446426, -0.5441736011826436]
+      velocities: [-0.17499861088211582, 0.021085582562615217, 0.004894392998917705, -0.4133345318673514, -0.01760744777559555, 0.14927440130556258]
+      accelerations: [-0.01696957663876501, -0.03738942735135508, 0.033562291120045516, -5.5129071676373566e-14, -0.04948538338342928, -0.03362102613372675]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 409698580
+    - 
+      positions: [0.08076980300399532, 0.18902360325901188, -1.2053608163169567, -0.7609587522547518, -2.0380659190412422, -0.5429728718173807]
+      velocities: [-0.17513625998091803, 0.020784235400394847, 0.005164981547281521, -0.41333453186735164, -0.018005927222486798, 0.14900165081485706]
+      accelerations: [-0.017224638221876382, -0.03746971646187351, 0.033655964586241385, 0.0, -0.04950282478172693, -0.034134517284777226]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 417749657
+    - 
+      positions: [0.07936075929764524, 0.18918954250528908, -1.2053181893486138, -0.7642828843178948, -2.038212328618963, -0.5417756704965432]
+      velocities: [-0.17527580878849713, 0.020482566242750848, 0.005436033450512863, -0.4133345318673517, -0.018404110695730842, 0.14872506771803667]
+      accelerations: [-0.017479618569214737, -0.037551832495932656, 0.033751447589329964, -6.9062995556995685e-15, -0.049520642020896795, -0.03464866804517578]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 425791889
+    - 
+      positions: [0.07795215523792219, 0.18935287235251833, -1.2052734305093065, -0.7676033165463931, -2.0383617727650147, -0.540582038936895]
+      velocities: [-0.17541725016125206, 0.02018056584692838, 0.005707558001746804, -0.4133345318673513, -0.01880199551882608, 0.14844465943890414]
+      accelerations: [-0.0177344913125378, -0.03763577657072242, 0.03384874693557589, 9.67966258639899e-14, -0.04953880724706402, -0.03516349877224627]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 433825169
+    - 
+      positions: [0.07654399669648804, 0.1895135933961488, -1.2052265414421872, -0.7709200053340264, -2.038514239941472, -0.539392018463248]
+      velocities: [-0.1755605768055651, 0.019878225009598117, 0.005979564459602564, -0.41333453186735136, -0.019199578934855598, 0.1481604335032552]
+      accelerations: [-0.017989260896013232, -0.037721547704386224, 0.033947859029823564, -1.0382846835623624e-13, -0.049557320467926984, -0.035679000758267576]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 441849393
+    - 
+      positions: [0.07513628953274255, 0.1896717062815981, -1.2051775238096647, -0.7742329074680852, -2.0386697184891793, -0.5382056500051197]
+      velocities: [-0.17570578136462014, 0.019575534573390552, 0.006252062018949781, -0.41333453186735125, -0.019596858183757213, 0.14787239761944473]
+      accelerations: [-0.018243922201703306, -0.03780914552092376, 0.03404878353359169, 1.1780760238544591e-13, -0.049576172905777455, -0.036195173880538334]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 449864455
+    - 
+      positions: [0.07372903959369487, 0.18982721170414701, -1.2051263792933693, -0.7775419801324408, -2.0388281966293946, -0.5370229740934264]
+      velocities: [-0.17585285636152798, 0.019272485424204393, 0.0065250598297707085, -0.41333453186735114, -0.019993830449538633, 0.1475805596245272]
+      accelerations: [-0.01849846517395651, -0.03789856984409613, 0.03415152167617773, -9.019306103905468e-14, -0.04959535129508507, -0.036712022395675475]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 457870253
+    - 
+      positions: [0.07232225271379163, 0.18998011040885196, -1.2050731095940026, -0.7808471809113494, -2.0389896624652053, -0.5358440308572716]
+      velocities: [-0.17600179414631567, 0.018969068489495488, 0.006798567013122189, -0.41333453186735125, -0.020390492812375528, 0.1472849274345504]
+      accelerations: [-0.01875287105696015, -0.03798982083198224, 0.034256077218760166, 7.640714572938024e-14, -0.04961483468804535, -0.037229558154174634]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 465866683
+    - 
+      positions: [0.0709159347146477, 0.1901304031904934, -1.205017716430995, -0.7841484677946657, -2.0391541039825505, -0.534668860020795]
+      velocities: [-0.17615258707655523, 0.01866527474999074, 0.007072592602523834, -0.41333453186735136, -0.020786842409248586, 0.1469855092094364]
+      accelerations: [-0.01900717463348483, -0.03808289551067701, 0.03436243685408548, -1.1822459537179468e-13, -0.04963464987285424, -0.03774774371364422]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 473853645
+    - 
+      positions: [0.06951009140537441, 0.1902780908932869, -1.204960201543409, -0.78744579917352, -2.039321509053837, -0.5334975009003458]
+      velocities: [-0.17630522731337198, 0.018361095228832926, 0.007347145609288352, -0.4133345318673516, -0.021182876250232213, 0.1466823131653914]
+      accelerations: [-0.01926130568852678, -0.03817779688038277, 0.03447062082651904, 7.659056929858341e-14, -0.04965472973687787, -0.038266637455080986]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 481831036
+    - 
+      positions: [0.06810472858174381, 0.19042317441104234, -1.2049005666883892, -0.7907391338543357, -2.039491865436502, -0.5323299924013204]
+      velocities: [-0.17645970689568316, 0.01805652099653071, 0.0076222349983193684, -0.4133345318673518, -0.021578591284252727, 0.14637534764111204]
+      accelerations: [-0.01951531728852814, -0.038274520809225034, 0.03458060982961068, -1.4639682085256404e-13, -0.04967511740924394, -0.038786184791347475]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 489798758
+    - 
+      positions: [0.06669985202672118, 0.19056565468678963, -1.204838813642497, -0.7940284310510884, -2.0396651607775285, -0.5311663730156172]
+      velocities: [-0.17661601784765546, 0.0177515431789318, 0.007897869652834942, -0.41333453186735186, -0.02197398449393307, 0.14606462119594377]
+      accelerations: [-0.01976916571131303, -0.03837306843072261, 0.03469241541366574, 1.3959764534915927e-13, -0.049695769344468906, -0.03930641911352591]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 497756712
+    - 
+      positions: [0.06529546750992793, 0.1907055327128224, -1.204774944200788, -0.7973136503944108, -2.0398413826133175, -0.5300066808187813]
+      velocities: [-0.17677415199914798, 0.017446152947587147, 0.008174058431685437, -0.4133345318673512, -0.022369052734203372, 0.14575014244423962]
+      accelerations: [-0.020022858668961217, -0.03847343813158495, 0.03480603273281441, 2.7954376431123896e-14, -0.049716688082397084, -0.039827326845313]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 505704801
+    - 
+      positions: [0.06389158078767664, 0.19084280953050511, -1.204708960177085, -0.8005947519315767, -2.0400205183720432, -0.5288509534674811]
+      velocities: [-0.17693410111819105, 0.017140341528356407, 0.008450810126493359, -0.4133345318673511, -0.022763792849952568, 0.14543192017539225]
+      accelerations: [-0.020276385278939598, -0.03857562897493826, 0.034921462675642945, 0.0, -0.04973785940442945, -0.04034891077324242]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 513642926
+    - 
+      positions: [0.062488197602800395, 0.19097748623017172, -1.2046408634038273, -0.8038716961296203, -2.0402025553751257, -0.5276992281969889]
+      velocities: [-0.17709585685311394, 0.016834100198993313, 0.008728133479859016, -0.4133345318673511, -0.023158201623214223, 0.14510996329991782]
+      accelerations: [-0.020529738342979338, -0.03867964005713804, 0.03503870506856672, 0.0, -0.04975927243259982, -0.04087117037081506]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 521570994
+    - 
+      positions: [0.061085323684526384, 0.19110956395098405, -1.2045706557319948, -0.8071444438776901, -2.040387480838895, -0.5265515418188009]
+      velocities: [-0.17725941074778706, 0.016527420291499444, 0.009006037179721007, -0.4133345318673516, -0.023552275786097233, 0.1447842808625746]
+      accelerations: [-0.02078291041825814, -0.03878546993638957, 0.035157759469924235, -1.2627663172696948e-13, -0.0497809160226237, -0.041394104623711105]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 529488909
+    - 
+      positions: [0.05968296474834791, 0.19123904388081653, -1.2044983390310473, -0.8104129564893295, -2.040575281876252, -0.525407930718331]
+      velocities: [-0.17742475427248278, 0.016220293194208892, 0.009284529849874414, -0.41333453186735153, -0.023946012046839903, 0.14445488206833382]
+      accelerations: [-0.021035901730057403, -0.03889311727779224, 0.035278623400867515, 1.4049011087478453e-13, -0.04980278573060801, -0.04191770593284359]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 537396578
+    - 
+      positions: [0.05828112649597631, 0.19136592725607457, -1.2044239151890155, -0.8136771957033442, -2.040765945498686, -0.5242684308527643]
+      velocities: [-0.17759187873447407, 0.01591271034866438, 0.00956362007674268, -0.41333453186735153, -0.024339407010192084, 0.14412177620271038]
+      accelerations: [-0.021288681811081275, -0.03900258150597625, 0.035401303271700484, -1.4067497047694288e-13, -0.049824850080502726, -0.042441992924668166]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 545293908
+    - 
+      positions: [0.056879814614985674, 0.19149021536165775, -1.2043473861119178, -0.8169371236897344, -2.040959458616913, -0.5231330777488586]
+      velocities: [-0.17776077536900348, 0.015604663255181828, 0.009843316381037574, -0.4133345318673515, -0.024732457257073882, 0.14378497271044782]
+      accelerations: [-0.021541273528628394, -0.03911385994916389, 0.03552578949802436, 1.5494813802835174e-13, -0.049847124623563104, -0.04296693754127243]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 553180808
+    - 
+      positions: [0.055479034778995524, 0.19161190953069396, -1.2042687537243764, -0.8201927030465123, -2.0411558080439387, -0.5220019065010939]
+      velocities: [-0.17793143533487074, 0.015296143473206084, 0.010123627218967982, -0.41333453186735114, -0.025125159339503017, 0.14344448119086356]
+      accelerations: [-0.021793644870932632, -0.039226952031912794, 0.03565208889480776, -6.347296200113546e-14, -0.049869576411432116, -0.04349255910779068]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 561057187
+    - 
+      positions: [0.05407879264730341, 0.19173101114449181, -1.2041880199689956, -0.8234438968056514, -2.0413549804956483, -0.520874951769666]
+      velocities: [-0.17810384967572812, 0.014987142620441717, 0.010404560993801415, -0.41333453186735136, -0.025517509745557342, 0.14310031136182882]
+      accelerations: [-0.022045808561985816, -0.03934185537355605, 0.035780194862092024, -7.062110783444352e-15, -0.049892212001438244, -0.04401883811004858]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 568922955
+    - 
+      positions: [0.05267909386496548, 0.19184752163231109, -1.2041051868067496, -0.8266906684314164, -2.041556962593413, -0.5197522477787976]
+      velocities: [-0.1782780093147579, 0.01467765237403777, 0.010686126056581487, -0.4133345318673514, -0.025909504894150608, 0.14275247305550515]
+      accelerations: [-0.022297730742495196, -0.03945856915858364, 0.035910114482416634, 0.0, -0.049914996853731186, -0.04454579448342455]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 576778025
+    - 
+      positions: [0.05127994406242503, 0.19196144247131158, -1.2040202562163271, -0.8299329818263275, -2.041761740864635, -0.5186338283149211]
+      velocities: [-0.17845390508116027, 0.014367664472730569, 0.010968330698057221, -0.4133345318673515, -0.02630114115752455, 0.14240097623980072]
+      accelerations: [-0.022549430516938605, -0.0395770905172482, 0.03604183914758242, -1.416308959889257e-14, -0.049937943109789065, -0.04507340266357127]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 584622309
+    - 
+      positions: [0.04988134885565337, 0.19207277518630161, -1.2039332301946644, -0.833170801328234, -2.0419693017456444, -0.5175197267252077]
+      velocities: [-0.1786315277674615, 0.014057170719492236, 0.01125118313143417, -0.41333453186735125, -0.026692414910650483, 0.14204583106502577]
+      accelerations: [-0.022800888199340195, -0.039697418034804664, 0.03617537162886651, 7.800560867474253e-14, -0.04996102863374927, -0.04560167019347687]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 592455721
+    - 
+      positions: [0.048483313845911924, 0.1921815213496217, -1.20384411075661, -0.8364040917137171, -2.042179631582879, -0.5164099759160258]
+      velocities: [-0.1788108679610301, 0.013746162976416208, 0.011534691541576454, -0.41333453186735125, -0.02708332238242091, 0.14168704772087573]
+      accelerations: [-0.023052079506413987, -0.0398195501871932, 0.03631071591132815, -7.811537410452431e-14, -0.04998422742040094, -0.0461306074148733]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 600278175
+    - 
+      positions: [0.047085844619498, 0.19228768258103854, -1.203752899934489, -0.8396328182020383, -2.042392716633901, -0.5153046083514639]
+      velocities: [-0.17899191618811516, 0.013434633171315801, 0.01181886404210079, -0.41333453186735136, -0.02747385978195923, 0.14132463655732938]
+      accelerations: [-0.023303021080479602, -0.0399434839057065, 0.03644786385287576, 3.5557403098198796e-14, -0.050007549358352964, -0.04666019044177294]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 608089587
+    - 
+      positions: [0.04568894674784988, 0.19239126054750239, -1.2036595997785884, -0.8428569464523558, -2.0426085430701852, -0.5142036560521467]
+      velocities: [-0.1791746629464365, 0.013122573298952708, 0.012103708666214831, -0.41333453186735114, -0.027864023325703723, 0.14095860810942584]
+      accelerations: [-0.023553696587997306, -0.040069217421920725, 0.03658681716265889, 2.848667074416324e-14, -0.05003097523344316, -0.04719042273025193]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 615889875
+    - 
+      positions: [0.04429262578735879, 0.19249225696299962, -1.203564212356891, -0.8460764425661921, -2.0428270969784696, -0.5131071505939971]
+      velocities: [-0.17935909859774152, 0.012809975418545654, 0.012389233397458269, -0.413334531867351, -0.028253809142364347, 0.14058897300639966]
+      accelerations: [-0.023804094789903123, -0.04019674834958585, 0.03672757560669685, 1.426391726963817e-14, -0.050054490461052, -0.04772130306193482]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 623678956
+    - 
+      positions: [0.04289688727922486, 0.19259067358840296, -1.2034667397549472, -0.8492912730889605, -2.0430483643623507, -0.5120151231071133]
+      velocities: [-0.1795452133938232, 0.01249683165629633, 0.012675446161203302, -0.41333453186735125, -0.028643213295572116, 0.14021574199309722]
+      accelerations: [-0.024054205546654286, -0.04032607429445443, 0.03687013875528875, -8.570823902827793e-14, -0.0500780813885458, -0.04825282884949757]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 631456749
+    - 
+      positions: [0.0415017367493351, 0.19268651223130437, -1.2033671840757585, -0.8525014050111732, -2.043272331143928, -0.5109276042747478]
+      velocities: [-0.17973299746674504, 0.012183134205128692, 0.012962354827620794, -0.41333453186735175, -0.029032231774644833, 0.13983892592064473]
+      accelerations: [-0.02430401464060762, -0.040457192957527484, 0.03701450717257681, -4.291710792720727e-14, -0.05010173082636434, -0.04878500070964796]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 639223175
+    - 
+      positions: [0.04010717970810144, 0.1927797747458508, -1.2032655474395773, -0.8557068057701952, -2.0434989831652888, -0.5098446243323734]
+      velocities: [-0.17992244094550852, 0.011868875329022059, 0.013249967178467156, -0.41333453186735186, -0.02942086059529423, 0.13945853583995027]
+      accelerations: [-0.024553541588143248, -0.04059010087012764, 0.03716067191489432, 1.4326905250611753e-14, -0.050125450912196785, -0.04931779138792878]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 646978154
+    - 
+      positions: [0.03871322165058569, 0.19287046303248825, -1.203161831984445, -0.8589074432465723, -2.0437283061913845, -0.5087662130669784]
+      velocities: [-0.180113533788353, 0.011554047359861193, 0.013538290953377809, -0.4133345318673515, -0.029809095652991814, 0.13907458286483657]
+      accelerations: [-0.02480272848153546, -0.0407247965698884, 0.0373086455194262, 7.891572636669176e-14, -0.050149186441463836, -0.04985123622406881]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 654721609
+    - 
+      positions: [0.03731986805597754, 0.1929585790379274, -1.2030560398650467, -0.8621032857724376, -2.0439602859097232, -0.5076923998161244]
+      velocities: [-0.18030626586300402, 0.011238642699658963, 0.013827333827860562, -0.4133345318673512, -0.03019693279214436, 0.13868707823501147]
+      accelerations: [-0.02505161515749697, -0.040861276009007276, 0.03745841335384851, 0.0, -0.05017296723407652, -0.050385291051522514]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 662453464
+    - 
+      positions: [0.035927124387894006, 0.1930441247548139, -1.2029481732536853, -0.8652943021244417, -2.0441949079340804, -0.5066232134675257]
+      velocities: [-0.18050062701562095, 0.010922653823858453, 0.014117103393180949, -0.41333453186735125, -0.03058436786546693, 0.13829603337146773]
+      accelerations: [-0.025300161011790907, -0.04099953690319909, 0.037609982818772335, -7.19587371673829e-15, -0.05019675317794832, -0.050919976391836846]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 670173642
+    - 
+      positions: [0.03453499609400244, 0.19312710222164256, -1.2028382343395239, -0.86848046152921, -2.0444321578049207, -0.5055586824583613]
+      velocities: [-0.18069660694567283, 0.010606073278412283, 0.014407607191228113, -0.4133345318673517, -0.03097139662429567, 0.1379014597730922]
+      accelerations: [-0.025548373184282724, -0.04113957596726354, 0.03776334829091549, -1.1531017151941024e-13, -0.05022054561828975, -0.051455274142121345]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 677882070
+    - 
+      positions: [0.03314348860605008, 0.1932075135225133, -1.2027262253288482, -0.8716617336612101, -2.0446720209917624, -0.5044988347749025]
+      velocities: [-0.18089419527450812, 0.010288893682897614, 0.014698852695048146, -0.4133345318673517, -0.03135801477784374, 0.1375033690722034]
+      accelerations: [-0.02579622829178956, -0.04128139010136187, 0.037918512155221074, 1.2270599703608053e-13, -0.05024431949823028, -0.05199118989389114]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 685578674
+    - 
+      positions: [0.03175260733964269, 0.19328536078699252, -1.202612148444688, -0.874838088645256, -2.044914482894321, -0.5034436979520741]
+      velocities: [-0.18109338154731291, 0.009971107730713304, 0.01499084730833377, -0.4133345318673512, -0.03174421799418803, 0.1371017730332277]
+      accelerations: [-0.02604373360856316, -0.04142497597099235, 0.03807546865242428, 0.0, -0.0502680762828488, -0.05252770523594415]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 693263382
+    - 
+      positions: [0.03036235769426733, 0.193360646189859, -1.2024960059270813, -0.8780094970541963, -2.045159528844872, -0.5023932990732711]
+      velocities: [-0.18129415521203063, 0.009652708190106907, 0.015283598370361556, -0.4133345318673516, -0.03213000188132909, 0.13669668353555903]
+      accelerations: [-0.026290859779706206, -0.041570330201844245, 0.03823422146796255, -9.412693427947335e-14, -0.05029178575004295, -0.05306482964137339]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 700936122
+    - 
+      positions: [0.028972745053033024, 0.19343337195098093, -1.2023778000325787, -0.8811759299120934, -2.0454071441091672, -0.501347664770072]
+      velocities: [-0.1814965056366041, 0.009333687904927852, 0.015577113151694265, -0.41333453186735175, -0.03251536200150835, 0.1362881125857115]
+      accelerations: [-0.02653761817815906, -0.041717449249159114, 0.038394763708343604, 4.3511714428957313e-14, -0.050315452937841156, -0.053602540874493614]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 708596824
+    - 
+      positions: [0.027583774782727423, 0.19350354033504444, -1.2022575330345902, -0.8843373586911039, -2.0456573138889538, -0.5003068212222436]
+      velocities: [-0.18170042210982407, 0.009014039795361688, 0.01587139885344816, -0.41333453186735136, -0.03290029387141428, 0.13587607231638957]
+      accelerations: [-0.026783979171920432, -0.041866329532654616, 0.03855709888070674, 5.084430788245415e-14, -0.05033904743311052, -0.05414084807619647]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 716245420
+    - 
+      positions: [0.026195452233559208, 0.19357115365142027, -1.2021352072228888, -0.8874937553144745, -2.0459100233228895, -0.4992707941576402]
+      velocities: [-0.18190589382617361, 0.008693756858553952, 0.01616646261121281, -0.41333453186735153, -0.033284792948494055, 0.13546057497353842]
+      accelerations: [-0.027029949786822258, -0.0420169673210572, 0.03872122109100209, -8.73011233321927e-14, -0.050362570546442255, -0.054679731721403835]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 723881841
+    - 
+      positions: [0.02480778273918416, 0.19363621425390387, -1.2020108249038686, -0.8906450921538999, -2.046165257488885, -0.49823960885235385]
+      velocities: [-0.1821129099192061, 0.008372832169703005, 0.0164623114859384, -0.4133345318673517, -0.03366885465916157, 0.13504163294072952]
+      accelerations: [-0.027275508630922048, -0.04216935872398485, 0.038887131464433775, 4.372089196735366e-14, -0.05038599900555669, -0.05521919398276722]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 731506021
+    - 
+      positions: [0.023420771616513143, 0.19369872454055057, -1.201884388400225, -0.8937913420310646, -2.0464230014053446, -0.4972132901308266]
+      velocities: [-0.1823214593859733, 0.008051258882552925, 0.016758952483163114, -0.4133345318673516, -0.034052474333342714, 0.13461925868022784]
+      accelerations: [-0.027520642484528186, -0.042323499840528626, 0.03905482911803448, -7.298637454207573e-15, -0.05040931676685101, -0.05575923012494861]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 739117894
+    - 
+      positions: [0.022034424165595094, 0.1937586869534703, -1.2017559000507956, -0.8969324782178185, -2.0466832400327344, -0.4961918623660811]
+      velocities: [-0.18253153121414095, 0.007729030230535283, 0.017056392520551137, -0.41333453186735153, -0.034435647313052785, 0.13419346482804165]
+      accelerations: [-0.027765362882152003, -0.04247938644765261, 0.039224306637487306, 1.462111947919186e-14, -0.05043252886603943, -0.05629981673630264]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 746717395
+    - 
+      positions: [0.020648745669663238, 0.19381610397856497, -1.2016253622109216, -0.9000684744326549, -2.0469459582760656, -0.4951753494801425]
+      velocities: [-0.18274311426731255, 0.0074061395271038674, 0.017354638456478992, -0.41333453186735136, -0.0348183688534582, 0.13376426410605452]
+      accelerations: [-0.028009625984990932, -0.04263701452202571, 0.03939557064333675, 2.9290327716892745e-14, -0.05045559303265235, -0.05684097156984343]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 754304460
+    - 
+      positions: [0.019263741394805977, 0.19387097814539872, -1.2014927772516644, -0.903199304845192, -2.047211140985314, -0.49416377494430597]
+      velocities: [-0.18295619733048524, 0.007082580166402005, 0.01765369707881776, -0.41333453186735125, -0.03520063416150361, 0.13333166935448548]
+      accelerations: [-0.028253454893863442, -0.042796379606416496, 0.039568610713612354, 0.0, -0.05047852430359849, -0.057382661967100894]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 761879028
+    - 
+      positions: [0.01787941659009384, 0.19392331202690094, -1.2013581475604016, -0.9063249440707907, -2.0474787729583266, -0.49315716177976804]
+      velocities: [-0.18317076915495462, 0.006758345624352499, 0.017953575093187648, -0.4133345318673513, -0.03558243843341987, 0.13289569356429526]
+      accelerations: [-0.02849681710072371, -0.04295747735043432, 0.03974343036617331, -1.4693849982781968e-14, -0.050501290051775415, -0.05792489655476946]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 769441037
+    - 
+      positions: [0.01649577648733613, 0.19397310823920272, -1.2012214755402826, -0.9094453671731662, -2.0477488389416587, -0.49215553255811073]
+      velocities: [-0.1833868183259273, 0.006433429459134258, 0.018254279155612722, -0.4133345318673516, -0.035963776741671824, 0.13245634977753137]
+      accelerations: [-0.028739700312922, -0.0431203031021773, 0.03992002774684122, -5.1514717392984334e-14, -0.05052387526501614, -0.058467668304790305]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 776990426
+    - 
+      positions: [0.01511282630096983, 0.19402036944142262, -1.201082763610107, -0.9125605496639605, -2.0480213236321827, -0.4911589094019392]
+      velocities: [-0.1836043334701979, 0.006107825311733682, 0.01855581582137472, -0.41333453186735114, -0.03634464421150723, 0.13201365123911157]
+      accelerations: [-0.028982126538072035, -0.04328485231158007, 0.0400983928030004, 1.5480495566911341e-13, -0.05054629384507634, -0.05901094503123548]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 784527135
+    - 
+      positions: [0.013730571228179191, 0.19406509833536784, -1.200942014204886, -0.9156704674973352, -2.0482962116798986, -0.49016731398574687]
+      velocities: [-0.18382330306648992, 0.005781526906987791, 0.018858191591196886, -0.41333453186735125, -0.03672503585839332, 0.13156761125627095]
+      accelerations: [-0.029224032731537165, -0.043451119995126276, 0.04027853589527849, -1.846045591420665e-13, -0.05056848746981951, -0.059554756346290136]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 792051108
+    - 
+      positions: [0.012349016448459201, 0.194107297665433, -1.2007992297746994, -0.9187750970766092, -2.0485734876877015, -0.4891807675365054]
+      velocities: [-0.18404371545762344, 0.0054545280541553245, 0.019161412908017206, -0.41333453186735175, -0.03710494659888451, 0.13111824320589005]
+      accelerations: [-0.02946544367676884, -0.043619101344526366, 0.04046044602637352, 5.917438799609188e-14, -0.05059047269936946, -0.06009906739499081]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 799562287
+    - 
+      positions: [0.010968167123758282, 0.1941469702182889, -1.2006544127853158, -0.9218744152482723, -2.0488531362143, -0.4881992908346986]
+      velocities: [-0.1842655590542374, 0.005126822646937677, 0.019465486107577014, -0.4133345318673517, -0.037484371422849536, 0.13066556068178775]
+      accelerations: [-0.029706350009548188, -0.04378879131483641, 0.04064412039538025, -4.4457076131994337e-14, -0.05061223678399851, -0.06064386802720166]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 807060616
+    - 
+      positions: [0.00958802839838483, 0.1941841188226568, -1.200507565718131, -0.92496839930084, -2.0491351417758827, -0.4872229042152703]
+      velocities: [-0.1844888221560502, 0.00479840466431275, 0.019770417461878617, -0.41333453186735186, -0.03786330524069039, 0.1302095773623812]
+      accelerations: [-0.029946728593682363, -0.043960184822212894, 0.040829559517256454, 0.0, -0.05063375552168511, -0.06118915792031131]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 814546039
+    - 
+      positions: [0.008208605398843185, 0.1942187463490972, -1.2003586910698238, -0.9280570269655117, -2.0494194888473105, -0.4862516275686193]
+      velocities: [-0.18471349290041592, 0.004469268172454849, 0.02007621319034534, -0.4133345318673517, -0.038241742840333236, 0.12975030697373308]
+      accelerations: [-0.03018655575775951, -0.04413327618800179, 0.04101676349910246, 5.204663895145014e-14, -0.0506550043541317, -0.061734936144338295]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 822018504
+    - 
+      positions: [0.006829903233667642, 0.19425085570981487, -1.2002077913520242, -0.931140276416784, -2.0497061618633055, -0.4852854803416406]
+      velocities: [-0.18493955944024593, 0.004139407323526816, 0.020382879418056978, -0.41333453186735164, -0.0386196790371619, 0.1292877634152641]
+      accelerations: [-0.030425855484662794, -0.044308060559309054, 0.04120572162113467, -4.4689445023435425e-14, -0.05067599896355659, -0.06228116809172533]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 829477957
+    - 
+      positions: [0.00545192699354339, 0.1942804498583399, -1.2000548690919008, -0.9342181262664023, -2.0499951452212635, -0.48432448153904056]
+      velocities: [-0.18516700983628986, 0.003808816357380196, 0.020690422200782432, -0.4133345318673516, -0.03899710858237557, 0.128821960681403]
+      accelerations: [-0.030664574777755742, -0.04448453172146427, 0.04139644064632572, 6.715210035062359e-14, -0.050696690034784206, -0.06282787318956377]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 836924346
+    - 
+      positions: [0.004074681750971617, 0.194307531789388, -1.1998999268312542, -0.9372905555678482, -2.050286423281424, -0.48336864972441895]
+      velocities: [-0.18539583206453192, 0.003477489601776988, 0.020998847523364655, -0.41333453186735125, -0.039374026169021484, 0.12835291286482395]
+      accelerations: [-0.03090273923989046, -0.04466268465257028, 0.04158890931518736, 1.4949089580450962e-14, -0.05071709473377311, -0.06337501520507492]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 844357621
+    - 
+      positions: [0.002698172560395336, 0.19433210453853605, -1.199742967127136, -0.9403575438099548, -2.05057998036972, -0.4824180030217212]
+      velocities: [-0.18562601409737892, 0.003145421471885624, 0.02130816128093318, -0.4133345318673511, -0.03975042650004367, 0.12788063421253973]
+      accelerations: [-0.03114031715975402, -0.044842513178810064, 0.041783129294691274, 2.9951365896064093e-14, -0.050737181768199094, -0.06392259789480689]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 851777733
+    - 
+      positions: [0.0013224044579956112, 0.19435417118203002, -1.1995839925513598, -0.9434190709182897, -2.050875800778666, -0.48147255911654063]
+      velocities: [-0.1858575437369206, 0.0028126064739514857, 0.02161836931648125, -0.4133345318673512, -0.040126304147440395, 0.1274051390081497]
+      accelerations: [-0.031377288837421295, -0.04502401116942215, 0.04197909933788421, -6.000987395290413e-14, -0.05075693021107151, -0.06447061599926657]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 859184632
+    - 
+      positions: [-5.261753843718549e-05, 0.194373734836558, -1.1994230056902477, -0.9464751172547774, -2.05117386876867, -0.48053233525753314]
+      velocities: [-0.18609040880187544, 0.0024790392019672586, 0.021929477378952907, -0.41333453186735136, -0.04050165370944438, 0.126926441699657]
+      accelerations: [-0.031613672494709366, -0.04520717322678968, 0.04217680972210892, 2.2544168433459644e-14, -0.050776350926517756, -0.06501903813511244]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 866578271
+    - 
+      positions: [-0.0014268884294237733, 0.19439079865894265, -1.1992600091451036, -0.9495256636121774, -2.051474168570579, -0.4795973482580429]
+      velocities: [-0.18632459705290422, 0.0021447143401021876, 0.022241491139573764, -0.41333453186735114, -0.040876469747054, 0.1264445568467577]
+      accelerations: [-0.03184942782621899, -0.04539199246687466, 0.042376263541049314, 2.2584920651228174e-14, -0.0507954056712941, -0.06556787262845111]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 873958603
+    - 
+      positions: [-0.00280040323403885, 0.19440536584595983, -1.1990950055315694, -0.952570691216338, -2.0517766843862915, -0.4786676144975626]
+      velocities: [-0.18656009612384278, 0.0018096266641856708, 0.022554416207359658, -0.4133345318673516, -0.04125074672619836, 0.1259594990713666]
+      accelerations: [-0.032084554020567965, -0.04557846295120028, 0.042577455151021355, -1.4329773714155055e-13, -0.050814089471252176, -0.06611710075284521]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 881325584
+    - 
+      positions: [-0.004173156989931987, 0.1944174396340592, -1.1989279974797322, -0.955610181723075, -2.0520814003906636, -0.47774314992342765]
+      velocities: [-0.18679689363954408, 0.0014737710398117004, 0.022868258102972418, -0.4133345318673517, -0.04162447911648997, 0.12547128313725447]
+      accelerations: [-0.03231904219942704, -0.04576657817528861, 0.04278038047100935, 1.2844792611139792e-13, -0.05083239059401415, -0.06666670860105643]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 888679169
+    - 
+      positions: [-0.005545144753395882, 0.19442702329911707, -1.1987589876340836, -0.9586441172160811, -2.0523883007331416, -0.47682397005251004]
+      velocities: [-0.18703497712248493, 0.0011371424255778855, 0.023183022278682894, -0.4133345318673515, -0.04199766131222728, 0.12497992388572993]
+      accelerations: [-0.03255286575003532, -0.045956331189656294, 0.04298503917617844, -7.569629165630005e-14, -0.05085028242282625, -0.0672166942243771]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 896019314
+    - 
+      positions: [-0.0069163615995189425, 0.19443412015621078, -1.1985879786531444, -0.9616724802070669, -2.052697369538814, -0.47591008997293716]
+      velocities: [-0.18727433407749644, 0.0007997358703799094, 0.023498714100707436, -0.4133345318673517, -0.04237028770346307, 0.12448543628963825]
+      accelerations: [-0.03278603844292525, -0.046147716087925957, 0.043191422263220376, 2.275077684837203e-14, -0.05086777239908259, -0.06776702830570575]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 903345978
+    - 
+      positions: [-0.008286802622138977, 0.19443873355931296, -1.1984149732098444, -0.9646952536305895, -2.0530085909107556, -0.4750015243459974]
+      velocities: [-0.18751495193277848, 0.00046154651632774604, 0.023815338861148533, -0.4133345318673512, -0.042742352626200825, 0.12398783541342966]
+      accelerations: [-0.03301851708382129, -0.04634072498651441, 0.04339953256968544, 1.0636709169800517e-13, -0.05088482008851287, -0.0683177191413303]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 910659118
+    - 
+      positions: [-0.009656462934074274, 0.194440866901102, -1.1982399739908463, -0.9677124208461937, -2.0533219489305403, -0.4740982874079118]
+      velocities: [-0.18775681805955957, 0.00012256959808486586, 0.024132901774411367, -0.41333453186735103, -0.04311385037832493, 0.12348713642373974]
+      accelerations: [-0.03325032045136796, -0.046535352009163464, 0.04360935997572998, -6.850620208865611e-14, -0.05090143715471532, -0.06886873376843579]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 917958695
+    - 
+      positions: [-0.011025337667051514, 0.19444052361264072, -1.1980629836970131, -0.9707239656324916, -2.0536374276607146, -0.4732003929718746]
+      velocities: [-0.18799991979031505, -0.0002171995568604327, 0.024451407972909428, -0.4133345318673515, -0.04348477523508524, 0.12298335460102942]
+      accelerations: [-0.03348140979899272, -0.04673158904642615, 0.043820906049428635, -3.8130222252089655e-14, -0.05091758712889162, -0.06942007667693936]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 925244669
+    - 
+      positions: [-0.012393421971910701, 0.1944377071631755, -1.1978840050428226, -0.9737298721885688, -2.053955011145451, -0.472307854429946]
+      velocities: [-0.18824424434829862, -0.0005577655257425753, 0.024770862521835, -0.4133345318673516, -0.04385512138960279, 0.12247650529073127]
+      accelerations: [-0.03371178419753146, -0.04692942938454593, 0.04403416457555099, -7.640381749873601e-15, -0.05093326521037182, -0.0699717275492892]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 932517003
+    - 
+      positions: [-0.013760711018623565, 0.19443242105984593, -1.1977030407564702, -0.9767301251304694, -2.054274683412379, -0.4714206847551485]
+      velocities: [-0.18848977893840935, -0.0008991327929274606, 0.025091270400276894, -0.4133345318673515, -0.0442248830287595, 0.12196660396191056]
+      accelerations: [-0.033941429330287244, -0.04712886540515438, 0.044249131821176485, 4.592887090619954e-14, -0.050948455506450906, -0.07052367411567752]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 939775658
+    - 
+      positions: [-0.015127199996379254, 0.19442466884743642, -1.197520093579737, -0.9797247094893462, -2.0545964284739906, -0.47053889650354214]
+      velocities: [-0.18873651075532305, -0.0012413057498606636, 0.025412636499770477, -0.4133345318673513, -0.044594054339495245, 0.12145366620995388]
+      accelerations: [-0.03417034618623318, -0.04732989023871921, 0.044465801040009044, 0.0, -0.050963154868062674, -0.071075894588005]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 947020599
+    - 
+      positions: [-0.01649288411359931, 0.19441445410808583, -1.1973351662681275, -0.9827136107076406, -2.054920230329495, -0.4696625018164273]
+      velocities: [-0.18898442686855002, -0.0015842886907756794, 0.02573496564762346, -0.41333453186735125, -0.044962629412841834, 0.12093770768123116]
+      accelerations: [-0.034398488241498486, -0.04753249490091381, 0.04468417480241633, 1.5367898002140998e-14, -0.05097732068375669, -0.07162839680613069]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 954251791
+    - 
+      positions: [-0.017857758598158607, 0.19440178046108053, -1.1971482615901505, -0.9856968146411095, -2.0552460729652338, -0.46879151242243156]
+      velocities: [-0.18923351430891439, -0.0019280858152535968, 0.026058262589391555, -0.4133345318673511, -0.04533060231598946, 0.12041874412716466]
+      accelerations: [-0.03462587995636029, -0.047736673038507337, 0.044904241361299814, 3.079462191322616e-14, -0.05099096953064974, -0.07218114330633782]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 961469199
+    - 
+      positions: [-0.019221818697295653, 0.19438665156252866, -1.1969593823278877, -0.9886743075519776, -2.055573940357228, -0.46792593963987644]
+      velocities: [-0.18948376013731766, -0.002272701230850569, 0.026382531975379143, -0.41333453186735114, -0.0456979671489592, 0.11989679144572768]
+      accelerations: [-0.03485249338688994, -0.04794241623791604, 0.045125999439398067, -3.856726727031238e-14, -0.05100407429220142, -0.07273412980684062]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 968672790
+    - 
+      positions: [-0.020585059677752055, 0.19436907110511573, -1.1967685312766094, -0.9916460761085538, -2.0559038164721284, -0.46706579437902707]
+      velocities: [-0.1897351512550946, -0.0026181389445954746, 0.02670777839791213, -0.4133345318673515, -0.04606471788698674, 0.11937186556060352]
+      accelerations: [-0.03507830001702201, -0.04814971559657805, 0.04534944746091181, -6.182674082275568e-14, -0.05101660768600271, -0.07328735161092176]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 975862532
+    - 
+      positions: [-0.021947476825905744, 0.19434904281786722, -1.1965757112443947, -0.994612107384802, -2.056235685268165, -0.4662110871443832]
+      velocities: [-0.18998767454663507, -0.002964402868763937, 0.027034006363353624, -0.41333453186735153, -0.04643084849886571, 0.1188439825091828]
+      accelerations: [-0.03530331100486895, -0.04835856409118855, 0.04557457621851451, 4.645993559059157e-14, -0.05102857520364773, -0.07384077930671881]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 983038393
+    - 
+      positions: [-0.023309065447738787, 0.19432657046583482, -1.1963809250524504, -0.997572388855032, -2.056569530697241, -0.4653618280371484]
+      velocities: [-0.19024131689949472, -0.00331149682181947, 0.027361220288626385, -0.4133345318673518, -0.04679635296321483, 0.11831315845297055]
+      accelerations: [-0.035527503028472705, -0.048568952909738144, 0.045801383033671664, -1.1637589672112702e-13, -0.05103995393906026, -0.07439440463113707]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 990200344
+    - 
+      positions: [-0.024669820868951274, 0.19430165784984452, -1.1961841755348201, -1.0005269083927562, -2.0569053367060093, -0.4645180267576274]
+      velocities: [-0.19049606515020878, -0.0036594245256344297, 0.02768942451178817, -0.4133345318673516, -0.047161225223476586, 0.11777940964192785]
+      accelerations: [-0.035750871823259533, -0.04878087407373783, 0.04602986148258651, 1.6324463029121913e-13, -0.051050736753476926, -0.07494820737327965]
+      effort: []
+      time_from_start: 
+        secs: 7
+        nsecs: 997348354
+    - 
+      positions: [-0.026029738434994395, 0.19427430880620966, -1.1959854655384299, -1.0034756542671905, -2.057243087237487, -0.4636796926077292]
+      velocities: [-0.19075190604088196, -0.004008189602736154, 0.028018623299858523, -0.41333453186735125, -0.047525459151812874, 0.11724275238682742]
+      accelerations: [-0.035973381397657114, -0.0489943177793485, 0.04626001091845156, -6.231043513431698e-14, -0.05106089037057808, -0.07550218633945469]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:   4482396
+    - 
+      positions: [-0.027388813511223877, 0.19424452720649457, -1.195784797922581, -1.0064186151434806, -2.0575827662317554, -0.46284683449342084]
+      velocities: [-0.1910088262576649, -0.0043577955778105965, 0.028348820841687807, -0.41333453186735136, -0.047889048580993354, 0.1167032030813921]
+      accelerations: [-0.03619503781901277, -0.04920927624517049, 0.046491822741241626, 3.902072242387552e-14, -0.05107041637940779, -0.07605631440115798]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  11602442
+    - 
+      positions: [-0.028747041482888872, 0.19421231695721014, -1.1955821755591791, -1.0093557800778676, -2.057924357627852, -0.4620194609273415]
+      velocities: [-0.19126681253954658, -0.004708245883677269, 0.028680021228222233, -0.4133345318673512, -0.04825198739405702, 0.1161607782657536]
+      accelerations: [-0.0364158352276994, -0.0494257411569465, 0.04672529061877604, 0.0, -0.051079306517464576, -0.07661057189316345]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  18708465
+    - 
+      positions: [-0.030104417755175396, 0.19417768199952284, -1.195377601332747, -1.012287138514282, -2.0582678453653025, -0.46119758003142436]
+      velocities: [-0.19152585152774054, -0.0050595438524409075, 0.029012228480037833, -0.4133345318673516, -0.04861426939943987, 0.11561549453471137]
+      accelerations: [-0.0366357369961004, -0.04964370204454987, 0.046960413519626744, -1.175263786213825e-13, -0.051087527152444676, -0.07716495676444325]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  25800441
+    - 
+      positions: [-0.031460937753351, 0.19414062630902207, -1.1951710781399183, -1.0152126802844605, -2.058613213384775, -0.4603811995394567]
+      velocities: [-0.1917859297857188, -0.005411692716545595, 0.029345446543776257, -0.4133345318673519, -0.04897588834795094, 0.11506736854744329]
+      accelerations: [-0.03685474242796052, -0.04986315064400732, 0.04719718391673021, 2.3552095679752275e-14, -0.05109507456735567, -0.07771944590852262]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  32878344
+    - 
+      positions: [-0.03281659692278158, 0.1941011538954128, -1.1949626088895409, -1.0181323956038195, -2.0589604456297463, -0.45957032679981036]
+      velocities: [-0.1920470338635638, -0.005764695612098495, 0.029679679280394722, -0.4133345318673516, -0.04933683798578381, 0.11451641706461732]
+      accelerations: [-0.03707283255885988, -0.05008407719194669, 0.04743559729551553, 7.079754044656493e-14, -0.05110192984932237, -0.07827402615074183]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  39942151
+    - 
+      positions: [-0.03417139072901094, 0.19405926880225202, -1.1947521965024777, -1.021046275069414, -2.0593095260476346, -0.458764968778122]
+      velocities: [-0.19230915032520507, -0.006118555580226311, 0.030014930460931198, -0.4133345318673515, -0.04969711207605851, 0.11396265696299068]
+      accelerations: [-0.037290014123223934, -0.050306473610489365, 0.047675644748296664, -3.1528704142537995e-14, -0.05110809532884572, -0.0788286695254283]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  46991839
+    - 
+      positions: [-0.03552531465775509, 0.1940149751066361, -1.194539843911832, -1.023954309654929, -2.059660438591622, -0.4579651320600932]
+      velocities: [-0.1925722656728082, -0.006473275562625407, 0.030351203779824615, -0.4133345318673515, -0.050056704337065605, 0.11340610518844552]
+      accelerations: [-0.03750624630221471, -0.05053032865023002, 0.04791732536152972, 3.1592184693639536e-14, -0.051113534412886276, -0.07938337550159232]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  54027386
+    - 
+      positions: [-0.036878364215053264, 0.19396827691896038, -1.194325554062379, -1.026856490711059, -2.0600131672211774, -0.45717082285419913]
+      velocities: [-0.1928363663284685, -0.00682885840018106, 0.030688502858210752, -0.41333453186735175, -0.05041560842700482, 0.11284677874363541]
+      accelerations: [-0.037721530226939345, -0.05075563358903599, 0.04816063095484431, -1.1079604827028973e-13, -0.051118244926659825, -0.07993811889447579]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  61048772
+    - 
+      positions: [-0.03823053492727452, 0.19391917838261286, -1.194109329910698, -1.0297528099610522, -2.0603676959037, -0.45638204699454343]
+      velocities: [-0.1931014387318979, -0.0071853068384425504, 0.03102683122686871, -0.4133345318673518, -0.050773818024276586, 0.11228469474358058]
+      accelerations: [-0.0379358523983318, -0.05098237849442232, 0.04840555558540182, 8.723052262147173e-14, -0.051122212902501754, -0.0804928827135333]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  68055975
+    - 
+      positions: [-0.039581822341178664, 0.19386768367369822, -1.1938911744250684, -1.0326432594979138, -2.0607240086157614, -0.4555988099436929]
+      velocities: [-0.19336746922449335, -0.007542623520193034, 0.03136619234617066, -0.41333453186735136, -0.05113132673231846, 0.11171987034767486]
+      accelerations: [-0.038149180502572225, -0.0512105522806994, 0.04865209656035021, 4.767706806131658e-14, -0.051125408879673435, -0.08104766045982922]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  75048978
+    - 
+      positions: [-0.04093222202402701, 0.19381379700077106, -1.1936710905850432, -1.0355278317836394, -2.061082089343835, -0.45482111679550846]
+      velocities: [-0.19363444420786421, -0.007900810996293844, 0.031706589580189154, -0.41333453186735136, -0.05148812820903764, 0.11115232284706741]
+      accelerations: [-0.038361546011913425, -0.05144014788035009, 0.04890024033668057, -4.7774367569412843e-14, -0.051127855778566836, -0.081602409465076]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  82027762
+    - 
+      positions: [-0.04228172956350171, 0.1937575226044959, -1.1934490813820837, -1.0384065196413585, -2.0614419220866873, -0.45404897227815577]
+      velocities: [-0.19390235000034173, -0.008259871715209574, 0.032048026219979805, -0.41333453186735103, -0.051844216049607886, 0.11058206958248684]
+      accelerations: [-0.03857287506356237, -0.05167115096575403, 0.049149990711135974, 1.436165443893397e-13, -0.051129490372408395, -0.0821571461389996]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  88992309
+    - 
+      positions: [-0.04363034056794059, 0.19369886475743703, -1.1932251498184576, -1.0412793162590905, -2.0618034908550045, -0.4532823807568926]
+      velocities: [-0.1941711728912892, -0.008619808026871597, 0.03239050547529078, -0.4133345318673509, -0.05219958383071252, 0.11000912797285747]
+      accelerations: [-0.038783214463658254, -0.05190355532066386, 0.04940133151857065, -1.199262690104803e-13, -0.05113034823442782, -0.08271181881278811]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs:  95942603
+    - 
+      positions: [-0.04497805066621218, 0.19363782776370053, -1.19299929890812, -1.0441462151801861, -2.062166779674145, -0.45252134623715645]
+      velocities: [-0.1944408991546835, -0.008980622183497409, 0.03273403047207143, -0.41333453186735125, -0.052554225121732745, 0.10943351552095493]
+      accelerations: [-0.038992493638876385, -0.05213734658507882, 0.049654265674021904, 3.2046229231664546e-14, -0.051130369020521184, -0.0832664417277621]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 102878629
+    - 
+      positions: [-0.04632485550793079, 0.1935744159587082, -1.192771531675671, -1.0470072103065857, -2.0625317725838452, -0.45176587236744076]
+      velocities: [-0.19471151502469541, -0.009342316338087728, 0.03307860425731105, -0.41333453186735136, -0.05290813346445419, 0.10885524979812619]
+      accelerations: [-0.03920075222002755, -0.05237251786741271, 0.049908778156807866, -6.42249173785203e-14, -0.05112958251035454, -0.08382096680407938]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 109800371
+    - 
+      positions: [-0.04767075076335864, 0.19350863370885268, -1.1925418511571118, -1.049862295890073, -2.062898453640739, -0.4510159624423891]
+      velocities: [-0.19498300670862656, -0.009704892543964627, 0.033424229795860405, -0.4133345318673515, -0.053261302384071986, 0.10827434845099346]
+      accelerations: [-0.039407922742703924, -0.05260905439019447, 0.05016487078653484, 4.022378166159418e-14, -0.05112793119170999, -0.08437540580270299]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 116707816
+    - 
+      positions: [-0.04901573212360153, 0.19344048541127315, -1.1923102603988696, -1.052711466535059, -2.063266806918142, -0.4502716194057358]
+      velocities: [-0.19525536038994057, -0.010068352756894706, 0.03377090997169316, -0.41333453186735136, -0.05361372539115353, 0.1076908291988346]
+      accelerations: [-0.03961404556060306, -0.05284694962607114, 0.050422528656148026, -8.061481924664619e-15, -0.05112544545340381, -0.08492971060510743]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 123600951
+    - 
+      positions: [-0.05035979530051216, 0.19336997549349091, -1.192076762458545, -1.0555547171897819, -2.063636816508542, -0.4495328458534589]
+      velocities: [-0.19552856224096352, -0.0104326988342956, 0.034118647584817544, -0.4133345318673514, -0.05396539599233892, 0.10710470984152418]
+      accelerations: [-0.03981905631434608, -0.05308618828642611, 0.05068175250683841, -1.6156582169972746e-14, -0.05112207058327226, -0.0854838901213808]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 130479763
+    - 
+      positions: [-0.05170293602687305, 0.19329710841319428, -1.1918413604040057, -1.058392043148653, -2.064008466523453, -0.44879964403675227]
+      velocities: [-0.19580259840567826, -0.010797932534797543, 0.0344674453550402, -0.41333453186735175, -0.054316307675866676, 0.1065160082461039]
+      accelerations: [-0.04002299021969665, -0.05332676346407477, 0.05094252827031506, -8.095183446971822e-14, -0.051117832818359535, -0.08603789934488915]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 137344242
+    - 
+      positions: [-0.05304515005631609, 0.19322188865787562, -1.1916040573140378, -1.06122344004403, -2.064381741095729, -0.4480720158652194]
+      velocities: [-0.19607745504030774, -0.011164055521283495, 0.03481730591564698, -0.4133345318673519, -0.05466645394470189, 0.1059247423678944]
+      accelerations: [-0.04022579419755552, -0.05356866047311913, 0.05120485465735071, 4.0560793220825924e-14, -0.05111268682463548, -0.08659174048368584]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 144194376
+    - 
+      positions: [-0.05438643316346889, 0.19314432074459725, -1.1913648562776251, -1.064048903847277, -2.064756624379684, -0.44734996290990947]
+      velocities: [-0.19635311818603096, -0.011531069350099048, 0.0351682318325912, -0.41333453186735136, -0.05501582821348238, 0.10533093018092315]
+      accelerations: [-0.04042746607668563, -0.05381186897288021, 0.051468722935860294, 1.2193824456525632e-13, -0.051106628728099804, -0.0871453880720885]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 151030155
+    - 
+      positions: [-0.05572678114396822, 0.19306440921967785, -1.1911237603940128, -1.0668684308644392, -2.065133100552462, -0.44663348640646827]
+      velocities: [-0.19662957394642105, -0.011898975486061735, 0.035520225578528394, -0.4133345318673512, -0.05536442395221866, 0.10473458977024074]
+      accelerations: [-0.04062800415614996, -0.05405637836788944, 0.05173412401152169, -8.14635605726402e-14, -0.05109965496705446, -0.08769881673676821]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 157851572
+    - 
+      positions: [-0.057066189814475296, 0.192982158658392, -1.1908807727727901, -1.0696820177318904, -2.065511153815382, -0.4459225872583148]
+      velocities: [-0.19690680842827724, -0.012267775297634675, 0.03587328954188356, -0.4133345318673512, -0.05571223463801574, 0.10413573929805497]
+      accelerations: [-0.040827388730833726, -0.05430217666016692, 0.05200105158543915, 8.163577531984641e-14, -0.051091747536739424, -0.08825201025543009]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 164658617
+    - 
+      positions: [-0.05840465501273622, 0.19289757366467827, -1.190635896533679, -1.0724896614138382, -2.065890768394844, -0.4452172660397896]
+      velocities: [-0.19718480762543153, -0.01263747004656864, 0.03622742604368395, -0.4133345318673511, -0.056059253661593283, 0.10353439694227917]
+      accelerations: [-0.04102558357769937, -0.054549249899918606, 0.05226950125493214, -4.9085282111180655e-14, -0.05108287525683104, -0.08880496063153828]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 171451284
+    - 
+      positions: [-0.05974217259766903, 0.19281065887087587, -1.1903891348060833, -1.075291359201446, -2.0662719285428364, -0.44451752299930003]
+      velocities: [-0.19746355757819525, -0.013008060901942198, 0.03658263731492934, -0.4133345318673509, -0.056405474455952676, 0.10293058097725855]
+      accelerations: [-0.04122261553052377, -0.05479758991869233, 0.05253945981929734, 9.837916969678526e-14, -0.05107305783782807, -0.08935762723650005]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 178229565
+    - 
+      positions: [-0.06107873844931832, 0.19272141893738226, -1.1901404907295976, -1.0780871087055706, -2.0666546185389105, -0.4438233580625787]
+      velocities: [-0.19774304431926454, -0.013379548935640938, 0.03693892550468865, -0.41333453186735114, -0.05675089045253755, 0.10232430974394813]
+      accelerations: [-0.04141843204996132, -0.05504718115661661, 0.05281092504704654, -1.725302990019098e-13, -0.05106225104809211, -0.08991001027358149]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 184993456
+    - 
+      positions: [-0.06241434846897562, 0.19262985855240075, -1.1898899674533026, -1.0808769078575002, -2.067038822690281, -0.44313477083583475]
+      velocities: [-0.19802325386863098, -0.01375193512167373, 0.03729629268112225, -0.4133345318673515, -0.05709549507729416, 0.1017156016454888]
+      accelerations: [-0.041613058311643594, -0.0552980149664609, 0.053083883773865435, 8.233273121185094e-14, -0.051050473473421634, -0.09046206968885698]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 191742950
+    - 
+      positions: [-0.06374899857914124, 0.19253598243160996, -1.189637568136247, -1.0836607549018933, -2.0674245253337222, -0.44245176060901686]
+      velocities: [-0.1983041722062142, -0.014125220333936001, 0.0376547408353279, -0.41333453186735136, -0.057439281728641205, 0.101104475131279]
+      accelerations: [-0.04180643313912039, -0.055550074802287956, 0.05335833468148849, -5.775628286693162e-14, -0.05103767408956684, -0.09101380985061334]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 198478045
+    - 
+      positions: [-0.06508268472365356, 0.19243979531790764, -1.189383295946615, -1.0864386483982886, -2.067811710835455, -0.4417743263589997]
+      velocities: [-0.1985857852802771, -0.014499405346904377, 0.03801427188050503, -0.4133345318673515, -0.057782243784190696, 0.1004909486995458]
+      accelerations: [-0.041998583990569875, -0.05580335191937921, 0.053634264079127476, 2.4805804303211745e-14, -0.05102387346275724, -0.09156518921914136]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 205198735
+    - 
+      positions: [-0.06641540286764525, 0.19234130198108396, -1.189127154062242, -1.0892105872138298, -2.068200363593058, -0.44110246675286074]
+      velocities: [-0.1988680790704819, -0.014874490841082288, 0.03837488764329926, -0.41333453186735153, -0.058124374651874214, 0.09987504092894361]
+      accelerations: [-0.042189467953655094, -0.05605783107849679, 0.05391166785334673, -3.314553753731309e-14, -0.05100903554513675, -0.09211620222958705]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 211905019
+    - 
+      positions: [-0.0677471489976348, 0.1922405072175495, -1.1888691456700609, -1.091976570522921, -2.0685904680357594, -0.4404361801511007]
+      velocities: [-0.19915103957727953, -0.015250477403807267, 0.0387365898667826, -0.4133345318673513, -0.05846566776073983, 0.099256770468206]
+      accelerations: [-0.042379109265862455, -0.05631350351392649, 0.05419053293639454, 9.965095223078951e-14, -0.050993178282526905, -0.09266680970757307]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 218596895
+    - 
+      positions: [-0.06907791912149269, 0.19213741584999822, -1.1886092739665535, -1.0947365978003298, -2.0689820086262203, -0.4397754646109529]
+      velocities: [-0.19943465280793754, -0.015627365526684322, 0.03909938021167943, -0.41333453186735125, -0.058806116549930496, 0.09863615602922407]
+      accelerations: [-0.04256746045367685, -0.05657035291815458, 0.05447085535124823, -9.154404550957888e-14, -0.050976262188890537, -0.09321700759686057]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 225274361
+    - 
+      positions: [-0.07040770926853898, 0.19203203272715338, -1.1883475421571401, -1.097490668821255, -2.069374969860702, -0.4391203178895965]
+      velocities: [-0.1997189045784878, -0.016005155585466835, 0.03946326028171033, -0.4133345318673517, -0.059145714310388585, 0.0980132162881093]
+      accelerations: [-0.042754486088605, -0.05682836413920267, 0.054752629315677655, -2.502061139946977e-14, -0.050958257667426225, -0.09376678565248193]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 231937417
+    - 
+      positions: [-0.07173651548960334, 0.19192436272348626, -1.1880839534557541, -1.1002387836601228, -2.0697693362695095, -0.43847073744742093]
+      velocities: [-0.20000378086355677, -0.016383847876826688, 0.039828231580205396, -0.41333453186735164, -0.0594844544649981, 0.0973879700539396]
+      accelerations: [-0.04294024322929182, -0.05708753157130347, 0.0550358375859168, 3.343319666054914e-14, -0.05093920910081821, -0.09431608862097084]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 238586062
+    - 
+      positions: [-0.0730643338569443, 0.1918144107388504, -1.1878185110857589, -1.1029809426806287, -2.070165092419437, -0.43782672045137694]
+      velocities: [-0.20028926770532146, -0.016763442608686202, 0.0401942955218215, -0.4133345318673518, -0.05982233049540087, 0.09676043622323052]
+      accelerations: [-0.04312466895020966, -0.0573478369243968, 0.05532047769354338, -8.376471665855369e-14, -0.050919064972183646, -0.09486491938822288]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 245220299
+    - 
+      positions: [-0.07439116046436348, 0.1917021816982363, -1.187551218279118, -1.1057171465372082, -2.070562222913565, -0.43718826377819653]
+      velocities: [-0.20057535092102538, -0.017143939869423096, 0.0405614534684315, -0.41333453186735164, -0.060159335708297304, 0.096130633635923]
+      accelerations: [-0.04330773196951178, -0.05760926496537163, 0.05560654288863149, 1.3431553448925715e-13, -0.05089779922682828, -0.09541326535560206]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 251840128
+    - 
+      positions: [-0.07571699142725465, 0.1915876805514886, -1.1872820782760352, -1.1084473961734047, -2.070960712391762, -0.43655536401768474]
+      velocities: [-0.20086201652104513, -0.017525339673307026, 0.040929706679340996, -0.4133345318673512, -0.060495463569742544, 0.09549858127418726]
+      accelerations: [-0.043489495134496424, -0.05787181078122353, 0.05589401541989159, 0.0, -0.050875461077472234, -0.09596106884627412]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 258445551
+    - 
+      positions: [-0.07704182288252548, 0.19147091227293597, -1.1870110943259324, -1.1111716928115207, -2.0713605455331696, -0.43592801747606647]
+      velocities: [-0.20114925048592566, -0.017907641935802254, 0.04129905633783036, -0.4133345318673512, -0.06083070752669548, 0.09486429815563449]
+      accelerations: [-0.04366985949478951, -0.05813545140016995, 0.056182896344127986, 0.0, -0.050851970485806836, -0.09650834903599463]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 265036572
+    - 
+      positions: [-0.07836565098874708, 0.19135188186117938, -1.1867382696861224, -1.1138900379573096, -2.0717617070552197, -0.43530622017920445]
+      velocities: [-0.2014370385937857, -0.018290846454696953, 0.04166950357150074, -0.4133345318673515, -0.06116506086979335, 0.09422780324867917]
+      accelerations: [-0.043848835299018854, -0.05840017580399356, 0.05647317373657078, -7.604932631709416e-14, -0.05082733498576229, -0.09705507317080769]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 271613195
+    - 
+      positions: [-0.0796884719261412, 0.19123059433876802, -1.186463607622039, -1.1166024333944755, -2.0721641817149834, -0.43468996787593084]
+      velocities: [-0.20172536690119752, -0.018674952964781534, 0.04204104939755037, -0.4133345318673515, -0.06149851711713157, 0.0935891156971275]
+      accelerations: [-0.04402646927994688, -0.05866597731544231, 0.056764831798698394, 7.621629673926135e-14, -0.05080159097218185, -0.09760119171731467]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 278175423
+    - 
+      positions: [-0.08101028189653313, 0.19110705475184703, -1.1861871114079685, -1.1193088811759655, -2.0725679543112356, -0.43407925604137404]
+      velocities: [-0.2020142213504948, -0.01905996109283755, 0.04241369476747397, -0.41333453186735114, -0.061831069700372415, 0.09294825463548197]
+      accelerations: [-0.044202652036186584, -0.05893283095120409, 0.05705787197259963, 8.487104452781984e-15, -0.050774650513411526, -0.09814672758163083]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 284723261
+    - 
+      positions: [-0.08233107712349788, 0.19098126816995198, -1.1859087843255958, -1.122009383629445, -2.072973009683253, -0.43347407988019077]
+      velocities: [-0.2023035878153513, -0.019445870363501143, 0.04278744056267919, -0.41333453186735125, -0.06216271200185846, 0.09230523920710196]
+      accelerations: [-0.04437744399211695, -0.059200731451541644, 0.0573522767848245, -4.2529029283949045e-14, -0.05074656130124241, -0.09869162497441454]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 291256716
+    - 
+      positions: [-0.08365085385229068, 0.19085323968564108, -1.1856286296649217, -1.1247039433473585, -2.07337933271314, -0.4328744343299155]
+      velocities: [-0.20259345232133225, -0.019832680224986896, 0.043162287569937494, -0.4133345318673515, -0.06249343753028838, 0.09166008866507862]
+      accelerations: [-0.04455080267324673, -0.059469661362704575, 0.05764803994806781, -1.704916246254238e-14, -0.05071728887937575, -0.09923587554659924]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 297775793
+    - 
+      positions: [-0.0849696083499081, 0.1907229744142276, -1.1853466507237493, -1.1273925631863293, -2.073786908325992, -0.43228031406423234]
+      velocities: [-0.20288380078230944, -0.02022039001824117, 0.043538236510869896, -0.4133345318673516, -0.06282323971045864, 0.09101282224946239]
+      accelerations: [-0.044722707748353116, -0.05973960568348547, 0.05794515272778924, -1.708686034761749e-14, -0.05068681668499462, -0.09977946045530837]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 304280500
+    - 
+      positions: [-0.08628733690511457, 0.1905904774934883, -1.1850628508074739, -1.130075246264524, -2.0741957214905185, -0.43169171349626423]
+      velocities: [-0.20317461917153654, -0.020608998997770998, 0.043915288023990376, -0.41333453186735164, -0.0631521120199345, 0.09036345926308637]
+      accelerations: [-0.04489316888718374, -0.06001055299209028, 0.05824360304008006, 0.0, -0.0506551520749932, -0.10032234753070535]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 310770843
+    - 
+      positions: [-0.08760403582844137, 0.1904557540833467, -1.1847772332292872, -1.1327519959563956, -2.0746057572202528, -0.43110862678187656]
+      velocities: [-0.20346589347097266, -0.02099850632580971, 0.04429344267005053, -0.41333453186735136, -0.06348004794855444, 0.08971201904654488]
+      accelerations: [-0.04506214993619483, -0.060282486177516886, 0.05854338353143964, 8.581347157027911e-14, -0.05062226600792322, -0.10086452509777598]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 317246832
+    - 
+      positions: [-0.08891970145222954, 0.1903188093655948, -1.184489801309754, -1.1354228158914674, -2.0750170005738213, -0.43053104782295654]
+      velocities: [-0.20375760963451428, -0.021388911067533496, 0.044672700936384764, -0.41333453186735125, -0.0638070409693237, 0.08905852096121791]
+      accelerations: [-0.04522964902979605, -0.0605553920052799, 0.05884448316141808, -6.020290073359199e-14, -0.05058815686547734, -0.10140596562860373]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 323708474
+    - 
+      positions: [-0.0902343301306358, 0.19017964854359465, -1.1842005583768567, -1.1380877099501072, -2.0754294366558925, -0.429958970270687]
+      velocities: [-0.20404975367947903, -0.021780212203452116, 0.04505306322828058, -0.41333453186735136, -0.06413308461112394, 0.08840298442699862]
+      accelerations: [-0.045395658017985924, -0.06082925686111927, 0.05914689163754818, 3.447821431984793e-14, -0.05055281802345761, -0.10194664526944473]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 330155780
+    - 
+      positions: [-0.09154791823964968, 0.19003827684196697, -1.1839095077659454, -1.1407466822598904, -2.0758430506179777, -0.42939238752884173]
+      velocities: [-0.20434231159771427, -0.022172408618286794, 0.04543452987789254, -0.41333453186735136, -0.06445817238826634, 0.08774542888094142]
+      accelerations: [-0.0455601473061713, -0.06110406373937787, 0.059450600399410365, -2.5916292957458404e-14, -0.050516226048795916, -0.10248654875560317]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 336588759
+    - 
+      positions: [-0.09286046217712324, 0.1898946995063193, -1.1836166528194123, -1.1433997371937998, -2.076257827658802, -0.42883129275704357]
+      velocities: [-0.20463526940887689, -0.022565499107726636, 0.04581710113955155, -0.4133345318673515, -0.06478229784271074, 0.08708587380022391]
+      accelerations: [-0.045723125084341315, -0.061379800786323414, 0.0597555974063037, -1.7316092403109373e-14, -0.05047838742226028, -0.10302564454949294]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 343007421
+    - 
+      positions: [-0.0941719583627694, 0.1897489218029277, -1.1833219968868585, -1.1460468793652072, -2.076673753025394, -0.4282756788740333]
+      velocities: [-0.20492861316216923, -0.022959482379435646, 0.04620077719009576, -0.4133345318673518, -0.06510545454545538, 0.08642433869973157]
+      accelerations: [-0.045884562050908115, -0.061656450977890666, 0.06006187392862075, -7.809658938350746e-14, -0.05043927910855317, -0.1035639176414126]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 349411779
+    - 
+      positions: [-0.09548240323819314, 0.1896009490184579, -1.1830255433247683, -1.1486881136260725, -2.0770908120134366, -0.4277255385609334]
+      velocities: [-0.20522232888403294, -0.02335435704619429, 0.04658555813396824, -0.41333453186735186, -0.0654276360553273, 0.0857608431081684]
+      accelerations: [-0.04604444992027352, -0.061933999985947306, 0.06036941921859358, 5.218093059806807e-14, -0.050398894764423344, -0.10410134338773365]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 355801843
+    - 
+      positions: [-0.09679179326689948, 0.18945078645966631, -1.1827272954964603, -1.1513234450633527, -2.0775089899680084, -0.4271808642644927]
+      velocities: [-0.205516402616678, -0.02375012163140442, 0.046971444000173355, -0.4133345318673517, -0.06574883594968436, 0.08509540658348454]
+      accelerations: [-0.04620277112625998, -0.06221243214615116, 0.0606782233059315, 8.716314629223506e-15, -0.05035722086400276, -0.10463790146176137]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 362177627
+    - 
+      positions: [-0.09810012493431101, 0.18929843945310876, -1.1824272567719136, -1.1539528789962124, -2.0779282722841383, -0.4266416482003353]
+      velocities: [-0.20581082048939892, -0.024146774579514883, 0.047358434736606815, -0.4133345318673515, -0.06606904788034561, 0.0844280487399329]
+      accelerations: [-0.046359539667778976, -0.06249173609826562, 0.06098827338910786, 6.115113900683284e-14, -0.05031426870333221, -0.10517355821544085]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 368539142
+    - 
+      positions: [-0.0994073947477642, 0.18914391334482347, -1.1821254305280038, -1.156576420970643, -2.0783486444079298, -0.42610788235619507]
+      velocities: [-0.2061055685803244, -0.02454431423664527, 0.04774653022198523, -0.4133345318673515, -0.06638826546462319, 0.08375878918928034]
+      accelerations: [-0.0465146943029387, -0.06277188974625077, 0.06129956296169999, -7.004406775806205e-14, -0.05026999048926977, -0.10570831130872375]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 374886403
+    - 
+      positions: [-0.10071359923655067, 0.18898721350008327, -1.181821820147769, -1.159194076760304, -2.078770091836268, -0.42557955849513857]
+      velocities: [-0.20640063297960998, -0.024942738860424217, 0.04813573026148564, -0.4133345318673516, -0.06670648233575263, 0.08308764756478826]
+      accelerations: [-0.04666826877910896, -0.06305288447412465, 0.06161207753237512, 3.5100834490315434e-14, -0.050224413431616495, -0.1062421189816495]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 381219422
+    - 
+      positions: [-0.1020187349519001, 0.18882834530305612, -1.181516429020891, -1.1618058523595567, -2.0791926001182897, -0.42505666815878496]
+      velocities: [-0.20669599984415438, -0.02534204662758811, 0.048526034581996426, -0.41333453186735103, -0.06702369218564878, 0.08241464354269237]
+      accelerations: [-0.04682021878696629, -0.06333470023477353, 0.0619258088315628, 1.40719632763085e-13, -0.05017750312691772, -0.10677497171140038]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 387538216
+    - 
+      positions: [-0.10332279846700834, 0.18866731415654603, -1.1812092605431843, -1.1644117539829202, -2.0796161548553793, -0.42453920267051093]
+      velocities: [-0.20699165538469405, -0.02574223563287849, 0.04891744283428026, -0.4133345318673509, -0.06733988875437796, 0.08173979683384296]
+      accelerations: [-0.046970574126951825, -0.06361732779166476, 0.062240742761744156, -1.0577776000765496e-13, -0.050129283723754484, -0.1073068298179722]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 393842798
+    - 
+      positions: [-0.10462578637702598, 0.18850412548166337, -1.1809003181170161, -1.1670117880585382, -2.080040741702516, -0.4240271531386426]
+      velocities: [-0.20728758570078995, -0.026143303865401278, 0.04930995460599634, -0.4133345318673515, -0.06765506570123724, 0.08106312711633673]
+      accelerations: [-0.047119237700238244, -0.06390073919194422, 0.06255687488244403, -6.184301944689245e-14, -0.050079679722825156, -0.10783770471988141]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 400133185
+    - 
+      positions: [-0.10592769529910387, 0.18833878471760138, -1.1805896051501346, -1.169605961231842, -2.080466346367306, -0.42352051045965206]
+      velocities: [-0.2075837770185816, -0.02654524924404543, 0.04970356940401642, -0.4133345318673512, -0.06796921679145018, 0.08038465412868785]
+      accelerations: [-0.04726631488928701, -0.06418493613621315, 0.06287418516048349, 1.4167500517446306e-13, -0.050028774778742645, -0.10836752656026556]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 406409392
+    - 
+      positions: [-0.10722852187235044, 0.1881712973212503, -1.1802771250570312, -1.1721942803530592, -2.080892954612655, -0.4230192653213092]
+      velocities: [-0.20788021562792064, -0.02694806960791484, 0.05009828665916931, -0.413334531867351, -0.0682823358464118, 0.0797043976435553]
+      accelerations: [-0.04741168820911507, -0.06446988729518657, 0.06319267043606618, -7.099780159864132e-14, -0.04997647742552862, -0.10889631483046781]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 412671437
+    - 
+      positions: [-0.10852826275788123, 0.1880016687669938, -1.1799628812575191, -1.174776752482489, -2.0813205522554137, -0.42252340820586465]
+      velocities: [-0.20817688775077622, -0.027351762698115088, 0.05049410573734123, -0.4133345318673517, -0.0685944166406467, 0.07902237741254847]
+      accelerations: [-0.047555421324462666, -0.06475558826725777, 0.06351231387594314, -1.6010691795999942e-13, -0.04992283880513314, -0.1094240166234229]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 418919335
+    - 
+      positions: [-0.10982691463879653, 0.18782990454635734, -1.1796468771775643, -1.1773533848814444, -2.0817491251682587, -0.42203292939317216]
+      velocities: [-0.20847377963472277, -0.027756326171325507, 0.05089102593208389, -0.4133345318673515, -0.06890545297593403, 0.07833861320311318]
+      accelerations: [-0.047697425931018, -0.06504201161434947, 0.06383310967578174, 2.317899514423688e-13, -0.04986779074452645, -0.1099506393513643]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 425153105
+    - 
+      positions: [-0.11112447422020658, 0.18765601016777766, -1.1793291162482369, -1.179924185015134, -2.0821786592788625, -0.42154781896385807]
+      velocities: [-0.20877087762008645, -0.02816175761107697, 0.05128904646119653, -0.4133345318673511, -0.06921543873276159, 0.07765312482144307]
+      accelerations: [-0.0478377875262888, -0.0653291562978969, 0.06415503960169765, -1.0722279425183502e-13, -0.04981140128209659, -0.11047612217971463]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 431372765
+    - 
+      positions: [-0.11242093822921256, 0.18747999115624128, -1.1790096019067962, -1.1824891605420635, -2.0826091405720972, -0.42106806680239484]
+      velocities: [-0.20906816806753575, -0.028568054516756394, 0.05168816647149212, -0.4133345318673515, -0.06952436781452007, 0.07696593208373734]
+      accelerations: [-0.04797639411845694, -0.06561699098197003, 0.06447809912665554, -8.955532524396106e-15, -0.04975358414216954, -0.11100048146673902]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 437578333
+    - 
+      positions: [-0.11371630341493164, 0.18730185305306882, -1.1786883375953603, -1.1850483193187247, -2.0830405550887865, -0.42059366260025893]
+      velocities: [-0.20936563729639146, -0.028975214294828258, 0.05208838504415362, -0.41333453186735114, -0.06983223409910133, 0.07627705478939936]
+      accelerations: [-0.04811331153403896, -0.06590551149154517, 0.06480227139969867, 1.0771076066455367e-13, -0.049694392079707286, -0.11152366440192402]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 443769828
+    - 
+      positions: [-0.11501056654848252, 0.18712160141557474, -1.1783653267617418, -1.1876016693906188, -2.083472888927524, -0.4201245958589801]
+      velocities: [-0.2096632717689762, -0.02938323428759245, 0.052489701182517265, -0.4133345318673511, -0.07013903158290158, 0.07558651279180181]
+      accelerations: [-0.048248486809492244, -0.0661946953944998, 0.0651275476954661, -8.996325031029683e-14, -0.04963378508569466, -0.11204566424170248]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 449947270
+    - 
+      positions: [-0.11630372442299418, 0.18693924181680685, -1.1780405728588348, -1.1901492189924137, -2.083906128244427, -0.41966085589323915]
+      velocities: [-0.20996105792421849, -0.02979211174820274, 0.0528921138236973, -0.41333453186735125, -0.0704447542507313, 0.0748943259309241]
+      accelerations: [-0.04838193221431435, -0.06648453017483343, 0.06545391462260723, 2.7050451096629304e-14, -0.04957177420132481, -0.11256644943657805]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 456110678
+    - 
+      positions: [-0.11759577385360444, 0.18675477984524702, -1.1777140793447993, -1.19269097654316, -2.0843402592539944, -0.4192024318339198]
+      velocities: [-0.2102589821848779, -0.03020184384148991, 0.053295621838061774, -0.41333453186735125, -0.07074939608215268, 0.07420051403607031]
+      accelerations: [-0.04851359669371223, -0.06677499325306288, 0.06578136297998916, -2.7112116911665257e-14, -0.04950832128219797, -0.11308601201152631]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 462260074
+    - 
+      positions: [-0.11888671167746068, 0.18656822110455126, -1.1773858496824767, -1.1952269506462745, -2.0847752682288894, -0.4187493126311769]
+      velocities: [-0.21055703104038104, -0.03061242765833879, 0.05370022402534543, -0.41333453186735125, -0.07105295111582344, 0.0735050969547779]
+      accelerations: [-0.0486435194429812, -0.06706607646408198, 0.0661098778070813, 3.623196170126734e-14, -0.04944345843828189, -0.11360431056882693]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 468395477
+    - 
+      positions: [-0.12017653475371377, 0.1863795712132298, -1.1770558873398838, -1.197757150082814, -2.0852111415012136, -0.41830148705743697]
+      velocities: [-0.21085519103941908, -0.031023860214363874, 0.054105919114584795, -0.41333453186735136, -0.0713554134435185, 0.07280809454838894]
+      accelerations: [-0.04877164679430669, -0.06735775646344999, 0.06643944961401621, -8.170803878765142e-14, -0.049377145578117454, -0.11412133825535005]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 474516910
+    - 
+      positions: [-0.12146523996351852, 0.18618883580439505, -1.176724195789607, -1.2002815838116838, -2.085647865462221, -0.41785894371044136]
+      velocities: [-0.21115344880868414, -0.03143613845416049, 0.05451270576471136, -0.41333453186735125, -0.07165677722483935, 0.07210952669685566]
+      accelerations: [-0.04889802429516157, -0.06765002621360724, 0.06677006334335725, 1.2739178953822526e-13, -0.04930941995378805, -0.11463705163771785]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 480624393
+    - 
+      positions: [-0.12275282421003413, 0.18599602052543976, -1.1763907785093541, -1.2028002609625754, -2.0860854265636584, -0.4174216710161903]
+      velocities: [-0.21145179092903826, -0.03184925923112143, 0.054920582571317836, -0.413334531867351, -0.07195703659117114, 0.0714094132522311]
+      accelerations: [-0.049022557394416195, -0.06794285537794238, 0.06710171142959435, -3.648087075539999e-14, -0.04924020991511781, -0.11515145877882169]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 486717949
+    - 
+      positions: [-0.12403928441841185, 0.18580113103780987, -1.176055638980878, -1.2053131908391435, -2.086523811316796, -0.4169896572319998]
+      velocities: [-0.21175020397844804, -0.03226321931527197, 0.055329548065111436, -0.41333453186735136, -0.07225618567895709, 0.07070777405164214]
+      accelerations: [-0.04914530574537481, -0.0682362391414683, 0.067434377969974, -1.005519130320373e-13, -0.049169563793119736, -0.11566451150271301]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 492797601
+    - 
+      positions: [-0.12532461753579463, 0.18560417301667578, -1.1757187806906868, -1.2078203829109877, -2.0869630062939653, -0.41656289044940564]
+      velocities: [-0.21204867473929123, -0.03267801542807261, 0.05573960070108924, -0.41333453186735164, -0.07255421879079035, 0.07000462899180154]
+      accelerations: [-0.049266242709025666, -0.0685301582881224, 0.06776805159880633, 1.832401812549671e-14, -0.049097462869281315, -0.11617619315172298]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 498863370
+    - 
+      positions: [-0.12660882053131461, 0.18540515215066491, -1.1753802071297539, -1.210321846811965, -2.08740299812867, -0.41614135859711293]
+      velocities: [-0.2123471899178748, -0.03309364419588394, 0.056150738873749564, -0.41333453186735153, -0.0728511301775214, 0.06929999792577454]
+      accelerations: [-0.049385335783519044, -0.06882459241091925, 0.06810272113278472, 1.8365990890416136e-14, -0.049023884038911114, -0.11668648911870222]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 504915282
+    - 
+      positions: [-0.1278918903960793, 0.18520407414159776, -1.175039921793163, -1.2128175923388902, -2.0878437735156012, -0.415725049443947]
+      velocities: [-0.21264573624475397, -0.033510102167821104, 0.05656296091264301, -0.41333453186735125, -0.07314691411649323, 0.06859390069696811]
+      accelerations: [-0.049502591169558886, -0.06911952778846304, 0.06843837341451574, 7.363233380935127e-14, -0.04894883434018561, -0.11719537117151085]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 510953358
+    - 
+      positions: [-0.12917382414316786, 0.1850009447041932, -1.1746979281801926, -1.2153076294475116, -2.0882853192112614, -0.4153139506017498]
+      velocities: [-0.21294430051689864, -0.03392738582318536, 0.05697626508064069, -0.4133345318673513, -0.07344156494418291, 0.06788635715345903]
+      accelerations: [-0.049617990189290494, -0.06941494613786714, 0.06877499640389034, -9.225147482341764e-14, -0.04887230152220445, -0.11770281965107764]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 516977624
+    - 
+      positions: [-0.1304546188076206, 0.1847957695658001, -1.1743542297941167, -1.21779196825028, -2.0887276220341744, -0.4149080495282696]
+      velocities: [-0.21324286962488426, -0.03434549157660285, 0.05739064957322489, -0.41333453186735186, -0.0737350770769718, 0.06717738715476251]
+      accelerations: [-0.04973154820336047, -0.06971083517322735, 0.06911257643456184, -9.246312292415402e-14, -0.04879429977693897, -0.11820880372714883]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 522988104
+    - 
+      positions: [-0.13173427144643654, 0.18458855446610628, -1.1740088301423914, -1.2202706190117751, -2.0891706688656164, -0.41450733353001146]
+      velocities: [-0.2135414305032567, -0.03476441577079438, 0.05780611252177208, -0.4133345318673517, -0.07402744497293418, 0.06646701055307136]
+      accelerations: [-0.04984323000884341, -0.07000717390443711, 0.06945110228578051, 1.575481074937675e-13, -0.048714804284756115, -0.11871330967676068]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 528984822
+    - 
+      positions: [-0.13301277913855852, 0.18437930515687184, -1.173661732736261, -1.2227435921476912, -2.089614446649545, -0.4141117897651043]
+      velocities: [-0.21383997000411445, -0.03518415465402962, 0.05822265199890207, -0.41333453186735136, -0.07431866303423709, 0.06575524714791388]
+      accelerations: [-0.04995300871176966, -0.0703039421606353, 0.06979056174732441, -4.644408691402371e-14, -0.04863379675972806, -0.11921632141431339]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 534967804
+    - 
+      positions: [-0.1342901389848529, 0.18416802740167262, -1.1733129410904777, -1.2252108982232202, -2.090058942392654, -0.4137214052461719]
+      velocities: [-0.21401549802402428, -0.035584150527262215, 0.05860649307289882, -0.41309732411427913, -0.07456582570814366, 0.06500499471292985]
+      accelerations: [-0.0088052017595189, -0.06367012309535902, 0.05876863092847446, 0.07952184952390379, -0.034141584749048666, -0.13209398058027916]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 540937076
+    - 
+      positions: [-0.13556634810812623, 0.18395472697557758, -1.1729624587239764, -1.2276725479454498, -2.0905041431657647, -0.41333616684303603]
+      velocities: [-0.21404176328492108, -0.03595954243347638, 0.05895000013729555, -0.4125730284569, -0.07475954071824853, 0.06420937411734276]
+      accelerations: [-6.985773471225028e-14, -0.06224056974400775, 0.05644700548345415, 0.09634249558069752, -0.030831302295883017, -0.134769094942455]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 546899506
+    - 
+      positions: [-0.13684140365306524, 0.18373940966495156, -1.172610289158462, -1.2301285521688041, -2.0909500361022935, -0.41295606128567675]
+      velocities: [-0.2140417632849212, -0.03633036925504696, 0.05928648390827089, -0.4119997137838608, -0.07494246150528508, 0.06340665502600912]
+      accelerations: [2.7968417312420155e-14, -0.06225985180984551, 0.056523197192836584, 0.0961405595852531, -0.03058192428475215, -0.1347336661478109]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 552856547
+    - 
+      positions: [-0.13811530278628129, 0.1835220812670943, -1.1722564359198744, -1.232578921882605, -2.0913966084007085, -0.41258107516681386]
+      velocities: [-0.2140417632849212, -0.03670097474888956, 0.05962311730832889, -0.411428129942764, -0.07512373412497922, 0.06260488348599819]
+      accelerations: [-3.2659490186819296e-14, -0.062279212058911265, 0.056599838360387095, 0.09593559181136539, -0.030333197730656264, -0.13469532283602578]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 558808185
+    - 
+      positions: [-0.13938804269626032, 0.18330274759003023, -1.1719009025372533, -1.23502366821482, -2.0918438473233665, -0.4122111949447717]
+      velocities: [-0.2140417632849212, -0.03707135835880754, 0.059959901445616345, -0.4108582939111367, -0.07530336475794772, 0.06180407806608715]
+      accelerations: [4.202908218733274e-14, -0.06229865246638139, 0.05667693075068953, 0.0957276294480392, -0.030085126875269527, -0.13465410943665657]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 564754408
+    - 
+      positions: [-0.14065962059334153, 0.18308141445223564, -1.171543692542607, -1.2374628024295673, -2.092291740196739, -0.4118464069462342]
+      velocities: [-0.2140417632849212, -0.037441519546635035, 0.06029683737243124, -0.4102902220000093, -0.0754813596937366, 0.06100425701919318]
+      accelerations: [-4.6741725791066444e-14, -0.062318175675373684, 0.05675445532057304, 0.09551683723587116, -0.029837743410460055, -0.13461006687714064]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 570695201
+    - 
+      positions: [-0.14193003370973403, 0.18285808768233644, -1.1711848094715043, -1.2398963359202126, -2.092740274412615, -0.4114866973688534]
+      velocities: [-0.2140417632849213, -0.03781145778902108, 0.06063392614385266, -0.4097239302209283, -0.07565772525032866, 0.06020543827922445]
+      accelerations: [9.35693025432954e-15, -0.062337782593593564, 0.05683243355757466, 0.09530312921186428, -0.02959102460096364, -0.13456324089632912]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 576630553
+    - 
+      positions: [-0.14319927929946827, 0.1826327731188797, -1.170824256862253, -1.2423242802112062, -2.093189437427353, -0.4111320522840349]
+      velocities: [-0.21404176328492136, -0.03818117257726439, 0.060971168833932436, -0.40915943438660163, -0.07583246775145264, 0.059407639460442266]
+      accelerations: [-2.341387831014205e-14, -0.06235747582436969, 0.056910851856463475, 0.09508663663128346, -0.029344994617475393, -0.13451367288703936]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 582560450
+    - 
+      positions: [-0.14446735463840044, 0.182405476610037, -1.1704620382563036, -1.2447466469523716, -2.0936392167628033, -0.41078245763954224]
+      velocities: [-0.21404176328492114, -0.03855066341943497, 0.06130856648191004, -0.40859674978197746, -0.07600559359780554, 0.05861087786641875]
+      accelerations: [9.374208361371215e-14, -0.062377257004227846, 0.05698971360276888, 0.09486738454592544, -0.02909965479388979, -0.13446140582501004]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 588484879
+    - 
+      positions: [-0.1457342570241956, 0.1821762040133465, -1.1700981571980567, -1.2471634479169147, -2.094089600006408, -0.41043789926215174]
+      velocities: [-0.21404176328492108, -0.03891992983678537, 0.06164612017301457, -0.4080358916648198, -0.07617710915817434, 0.05781517048258494]
+      accelerations: [-7.975466156287746e-14, -0.06239712754131525, 0.05706903245568544, 0.09464533562547203, -0.028854992661901873, -0.13440648387302573]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 594403829
+    - 
+      positions: [-0.14699998377627846, 0.18194496119546996, -1.1697326172343243, -1.2495746950015625, -2.0945405748108077, -0.41009836286034457]
+      velocities: [-0.21404176328492136, -0.039288971366895256, 0.06198383096007164, -0.40747687478637984, -0.07634702087228204, 0.05702053398858452]
+      accelerations: [-4.69581515746196e-15, -0.06241709014926795, 0.05714878533109233, 0.09442067708603187, -0.0286110443792002, -0.1343489460913441]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 600317285
+    - 
+      positions: [-0.14826453223586647, 0.18171175403189008, -1.1693654219150529, -1.2519804002190076, -2.0949921288951723, -0.4097638340267859]
+      velocities: [-0.21404176328492125, -0.039657787562085794, 0.06232169990137558, -0.40691971362639295, -0.07651533520026732, 0.05622698475522584]
+      accelerations: [4.230177848588205e-14, -0.06243714571431098, 0.057228998715762015, 0.09419329231986158, -0.028367780461945342, -0.1342888379326931]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 606225237
+    - 
+      positions: [-0.14952789976589384, 0.1814765884066926, -1.1689965747923434, -1.254380575700791, -2.095444250044192, -0.40943429824104466]
+      velocities: [-0.2140417632849212, -0.04002637798879567, 0.06265972808251152, -0.4063644225285599, -0.07668205859263798, 0.055434538844104424]
+      accelerations: [-2.3522990167093814e-14, -0.06245729675588035, 0.05730965689249421, 0.09396332312848639, -0.028125227020487677, -0.13422619884241957]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 612127672
+    - 
+      positions: [-0.15079008375102537, 0.18123947021227602, -1.1686260794209222, -1.2567752336913338, -2.0958969261090403, -0.40910974087206664]
+      velocities: [-0.21404176328492125, -0.04039474222997225, 0.06299791655403837, -0.4058110153207861, -0.0768471975716775, 0.05464321201888151]
+      accelerations: [0.0, -0.062477544984295114, 0.05739076528441661, 0.09373078158502145, -0.027883382181247106, -0.13416107071780548]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 618024577
+    - 
+      positions: [-0.15205108159762667, 0.18100040534909861, -1.1682539393578852, -1.2591643865464324, -2.096350145007337, -0.4087901471807327]
+      velocities: [-0.2140417632849212, -0.04076287988310305, 0.06333626636626377, -0.405259505533212, -0.07701075868383508, 0.05385301974292241]
+      accelerations: [1.4140358353003643e-14, -0.0624978922680351, 0.05747231992814074, 0.09349573610766033, -0.027642256053173987, -0.13409349405827928]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 623915941
+    - 
+      positions: [-0.15331089073375445, 0.18075939972541713, -1.1678801581627636, -1.2615480467298457, -2.0968038947235326, -0.40847550232235064]
+      velocities: [-0.21404176328492125, -0.04113079056012318, 0.063674778585924, -0.4047099065010319, -0.07717274847775557, 0.053063977178666816]
+      accelerations: [-2.830744263150652e-14, -0.0625183403013758, 0.05755433193382329, 0.09325816403808415, -0.027401839365530985, -0.13402351123989228]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 629801751
+    - 
+      positions: [-0.15456950860910595, 0.1805164592570404, -1.1675047393970786, -1.2639262268129767, -2.0972581633086005, -0.4081657913492099]
+      velocities: [-0.21404176328492142, -0.04149847388709349, 0.06401345430455753, -0.40416223141756946, -0.07733317349276322, 0.05227609918876551]
+      accelerations: [-2.361189692886402e-14, -0.06253889085982364, 0.05763680020304168, 0.09301811596813113, -0.027162138382170086, -0.13395116264318999]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 635681995
+    - 
+      positions: [-0.15582693269499767, 0.18027158986707578, -1.167127686624313, -1.266298939472076, -2.0977129388802753, -0.4078609992130466]
+      velocities: [-0.21404176328492144, -0.041865929506337926, 0.06435229455608447, -0.40361649283594603, -0.07749204036439131, 0.05148940035231883]
+      accelerations: [9.453739245537192e-15, -0.06255954637997914, 0.057719707823766994, 0.09277573898525243, -0.026923179801477626, -0.13387648538357186]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 641556662
+    - 
+      positions: [-0.157083160484394, 0.18002479748564387, -1.1667490034104122, -1.2686661974822304, -2.0981682096240086, -0.4075611107673718]
+      velocities: [-0.21404176328492136, -0.0422331570741844, 0.0646913004074823, -0.40307270322225813, -0.07764935570637148, 0.05070389495201143]
+      accelerations: [1.892551125261413e-14, -0.06258030788399407, 0.0578030845594995, 0.09253089572267845, -0.026684929811036512, -0.13379952448238858]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 647425740
+    - 
+      positions: [-0.15833818949179848, 0.17977608804967007, -1.1663686933227158, -1.2710280137209222, -2.0986239637917823, -0.40726611077009306]
+      velocities: [-0.2140417632849212, -0.04260015626097857, 0.06503047293917641, -0.4025308748411156, -0.07780512613456886, 0.049919596979645105]
+      accelerations: [3.788723163086673e-14, -0.0626011778310076, 0.05788690681367888, 0.09228377261799231, -0.026447423359662405, -0.13372031543507137]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 653289217
+    - 
+      positions: [-0.1595920172532975, 0.17952546750259785, -1.1659867599306841, -1.2733844011607214, -2.0990801897033444, -0.4069759838857581]
+      velocities: [-0.21404176328492114, -0.04296692675314405, 0.0653698131933797, -0.4019910194411207, -0.07795935833362727, 0.04913652014786702]
+      accelerations: [-2.370224020865142e-14, -0.06262215796051117, 0.05797118677912757, 0.09203433959854651, -0.026210649389517844, -0.13363889953455116]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 659147082
+    - 
+      positions: [-0.16084464132650259, 0.17927294179414774, -1.1656032068054227, -1.2757353728692622, -2.0995368757458186, -0.40669071468801]
+      velocities: [-0.2140417632849213, -0.04333346825031219, 0.06570932225068016, -0.40145314872532833, -0.07811205895673204, 0.04835467787910934]
+      accelerations: [-2.3725050368399398e-14, -0.06264324976944548, 0.05805592696925426, 0.09178262303572242, -0.025974608763889316, -0.13355531631079662]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 664999324
+    - 
+      positions: [-0.16209605929051488, 0.1790185168800816, -1.165218037519534, -1.2780809420073251, -2.0999940103737287, -0.4064102876619631]
+      velocities: [-0.2140417632849212, -0.04369978046706749, 0.06604900116672083, -0.4009172739694363, -0.07826323470636683, 0.04757408331983324]
+      accelerations: [5.699508055868294e-14, -0.06266445561011375, 0.05814111797382927, 0.09152872344545997, -0.025739318063856962, -0.1334696024607792]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 670845930
+    - 
+      positions: [-0.1633462687459317, 0.17876219872193005, -1.1648312556473643, -1.280421121824477, -2.100451582109572, -0.40613468720646023]
+      velocities: [-0.21404176328492103, -0.044065863132490876, 0.06638885100826142, -0.40038340624136376, -0.07841289228740234, 0.046794749335654987]
+      accelerations: [-4.754187957222042e-15, -0.06268577683916039, 0.05822677464612841, 0.09127259238117907, -0.025504762184885732, -0.13338179944762674]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 676686891
+    - 
+      positions: [-0.16459526731477167, 0.17850399328677163, -1.1644428647644467, -1.2827559256596652, -2.100909579543276, -0.4058638976364984]
+      velocities: [-0.21404176328492125, -0.044431715990052245, 0.06672887283909534, -0.39985155632008845, -0.07856103842387518, 0.04601668851689816]
+      accelerations: [-6.186444943272277e-14, -0.06270721579017463, 0.05831288274609796, 0.09101435852412032, -0.025270963548801956, -0.13329194233178912]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 682522194
+    - 
+      positions: [-0.16584305264049562, 0.17824390654696026, -1.1640528684479075, -1.2850853669359574, -2.1013679913329657, -0.40559790318540156]
+      velocities: [-0.21404176328492147, -0.044797338797623244, 0.06706906771462279, -0.39932173466530396, -0.07870767986544128, 0.045239913182354596]
+      accelerations: [-1.429031273776577e-14, -0.06272877383988665, 0.058399455295969044, 0.0907539839715907, -0.025037909308485585, -0.1332000715588531]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 688351829
+    - 
+      positions: [-0.16708962238793545, 0.17798194447990529, -1.1636612702759723, -1.2874094591608023, -2.1018268062044916, -0.4053366880071851]
+      velocities: [-0.21404176328492136, -0.045162731326981384, 0.06740943670679042, -0.3987939515704597, -0.07885282335461473, 0.04446443537671756]
+      accelerations: [4.2912803558464e-14, -0.06275045316989888, 0.05848648659476108, 0.0904915453310674, -0.024805610751880626, -0.1331062233328256]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 694175784
+    - 
+      positions: [-0.16833497424328583, 0.17771811306781238, -1.163268073828091, -1.2897282159225212, -2.1022860129517995, -0.40508023617874883]
+      velocities: [-0.21404176328492136, -0.04552789336470233, 0.06774998087089308, -0.39826821696398884, -0.07899647566849345, 0.04369026687965048]
+      accelerations: [-3.3409312400527985e-14, -0.06277225547972133, 0.05857397829553647, 0.09022707309260489, -0.024574069402344655, -0.13301043525792935]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 699994050
+    - 
+      positions: [-0.1695791059140701, 0.1774524182974473, -1.1628732826848192, -1.292041650888336, -2.102745600436953, -0.4048285317021112]
+      velocities: [-0.21404176328492136, -0.0458928247106828, 0.06809070127565965, -0.39774454059687914, -0.07913864357909528, 0.04291741920238494]
+      accelerations: [3.3442125264265465e-14, -0.06279418246092305, 0.05866193503254176, 0.08996057975095524, -0.024343283003188148, -0.1329127449724446]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 705806615
+    - 
+      positions: [-0.17082201512909562, 0.1771848661599033, -1.1624769004276048, -1.2943497778029958, -2.103205557590022, -0.40458155850663335]
+      velocities: [-0.21404176328492122, -0.04625752517921222, 0.06843159898985529, -0.39722293196121944, -0.07927933387014532, 0.042145903592846604]
+      accelerations: [9.564303873917518e-15, -0.06281623619903742, 0.05875035386550011, 0.08969212404753464, -0.024113258913300465, -0.132813188587897]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 711613469
+    - 
+      positions: [-0.17206369963843232, 0.17691546265035166, -1.1620789306388224, -1.2966526104858975, -2.1036658734093003, -0.40433930045117444]
+      velocities: [-0.2140417632849213, -0.04662199459901119, 0.06877267506531362, -0.3967034001916362, -0.07941855335764414, 0.041375731041881955]
+      accelerations: [-3.829500258408246e-14, -0.06283841841590722, 0.05883923359079315, 0.08942175270615381, -0.023884002030617867, -0.13271180186451476]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 717414601
+    - 
+      positions: [-0.17330415721339004, 0.17664421376780554, -1.1616793769017495, -1.2989501628286269, -2.1041265369614353, -0.40410174132622284]
+      velocities: [-0.21404176328492144, -0.04698623281247175, 0.06911393057053528, -0.39618595426959796, -0.07955630884687984, 0.040606912278150525]
+      accelerations: [-9.583233242499867e-15, -0.06286073095326046, 0.05892858285174583, 0.08914945435520301, -0.02365550497177588, -0.13260862294190393]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 723210001
+    - 
+      positions: [-0.17454338564645333, 0.1763711255148906, -1.1612782428002255, -1.3012424487943866, -2.104587537381126, -0.40386886485610285]
+      velocities: [-0.2140417632849213, -0.04735023967559678, 0.06945536656802848, -0.39567060289215267, -0.07969260715942406, 0.039839457776674275]
+      accelerations: [5.75565099410724e-14, -0.06288317552947949, 0.059018392634434015, 0.08887532128323342, -0.02342778201656984, -0.1325036848984562]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 728999658
+    - 
+      positions: [-0.17578138275128574, 0.17609620389760555, -1.1608755319188824, -1.3035294824140835, -2.10504886387157, -0.4036406547009853]
+      velocities: [-0.21404176328492125, -0.04771401505867205, 0.06979698411456112, -0.39515735447390266, -0.07982745513298763, 0.039073377760447454]
+      accelerations: [-3.840922352996537e-14, -0.06290575423594064, 0.05910867168607083, 0.08859934165510353, -0.02320082578650278, -0.1323970255872111]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 734783562
+    - 
+      positions: [-0.17701814636266405, 0.1758194549250869, -1.1604712478428016, -1.3058112777857946, -2.105510505704155, -0.4034170944590592]
+      velocities: [-0.21404176328492125, -0.04807755884530403, 0.07013878428349624, -0.3946462172844707, -0.07996085959235258, 0.038308682197729815]
+      accelerations: [3.8447583651771353e-14, -0.06292846847633553, 0.05919941871019807, 0.08832156058223783, -0.02297464059295398, -0.13228867928741783]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 740561704
+    - 
+      positions: [-0.17825367433644848, 0.17554088460939, -1.1600653941574977, -1.3080878490724008, -2.105972452218553, -0.40319816766856376]
+      velocities: [-0.21404176328492108, -0.04844087093291618, 0.07048076812819759, -0.39413719923218715, -0.0800928273940261, 0.0375453808140048]
+      accelerations: [1.9243043483137293e-14, -0.06295132053203195, 0.059290629809105516, 0.08804204129499107, -0.02274923456144749, -0.1321786799844599]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 746334072
+    - 
+      positions: [-0.1794879645495691, 0.17526049896523815, -1.1596579744489814, -1.3103592104986643, -2.1064346928229387, -0.4029838578097957]
+      velocities: [-0.21404176328492105, -0.04880395123339866, 0.0708229366932817, -0.393630307932606, -0.0802233654119533, 0.0367834830905278]
+      accelerations: [-9.631183361649054e-15, -0.06297431204832046, 0.05938230757235439, 0.08776080554999104, -0.022524607139681938, -0.13206706272023877]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 752100658
+    - 
+      positions: [-0.1807210148999823, 0.17497830400980113, -1.159248992303618, -1.31262537634965, -2.1068972169939117, -0.40277414830714475]
+      velocities: [-0.21404176328492125, -0.04916679967073188, 0.07116529106554154, -0.39312555101816493, -0.08035248047357002, 0.036022998256323484]
+      accelerations: [-5.784528460018884e-14, -0.06299744450233379, 0.05947446578069133, 0.08747780940967377, -0.02230074432895429, -0.13195386452773303]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 757861452
+    - 
+      positions: [-0.18195282330657325, 0.17469430576249265, -1.1588384513076315, -1.314886360971235, -2.107360014275942, -0.4025690225311913]
+      velocities: [-0.21404176328492136, -0.049529416183292596, 0.07150783229457132, -0.3926229356648445, -0.08048017945714525, 0.03526393530877494]
+      accelerations: [1.930122789996314e-14, -0.0630207203577515, 0.059567079480590104, 0.08719323919651115, -0.02207767942585308, -0.1318391135690671]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 763616443
+    - 
+      positions: [-0.18318338770923492, 0.17440851024469603, -1.1584263550478373, -1.3171421787633164, -2.107823074282452, -0.40236846380046726]
+      velocities: [-0.21404176328492122, -0.049891800722263166, 0.07185056145229472, -0.39212246895107505, -0.08060646921790054, 0.0345063030009288]
+      accelerations: [2.8981148714657e-14, -0.0630441405560655, 0.05966018316585103, 0.08690692640640046, -0.021855372795095678, -0.13172285155849817]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 769365622
+    - 
+      positions: [-0.1844127060686748, 0.17412092347960423, -1.1580127071104949, -1.3193928441842915, -2.108286386694374, -0.40217245538369895]
+      velocities: [-0.21404176328492108, -0.05025395325274715, 0.0721934795992012, -0.3916241576571121, -0.08073135662903015, 0.03375010985436052]
+      accelerations: [1.450528143703694e-14, -0.06306770796911225, 0.05975374009902947, 0.0866191277031125, -0.021633872120656646, -0.1316051024388941]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 775108979
+    - 
+      positions: [-0.18564077636655038, 0.17383155149192103, -1.1575975110824077, -1.3216383717420874, -2.1087499412617183, -0.40198098050139586]
+      velocities: [-0.21404176328492103, -0.05061587375357767, 0.07253658776661587, -0.39112800816520066, -0.08085484860173518, 0.032995364164755556]
+      accelerations: [9.680028102468324e-15, -0.06309142348707886, 0.05984777865246356, 0.08632970933749923, -0.02141314474509884, -0.13148590625321466]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 780846506
+    - 
+      positions: [-0.18686759660530136, 0.1735404003076995, -1.1571807705499737, -1.32387877599755, -2.109213727802368, -0.4017940223280082]
+      velocities: [-0.21404176328492114, -0.05097756221561334, 0.07287988703681965, -0.39063402693756577, -0.08097695198740762, 0.032242073984150375]
+      accelerations: [-4.36045694921399e-14, -0.06311528940894484, 0.05994228996088084, 0.08603876201200672, -0.021193204393589946, -0.13136529338571806]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 786578192
+    - 
+      positions: [-0.18809316480815408, 0.17324747595409504, -1.1567624890994077, -1.3261140715607487, -2.109677736202468, -0.4016115639937251]
+      velocities: [-0.21404176328492128, -0.05133901864333899, 0.07322337847774518, -0.3901422201291802, -0.0810976736574087, 0.03149024714032414]
+      accelerations: [-9.69981630531248e-15, -0.063139307201396, 0.06003727969425874, 0.08574628691648242, -0.02097404621180077, -0.13124329739986515]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 792304029
+    - 
+      positions: [-0.1893174790190553, 0.17295278445916393, -1.1563426703165098, -1.328344273090112, -2.1101419564161703, -0.40143358858637623]
+      velocities: [-0.21404176328492125, -0.0517002430546805, 0.07356706312797459, -0.38965259350414483, -0.08121702051887444, 0.03073989124379556]
+      accelerations: [1.9419528033359865e-14, -0.06316347911692538, 0.06013273370979889, 0.08545240448656172, -0.02075568955526314, -0.13111994648464137]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 798024007
+    - 
+      positions: [-0.19054053730270767, 0.17265633185161264, -1.1559213177870478, -1.330569395287859, -2.1106063784662115, -0.4012600791531304]
+      velocities: [-0.21404176328492108, -0.05206123548022106, 0.0739109420545056, -0.38916515277908614, -0.08133499944543049, 0.02999101367414389]
+      accelerations: [3.4019116106121145e-14, -0.06318780636614632, 0.06022867789237425, 0.08515699605114954, -0.020538105387631723, -0.1309952792515391]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 803738117
+    - 
+      positions: [-0.19176233774440105, 0.1723581241606319, -1.1554984350959001, -1.3327894529028914, -2.1110709924428224, -0.40109101870255226]
+      velocities: [-0.2140417632849213, -0.05242199596341968, 0.07425501631510521, -0.38867990340389635, -0.08145161732152445, 0.0292436215931596]
+      accelerations: [-1.0216254956313979e-13, -0.06321229129835265, 0.06032508491049774, 0.0848602591797991, -0.020321328661438008, -0.13086931954559616]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 809446351
+    - 
+      positions: [-0.1929828784501121, 0.17205816741562985, -1.1550740258278467, -1.3350044607238554, -2.1115357885048303, -0.400926390206126]
+      velocities: [-0.21404176328492153, -0.05278252456068623, 0.07459928696141571, -0.38819685058194864, -0.08156688103814398, 0.02849772194632723]
+      accelerations: [1.947964301646755e-14, -0.06323693516738792, 0.06042198178738962, 0.08456206812509603, -0.020105328841725563, -0.1307421057306609]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 815148700
+    - 
+      positions: [-0.1942021575463286, 0.17175646764606917, -1.154648093566681, -1.3372144335822616, -2.112000756878516, -0.40076617660027913]
+      velocities: [-0.21404176328492125, -0.053142821341128715, 0.07494375506487135, -0.38771599942565776, -0.08168079746127163, 0.02775332145803712]
+      accelerations: [7.799929681260532e-14, -0.0632617402546303, 0.06051935023890092, 0.08426256646348111, -0.019890129931604113, -0.1306136635798313]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 820845154
+    - 
+      positions: [-0.19542017318010135, 0.1714530308812164, -1.15422064189572, -1.3394193863472594, -2.1124658878583316, -0.40061036078795226]
+      velocities: [-0.21404176328492103, -0.05350288638651052, 0.07528842168190733, -0.38723735475435883, -0.08179337347302273, 0.027010426643390498]
+      accelerations: [-4.880019199063138e-15, -0.06328670781694391, 0.06061720513781608, 0.08396169933814929, -0.019675715823685856, -0.13048402758880512]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 826535705
+    - 
+      positions: [-0.19663692351892875, 0.1711478631499671, -1.1537916743972947, -1.3416193339265703, -2.1129311718062476, -0.40045892564046326]
+      velocities: [-0.21404176328492125, -0.053862719791684825, 0.07563328785105203, -0.38676092107928806, -0.08190461597413265, 0.0262690438128429]
+      accelerations: [-6.350630253985188e-14, -0.06331184030700629, 0.06071552712629873, 0.08365961620677835, -0.01946211151550859, -0.13035322213872982]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 832220345
+    - 
+      positions: [-0.1978524067508207, 0.17084097048058863, -1.1533611946532871, -1.34381429126114, -2.1133965991524972, -0.40031185399900865]
+      velocities: [-0.21404176328492133, -0.0542223216637268, 0.07597835462177838, -0.3862867027773637, -0.08201453184880453, 0.025529179065181398]
+      accelerations: [2.934119421708659e-14, -0.06333713869396614, 0.06081434126021103, 0.08335620118047675, -0.019249288551802343, -0.13022128446056414]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 837899065
+    - 
+      positions: [-0.19906662108412093, 0.1705323589005729, -1.152929206244316, -1.3460042733279471, -2.1138621603944974, -0.40016912867659876]
+      velocities: [-0.2140417632849213, -0.054581692121923917, 0.0763236230692385, -0.38581470417895636, -0.08212312794758278, 0.024790838285495612]
+      accelerations: [-1.9581262872140503e-14, -0.06336260544914406, 0.060913633358415216, 0.08305157319989885, -0.019037265975193715, -0.13008823990554466]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 843571856
+    - 
+      positions: [-0.20027956474754402, 0.17022203443638798, -1.1524957127501154, -1.3481892951356236, -2.1143278460973836, -0.4000307324595702]
+      velocities: [-0.21404176328492122, -0.054940831298255076, 0.07666909425364994, -0.3853449293312662, -0.08223041113472612, 0.024054027159782262]
+      accelerations: [4.900450237417365e-14, -0.06338824172865959, 0.061013414222509436, 0.08274569972371248, -0.018826032013777628, -0.12995412083079252]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 849238712
+    - 
+      positions: [-0.20149123599007215, 0.16991000311330892, -1.1520607177491586, -1.3503693717247176, -2.1147936468934954, -0.39989664810932934]
+      velocities: [-0.2140417632849212, -0.05529973933664123, 0.07701476922860745, -0.38487738205210664, -0.08233638827702838, 0.023318751175646205]
+      accelerations: [-4.415042331695642e-14, -0.06341404975895724, 0.06111367256796901, 0.0824386812262438, -0.018615601864820957, -0.12981895258110016]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 854899622
+    - 
+      positions: [-0.20270163308097627, 0.16959627095518354, -1.1516242248189463, -1.35254451816392, -2.1152595534827734, -0.39976685836384424]
+      velocities: [-0.21404176328492125, -0.05565841639434099, 0.07736064901509193, -0.3844120657768154, -0.08244106627462006, 0.022585015632194998]
+      accelerations: [3.437540942076124e-14, -0.06344003120547015, 0.06121441001817009, 0.08213053950795116, -0.01840597468492842, -0.12968276426763964]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 860554580
+    - 
+      positions: [-0.20391075430976868, 0.16928084398423485, -1.1511862375359045, -1.354714749548712, -2.115725556632611, -0.3996413459392547]
+      velocities: [-0.2140417632849212, -0.05601686263978283, 0.07770673468593337, -0.38394898405908323, -0.08254445196081259, 0.02185282561553601]
+      accelerations: [-2.4579803923869453e-14, -0.06346618754918429, 0.06131564515427872, 0.08182119826088011, -0.018197130314107423, -0.12954559015299558]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 866203576
+    - 
+      positions: [-0.20511859798604942, 0.16896372822089867, -1.1507467594747813, -1.3568800810029595, -2.116191647177047, -0.3995200935316451]
+      velocities: [-0.2140417632849213, -0.05637507825347228, 0.07805302730467133, -0.3834881402134187, -0.08264655217359984, 0.02112218602133191]
+      accelerations: [-9.842333236716881e-15, -0.0634925207976394, 0.06141735798858596, 0.08151080597464658, -0.01798909323924579, -0.12940745162861247]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 871846604
+    - 
+      positions: [-0.2063251624395787, 0.1686449296835868, -1.1503057942091937, -1.359040527673747, -2.1166578160174705, -0.39940308381837053]
+      velocities: [-0.2140417632849213, -0.05673306342834433, 0.07839952790484728, -0.3830295371966633, -0.08274737377900805, 0.020393101563605215]
+      accelerations: [1.4779170814365696e-14, -0.06351903257365775, 0.06151955978389297, 0.0811993284956029, -0.01778185160246978, -0.12926838008909566]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 877483656
+    - 
+      positions: [-0.20753044602016885, 0.16832445438851074, -1.1498633453112421, -1.3611961047317296, -2.1171240541220895, -0.39929029945971034]
+      velocities: [-0.21404176328492103, -0.05709081836921748, 0.07874623755175628, -0.38257317797103285, -0.08284692359919565, 0.019665576756246576]
+      accelerations: [8.38377395883501e-14, -0.06354572471130694, 0.06162225242604443, 0.08088678601180933, -0.01757540447481853, -0.12912840372397882]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 883114723
+    - 
+      positions: [-0.208734447097628, 0.16800230834948665, -1.1494194163514075, -1.3633468273698535, -2.1175903525257715, -0.39918172310040123]
+      velocities: [-0.214041763284921, -0.057448343292715684, 0.07909315728325966, -0.3821190651629105, -0.08294520847985574, 0.01893961593585307]
+      accelerations: [-7.899025634820526e-14, -0.06357259882501264, 0.061725426188137984, 0.08057326566457172, -0.01736976395243195, -0.12898754607480806]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 888739799
+    - 
+      positions: [-0.20993716406177385, 0.16767849757772985, -1.1489740108987891, -1.365492710800094, -2.1180567023303176, -0.3990773373710061]
+      velocities: [-0.21404176328492108, -0.0578056384271773, 0.07944028815436387, -0.3816672013234631, -0.08304223523876701, 0.018215223248523996]
+      accelerations: [4.942168111631203e-14, -0.06359965673553905, 0.06182909880933607, 0.08025869524826738, -0.017164910859842685, -0.12884584027284526]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 894358875
+    - 
+      positions: [-0.2111385953222809, 0.1673530280816885, -1.1485271325205355, -1.367633770254952, -2.118523094703681, -0.3989771248895896]
+      velocities: [-0.21404176328492103, -0.05816270401273208, 0.07978763121943186, -0.3812175888276037, -0.08313801068587623, 0.01749240265865706]
+      accelerations: [-2.47373150322076e-14, -0.06362690010494242, 0.061933254226266644, 0.07994319819201373, -0.016960864497668846, -0.12870330697345572]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 899971944
+    - 
+      positions: [-0.21233873930873265, 0.16702590586682886, -1.1480787847822687, -1.3697700209831418, -2.1189895208804796, -0.39888106826297]
+      velocities: [-0.21404176328492114, -0.058519540301023076, 0.08013518751409313, -0.3807702297727377, -0.08323254164312818, 0.016771157957194673]
+      accelerations: [-1.4858327107322795e-14, -0.06365433067349195, 0.0620379037636946, 0.07962673846735929, -0.01675761276779232, -0.12855997662293123]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 905578999
+    - 
+      positions: [-0.21353759447050774, 0.16669713693546376, -1.147628971247705, -1.3719014782500325, -2.11945597216145, -0.39878915008828336]
+      velocities: [-0.2140417632849213, -0.05887614755540198, 0.08048295809707136, -0.3803251262223646, -0.08332583489646066, 0.0160514927490431]
+      accelerations: [-4.958106195968547e-14, -0.06368195019261344, 0.06214304625168095, 0.07930935305292397, -0.0165551579259445, -0.12841587459807788]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 911180033
+    - 
+      positions: [-0.21473515927673886, 0.16636672728656274, -1.1471776954786446, -1.3740281573359223, -2.1199224399133803, -0.3987013529543701]
+      velocities: [-0.21404176328492125, -0.05923252605071254, 0.08083094399360172, -0.37988227988084233, -0.08341789725985534, 0.015333410476394005]
+      accelerations: [6.452490828156282e-14, -0.06370976034438552, 0.062248672833729896, 0.0789911222010261, -0.016353510764837494, -0.12827102326661893]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 916775039
+    - 
+      positions: [-0.21593143221632322, 0.16603468291555112, -1.1467249610351802, -1.3761500735330692, -2.120388915569329, -0.39861765944305305]
+      velocities: [-0.21404176328492122, -0.059588676072851496, 0.08117914627582057, -0.37944169256215804, -0.08350873548346083, 0.014616914390723594]
+      accelerations: [-4.968820560505991e-14, -0.06373776274361204, 0.0623548110876987, 0.07867191554653521, -0.016152640732295276, -0.1281254582604174]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 922364008
+    - 
+      positions: [-0.21712641179770018, 0.1657010098141771, -1.1462707714748563, -1.378267242148904, -2.120855390627456, -0.3985380521308358]
+      velocities: [-0.2140417632849212, -0.05994459791939217, 0.08152756598521346, -0.37900336574210314, -0.0835983563413477, 0.013902007583972345]
+      accelerations: [6.466465751353786e-14, -0.06376595931612952, 0.06246142440186178, 0.07835197390266943, -0.015952590074594906, -0.1279791910293111]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 927946936
+    - 
+      positions: [-0.21832009654903617, 0.16536571397025734, -1.1458151303536797, -1.3803796784983802, -2.121321856652286, -0.3984625135898058]
+      velocities: [-0.2140417632849211, -0.06030029189904803, 0.08187620414742375, -0.3785673006476598, -0.0836867666139619, 0.013188692985248072]
+      accelerations: [-3.9836848561356793e-14, -0.06379435150139322, 0.06256854569437544, 0.07803113494010522, -0.015753321954467794, -0.12783225863281725]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 933523813
+    - 
+      positions: [-0.2195124850179679, 0.16502880136756198, -1.1453580412251267, -1.3824873979081356, -2.12178830527333, -0.3983910263893562]
+      velocities: [-0.21404176328492133, -0.060655758331261606, 0.0822250618230462, -0.3781334985536056, -0.08377397303018422, 0.012476973344904656]
+      accelerations: [-3.9880203959576916e-14, -0.06382294109883316, 0.06267615650754661, 0.07770953374610107, -0.015554857954716877, -0.12768467844575965]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 939094635
+    - 
+      positions: [-0.2207035757716716, 0.16469027798559868, -1.1448995076406303, -1.384590415711971, -2.122254728185652, -0.39832357309726185]
+      velocities: [-0.21404176328492142, -0.06101099754749133, 0.08257414003922546, -0.37770196038519416, -0.083859982345034, 0.01176685126059728]
+      accelerations: [1.4971388083704122e-14, -0.06385173002945829, 0.06278426528022686, 0.07738715046273141, -0.015357189089679124, -0.12753647843813556]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 944659394
+    - 
+      positions: [-0.2218933673967596, 0.1643501497994426, -1.1444395331492938, -1.3866887472508593, -2.1227211171494145, -0.39826013628108503]
+      velocities: [-0.2140417632849213, -0.06136600988934837, 0.0829234398519533, -0.37727268708572426, -0.08394480126787848, 0.011058329157393243]
+      accelerations: [1.4987752995826085e-14, -0.06388071944284252, 0.06289287590687653, 0.07706398856413217, -0.015160311225156297, -0.12738768335250203]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 950218083
+    - 
+      positions: [-0.2230818584992072, 0.16400842277958333, -1.1439781212977378, -1.3887824078722852, -2.1231874639895874, -0.3982006985094677]
+      velocities: [-0.21404176328492142, -0.06172079570925858, 0.08327296229813329, -0.3768456793410061, -0.08402843651659446, 0.010351409308208406]
+      accelerations: [-4.501251362885696e-14, -0.06390991151844894, 0.06300197960935498, 0.07674012743336195, -0.014964234870823656, -0.12723831405158156]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 955770696
+    - 
+      positions: [-0.2242690477043591, 0.16366510289171837, -1.1435152756303066, -1.3908714129273951, -2.1236537605961376, -0.3981452423532895]
+      velocities: [-0.21404176328492136, -0.062075355371277625, 0.08362270840807533, -0.3764209376497998, -0.0841108948033342, 0.009646093829950362]
+      accelerations: [6.00825708534373e-14, -0.06393930771686639, 0.06311158477959336, 0.07641554544840887, -0.014768950806917487, -0.12708839689346385]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 961317227
+    - 
+      positions: [-0.22545493365682615, 0.16332019609660153, -1.1430509996887879, -1.3929557777710828, -2.1241199989235646, -0.39809375038699063]
+      velocities: [-0.21404176328492125, -0.06242968924948336, 0.08397267923214563, -0.3759984624840132, -0.08419218280379343, 0.008942384676902556]
+      accelerations: [-2.506194582597445e-14, -0.06396890965961705, 0.0632216922438835, 0.07609026453728593, -0.014574458508925048, -0.12693795535718397]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 966857668
+    - 
+      positions: [-0.2266395150204284, 0.16297370834987454, -1.1425852970123482, -1.3950355177608202, -2.124586170990721, -0.39804620518979233]
+      velocities: [-0.21404176328492142, -0.06278379772877259, 0.08432287580142234, -0.3755782540634741, -0.08427230720099267, 0.008240283656905375]
+      accelerations: [-2.5089575907510383e-14, -0.06399871911394732, 0.06333229621568476, 0.07576434450873175, -0.014380764572718602, -0.12678701019698416]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 972392015
+    - 
+      positions: [-0.2278227904781839, 0.16262564560188203, -1.1421181711376542, -1.3971106482544207, -2.125052268880868, -0.3980025893468222]
+      velocities: [-0.21404176328492142, -0.06313768120488543, 0.08467329915232383, -0.37516031249785786, -0.08435127465763019, 0.00753979242431922]
+      accelerations: [2.511729474730222e-14, -0.06402873772923574, 0.06344340641929423, 0.07543775627439633, -0.014187858522369982, -0.12663558766028502]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 977920261
+    - 
+      positions: [-0.2290047587321921, 0.1622760137975223, -1.1416496255985593, -1.399181184610351, -2.125518284741164, -0.3979628854504014]
+      velocities: [-0.2140417632849214, -0.0634913400839367, 0.0850239503325026, -0.37474463782368417, -0.0844290918092743, 0.006840912479597798]
+      accelerations: [-2.011608186080762e-14, -0.06405896712438806, 0.06355501920391268, 0.07511054651217333, -0.013995744525848522, -0.1264837088851559]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 983442399
+    - 
+      positions: [-0.2301854185036074, 0.16192481887607393, -1.1411796639261658, -1.4012471421858916, -2.1259842107826366, -0.39792707610116157]
+      velocities: [-0.2140417632849214, -0.0638447747820789, 0.08537483036696397, -0.3743312298148358, -0.08450576530101539, 0.006143645185620608]
+      accelerations: [2.0138398898906413e-14, -0.06408940884544702, 0.06366713204179168, 0.07478275490828092, -0.013804425396344477, -0.12633139443374666]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 988958425
+    - 
+      positions: [-0.23136476853260568, 0.16157206677102792, -1.1407082896488543, -1.4033085363355131, -2.1264500392801065, -0.3978951439091348]
+      velocities: [-0.21404176328492108, -0.06419798572630978, 0.08572594027986798, -0.373920088105894, -0.08458130176337922, 0.0054479917601351876]
+      accelerations: [9.072354103227167e-14, -0.06412006482227785, 0.06377974916832962, 0.07445438377823232, -0.013613896622610906, -0.12617866839784006]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 994468331
+    - 
+      positions: [-0.23254280757830392, 0.1612177634099231, -1.1402355062921263, -1.4053653824103205, -2.1269157625718695, -0.3978670714949429]
+      velocities: [-0.21404176328492097, -0.06455097335369406, 0.08607728111265253, -0.37351121229964324, -0.08465570779199325, 0.004753953270418425]
+      accelerations: [-5.550392605043804e-14, -0.06415093633934286, 0.06389287464471864, 0.07412543399247212, -0.01342415366175795, -0.1260255535043745]
+      effort: []
+      time_from_start: 
+        secs: 8
+        nsecs: 999972112
+    - 
+      positions: [-0.2337195344186781, 0.1608619147142035, -1.1397613173784542, -1.4074176957575424, -2.127381373059376, -0.3978428414909342]
+      velocities: [-0.2140417632849213, -0.06490373811123647, 0.08642885391493214, -0.3731046019172423, -0.08472898995741784, 0.004061530639265717]
+      accelerations: [-6.061732711408325e-14, -0.0641820253023942, 0.06400650943087097, 0.0737959260643983, -0.013235195577029365, -0.12587207190615096]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:   5469763
+    - 
+      positions: [-0.2348949478505042, 0.1605045265990511, -1.139285726427217, -1.4094654917194724, -2.1278468632070275, -0.39782243654229177]
+      velocities: [-0.21404176328492125, -0.0652562804564456, 0.08678065970471031, -0.37270025617170743, -0.08480115484849948, 0.003370724663498445]
+      accelerations: [7.58564118158289e-14, -0.06421333321849365, 0.06412064311182517, 0.07346594352207235, -0.013047033630167848, -0.12571823981151156]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  10961277
+    - 
+      positions: [-0.2360690466893801, 0.1601456049732074, -1.138808736954946, -1.4115087856306645, -2.128312225542372, -0.39780583930795177]
+      velocities: [-0.21404176328492117, -0.0656086008564204, 0.08713269948001773, -0.37229817404060006, -0.08487220905871667, 0.002681536012467762]
+      accelerations: [-4.050209631644779e-14, -0.06424486167735699, 0.06423528085808598, 0.07313548079564804, -0.01285966197038319, -0.1255640801181539]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  16446650
+    - 
+      positions: [-0.23724182976963867, 0.15978515573882646, -1.1383303524751438, -1.413547592817643, -2.128777452655737, -0.3977930324617169]
+      velocities: [-0.2140417632849213, -0.065960699788325, 0.08748497430571336, -0.37189835475827204, -0.08494215909136268, 0.00199396519023335]
+      accelerations: [-5.068447677826744e-15, -0.06427661238189952, 0.0643504439166299, 0.07280444213277161, -0.012673057309422342, -0.12540962305044495]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  21925875
+    - 
+      positions: [-0.23841329594413596, 0.15942318479136466, -1.1378505764976732, -1.415581928601103, -2.1292425371992887, -0.39778399869357933]
+      velocities: [-0.21404176328492133, -0.06631257773945379, 0.08783748521195885, -0.3715007972395631, -0.0850110114705514, 0.0013080125829755605]
+      accelerations: [-1.014830206362779e-14, -0.06430858696796615, 0.06446610043823531, 0.07247303236996695, -0.012487254307357455, -0.12525487443484604]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  27398948
+    - 
+      positions: [-0.23958344408443114, 0.15905969801935355, -1.1373694125295817, -1.417611808289776, -2.129707471887989, -0.39777872071029774]
+      velocities: [-0.21404176328492125, -0.06666423520644689, 0.08819023320875213, -0.37110550016947463, -0.08507877272429892, 0.0006236784544695682]
+      accelerations: [3.5559104681316974e-14, -0.06434078686769626, 0.06458227699593543, 0.07214112312267461, -0.012302223502593254, -0.12509986636362277]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  32865863
+    - 
+      positions: [-0.24075227308054006, 0.15869470130431096, -1.136886864074347, -1.419637247183563, -2.130172249498453, -0.3977771812367569]
+      velocities: [-0.2140417632849213, -0.06701567269560901, 0.08854321933294845, -0.3707124622685475, -0.08514544933348521, -5.903707236491382e-05]
+      accelerations: [-4.577049783302001e-14, -0.06437321385358427, 0.0646989588803357, 0.071808822743966, -0.012117980981746415, -0.12494461159641052]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  38326615
+    - 
+      positions: [-0.2419197818409867, 0.15832820052055155, -1.136402934632238, -1.4216582605701036, -2.130636862869292, -0.39777936301673666]
+      velocities: [-0.21404176328492125, -0.06736689072305396, 0.08889644458936447, -0.37032168196065024, -0.08521104779557069, -0.000740133987594145]
+      accelerations: [6.109640815903027e-14, -0.06440586942980706, 0.06481615115504662, 0.07147612441444155, -0.011934520580722172, -0.1247891322547813]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  43781199
+    - 
+      positions: [-0.24308596929271417, 0.1579602015350498, -1.1359176277001408, -1.423674863724557, -2.1311013049007315, -0.39778524881395244]
+      velocities: [-0.21404176328492122, -0.06771788981434337, 0.08924991002173496, -0.3699331577791042, -0.08527557454693184, -0.0014196124253977346]
+      accelerations: [-5.0971415220583357e-14, -0.06443875525714522, 0.06493386510454, 0.07114298795856887, -0.011751829964635776, -0.12463345270979559]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  49229610
+    - 
+      positions: [-0.2442508343809437, 0.15759071020731663, -1.1354309467712256, -1.4256870719102852, -2.1315655685540262, -0.3977948214131518]
+      velocities: [-0.2140417632849213, -0.06806867050446298, 0.08960361664794761, -0.3695468879998507, -0.08533903603340393, -0.0020974726311890164]
+      accelerations: [2.551466696283692e-14, -0.06447187285157172, 0.06505208204384863, 0.07080954131392565, -0.011569928864590646, -0.12447758323406335]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  54671843
+    - 
+      positions: [-0.2454143760692597, 0.15721973238920997, -1.1349428953354073, -1.4276949003749464, -2.132029646851916, -0.3978080636207846]
+      velocities: [-0.21404176328492125, -0.06841923333774269, 0.08995756548149852, -0.369162870766117, -0.0854014386864533, -0.002773714970306689]
+      accelerations: [-5.108742953885806e-15, -0.06450522386204993, 0.06517082115165196, 0.07047569866359218, -0.01138879620369218, -0.12432155159828835]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  60107893
+    - 
+      positions: [-0.2465765933394125, 0.1568472739248321, -1.1344534768788026, -1.4296983643524503, -2.132493532877758, -0.397824958266181]
+      velocities: [-0.21404176328492122, -0.06876957886746692, 0.0903117575343923, -0.3687811041076642, -0.08546278891938261, -0.0034483399269140996]
+      accelerations: [1.022914040352326e-14, -0.06453880968003858, 0.06529006476799053, 0.07014158133196688, -0.011208450387243482, -0.12416536785299577]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  65537755
+    - 
+      positions: [-0.2477374851913951, 0.15647334065034868, -1.1339626948841621, -1.4316974790592667, -2.1329572197759337, -0.3978454882021992]
+      velocities: [-0.21404176328492122, -0.06911970765630025, 0.0906661938236757, -0.3684015859782116, -0.08552309312046358, -0.004121348106254814]
+      accelerations: [-1.0240830263936198e-14, -0.0645726321313168, 0.06540983452916947, 0.06980708966603047, -0.011028867779557475, -0.124009060826064]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  70961425
+    - 
+      positions: [-0.24889705064322246, 0.15609793839389133, -1.1334705528302682, -1.4336922596967505, -2.1334207007508974, -0.3978696363064142]
+      velocities: [-0.21404176328492108, -0.06946962027656188, 0.0910208754032226, -0.3680243144339468, -0.08558235761937905, -0.004792740247890247]
+      accelerations: [5.6389055145461445e-14, -0.06460669273163774, 0.06553012449038882, 0.06947227945227835, -0.010850054446627663, -0.12385264565237743]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  76378897
+    - 
+      positions: [-0.25005528873092076, 0.1557210729754039, -1.1329770541920599, -1.4356827214492494, -2.1338839690671842, -0.3978973854818951]
+      velocities: [-0.21404176328492108, -0.06981931730877217, 0.09137580325607769, -0.3676492870343764, -0.08564058880086661, -0.0054625171715212625]
+      accelerations: [-5.1321580228826986e-14, -0.06464099278756263, 0.06565091657385168, 0.06913727227376427, -0.010672028695868432, -0.12369613136798657]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  81790169
+    - 
+      positions: [-0.25121219850861115, 0.1553427502064646, -1.1324822024410695, -1.4376688794804693, -2.1343470180498096, -0.39792871865780094]
+      velocities: [-0.2140417632849213, -0.07016879934239309, 0.09173097838908806, -0.36727650137475243, -0.08569779300378648, -0.006130679821000465]
+      accelerations: [-3.596639182359802e-14, -0.06467553410378524, 0.06577223976800246, 0.06880192757510135, -0.010494759353087716, -0.12353954954573103]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  87195235
+    - 
+      positions: [-0.25236777904822943, 0.15496297589021313, -1.1319860010446368, -1.4396507489369008, -2.134809841083074, -0.397963618790618]
+      velocities: [-0.21404176328492153, -0.070518066976184, 0.09208640183316849, -0.3669059550876018, -0.08575397652111696, -0.0067972292629838865]
+      accelerations: [-3.600780114442501e-14, -0.06471031814155652, 0.06589407609074098, 0.06846636663734058, -0.010318264753289695, -0.12338290892251297]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  92594090
+    - 
+      positions: [-0.25352202943960866, 0.15458175582117142, -1.1314884534663439, -1.441628344944211, -2.1352724316109613, -0.39800206886472905]
+      velocities: [-0.21404176328492128, -0.07086712081759577, 0.0924420745990659, -0.3665376455967453, -0.08580914564658695, -0.007462166664126304]
+      accelerations: [1.2359771688825489e-13, -0.06474534650191784, 0.0660164382176546, 0.06813053984293374, -0.010142530941538466, -0.12322623285398003]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs:  97986731
+    - 
+      positions: [-0.2546749487903223, 0.1541990957851396, -1.1309895631656572, -1.4436016826082265, -2.135734783136497, -0.3980440518933946]
+      velocities: [-0.21404176328492125, -0.0712159614821342, 0.09279799767676644, -0.3661715701189059, -0.08586330667449679, -0.008125493287413039]
+      accelerations: [-1.0827297190868315e-13, -0.06478062042553448, 0.06613930788046225, 0.06779456844665573, -0.009967576273552523, -0.12306952887202877]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 103373153
+    - 
+      positions: [-0.25582653622577356, 0.15381500155902236, -1.130489333598364, -1.4455707770113764, -2.1361968892221435, -0.39808955091927356]
+      velocities: [-0.21404176328492125, -0.07156458959493339, 0.0931541720996517, -0.36580772601991557, -0.08591646583248348, -0.008787210525115021]
+      accelerations: [1.0323648784718965e-13, -0.06481614211942237, 0.06626272162652388, 0.06745827052342075, -0.009793361799798228, -0.12291283278766721]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 108753353
+    - 
+      positions: [-0.256976790888845, 0.1534294789107748, -1.1299877682156085, -1.4475356432171858, -2.136658743488358, -0.3981385490157395]
+      velocities: [-0.21404176328492117, -0.07191300578891738, 0.09351059887105406, -0.3654461104091217, -0.08596862935828234, -0.00944731985697891]
+      accelerations: [-7.234934878486353e-14, -0.06485191216099591, 0.06638663385789471, 0.0671219184812879, -0.00961993446125281, -0.122756136767121]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 114127326
+    - 
+      positions: [-0.25812571194020656, 0.15304253359917727, -1.1294848704650244, -1.4494962962627442, -2.1371203396148992, -0.3981910292869499]
+      velocities: [-0.21404176328492133, -0.07226121070514319, 0.09386727896726907, -0.36508672015823773, -0.08601980349644675, -0.010105822851449517]
+      accelerations: [1.0347629011933248e-14, -0.06488793290044499, 0.06651108229045614, 0.06678532330243456, -0.009447254051549768, -0.12259947728189659]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 119495069
+    - 
+      positions: [-0.25927329855795683, 0.15265417137378273, -1.128980643789744, -1.4514527511633928, -2.1375816713393445, -0.3982469748691627]
+      velocities: [-0.21404176328492117, -0.07260920499404937, 0.09422421343026433, -0.36472955241755456, -0.08606999440082469, -0.010762721213079272]
+      accelerations: [5.179836023622087e-14, -0.06492420540138508, 0.06663605579644347, 0.06644856569599696, -0.009275331273593165, -0.12244286431509287]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 124856577
+    - 
+      positions: [-0.2604195499376507, 0.1522643979747737, -1.128475091628655, -1.4534050229102775, -2.138042732457236, -0.3983063689312935]
+      velocities: [-0.21404176328492114, -0.0729569893135315, 0.09458140325578257, -0.3643746039966328, -0.08611920825165237, -0.011418016721166404]
+      accelerations: [-4.1487001407747976e-14, -0.06496073131920446, 0.06676155045745649, 0.0661116872984664, -0.00910416950895778, -0.1222863116926067]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 130211846
+    - 
+      positions: [-0.2615644652922767, 0.15187321913281973, -1.1279682174164678, -1.4553531264689636, -2.1385035168219915, -0.3983691946755753]
+      velocities: [-0.2140417632849212, -0.07330456432994382, 0.09493884943830433, -0.3640218716145226, -0.08616745120856081, -0.012071711251650458]
+      accelerations: [2.5959659792475654e-14, -0.0649975121054885, 0.06688757188125725, 0.06577467586715713, -0.008933761981611152, -0.12212983772183113]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 135560874
+    - 
+      positions: [-0.26270804385215074, 0.15148064056897037, -1.1274600245835473, -1.4572970767794617, -2.1389640183444874, -0.39843543533833503]
+      velocities: [-0.2140417632849213, -0.07365193071745213, 0.09529655297055588, -0.3636713519011472, -0.08621472941030142, -0.012723806775469169]
+      accelerations: [-6.757408276669969e-14, -0.06503454919304455, 0.06701411595851307, 0.06543757276810631, -0.008764111994446376, -0.12197345579165382]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 140903657
+    - 
+      positions: [-0.2638502848648926, 0.1510866679945216, -1.1269505165559863, -1.4592368887548675, -2.139424230992967, -0.39850507419062553]
+      velocities: [-0.21404176328492142, -0.07399908915859336, 0.09565451485992185, -0.3633230414878972, -0.08626104895809336, -0.013374305366434323]
+      accelerations: [2.0816393584191533e-14, -0.06507184426319261, 0.06714119446803467, 0.06510033190867615, -0.008595206526710935, -0.12181718735325914]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 146240190
+    - 
+      positions: [-0.26499118759527013, 0.15069130711092216, -1.1264396967552852, -1.4611725772822781, -2.1398841487924263, -0.3985780945390716]
+      velocities: [-0.21404176328492125, -0.07434604034358704, 0.0960127361026474, -0.36297693686707966, -0.08630641594180445, -0.014023209184808698]
+      accelerations: [3.6471456294716236e-14, -0.06510939851013671, 0.06726879362956315, 0.06476304755112973, -0.008427058711682962, -0.12166103981850968]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 151570471
+    - 
+      positions: [-0.266130751325253, 0.15029456360962248, -1.125927568598667, -1.4631041572200745, -2.14034376582483, -0.3986544797263212]
+      velocities: [-0.2140417632849212, -0.07469278497068413, 0.0963712176935791, -0.3626330344468486, -0.08635083642999572, -0.014670520481600339]
+      accelerations: [-5.216335300282353e-15, -0.06514721376459914, 0.06739692889952043, 0.06442565306379013, -0.008259651783441138, -0.12150503643707271]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 156894496
+    - 
+      positions: [-0.2672689753538276, 0.1498964431719896, -1.1254141354986673, -1.4650316433993813, -2.1408030762283796, -0.39873421313192414]
+      velocities: [-0.21404176328492125, -0.07503932374585442, 0.09672996062915493, -0.36229133057023777, -0.08639431646667144, -0.01531624159860387]
+      accelerations: [-1.5667440498118186e-14, -0.06518529112186514, 0.06752558759305899, 0.06408823591366725, -0.008092997697252618, -0.12134918479643705]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 162212262
+    - 
+      positions: [-0.2684058589970405, 0.14949695146916467, -1.124899400863422, -1.4669550506215487, -2.14126207419769, -0.3988172781727741]
+      velocities: [-0.2140417632849213, -0.0753856573827763, 0.09708896589776544, -0.36195182146328053, -0.08643686208092799, -0.01596037496179396]
+      accelerations: [-5.228642634758499e-15, -0.06522363242816179, 0.06765478157736657, 0.06375074897951416, -0.007927083292576657, -0.12119350585444202]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 167523766
+    - 
+      positions: [-0.26954140158784257, 0.1490960941619699, -1.1243833680963486, -1.468874393659116, -2.1417207539831713, -0.3989036583039078]
+      velocities: [-0.2140417632849212, -0.07573178660253316, 0.09744823448943446, -0.36161450329059985, -0.08647847927673934, -0.01660292308404756]
+      accelerations: [4.711340431640603e-14, -0.06526223868187349, 0.06778450178231321, 0.06341325915595711, -0.0077619167218565596, -0.12103800837785145]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 172829004
+    - 
+      positions: [-0.27067560247610367, 0.14869387690078098, -1.1238660405963423, -1.4707896872538495, -2.1421791098910834, -0.39899333701896444]
+      velocities: [-0.2140417632849213, -0.07607771213379602, 0.09780776739265372, -0.36127937213836064, -0.08651917403618714, -0.01724388856331624]
+      accelerations: [-8.90973461641482e-14, -0.06530111181790735, 0.06791475891423294, 0.0630757257663066, -0.007597486021572705, -0.12088271282388473]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 178127974
+    - 
+      positions: [-0.27180846102846395, 0.1482903053254319, -1.1233474217574904, -1.4727009461175433, -2.142637136282956, -0.39908629785095556]
+      velocities: [-0.2140417632849213, -0.07642343471328503, 0.09816756561078943, -0.36094642410576155, -0.08655895230261779, -0.017883274089964867]
+      accelerations: [7.87085341881828e-14, -0.06534025302833063, 0.06804555008849193, 0.06273818141268145, -0.007433793007409095, -0.12072763089565328]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 183420673
+    - 
+      positions: [-0.2729399766282966, 0.14788538506510254, -1.1228275149691185, -1.47460818493095, -2.143094827575443, -0.3991825243727884]
+      velocities: [-0.2140417632849212, -0.07676895508405122, 0.09852763011596297, -0.36061565505569093, -0.08659782002749707, -0.01852108241832564]
+      accelerations: [-3.677427912825368e-14, -0.06537966361705423, 0.06817686860098461, 0.062400679728890046, -0.007270843413527984, -0.1205727724770144]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 188707097
+    - 
+      positions: [-0.27407014867570595, 0.14747912173819158, -1.1223063236159267, -1.4765114183421972, -2.143552178240296, -0.39928200019773613]
+      velocities: [-0.2140417632849213, -0.07711427399695536, 0.09888796188209151, -0.36028706079474815, -0.08663578313673359, -0.01915731638493547]
+      accelerations: [-5.25971886086488e-15, -0.06541934535076241, 0.06830872404203787, 0.06206318551867751, -0.007108626348151311, -0.12041815631745689]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 193987245
+    - 
+      positions: [-0.2751989765873858, 0.14707152095222728, -1.1217838510777343, -1.4784106609674599, -2.1440091828038206, -0.39938470898013706]
+      velocities: [-0.21404176328492114, -0.07745939221054177, 0.09924856191418265, -0.35996063723665755, -0.08667284750034263, -0.019791978924559746]
+      accelerations: [7.898980274864734e-14, -0.06545929950776258, 0.06844112081733197, 0.06172569065204245, -0.006947136054679825, -0.12026379854724269]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 199261112
+    - 
+      positions: [-0.27632645979652043, 0.1466625883037786, -1.1212601007293517, -1.480305927390946, -2.1444658358464905, -0.3994906344160152]
+      velocities: [-0.21404176328492105, -0.07780431048982403, 0.09960943119262777, -0.3596363800990583, -0.08670901898948569, -0.0204250730350962]
+      accelerations: [-5.272272409286276e-14, -0.0654995274143276, 0.06857404742377118, 0.06138827493346293, -0.006786383250153325, -0.12010970478799207]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 204528697
+    - 
+      positions: [-0.27745259775282227, 0.14625232937831645, -1.1207350759408323, -1.4821972321626775, -2.1449221320030767, -0.39959976024341487]
+      velocities: [-0.21404176328492125, -0.07814902960656148, 0.09997057067954893, -0.35931428493999806, -0.0867443034692846, -0.021056601780260448]
+      accelerations: [-2.111430213640552e-14, -0.06554003046736868, 0.06870751065824117, 0.06105091663337695, -0.00662635947252082, -0.11995589233518478]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 209789998
+    - 
+      positions: [-0.27857738992241415, 0.14584074975013014, -1.1202087800772862, -1.4840845897988417, -2.1453780659621784, -0.3997120702430397]
+      velocities: [-0.2140417632849211, -0.07849355033997296, 0.10033198135187829, -0.3589943473387412, -0.08677870676544827, -0.02168656830836935]
+      accelerations: [7.398854707388225e-14, -0.06558081028266113, 0.0688415115662024, 0.06071362714803786, -0.0064670627874342185, -0.11980237409314204]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 215045010
+    - 
+      positions: [-0.2797008357877589, 0.14542785498222205, -1.1196812164988328, -1.4859680147813064, -2.1458336324659557, -0.399827548238766]
+      velocities: [-0.21404176328492108, -0.0788378734771204, 0.100693664218484, -0.3586765629888965, -0.08681223464775345, -0.022314975860841448]
+      accelerations: [-6.349481353346767e-14, -0.06562186842709625, 0.0689760635194657, 0.06037634920316821, -0.0063084784009724455, -0.1196491707912708]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 220293733
+    - 
+      positions: [-0.28082293484748144, 0.1450136506262446, -1.1191523885602663, -1.4878475215588494, -2.146288826309464, -0.39994617809835364]
+      velocities: [-0.2140417632849213, -0.07918199980993418, 0.10105562022278494, -0.35836092717525847, -0.08684489292658534, -0.02294182771219987]
+      accelerations: [-1.5892770761128736e-14, -0.06566320539811381, 0.06911113043564404, 0.06003929380750649, -0.006150641189500255, -0.11949627261194118]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 225536163
+    - 
+      positions: [-0.2819436866166229, 0.14459814222230852, -1.1186222996118782, -1.4897231245417384, -2.146743642341531, -0.40006794373335514]
+      velocities: [-0.2140417632849213, -0.0795259301381124, 0.10141785034003936, -0.35804743529954264, -0.08687668735563336, -0.023567127227770428]
+      accelerations: [5.303963592495562e-15, -0.06570482388369879, 0.06924676281211901, 0.05970220321662106, -0.005993499229972946, -0.1193437224540539]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 230772299
+    - 
+      positions: [-0.28306309062613827, 0.14418133529901098, -1.1180909529982557, -1.4915948381079378, -2.1471980754629376, -0.4001928291003877]
+      velocities: [-0.21404176328492125, -0.07986966526836599, 0.10178035555711917, -0.35773608277260416, -0.08690762365252476, -0.024190877849829553]
+      accelerations: [2.12414178909344e-14, -0.06574672411432296, 0.06938291679275424, 0.05936533007241236, -0.005837095339839789, -0.1191915053376397]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 236002139
+    - 
+      positions: [-0.28418114642321807, 0.14376323537322802, -1.1175583520592831, -1.4934626765966872, -2.1476521206275385, -0.40032081820089777]
+      velocities: [-0.2140417632849213, -0.0802132060126831, 0.1021431368156438, -0.35742686470913876, -0.086937707555092, -0.02481308306143112]
+      accelerations: [-4.2534103114464957e-14, -0.06578890813180588, 0.06951962122697881, 0.059028532998174094, -0.005681399016886955, -0.11903965053610498]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 241225679
+    - 
+      positions: [-0.28529785357097603, 0.14334384795009314, -1.1170245001294496, -1.4953266543118284, -2.1481057728411113, -0.4004518950820634]
+      velocities: [-0.2140417632849213, -0.08055655319169006, 0.10250619512918095, -0.3571197765615205, -0.08696694470433677, -0.025433746458529454]
+      accelerations: [4.258551070138258e-14, -0.06583137747220656, 0.06965687705242458, 0.05869182257376652, -0.005526408356844129, -0.11888817078906642]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 246442918
+    - 
+      positions: [-0.28641321164837524, 0.14292317852290326, -1.1164894005378119, -1.4971867855213645, -2.1485590271610895, -0.40058604383726143]
+      velocities: [-0.21404176328492122, -0.08089970763002086, 0.10286953141886973, -0.356814813234154, -0.08699534080856877, -0.026052871644821583]
+      accelerations: [-1.0659264625056502e-14, -0.06587413241988287, 0.0697946501627013, 0.05835539677504484, -0.005372155723769114, -0.11873705523908715]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 251653855
+    - 
+      positions: [-0.2875272202504718, 0.14250123257293937, -1.1159530566087537, -1.4990430844524743, -2.1490118786973533, -0.40072324860592734]
+      velocities: [-0.21404176328492117, -0.08124267015966267, 0.10323314666112207, -0.35651196988254674, -0.08702290149536825, -0.026670462323620553]
+      accelerations: [3.201655985406657e-14, -0.065917175808777, 0.06993299816103533, 0.05801895976095842, -0.0052185824195736955, -0.11858635201690929]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 256858487
+    - 
+      positions: [-0.28863987898784055, 0.14207801556952776, -1.115415471660649, -1.5008955652985767, -2.149464322610215, -0.4008634935749122]
+      velocities: [-0.21404176328492114, -0.08158544161962403, 0.10359704183082924, -0.3562112416049419, -0.08704963236932606, -0.027286522261229844]
+      accelerations: [-2.1370287288953524e-14, -0.06596050781782241, 0.07007186508125415, 0.057682828395839075, -0.005065743041188899, -0.11843603631854258]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 262056813
+    - 
+      positions: [-0.28975118748701073, 0.14165353296979288, -1.1148766490071202, -1.5027442422114679, -2.1499163541118875, -0.40100676297797794]
+      velocities: [-0.2140417632849212, -0.08192802285415095, 0.10396121787727255, -0.3559126233179264, -0.08707553903484577, -0.027901055270756737]
+      accelerations: [-5.34906784711358e-15, -0.06600413061345453, 0.07021129938034898, 0.05734675418589323, -0.004913587542626115, -0.11828615026708125]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 267248830
+    - 
+      positions: [-0.2908611453899719, 0.14122779021870988, -1.1143365919559176, -1.5045891293072176, -2.1503679684647428, -0.40115304109698324]
+      velocities: [-0.2140417632849213, -0.08227041471382601, 0.10432567576789664, -0.3556161099927406, -0.08710062705252908, -0.028514065237620234]
+      accelerations: [-2.6777906893382434e-14, -0.06604804481183424, 0.0703512618158388, 0.05701096386772497, -0.004762153859759543, -0.11813667893786069]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 272434537
+    - 
+      positions: [-0.2919697523544632, 0.14080079274890187, -1.113795303809789, -1.5064302406605437, -2.1508191609822642, -0.4013023122616221]
+      velocities: [-0.2140417632849212, -0.08261261805479739, 0.10469041643837709, -0.35532169638489797, -0.08712490198976407, -0.02912555608632908]
+      accelerations: [6.970746135202967e-14, -0.06609225230029288, 0.07049178169763232, 0.05667531277679725, -0.004611411347131117, -0.11798765185113991]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 277613932
+    - 
+      positions: [-0.2930770080536491, 0.1403725459806386, -1.1132527878657998, -1.5082675903081795, -2.1512699270279017, -0.40145456085027525]
+      velocities: [-0.2140417632849212, -0.082954633740458, 0.10505544086967594, -0.3550293774523625, -0.08714836934312144, -0.029735531830677397]
+      accelerations: [-6.979259223700728e-14, -0.06613675436149488, 0.07063284945718351, 0.05633986677788948, -0.004461368059048171, -0.11783907355402015]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 282787015
+    - 
+      positions: [-0.294182912176141, 0.13994305532172024, -1.1127090474155328, -1.5101011922471541, -2.151720262015109, -0.40160977129022785]
+      velocities: [-0.21404176328492128, -0.08329646263920093, 0.10542075001035536, -0.35473914793868644, -0.08717103461567954, -0.03034399652155936]
+      accelerations: [3.2251361774288993e-14, -0.0661815520357805, 0.07077446445549535, 0.056004642072303934, -0.004312023162345576, -0.1176909535874113]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 287953783
+    - 
+      positions: [-0.29528746442594156, 0.139512326167398, -1.1121640857450836, -1.5119310604342888, -2.15217016140711, -0.40176792805800665]
+      velocities: [-0.21404176328492125, -0.08363810562458884, 0.10578634479680908, -0.354451002484359, -0.08719290329681047, -0.03095095425690429]
+      accelerations: [-1.6145431408983095e-14, -0.06622664668321146, 0.07091662489925125, 0.055669661848031786, -0.0041633769380025965, -0.11754330043942161]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 293114235
+    - 
+      positions: [-0.2963906645223998, 0.13908036390028314, -1.1116179061350828, -1.513757208785533, -2.1526196207166994, -0.4019290156796857]
+      velocities: [-0.21404176328492142, -0.0839795635766015, 0.10615222617724929, -0.35416493575427843, -0.08721398083862378, -0.031556409198283134]
+      accelerations: [-4.8495703121861035e-14, -0.06627203984452021, 0.07105933944767295, 0.05533489304204542, -0.004015419421917734, -0.11739613022190531]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 298268370
+    - 
+      positions: [-0.2974925122000695, 0.13864717389029002, -1.111070511860487, -1.5155796511766415, -2.1530686355057314, -0.4020930187313749]
+      velocities: [-0.21404176328492133, -0.08432083738188187, 0.10651839512552694, -0.353880942511755, -0.08723427264255923, -0.03216036558015762]
+      accelerations: [7.553041891373873e-14, -0.06631773299812209, 0.07120261170061437, 0.055000330142654784, -0.0038681456674059165, -0.1172494551706132]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 303416186
+    - 
+      positions: [-0.2985930072086118, 0.13821276149456518, -1.1105219061904863, -1.5173984014431887, -2.15351720138476, -0.40225992183960435]
+      velocities: [-0.21404176328492128, -0.08466192793062105, 0.10688485255832941, -0.35359901718247155, -0.08725378413980436, -0.032762827650684806]
+      accelerations: [-5.401665857490727e-14, -0.06636372648855475, 0.07134641814626573, 0.05466610962553435, -0.0037215769505618184, -0.11710326852826822]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 308557683
+    - 
+      positions: [-0.2996921493129497, 0.13777713205734782, -1.1099720923890009, -1.5192134733772544, -2.153965314013477, -0.4024297096812405]
+      velocities: [-0.21404176328492142, -0.0850028361196723, 0.10725159942834608, -0.3533191543484922, -0.08727252070057909, -0.033363799734879795]
+      accelerations: [0.0, -0.06641002302044842, 0.07149079862009117, 0.0543320339719607, -0.003575673038616162, -0.11695760722524084]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 313692858
+    - 
+      positions: [-0.30078993829284, 0.13734029090999889, -1.1094210737137957, -1.5210248807319802, -2.154412969099286, -0.4026023669844625]
+      velocities: [-0.21404176328492125, -0.08534356285173784, 0.10761863668996871, -0.35304134856603453, -0.0872904876677392, -0.03396328620999164]
+      accelerations: [6.497988142867213e-14, -0.06645662264184578, 0.07163571622878938, 0.05399831091991013, -0.003430468320411381, -0.11681245503124815]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 318821713
+    - 
+      positions: [-0.3018863739431482, 0.13690224337082377, -1.10886885341727, -1.5228326372165906, -2.154860162398133, -0.4027778785284376]
+      velocities: [-0.21404176328492122, -0.08568410903319756, 0.10798596525406914, -0.35276559412969233, -0.08730769040066158, -0.03456129147285932]
+      accelerations: [-5.4216784348813864e-14, -0.0665035272259438, 0.07178119324016262, 0.05366483465346589, -0.003285939604789151, -0.1166678363162638]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 323944244
+    - 
+      positions: [-0.3029814560735832, 0.1364629947450614, -1.1083154347459556, -1.524636756498799, -2.1553068897135987, -0.4029562291439788]
+      velocities: [-0.2140417632849213, -0.08602447557818566, 0.10835358609517226, -0.35249188563944633, -0.08732413417060515, -0.03515782001495364]
+      accelerations: [1.628515260178341e-14, -0.06655073842943132, 0.0719272345342288, 0.0533315920586464, -0.0031420804949272825, -0.11652376422978479]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 329060452
+    - 
+      positions: [-0.30407518450858556, 0.13602255032482033, -1.1077608209404022, -1.526437252205017, -2.1557531468964988, -0.4031374037139223]
+      velocities: [-0.21404176328492122, -0.0863646634035922, 0.10872150012342918, -0.3522202173253709, -0.08733982428515734, -0.035752876329671626]
+      accelerations: [2.1740429642600873e-14, -0.06659825619007546, 0.07207381238921655, 0.05299874113204528, -0.0029989163882078837, -0.11638022706667349]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 334170335
+    - 
+      positions: [-0.30516755908752397, 0.13558091538893635, -1.107205015235755, -1.5282341379166082, -2.1561989298454387, -0.403321387172903]
+      velocities: [-0.2140417632849213, -0.08670467343230331, 0.10908970826470485, -0.351950583470008, -0.08735476601117778, -0.03634646496794633]
+      accelerations: [-5.441848059629177e-14, -0.06664608344418738, 0.07222096300582273, 0.052666103681715336, -0.002856410743886565, -0.11623725984339446]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 339273893
+    - 
+      positions: [-0.3062585796642974, 0.1351380952029919, -1.106648020860966, -1.5300274271739556, -2.1566442345055097, -0.40350816450824684]
+      velocities: [-0.21404176328492128, -0.08704450659379288, 0.10945821148410567, -0.351682978536483, -0.08736896455094288, -0.03693859055614768]
+      accelerations: [6.538327370960075e-14, -0.0666942203829098, 0.07236866786375205, 0.0523337877698847, -0.0027145796322822903, -0.11609485798349599]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 344371125
+    - 
+      positions: [-0.30734824610744044, 0.13469409501920596, -1.1060898410391775, -1.5318171334738806, -2.1570890568685632, -0.40369772075990723]
+      velocities: [-0.21404176328492117, -0.08738416381962558, 0.10982701067872419, -0.3514173966027916, -0.08738242514650962, -0.037529257715268646]
+      accelerations: [-2.18215266138967e-14, -0.06674266819497202, 0.07251692114885662, 0.05200183692353812, -0.0025734273876947076, -0.11595302496260908]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 349462031
+    - 
+      positions: [-0.308436558300118, 0.13424892007634254, -1.1055304789878302, -1.533603270268586, -2.1575333929731326, -0.4038900410205918]
+      velocities: [-0.21404176328492133, -0.08772364604873484, 0.11019610679268343, -0.3511538319666734, -0.08739515296868414, -0.03811847114533985]
+      accelerations: [-4.369739669905455e-14, -0.06679142915652353, 0.07266574947651826, 0.05167012200857338, -0.002432926512135007, -0.11581178944132255]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 354546610
+    - 
+      positions: [-0.3095235161398122, 0.1338025755997182, -1.1049699379180882, -1.5353858509685616, -2.1579772389034053, -0.40408511043648093]
+      velocities: [-0.2140417632849214, -0.08806295422374699, 0.11056550075012969, -0.350892278798273, -0.08740715318070784, -0.03870623557474865]
+      accelerations: [2.1875939754935203e-14, -0.06684050303090452, 0.07281512068756528, 0.051338823265785684, -0.002293106378047134, -0.1156711350886722]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 359624861
+    - 
+      positions: [-0.3106091195385597, 0.1333550668010505, -1.1044082210355037, -1.5371648889383964, -2.1584205907898917, -0.40428291420687507]
+      velocities: [-0.21404176328492108, -0.08840208929185016, 0.11093519346306147, -0.3506327311788049, -0.08741843093192843, -0.03929255576430972]
+      accelerations: [9.856462863514777e-14, -0.06688989245114473, 0.07296506452296538, 0.051007796213763924, -0.0021539369444892827, -0.11553109231434545]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 364696784
+    - 
+      positions: [-0.3116933684226117, 0.1329063988784698, -1.10384533153938, -1.538940397500035, -2.1588634448083237, -0.4044834375849417]
+      velocities: [-0.21404176328492097, -0.08874105220624628, 0.11130518586939978, -0.35037518330205053, -0.08742899132056536, -0.03987743653587641]
+      accelerations: [-4.934392084525865e-14, -0.06693959776836096, 0.07311556377068325, 0.05067714211671996, -0.0020154329605168086, -0.1153916561367314]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 369762379
+    - 
+      positions: [-0.31277626273253034, 0.13245657701641206, -1.1032812726231198, -1.5407123899304163, -2.1593057971798872, -0.40468666587762325]
+      velocities: [-0.21404176328492122, -0.0890798439231408, 0.11167547887318285, -0.35011962916346717, -0.08743883945068462, -0.04046088272637141]
+      accelerations: [-5.4895204423014314e-14, -0.06698962044596692, 0.07326662463020002, 0.05034683898770159, -0.0018775868051421863, -0.11525283898304474]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 374821646
+    - 
+      positions: [-0.3138578024230675, 0.13200560638557304, -1.102716047474085, -1.542480879461935, -2.1597476441707895, -0.4048925844459498]
+      velocities: [-0.2140417632849212, -0.08941846540469905, 0.1120460734116129, -0.34986606291138245, -0.087447980368617, -0.041042899236511506]
+      accelerations: [6.595680490093348e-14, -0.06703996201777057, 0.07341825635376492, 0.05001684959135672, -0.0017403881244683966, -0.11511465521579806]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 379874583
+    - 
+      positions: [-0.3149379874630161, 0.13155349214287404, -1.1021496592733926, -1.5442458792832443, -2.1601889820917473, -0.4051011787053892]
+      velocities: [-0.2140417632849211, -0.08975691761616209, 0.11241697037760613, -0.34961447844127946, -0.08745641913688426, -0.04162349097203373]
+      accelerations: [-3.3019786585444205e-14, -0.06709062282119171, 0.07357043449449585, 0.04968731259148038, -0.001603858541470972, -0.1149770941156229]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 384921192
+    - 
+      positions: [-0.3160168178353752, 0.1311002394313277, -1.1015821111964086, -1.5460074025360906, -2.1606298072984194, -0.40531243412561413]
+      velocities: [-0.21404176328492133, -0.09009520152787948, 0.11278817068305927, -0.3493648697296077, -0.08746416077354223, -0.0422026628906543]
+      accelerations: [-5.510212504181567e-14, -0.06714160520924724, 0.07372319338203481, 0.04935805854034024, -0.0014679636494883265, -0.11484018876559052]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 389961472
+    - 
+      positions: [-0.3170942935369647, 0.13064585338008383, -1.1010134064120307, -1.5477654623191028, -2.1610701161901864, -0.4055263362312742]
+      velocities: [-0.21404176328492147, -0.09043331811547814, 0.11315967526247805, -0.349117230853103, -0.08747121024877802, -0.04278042000356773]
+      accelerations: [0.0, -0.0671929096063836, 0.07387650998751254, 0.04902921869855811, -0.0013327237395481834, -0.11470392913834827]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 394995423
+    - 
+      positions: [-0.3181704145785782, 0.13019033910430003, -1.1004435480831511, -1.54952007168481, -2.161509905210544, -0.40574287060177033]
+      velocities: [-0.21404176328492136, -0.09077126835728222, 0.11353148500576445, -0.3488715556375498, -0.08747757254890351, -0.043356767324713344]
+      accelerations: [4.419275291494691e-14, -0.06724453735643597, 0.07403039200708139, 0.048700762897563324, -0.0011981297520212019, -0.11456832831857433]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 400023045
+    - 
+      positions: [-0.31924518098484683, 0.12973370170511084, -1.0998725393664885, -1.5512712436402987, -2.161949170846631, -0.4059620228715571]
+      velocities: [-0.21404176328492114, -0.09110905323652144, 0.11390360081848112, -0.3486278379743363, -0.08748325261930609, -0.043931709913857156]
+      accelerations: [4.9779548757875676e-14, -0.06729648977238155, 0.07418484030508363, 0.048372696985167225, -0.001064179348365535, -0.11443339345978923]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 405044338
+    - 
+      positions: [-0.3203185927941694, 0.12927594626957106, -1.0993003834125599, -1.5530189911470644, -2.1623879096289564, -0.40618377873030276]
+      velocities: [-0.2140417632849212, -0.09144667374238445, 0.11427602364334646, -0.348386071932482, -0.08748825534412161, -0.044505252894163384]
+      accelerations: [-7.753263271169128e-14, -0.06734876864200524, 0.07433987120842604, 0.04804494596399418, -0.0009308553051926821, -0.11429914480875507]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 410059302
+    - 
+      positions: [-0.3213906500584917, 0.12881707787065277, -1.098727083365345, -1.5547633271226533, -2.162826118130692, -0.4064081239233423]
+      velocities: [-0.21404176328492122, -0.09178413086449319, 0.11464875434567151, -0.348146251164856, -0.08749258565387971, -0.045077401361945144]
+      accelerations: [6.654056124077657e-14, -0.06740137308464507, 0.0744954398627124, 0.04771775272418797, -0.0007981982284237019, -0.1141655536021027]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 415067938
+    - 
+      positions: [-0.32246135284367133, 0.12835710156705973, -1.0981526423631756, -1.5565042644352753, -2.163263792968655, -0.4066350442510177]
+      velocities: [-0.2140417632849212, -0.09212142559640138, 0.11502179378850652, -0.34790836930001273, -0.0874962484549159, -0.04564816044301107]
+      accelerations: [-5.552065696090582e-14, -0.0674543062900108, 0.07465159257524415, 0.04739088598798562, -0.0006661627131163995, -0.11403266266107631]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 420070246
+    - 
+      positions: [-0.3235307012289742, 0.12789602240331152, -1.0975770635377966, -1.5582418159089193, -2.163700930801779, -0.406864525569632]
+      velocities: [-0.2140417632849213, -0.09245855894009725, 0.11539514292246628, -0.3476724204058391, -0.0874992485452889, -0.04621753536436908]
+      accelerations: [5.5591019665026566e-15, -0.06750756920161113, 0.07480832037058541, 0.0470644036268452, -0.0005347557817353474, -0.11390047197189564]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 425066226
+    - 
+      positions: [-0.3245986953070961, 0.12743384540966163, -1.097000350014541, -1.559975994322055, -2.1641375283311164, -0.40709655379142967]
+      velocities: [-0.2140417632849213, -0.09279553190006767, 0.11576880266052621, -0.3474383983413434, -0.08750159073239933, -0.04678553135496558]
+      accelerations: [5.5661555756696645e-15, -0.06756116266210356, 0.07496561959934268, 0.04673833314629111, -0.00040397895587081966, -0.11376898485462901]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 430055879
+    - 
+      positions: [-0.3256653351841318, 0.12697057560204092, -1.096422504912396, -1.561706812407023, -2.164573582299679, -0.4073311148846481]
+      velocities: [-0.21404176328492125, -0.09313234548060537, 0.11614277384795879, -0.34720629660853985, -0.08750327986018831, -0.047352153618545036]
+      accelerations: [1.6719679551822792e-14, -0.06761508653378454, 0.07512346912177058, 0.046412792402725445, -0.000273850243751794, -0.11363819041575779]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 435039205
+    - 
+      positions: [-0.32673062097971806, 0.12650621798194991, -1.0958435313444057, -1.563434282847476, -2.1650090894927616, -0.40756819487325324]
+      velocities: [-0.2140417632849212, -0.09346900069358996, 0.11651705739662485, -0.3469761090407037, -0.08750432068458704, -0.04791740744234257]
+      accelerations: [0.0, -0.06766934479645291, 0.07528191917745279, 0.04608753281497819, -0.00014432117556712013, -0.11350813568862256]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 440016204
+    - 
+      positions: [-0.3277945528264866, 0.12604077753655024, -1.095263432416681, -1.5651584182837965, -2.1654440467363316, -0.4078077798379556]
+      velocities: [-0.2140417632849211, -0.09380549855520098, 0.11689165422376449, -0.3467478294875208, -0.08750471793042579, -0.04848129814602266]
+      accelerations: [3.352452225129499e-14, -0.06772393601577231, 0.07544092404397083, 0.04576279884846652, -1.543261383172125e-05, -0.11337878937484876]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 444986878
+    - 
+      positions: [-0.3288571308704394, 0.12557425923849033, -1.0946822112292867, -1.5668792313077817, -2.1658784508980133, -0.4080498559154833]
+      velocities: [-0.2140417632849212, -0.09414184007994743, 0.11726656515320821, -0.3465214513123254, -0.08750447638300218, -0.04904383100107003]
+      accelerations: [-7.272906263210636e-14, -0.06777886177733988, 0.07560049426347465, 0.04543854398174321, 0.00011282713816293958, -0.1132501662017158]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 449951227
+    - 
+      positions: [-0.3299183552707862, 0.12510666804588993, -1.0940998708760243, -1.5685967344636864, -2.166312298886548, -0.40829440929887695]
+      velocities: [-0.2140417632849213, -0.09447802629152957, 0.1176417911047638, -0.3462969683620904, -0.08750360071220942, -0.04960501138460145]
+      accelerations: [3.3610100955595583e-14, -0.06783412503187601, 0.07576066030113181, 0.04511462256976911, 0.00024048797965159127, -0.11312229684075785]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 454909252
+    - 
+      positions: [-0.3309782261995868, 0.12463800890237993, -1.0935164144438383, -1.570310940251369, -2.16674558765073, -0.4085414262381217]
+      velocities: [-0.21404176328492147, -0.09481405821548539, 0.11801733297076658, -0.3460743743347524, -0.08750209558750488, -0.05016484467678523]
+      accelerations: [-1.0095913816139196e-13, -0.06788972442642358, 0.0759213829931249, 0.044791242980608555, 0.00036751531946492994, -0.11299515481364605]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 459860954
+    - 
+      positions: [-0.3320367438420651, 0.12416828673695252, -1.0929318450135648, -1.5720218611218244, -2.1671783141802052, -0.40879089303952576]
+      velocities: [-0.21404176328492142, -0.09514993688087825, 0.11839319164116534, -0.34585366290981456, -0.08749996565457151, -0.05072333628310723]
+      accelerations: [1.2916836391981095e-13, -0.06794566360814588, 0.07608270299063816, 0.04446820662027447, 0.000493948548665923, -0.11286877991804266]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 464806333
+    - 
+      positions: [-0.33309390839615377, 0.12369750646402969, -1.0923461656591458, -1.5737295094814634, -2.167610475504138, -0.40904279606654376]
+      velocities: [-0.21404176328492114, -0.09548566331728309, 0.11876936794883132, -0.34563482746870644, -0.08749721558576899, -0.05128049158461399]
+      accelerations: [-1.6869623781023364e-14, -0.06800194000423426, 0.07624455886006583, 0.044145835769245405, 0.0006197325521040226, -0.11274312551215732]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 469745390
+    - 
+      positions: [-0.3341497200730253, 0.1232256729832464, -1.0917593794487943, -1.575433897685253, -2.1680420686925945, -0.4092971217387153]
+      velocities: [-0.21404176328492125, -0.09582123856023175, 0.11914586277916, -0.3454178616572597, -0.08749384997841794, -0.05183631603086974]
+      accelerations: [-3.378250389739449e-14, -0.06805855948731789, 0.07640703573690513, 0.043823703631877736, 0.0007449480180869892, -0.11261826920901886]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 474678127
+    - 
+      positions: [-0.3352041790962064, 0.12275279117965947, -1.0911714894433682, -1.5771350380458506, -2.168473090854032, -0.4095538565332953]
+      velocities: [-0.2140417632849214, -0.0961566636504108, 0.11952267704812612, -0.3452027592729052, -0.08748987337569039, -0.05239081512098881]
+      accelerations: [-2.255057593855813e-14, -0.06811551917862059, 0.07657006321170556, 0.04350217878153907, 0.0008695312913413803, -0.11249415670486115]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 479604544
+    - 
+      positions: [-0.3362572857021937, 0.12227886592350165, -1.090582498697703, -1.5788329428257777, -2.168903539136922, -0.4098129869840239]
+      velocities: [-0.21404176328492122, -0.09649193962735833, 0.11989981158554656, -0.34498951366737357, -0.08748529037496725, -0.05294399430415824]
+      accelerations: [9.031820681101705e-14, -0.06817282240989628, 0.0767336791976809, 0.043181076088597385, 0.0009935192475955443, -0.1123708254534599]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 484524643
+    - 
+      positions: [-0.3373090401400269, 0.12180390207025037, -1.0899924102598875, -1.5805276242413948, -2.1693334107285005, -0.4100744996818772]
+      velocities: [-0.21404176328492114, -0.0968270675361072, 0.12027726726985527, -0.344778118439647, -0.08748010550197675, -0.053495859092562784]
+      accelerations: [-5.086934220007855e-14, -0.06823046900073615, 0.07689786785810282, 0.04286048359001421, 0.001116899214972154, -0.11224826695633916]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 489438424
+    - 
+      positions: [-0.3383594426713763, 0.12132790446055265, -1.0894012271715574, -1.5822190944610723, -2.1697627028549316, -0.4103383812748225]
+      velocities: [-0.21404176328492125, -0.09716204842481746, 0.120655044977408, -0.34456856717516937, -0.08747432325869209, -0.05404641501814736]
+      accelerations: [-5.659427601541471e-15, -0.06828846134734903, 0.07706264661560937, 0.04254032169508065, 0.0012396887148822065, -0.1121265012786085]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 494345890
+    - 
+      positions: [-0.3394084935703134, 0.12085087792023158, -1.0888089524675653, -1.5839073656069056, -2.1701914127806132, -0.4106046184681825]
+      velocities: [-0.21404176328492114, -0.09749688334430509, 0.12103314557119395, -0.34436085338900396, -0.08746794813355925, -0.05459566762248584]
+      accelerations: [5.6667233240794584e-14, -0.06834679908612415, 0.07722799498060579, 0.04222070194484017, 0.0013618708752906265, -0.11200551582980456]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 499247040
+    - 
+      positions: [-0.34045619312344544, 0.12037282726019509, -1.0882155891763574, -1.5855924497524139, -2.170619537808461, -0.4108731980243012]
+      velocities: [-0.21404176328492114, -0.09783157334736786, 0.12141156990065599, -0.34415497052693333, -0.08746098460143467, -0.05514362245598915]
+      accelerations: [-5.674036294603539e-14, -0.06840548435134382, 0.07739393032487807, 0.04190154425003583, 0.0014834632811905767, -0.11188533045138827]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 504141877
+    - 
+      positions: [-0.34150254162968424, 0.11989375727645155, -1.0876211403196472, -1.5872743589242648, -2.171047075279214, -0.41114410676289437]
+      velocities: [-0.21404176328492125, -0.09816611948983489, 0.12179031881658256, -0.3439509120418888, -0.0874534371102116, -0.05569028508827517]
+      accelerations: [1.1362733013532048e-14, -0.06846451721645254, 0.07756043818187176, 0.041582929306691274, 0.0016044544851420578, -0.11176593681599506]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 509030402
+    - 
+      positions: [-0.3425475394003252, 0.11941367275003427, -1.0870256089126766, -1.5889531051006427, -2.1714740225715636, -0.41141733156080074]
+      velocities: [-0.21404176328492105, -0.09850052283279317, 0.12216939320486173, -0.34374867156298977, -0.08744531004979651, -0.05623566113987405]
+      accelerations: [6.826456745518857e-14, -0.06852390075023487, 0.07772754981458245, 0.0412647075660784, 0.001724874849411455, -0.11164736788990035]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 513912617
+    - 
+      positions: [-0.3435911867586784, 0.11893257844706082, -1.0864289979636415, -1.590628700214398, -2.1719003771011027, -0.4116928593525997]
+      velocities: [-0.2140417632849211, -0.09883478443784088, 0.12254879391880327, -0.34354824255743804, -0.08743660781386922, -0.056779756221218634]
+      accelerations: [-9.113725810852554e-14, -0.0685836330936497, 0.07789522299993684, 0.0409470984742357, 0.001844687612167924, -0.11152959040369809]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 518788522
+    - 
+      positions: [-0.34463348404041794, 0.11845047911858078, -1.0858313104744592, -1.5923011561485547, -2.1723261363211694, -0.4119706771298342]
+      velocities: [-0.21404176328492144, -0.09916890536782991, 0.1229285217762906, -0.34334961831293864, -0.08742733480320228, -0.057322575928330094]
+      accelerations: [-4.562768425281821e-14, -0.06864371762724976, 0.07806348785193355, 0.04062995961960062, 0.001963921816270141, -0.11141263564428015]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 523658120
+    - 
+      positions: [-0.34567443159322736, 0.11796737950062275, -1.085232549440215, -1.5939704847393141, -2.172751297721835, -0.4122507719415856]
+      velocities: [-0.21404176328492142, -0.09950288669119259, 0.12330857764849765, -0.3431527923897298, -0.0874174953438723, -0.05786412592179083]
+      accelerations: [6.281945612710786e-14, -0.06870415427874778, 0.07823233849456562, 0.04031332533736447, 0.002082574222753796, -0.11129650277387906]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 528521411
+    - 
+      positions: [-0.34671402977679305, 0.11748328431416472, -1.0846327178492672, -1.5956366977754062, -2.1731758588298047, -0.41253313089437044]
+      velocities: [-0.21404176328492114, -0.09983672947823884, 0.12368896239310515, -0.34295775828242375, -0.08740709374874697, -0.05840441186727427]
+      accelerations: [4.002793182116624e-14, -0.06876494493275555, 0.07840177769584251, 0.03999719179793005, 0.002200648706786192, -0.11118119880709648]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 533378399
+    - 
+      positions: [-0.347752278962714, 0.11699819826509751, -1.0840318186831954, -1.5972998069982167, -2.1735998172081152, -0.41281774115219894]
+      velocities: [-0.2140417632849212, -0.10017043480078472, 0.12406967684315126, -0.3427645093634213, -0.08739613432767634, -0.0589434394239894]
+      accelerations: [-5.153138554178737e-14, -0.0688260893683577, 0.07857179493974199, 0.039681616920901316, 0.002318137810362689, -0.11106671817552617]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 538229084
+    - 
+      positions: [-0.34878917953454436, 0.11651212604417652, -1.0834298549169856, -1.5989598241006775, -2.174023170456155, -0.4131045899363712]
+      velocities: [-0.21404176328492114, -0.10050400373370663, 0.12445072184770634, -0.3425730390917965, -0.08738462135010729, -0.05948121428111324]
+      accelerations: [6.306476255316287e-14, -0.06888759012515744, 0.07874240976646253, 0.03936651081578271, 0.002435060841238489, -0.11095308298963993]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 543073468
+    - 
+      positions: [-0.3498247318875384, 0.11602507232704846, -1.0828268295186796, -1.6006167607291584, -2.1744459162089327, -0.41339366452584014]
+      velocities: [-0.21404176328492125, -0.10083743735336259, 0.12483209823104519, -0.34238334080467536, -0.0873725590824565, -0.06001774212037396]
+      accelerations: [-1.0907193485336474e-13, -0.06894944633918136, 0.0789135947708983, 0.03905201775720162, 0.0025513949008766287, -0.11084027227423339]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 547911554
+    - 
+      positions: [-0.350858936428857, 0.1155370417741424, -1.0822227454498592, -1.6022706284806052, -2.1748680521375263, -0.41368495225668794]
+      velocities: [-0.21404176328492136, -0.10117073673989357, 0.12521380684526912, -0.342195407984605, -0.08735995174071065, -0.06055302866263211]
+      accelerations: [6.897735903001303e-14, -0.06901166151944577, 0.07908539130278182, 0.0387379371222459, 0.00266717895847544, -0.11072832751875657]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 552743343
+    - 
+      positions: [-0.3518917935771014, 0.11504803903077576, -1.0816176056649132, -1.6039214389066774, -2.1752895759478097, -0.4139784405228748]
+      velocities: [-0.21404176328492125, -0.1015039029761158, 0.12559584854381173, -0.3420092341261356, -0.08734680351431745, -0.06108707964410694]
+      accelerations: [-1.7266846598213452e-14, -0.06907423435721066, 0.07925776094942795, 0.038424468708536726, 0.0027823802028078964, -0.1106172179422162]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 557568836
+    - 
+      positions: [-0.3529233037626255, 0.11455806872700686, -1.0810114131117146, -1.6055692035097728, -2.1757104853811757, -0.4142741167755135]
+      velocities: [-0.21404176328492133, -0.10183693714415065, 0.1259782241284284, -0.3418248124707528, -0.08733311861358758, -0.06161990076765542]
+      accelerations: [-2.3052539935853268e-14, -0.06913716697548211, 0.07943072315129605, 0.03811152146975302, 0.0028970180366143347, -0.11050696496273915]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 562388037
+    - 
+      positions: [-0.3539534674272848, 0.11406713547767368, -1.080404170731276, -1.6072139337449476, -2.1761307782138104, -0.41457196852320305]
+      velocities: [-0.2140417632849214, -0.10216984033036094, 0.12636093443633442, -0.3416421364447109, -0.08731890119181207, -0.06215149778010926]
+      accelerations: [0.0, -0.06920046011814844, 0.07960427554485204, 0.0377991141228956, 0.003011091888157572, -0.11039756985834534]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 567200946
+    - 
+      positions: [-0.35498228502439894, 0.11357524388236484, -1.079795881457789, -1.6088556410196169, -2.1765504522565213, -0.4148719833319494]
+      velocities: [-0.21404176328492147, -0.10250261362371701, 0.12674398030636758, -0.3414611994880299, -0.0873041553757416, -0.06268187644279957]
+      accelerations: [-2.889112686633156e-14, -0.06926411525211132, 0.07977842359845093, 0.03748722633199238, 0.003124608587730617, -0.11028904194925675]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 572007567
+    - 
+      positions: [-0.35600975701863347, 0.11308239852541323, -1.0791865482185314, -1.6104943366940334, -2.1769695053543625, -0.4151741488252468]
+      velocities: [-0.21404176328492133, -0.10283525811395088, 0.12712736255571122, -0.34128199494126255, -0.08728888528605841, -0.06321104250847984]
+      accelerations: [8.100114817302911e-14, -0.0693281323621143, 0.07995315524000285, 0.03717592409371481, 0.003237559044941565, -0.11018137295427573]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 576807901
+    - 
+      positions: [-0.3570358838860579, 0.11258860397584006, -1.0785761739340733, -1.6121300320800573, -2.177387935386699, -0.4154784526838019]
+      velocities: [-0.21404176328492117, -0.10316777489287961, 0.12751108200650235, -0.3411045161788482, -0.08727309501388938, -0.06373900174592659]
+      accelerations: [-1.1586768734713422e-14, -0.06939251347710777, 0.08012848702403796, 0.03686513155797424, 0.003349959897187636, -0.11007458250896557]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 581601951
+    - 
+      positions: [-0.358060666113922, 0.11209386478738766, -1.077964761517992, -1.613762738442749, -2.177805740266565, -0.4157848826458171]
+      velocities: [-0.2140417632849211, -0.10350016505555418, 0.1278951394902501, -0.34092875662848704, -0.08725678861703294, -0.06426575994364156]
+      accelerations: [3.480593744709265e-14, -0.06945725907413441, 0.08030440870639559, 0.03655490678788572, 0.0034618036308111206, -0.10996866392622566]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 586389719
+    - 
+      positions: [-0.3590841042006939, 0.11159818549846327, -1.077352313877048, -1.6153924669992967, -2.1782229179406842, -0.4160934265067414]
+      velocities: [-0.21404176328492108, -0.10383242969775025, 0.12827953582070753, -0.3407547096389121, -0.08723997014415719, -0.0647913228833229]
+      accelerations: [-2.323444765096499e-14, -0.06952237014819262, 0.08048092554668769, 0.03624522903762106, 0.0035730968284648427, -0.10986362585886458]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 591171207
+    - 
+      positions: [-0.3601061986559484, 0.11110157063214354, -1.0767388339110953, -1.6170192289195195, -2.178639466389107, -0.41640407211932845]
+      velocities: [-0.21404176328492105, -0.10416456991684489, 0.12866427180521472, -0.3405823685368973, -0.08722264362464212, -0.06531569635034445]
+      accelerations: [3.489750825088503e-14, -0.06958784754964727, 0.08065803199694349, 0.035936132805156625, 0.003683836203976764, -0.1097594660164577]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 595946417
+    - 
+      positions: [-0.36112695000035866, 0.11060402469613292, -1.076124324513175, -1.6186430353252745, -2.1790553836251156, -0.4167168073934726]
+      velocities: [-0.21404176328492114, -0.10449658681344522, 0.12904934827185582, -0.3404117267620006, -0.08720481304439573, -0.06583888615916725]
+      accelerations: [-6.988689546111705e-14, -0.06965369297098901, 0.08083574472100301, 0.0356275408284606, 0.003794038513567777, -0.10965620378671324]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 600715352
+    - 
+      positions: [-0.36214635876547135, 0.11010555218280939, -1.0755087885692363, -1.6202638972920649, -2.1794706676945865, -0.4170316202964707]
+      velocities: [-0.21404176328492147, -0.10482848148796059, 0.12943476602268572, -0.34024277763669936, -0.08718648238743304, -0.06636089810863405]
+      accelerations: [-7.58105613931584e-14, -0.06971990583590018, 0.08101403853746819, 0.035319584146845544, 0.003903683038013059, -0.10955381817331532]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 605478015
+    - 
+      positions: [-0.3631644254938936, 0.10960615756912138, -1.0748922289585585, -1.6218818258465686, -2.1798853166763714, -0.4173484988524892]
+      velocities: [-0.21404176328492125, -0.1051602550438156, 0.12982052586559398, -0.34007551452056495, -0.08716765560828582, -0.06688173801148607]
+      accelerations: [1.810174456357702e-13, -0.06978648919671897, 0.08119294351677304, 0.03501212066280463, 0.004012798165408795, -0.10945234104286632]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 610234408
+    - 
+      positions: [-0.36418115073893714, 0.10910584531666845, -1.0742746485532493, -1.623496831969507, -2.180299328681345, -0.4176674311430628]
+      velocities: [-0.21404176328492086, -0.10549190858590941, 0.13020662861332905, -0.339909930810779, -0.08714833663212287, -0.06740141169276138]
+      accelerations: [-2.923490165487352e-14, -0.0698534418398425, 0.0813724340135791, 0.034705281529180974, 0.004121363096201705, -0.10935175073301888]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 614984534
+    - 
+      positions: [-0.3651965350648067, 0.10860461987161275, -1.0736560502186745, -1.6251089265931873, -2.180712701852789, -0.4179884053065459]
+      velocities: [-0.2140417632849209, -0.10582344322021718, 0.1305930750647923, -0.3397460198465525, -0.08712852937178588, -0.06791992497208676]
+      accelerations: [2.3418821247877786e-14, -0.06992076666547882, 0.08155253229480516, 0.03439896457950731, 0.004229399131398038, -0.10925207178109476]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 619728394
+    - 
+      positions: [-0.3662105790463232, 0.10810248566472677, -1.0730364368130885, -1.6267181206035837, -2.1811254343656357, -0.4183114095384617]
+      velocities: [-0.21404176328492103, -0.10615486005570685, 0.13097986603572082, -0.3395837750624041, -0.08710823770047048, -0.06843728369289327]
+      accelerations: [-8.207426326474633e-14, -0.06998846327554588, 0.08173322558824175, 0.034093236706321924, 0.004336896953831175, -0.10915329483932365]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 624465993
+    - 
+      positions: [-0.36722328326898646, 0.10759944711134908, -1.0724158111878486, -1.6283244248391424, -2.181537524426542, -0.41863643209119095]
+      velocities: [-0.2140417632849212, -0.10648616019941443, 0.13136700230021728, -0.33942318970206115, -0.08708746550378182, -0.06895349366374431]
+      accelerations: [5.870206515933049e-15, -0.0700565325029598, 0.08191451151333631, 0.03378811637543145, 0.0044438559443212185, -0.10905541976489623]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 629197333
+    - 
+      positions: [-0.36823464832893954, 0.10709550861136093, -1.0717941761874537, -1.6299278500905325, -2.1819489702737256, -0.4189634612738379]
+      velocities: [-0.21404176328492122, -0.10681734476215114, 0.13175448465362127, -0.33926425712444486, -0.08706621662424954, -0.06946856072063758]
+      accelerations: [-1.1755965449126233e-14, -0.07012497636641533, 0.08209640382192783, 0.03348354142027183, 0.004550290217480645, -0.10895846354880012]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 633922415
+    - 
+      positions: [-0.3692446748327729, 0.10659067454921695, -1.0711715346493211, -1.6315284071019442, -2.18235977017641, -0.41929248545242476]
+      velocities: [-0.21404176328492114, -0.1071484148582578, 0.13214231391990844, -0.33910697084353997, -0.08704449485437563, -0.06998249073441058]
+      accelerations: [4.120043196676733e-14, -0.07019379561714043, 0.08227890331142455, 0.03317951330215987, 0.0046562021506409675, -0.10886242928436698]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 638641245
+    - 
+      positions: [-0.37025336339745357, 0.10608494929394348, -1.0705478894037797, -1.6331261065711564, -2.182769922434583, -0.4196234930498116]
+      velocities: [-0.2140417632849211, -0.10747937159804696, 0.13253049085369717, -0.33895132404813416, -0.08702230402359343, -0.07049528951164083]
+      accelerations: [-2.357434528184945e-14, -0.07026298907637758, 0.08246198219785847, 0.03287617342673297, 0.004761569027234801, -0.1087672920101589]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 643353823
+    - 
+      positions: [-0.3712607146505425, 0.10557833719903519, -1.0699232432745167, -1.6347209591469596, -2.183179425379429, -0.41995647254508783]
+      velocities: [-0.21404176328492108, -0.1078102160972643, 0.13291901625469815, -0.33879731015944775, -0.08699964789747257, -0.07100696290956654]
+      accelerations: [3.5408482159198693e-14, -0.07033256151703397, 0.08264568983011568, 0.03257328672537225, 0.004866436007722341, -0.10867310362093857]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 648060153
+    - 
+      positions: [-0.3722667292296449, 0.10507084260260514, -1.0692975990777887, -1.6363129754337244, -2.1835882773719466, -0.42029141247441615]
+      velocities: [-0.21404176328492117, -0.10814094947565121, 0.13330789096322926, -0.33864492281335445, -0.0869765301815006, -0.07151751683100183]
+      accelerations: [-7.091109728373712e-14, -0.07040251117366654, 0.08282999653346547, 0.03227100220788417, 0.004970778791142242, -0.10857983706714071]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 652760239
+    - 
+      positions: [-0.3732714077826437, 0.10456246982728834, -1.068670959622902, -1.637902165988682, -2.1839964768034243, -0.42062830143037816]
+      velocities: [-0.2140417632849213, -0.10847157284414692, 0.13369711568654788, -0.33849415501177116, -0.08695295467395711, -0.07202695704925291]
+      accelerations: [5.917119553671027e-15, -0.07047283737516215, 0.08301487779580546, 0.03196944567987381, 0.005074577555212814, -0.10848746982522518]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 657454082
+    - 
+      positions: [-0.37427475096788115, 0.1040532231801449, -1.0680433277126034, -1.6394885413196705, -2.1844040220957925, -0.4209671280614122]
+      velocities: [-0.21404176328492114, -0.10880208732311361, 0.13408669122890454, -0.33834500024207775, -0.08692892506408464, -0.0725352894390288]
+      accelerations: [7.70249743424224e-14, -0.07054354611880506, 0.0832004018519902, 0.031668289742278706, 0.0051778939228770676, -0.10839607316833641]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 662141687
+    - 
+      positions: [-0.3752767594534279, 0.10354310695287988, -1.0674147061419985, -1.6410721118914118, -2.184810911699813, -0.42130788107300543]
+      velocities: [-0.21404176328492108, -0.10913249403296388, 0.13447661838749225, -0.33819745197518825, -0.0869044450230709, -0.07304251987170134]
+      accelerations: [-6.526182869760539e-14, -0.07061463276078228, 0.0833864998244001, 0.03136787434015774, 0.005280669287691353, -0.10830557996667377]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 666823056
+    - 
+      positions: [-0.37627743391769947, 0.10303212542161541, -1.0667850976996482, -1.642652888119238, -2.1852171440964625, -0.4216505492262928]
+      velocities: [-0.21404176328492133, -0.10946279409164994, 0.13486689791327006, -0.3380515034738475, -0.0868795182387245, -0.0735486541753046]
+      accelerations: [-3.5644836125697816e-14, -0.07068610223849409, 0.08357322333976684, 0.03106795333546217, 0.005382950601202339, -0.1082160445801233]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 671498193
+    - 
+      positions: [-0.37727677504889, 0.10252028284705295, -1.0661545051667563, -1.6442308803738217, -2.1856227177955168, -0.4219951213389232]
+      velocities: [-0.21404176328492122, -0.10979298862286457, 0.13525753060675305, -0.3379071482554051, -0.08685414833162595, -0.07405369823110597]
+      accelerations: [8.328229739642103e-14, -0.07075795341404374, 0.08376054432046284, 0.03076866961264782, 0.00548471499241688, -0.10812744105956591]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 676167100
+    - 
+      positions: [-0.37827478354518884, 0.10200758347437167, -1.0655229313176149, -1.645806098978617, -2.186027631335986, -0.422341586284429]
+      velocities: [-0.21404176328492114, -0.11012307874582905, 0.135648517205924, -0.33776437955182437, -0.08682833895331221, -0.07455765785842106]
+      accelerations: [-4.169677422611126e-14, -0.07083018686929497, 0.0839484665043521, 0.030470007761320132, 0.0055859674884643044, -0.10803977459583435]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 680829781
+    - 
+      positions: [-0.3792714601146838, 0.10149403153324846, -1.064890378919549, -1.647378554210277, -2.18643188328581, -0.42268993299217167]
+      velocities: [-0.21404176328492125, -0.1104530655859378, 0.13603985850622047, -0.3376231908901365, -0.08680209368141784, -0.0750605389384342]
+      accelerations: [-1.7893936577597623e-14, -0.07090280603656643, 0.08413701320238981, 0.030171862104626985, 0.005686730150644016, -0.10795307231830317]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 685486239
+    - 
+      positions: [-0.3802668054750737, 0.10097963123791605, -1.0642568507325594, -1.6489482563007214, -2.1868354722411114, -0.4230401504476915]
+      velocities: [-0.2140417632849213, -0.11078295026766496, 0.13643155528042297, -0.3374835757048158, -0.08677541608952638, -0.07556234733142209]
+      accelerations: [0.0, -0.0709758084689944, 0.08432615379126134, 0.029874383553019978, 0.00578697806367338, -0.1078673039591422]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 690136478
+    - 
+      positions: [-0.3812608203539087, 0.10046438678707711, -1.0636223495098016, -1.6505152154344718, -2.1872383968266798, -0.423392227691996]
+      velocities: [-0.2140417632849213, -0.11111273391357296, 0.13682360827073348, -0.33734552730088474, -0.08674830975448816, -0.07606308886627776]
+      accelerations: [-5.980623452046947e-15, -0.07104919717782951, 0.08451590818369088, 0.029577482247026526, 0.005886730179631958, -0.10778249219489354]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 694780501
+    - 
+      positions: [-0.38225350548833864, 0.09994830236395431, -1.062986877997281, -1.6520794417504328, -2.1876406556953083, -0.4237461538218228]
+      velocities: [-0.2140417632849213, -0.11144241764946983, 0.13721601823700402, -0.33720903908483085, -0.0867207782143931, -0.07656276939220069]
+      accelerations: [1.197727573891241e-14, -0.07112297193647509, 0.08470626643255247, 0.029281210122378547, 0.00598597962541088, -0.10769862896239854]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 699418312
+    - 
+      positions: [-0.3832448616251491, 0.09943138213626235, -1.0623504389340117, -1.6536409453410603, -2.1880422475278056, -0.42410191798933683]
+      velocities: [-0.2140417632849212, -0.11177200260096781, 0.1376087859361455, -0.3370741044697644, -0.08669282498588532, -0.0770613947559835]
+      accelerations: [2.9983346231952204e-14, -0.07119713429173058, 0.08489723964116741, 0.028985517930082555, 0.006084737968696268, -0.10761572726035903]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 704049913
+    - 
+      positions: [-0.3842348895205939, 0.098913630256248, -1.0617130350518513, -1.65519973625339, -2.188443171032529, -0.4244595094022081]
+      velocities: [-0.21404176328492114, -0.11210148989660212, 0.13800191214308594, -0.33694071697194017, -0.08666445354719762, -0.07755897082406343]
+      accelerations: [0.0, -0.07127168537436161, 0.08508882690327718, 0.02869041601542158, 0.006183005675393903, -0.10753378858187447]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 708675309
+    - 
+      positions: [-0.38522358994034844, 0.09839505086067758, -1.06107466907552, -1.6567558244889695, -2.1888434249452065, -0.4248189173234817]
+      velocities: [-0.2140417632849212, -0.11243088066280689, 0.13839539759769012, -0.33680886995797055, -0.08663566738351863, -0.07805550342675377]
+      accelerations: [-2.4051131396746505e-14, -0.07134662456757944, 0.08528101638387568, 0.028395964384363263, 0.0062807747343763135, -0.10745280186517968]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 713294503
+    - 
+      positions: [-0.386210963659563, 0.09787564807080916, -1.0604353437227851, -1.6583092200028968, -2.1892430080289813, -0.42518013107121666]
+      velocities: [-0.21404176328492142, -0.11276017602698543, 0.13878924304537688, -0.3366785568410028, -0.08660646995189242, -0.07855099839920805]
+      accelerations: [-6.622951565589147e-14, -0.07142195433568331, 0.0854738247310289, 0.028102088602021458, 0.006378060808175067, -0.10737278634698637]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 717907499
+    - 
+      positions: [-0.3871970114626457, 0.09735542599244154, -1.0597950617042144, -1.6598599327053007, -2.1896419190738414, -0.42554314001867216]
+      velocities: [-0.21404176328492147, -0.1130893771191975, 0.1391834492533179, -0.3365497711576301, -0.08657686466768363, -0.07904546160024475]
+      accelerations: [3.014482099737722e-14, -0.07149767480564725, 0.08566724713136749, 0.027808815387060228, 0.006474861773442884, -0.1072937391654902]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 722514300
+    - 
+      positions: [-0.3881817341432471, 0.09683438871590833, -1.059153825723257, -1.6614079724609798, -2.190040156896512, -0.42590793359409285]
+      velocities: [-0.2140417632849213, -0.11341848506634139, 0.13957801694129696, -0.33642250623677894, -0.0865468549638711, -0.07953889883757866]
+      accelerations: [4.8296642085802317e-14, -0.07157378592474437, 0.08586127023515568, 0.02751621397005611, 0.006571167593741247, -0.107215647155896]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 727114910
+    - 
+      positions: [-0.38916513250433726, 0.0963125403160265, -1.0585116384764426, -1.662953349088295, -2.1904377203405523, -0.4262745012803119]
+      velocities: [-0.21404176328492125, -0.11374750099904468, 0.1399729468635337, -0.33629675559131045, -0.08651644422103646, -0.08003131595424584]
+      accelerations: [-1.8135639707432832e-14, -0.0716502908208926, 0.08605592477464853, 0.027224140965975346, 0.0066670065862417605, -0.10713854503967658]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 731709333
+    - 
+      positions: [-0.3901472073578442, 0.09578988485221096, -1.0578685026529366, -1.6644960723618702, -2.190834608275465, -0.4266428326152026]
+      velocities: [-0.21404176328492117, -0.11407642604875685, 0.14036823977944735, -0.33617251278043064, -0.08648563579202523, -0.08052271879878589]
+      accelerations: [4.8426904937954945e-14, -0.07172718819227647, 0.0862511846807767, 0.026932725529642793, 0.006762358003471064, -0.10706240671825383]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 736297572
+    - 
+      positions: [-0.39112795952485196, 0.0952664263683868, -1.0572244209349295, -1.66603615201041, -2.1912308195970693, -0.4270129171910501]
+      velocities: [-0.21404176328492114, -0.11440526134378945, 0.14076389640518103, -0.3360497711761039, -0.08645443304453136, -0.08101311317119252]
+      accelerations: [-4.243070927876848e-14, -0.07180447944774362, 0.08644705959915544, 0.026641925874267437, 0.00685723166779166, -0.10698724343661793]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 740879632
+    - 
+      positions: [-0.39210738983544935, 0.0947421688930298, -1.0565793959975003, -1.6675735977175838, -2.1916263532270897, -0.42738474465458276]
+      velocities: [-0.21404176328492125, -0.11473400801330269, 0.14115991746222184, -0.3359285241975948, -0.08642283931853492, -0.08150250487513697]
+      accelerations: [6.069713566986614e-15, -0.07188216502058686, 0.08664354457297953, 0.02635176929338499, 0.0069516253449502146, -0.10691305180839877]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 745455516
+    - 
+      positions: [-0.3930854991287205, 0.09421711643915258, -1.0559334305086945, -1.669108419121678, -2.192021208113053, -0.4277583047067468]
+      velocities: [-0.21404176328492125, -0.11506266719001138, 0.14155630369860597, -0.3358087654095376, -0.08639085790882461, -0.08199089974186832]
+      accelerations: [-1.2155828239325808e-14, -0.07196024752142464, 0.08684065857747665, 0.02606217089864418, 0.007045556568451631, -0.1068398536264519]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 750025228
+    - 
+      positions: [-0.39406228825250256, 0.09369127300437077, -1.0552865271292562, -1.6706406258172293, -2.192415383227683, -0.42813358710291755]
+      velocities: [-0.21404176328492136, -0.11539124000681737, 0.14195305586787352, -0.33569048842536575, -0.08635849208287652, -0.0824783036060737]
+      accelerations: [-3.65167892846132e-14, -0.07203872592575476, 0.08703838746769517, 0.025773200195129773, 0.007139015318840023, -0.1067676350013928]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 754588773
+    - 
+      positions: [-0.39503775806346547, 0.09316464257087355, -1.0546386885128411, -1.6721702273539316, -2.1928088775689996, -0.42851058165248496]
+      velocities: [-0.2140417632849213, -0.11571972759229293, 0.1423501746672231, -0.33557368661173187, -0.08632574513383014, -0.0829647222386796]
+      accelerations: [6.703802426188141e-14, -0.0721176008665878, 0.08723672311249582, 0.025484901820314213, 0.0072319959417297755, -0.10669638830544911]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 759146154
+    - 
+      positions: [-0.39601190942713754, 0.0926372291053877, -1.0539899173061362, -1.673697233235993, -2.1932016901603055, -0.42888927821855305]
+      velocities: [-0.21404176328492125, -0.11604813107716971, 0.14274766081193296, -0.335458353442523, -0.08629262031689225, -0.08345016142783032]
+      accelerations: [-4.271831896675036e-14, -0.07219687416272348, 0.08743568394812029, 0.025197190272680213, 0.00732451629119133, -0.10662613513441173]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 763697375
+    - 
+      positions: [-0.39698474321766447, 0.092109036559262, -1.0533402161486052, -1.6752216529237745, -2.193593820049577, -0.4292696667181413]
+      velocities: [-0.21404176328492136, -0.1163764515960628, 0.14314551505636086, -0.335344482598303, -0.08625912083174936, -0.08393462700149762]
+      accelerations: [-6.110884999672329e-15, -0.07227654722736832, 0.08763527111274856, 0.0249100663773607, 0.007416578491827488, -0.10655687787571962]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 768242440
+    - 
+      positions: [-0.3979562603177453, 0.09158006886846588, -1.052689587672479, -1.676743495833907, -2.1939852663092556, -0.4296517371220516]
+      velocities: [-0.2140417632849213, -0.11670469027975032, 0.14354373811061097, -0.33523206757223145, -0.08622524989354251, -0.08441812473582277]
+      accelerations: [1.835750954134396e-14, -0.07235661849267733, 0.08783546641853811, 0.024623617836473283, 0.0075081692317627334, -0.10648859787453502]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 772781354
+    - 
+      positions: [-0.39892646161875067, 0.09105032995355036, -1.052038034503022, -1.678262771337907, -2.1943760280364315, -0.4300354794543737]
+      velocities: [-0.21404176328492114, -0.11703284825694862, 0.1439423306611003, -0.33512110176875765, -0.0861910107151889, -0.08490066037701821]
+      accelerations: [5.5147243762019454e-14, -0.0724370901480627, 0.08803627999616173, 0.02433780227489, 0.007599298399796556, -0.10642130712172665]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 777314120
+    - 
+      positions: [-0.39989534802057036, 0.09051982371967886, -1.051385559258392, -1.6797794887630582, -2.194766104352439, -0.4304208837925176]
+      velocities: [-0.21404176328492108, -0.11736092666362337, 0.1443412934631382, -0.3350115789376701, -0.08615640642929322, -0.08538223974468637]
+      accelerations: [-2.4543160152551542e-14, -0.07251796474803031, 0.08823773450784107, 0.024052515930656094, 0.007689987159760249, -0.10635503258457052]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 781840743
+    - 
+      positions: [-0.4008629204313342, 0.08998855405672164, -1.0507321645493355, -1.681293657394339, -2.195155494402174, -0.4308079402674969]
+      velocities: [-0.21404176328492117, -0.11768892663040441, 0.14474062721872416, -0.3349034926020296, -0.08612144019130016, -0.0858628685954146]
+      accelerations: [-1.228825073188856e-14, -0.0725992389380771, 0.08843978613737426, 0.02376796900636613, 0.007780199885236913, -0.10628972606703176]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 786361227
+    - 
+      positions: [-0.4018291797677825, 0.08945652483911583, -1.0500778529798045, -1.682805286470939, -2.195544197354835, -0.43119663906293126]
+      velocities: [-0.21404176328492117, -0.1180168492871854, 0.14514033261918935, -0.33479683625655077, -0.08608611514412676, -0.08634255266894955]
+      accelerations: [1.230495500826759e-14, -0.07268091730525221, 0.08864247640547626, 0.023483969955960828, 0.007869973417131654, -0.10622543498685662]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 790875577
+    - 
+      positions: [-0.4027941269548089, 0.08892373992601686, -1.0494226271463862, -1.6843143851897042, -2.195932212402851, -0.4315869704156748]
+      velocities: [-0.2140417632849212, -0.11834469576676318, 0.14554041038251853, -0.33469160354416666, -0.08605043438621465, -0.08682129773112657]
+      accelerations: [-1.8482539334017608e-14, -0.07276299810901762, 0.08884577793000241, 0.023200651264006424, 0.00795928621999457, -0.10616213008320703]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 795383796
+    - 
+      positions: [-0.403757762925668, 0.0883902031612149, -1.0487664896386912, -1.6858209627030003, -2.1963195387622676, -0.4319789246151432]
+      velocities: [-0.21404176328492125, -0.1186724671971245, 0.14594086117754806, -0.33458778790112, -0.08601440103561844, -0.0872991094876226]
+      accelerations: [-1.2338464357707904e-14, -0.07284548252794214, 0.08904969869252884, 0.022917978406745376, 0.00804814680755983, -0.10609982063947342]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 799885889
+    - 
+      positions: [-0.40472008862184433, 0.08785591837317797, -1.0481094430392484, -1.6873250281194596, -2.1967061756723876, -0.432372492003292]
+      velocities: [-0.2140417632849213, -0.11900016471562103, 0.14634168576815365, -0.33448538323096066, -0.08597801810862124, -0.08777599374710805]
+      accelerations: [-1.8532904097847895e-14, -0.07292837513177708, 0.08925427534173064, 0.022635784621105052, 0.00813658756728145, -0.10603854987819422]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 804381861
+    - 
+      positions: [-0.4056811049926397, 0.08732088937518469, -1.0474514899230172, -1.6888265905069466, -2.1970921223948157, -0.43276766297515956]
+      velocities: [-0.21404176328492108, -0.11932778945424885, 0.14674288486048737, -0.33438438319009717, -0.08594128864866046, -0.08825195624898566]
+      accelerations: [1.237210799555394e-13, -0.07301167057006039, 0.08945944796804324, 0.022354352949793547, 0.0082245597355368, -0.10597825055323828]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 808871715
+    - 
+      positions: [-0.4066408129956995, 0.08678511996513671, -1.046792632858211, -1.6903256588879003, -2.197477378214524, -0.43316442797756155]
+      velocities: [-0.214041763284921, -0.11965534253596785, 0.14714445907282725, -0.3342847810497261, -0.08590421575152604, -0.08872700262634958]
+      accelerations: [-8.6722860908964e-14, -0.07309537175479838, 0.0896652397288239, 0.022073578287014874, 0.008312084471452055, -0.10591894934546317]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 813355457
+    - 
+      positions: [-0.4075992135967345, 0.08624861392564967, -1.0461328744059857, -1.691822242241277, -2.197861942439178, -0.43356277750935823]
+      velocities: [-0.21404176328492128, -0.11998282509459544, 0.1475464091316608, -0.3341865706090982, -0.08586680240068428, -0.08920113862995761]
+      accelerations: [-3.7217657356912534e-14, -0.07317948220568735, 0.08987167803867528, 0.021793336991549433, 0.008399186371168101, -0.10586067877897433]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 817833091
+    - 
+      positions: [-0.40855630776919966, 0.08571137502415942, -1.0454722171200832, -1.6933163495047705, -2.198245814398384, -0.43396270212181104]
+      velocities: [-0.2140417632849212, -0.1203102382616062, 0.1479487357394747, -0.3340897455793579, -0.08582905157836387, -0.08967436997855072]
+      accelerations: [7.453694967863042e-14, -0.07326399897442087, 0.09007872715919851, 0.02151379853137629, 0.008485837121697959, -0.10580339888313496]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 822304621
+    - 
+      positions: [-0.4095120964945847, 0.08517340701281584, -1.0448106635473187, -1.6948079895721102, -2.1986289934442422, -0.43436419241773855]
+      velocities: [-0.21404176328492108, -0.12063758316817652, 0.14835143959632333, -0.333994299683924, -0.08579096624748783, -0.09014670238315642]
+      accelerations: [-1.8659696393587716e-14, -0.07334892650439624, 0.09028642419856109, 0.02123479413797748, 0.0085720694694706, -0.10574715313304076]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 826770052
+    - 
+      positions: [-0.410466580762001, 0.08463471362862388, -1.044148216227096, -1.6962971712960313, -2.199011478950398, -0.434767239052049]
+      velocities: [-0.21404176328492092, -0.1209648609430293, 0.14875452138237352, -0.3339002265786899, -0.08575254936650092, -0.09061814152515818]
+      accelerations: [8.719762601485985e-14, -0.07343426087386538, 0.09049472547870248, 0.020956529573291176, 0.00865784838798293, -0.10569189162100853]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 831229389
+    - 
+      positions: [-0.4114197615685496, 0.08409529859331236, -1.0434848776919954, -1.6977839034849913, -2.1993932703127577, -0.4351718327307366]
+      velocities: [-0.21404176328492097, -0.12129207271049372, 0.14915798173235356, -0.3338075197324817, -0.08571380391119968, -0.09108869302663078]
+      accelerations: [-1.1850151125593055e-13, -0.07352000565707273, 0.09070365667683444, 0.020678889492942575, 0.00874319689286327, -0.1056376445728908]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 835682635
+    - 
+      positions: [-0.4123716399190206, 0.08355516561342995, -1.0428206504674389, -1.6992681949052477, -2.1997743669487804, -0.4355779642111952]
+      velocities: [-0.21404176328492122, -0.12161921960388375, 0.14956182137280355, -0.3337161730650715, -0.08567473275904239, -0.09155836261094985]
+      accelerations: [1.249091630101271e-14, -0.07360616294801076, 0.09091323568896627, 0.020401793482405266, 0.008828131878589308, -0.10558443415956134]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 840129797
+    - 
+      positions: [-0.4133222168256633, 0.0830143183804333, -1.0421555370714708, -1.7007500542823293, -2.2001547682969256, -0.4359856243023925]
+      velocities: [-0.2140417632849213, -0.12194630275166887, 0.14996604098471494, -0.3336261803091145, -0.08563533880466208, -0.09202715594233121]
+      accelerations: [-4.3778079562343437e-14, -0.07369273012912335, 0.09112342654128806, 0.020125412633736076, 0.008912624534250964, -0.10553221861029358]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 844570879
+    - 
+      positions: [-0.41427149330848134, 0.0824727605705704, -1.0414895400152346, -1.702229490298356, -2.200534473817214, -0.4363948038640049]
+      velocities: [-0.21404176328492128, -0.12227332327845417, 0.15037064121190413, -0.33353753505021044, -0.08559562495339328, -0.09249507863470101]
+      accelerations: [5.010065026090999e-14, -0.0737797097256998, 0.09133425085701707, 0.01984964861494591, 0.008996694672438982, -0.10548102406387966]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 849005884
+    - 
+      positions: [-0.4152194703949703, 0.08193049584497886, -1.0408226618027003, -1.7037065115938188, -2.200913482990605, -0.4368054938066575]
+      velocities: [-0.2140417632849213, -0.12260028231320023, 0.1507756227473218, -0.3334502311266728, -0.08555559404827012, -0.09296213635284722]
+      accelerations: [-5.6440511026556996e-14, -0.07386710282830193, 0.09154571149980684, 0.019574492650509506, 0.009080346356113957, -0.10543085428694812]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 853434820
+    - 
+      positions: [-0.41616614912003685, 0.08138752784971058, -1.0401549049306378, -1.7051811267678674, -2.2012917953187596, -0.43721768509179626]
+      velocities: [-0.21404176328492142, -0.12292718098387288, 0.15118098627312673, -0.33336426235028016, -0.08551524892102277, -0.09342833474168408]
+      accelerations: [0.0, -0.07395490956874241, 0.09175780313517234, 0.019299972072127698, 0.009163576476801273, -0.10538170361886867]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 857857689
+    - 
+      positions: [-0.4171115305259966, 0.08084386021573074, -1.039486271888696, -1.7066533443780114, -2.201669410323976, -0.4376313687314093]
+      velocities: [-0.2140417632849214, -0.12325402041545488, 0.15158673244670753, -0.3332796224450315, -0.08547459240327024, -0.09389367941107538]
+      accelerations: [1.2576782307758244e-14, -0.07404313013787267, 0.09197052227411888, 0.019026105918356573, 0.00924638404153198, -0.10533356894746074]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 862274497
+    - 
+      positions: [-0.41805561566255384, 0.08029949655892579, -1.0388167651594569, -1.708123172939963, -2.202046327549078, -0.43804653578779157]
+      velocities: [-0.21404176328492136, -0.12358080173204625, 0.15199286192288997, -0.33319630514830756, -0.08543362730814281, -0.09435817596009793]
+      accelerations: [-6.297027788929377e-15, -0.07413176561670236, 0.09218387359270276, 0.018752875895949435, 0.009328774256255931, -0.10528645556720136]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 866685249
+    - 
+      positions: [-0.4189984055867043, 0.0797544404801388, -1.0381463872183854, -1.709590620928088, -2.2024225465571496, -0.4384631773734398]
+      velocities: [-0.2140417632849213, -0.12390752605723784, 0.15239937535400666, -0.3331143042110685, -0.08539235643087206, -0.09482182997660463]
+      accelerations: [4.413976756996279e-14, -0.07422081636975815, 0.09239785361865019, 0.01848030101964378, 0.009410745876147972, -0.10524036017027191]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 871089950
+    - 
+      positions: [-0.41993990136271686, 0.07920869556517367, -1.0374751405338811, -1.7110556967752528, -2.2027980669314315, -0.438881284650814]
+      velocities: [-0.2140417632849212, -0.12423419451519996, 0.15280627340267278, -0.33303361345757787, -0.0853507825374255, -0.0952846470540605]
+      accelerations: [0.0, -0.07431028398257279, 0.09261247285119852, 0.01820833578595094, 0.009492309311022863, -0.10519529573966284]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 875488604
+    - 
+      positions: [-0.42088010406197773, 0.07866226538485577, -1.0368030275671587, -1.7125184088737089, -2.2031728882749335, -0.43930084883235304]
+      velocities: [-0.21404176328492117, -0.12456080823191705, 0.15321355675095083, -0.33295422682640907, -0.0853089083572556, -0.09574663280192455]
+      accelerations: [1.264607520774655e-14, -0.07440016939551938, 0.0928277320104934, 0.017936980480725978, 0.009573466656804225, -0.10515126373917975]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 879881218
+    - 
+      positions: [-0.4218190147629339, 0.07811515349504879, -1.0361300507722484, -1.7139787655752374, -2.2035470102102526, -0.4397218611803087]
+      velocities: [-0.21404176328492108, -0.12488736833087001, 0.1536212260609732, -0.3328761381893697, -0.08526673661650962, -0.09620779279841507]
+      accelerations: [2.5326963266166114e-14, -0.07449047223782027, 0.09304362369595062, 0.01766627191458772, 0.009654213253591745, -0.10510825569932113]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 884267795
+    - 
+      positions: [-0.42275663455110857, 0.0775673634366549, -1.0354562125961013, -1.715436775190706, -2.203920432379549, -0.4401443130064209]
+      velocities: [-0.21404176328492125, -0.12521387592891875, 0.15402928194346388, -0.3327993412107013, -0.08522427006384599, -0.09666813255100609]
+      accelerations: [-9.510690976551027e-14, -0.07458119156022171, 0.09326013419563135, 0.0173962748631631, 0.009734539398000605, -0.10506625499599292]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 888648341
+    - 
+      positions: [-0.4236929645191833, 0.07701889873558665, -1.034781515478765, -1.7168924459892008, -2.204293154444646, -0.4405681956714696]
+      velocities: [-0.21404176328492136, -0.1255403321473344, 0.1544377250507799, -0.3327238297699203, -0.08518151139329513, -0.0971276576094802]
+      accelerations: [4.444437968889075e-14, -0.07467233202983779, 0.09347729855694974, 0.01712683321557789, 0.009814475651580615, -0.10502530475503623]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 893022861
+    - 
+      positions: [-0.42462800576660986, 0.07646976290290672, -1.0341059618529629, -1.7183457862006615, -2.2046651760861677, -0.44099350058575953]
+      velocities: [-0.21404176328492114, -0.12586673810898735, 0.15484655605482472, -0.33264959786127374, -0.08513846326293206, -0.0975863735396504]
+      accelerations: [5.722155135034535e-14, -0.07476389143127019, 0.09369509300371553, 0.016858057622905306, 0.009894003819489018, -0.10498537639455997]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 897391360
+    - 
+      positions: [-0.4255617593997853, 0.07591995943477109, -1.0334295541443985, -1.719796804014275, -2.205036497003844, -0.44142021920848207]
+      velocities: [-0.214041763284921, -0.1261930949302787, 0.1552557755760055, -0.33257663927125714, -0.08509512835355393, -0.09804428583629536]
+      accelerations: [0.0, -0.0748558707463159, 0.09391352011842218, 0.016589939308223098, 0.009973127680943734, -0.10494647327117675]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 901753843
+    - 
+      positions: [-0.426494226531977, 0.07536949181245704, -1.032752294771732, -1.7212455075787738, -2.205407116916288, -0.44184834304757853]
+      velocities: [-0.21404176328492108, -0.12651940373293835, 0.1556653842856071, -0.3325049480429852, -0.08505150928394922, -0.09850140004860944]
+      accelerations: [-4.462854220423062e-14, -0.07494827316700056, 0.0941326029928046, 0.0163223763260983, 0.01005186785910042, -0.10490862425335865]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 906110316
+    - 
+      positions: [-0.427425408283049, 0.07481836350246758, -1.0320741861463145, -1.722691905004188, -2.20577703556038, -0.44227786365999366]
+      velocities: [-0.2140417632849212, -0.12684566563175492, 0.15607538280319333, -0.3324345180115892, -0.08500760869617528, -0.09895772165319025]
+      accelerations: [0.0, -0.07504109404901951, 0.09435229711423014, 0.016055573159969232, 0.010130189016329767, -0.10487177441147014]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 910460784
+    - 
+      positions: [-0.4283553057798367, 0.07426657795640162, -1.0313952306727332, -1.7241360043587934, -2.2061462526919717, -0.44270877265063785]
+      velocities: [-0.21404176328492122, -0.1271718817412387, 0.15648577174604594, -0.332365343026628, -0.084963429214929, -0.09941325611506953]
+      accelerations: [-1.278625643087287e-14, -0.07513433964557646, 0.09457264830332822, 0.015789325555113094, 0.010208130489921346, -0.10483598068900017]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 914805251
+    - 
+      positions: [-0.4292839201556602, 0.07371413861112744, -1.0307154307482713, -1.7255778136724673, -2.206514768084833, -0.44314106167307277]
+      velocities: [-0.21404176328492125, -0.12749805317998703, 0.15689655177743234, -0.3322974171745561, -0.08491897340695284, -0.0998680089479603]
+      accelerations: [6.401964150817157e-15, -0.07522800732620692, 0.09479363419635041, 0.015523735945089667, 0.0102856755910807, -0.10480121581705855]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 919143724
+    - 
+      positions: [-0.43021125255048487, 0.07316104888874168, -1.0300347887631887, -1.7270173409352416, -2.2068825815309165, -0.4435747224289]
+      velocities: [-0.21404176328492114, -0.127824181058757, 0.15730772349993624, -0.33223073429309996, -0.08487424386958045, -0.1003219855814301]
+      accelerations: [4.487571644580715e-14, -0.07532209786271071, 0.0950152515499221, 0.015258823427015409, 0.010362822959006878, -0.1047674756584408]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 923476207
+    - 
+      positions: [-0.4311373041109011, 0.07260731219657104, -1.0293533071007699, -1.7284545940971592, -2.2072496928402625, -0.4440097466675066]
+      velocities: [-0.21404176328492103, -0.12815026649486372, 0.15771928757246267, -0.3321652884986803, -0.0848292431348871, -0.10077519150601007]
+      accelerations: [0.0, -0.07541661526765193, 0.09523753194673176, 0.014994447251979274, 0.010439600125067427, -0.10473479986335335]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 927802707
+    - 
+      positions: [-0.4320620759897766, 0.07205293192730977, -1.0286709881369631, -1.7298895810706123, -2.2076161018402316, -0.4444461261864751]
+      velocities: [-0.21404176328492117, -0.12847631060100634, 0.1581312446283077, -0.3321010738210275, -0.08478397373655192, -0.10122763217141764]
+      accelerations: [-6.428571214816067e-14, -0.07551155516271844, 0.09546043429723512, 0.014730795329240182, 0.010515974864642195, -0.1047031372926836]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 932123228
+    - 
+      positions: [-0.43298556934659305, 0.07149791145890542, -1.027987834240876, -1.7313223097275885, -2.2079818083761307, -0.4448838528306148]
+      velocities: [-0.2140417632849212, -0.12880231448044757, 0.15854359522171801, -0.33203808395856216, -0.08473843825432305, -0.10167931291907012]
+      accelerations: [5.149978632493106e-14, -0.07560691931351038, 0.09568396540971343, 0.01446784019063323, 0.010591954140239567, -0.10467249632808233]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 936437775
+    - 
+      positions: [-0.43390778534733365, 0.07094225415459741, -1.0273038477747016, -1.7327527879002624, -2.2083468123109244, -0.4453229184919007]
+      velocities: [-0.2140417632849211, -0.12912827925098483, 0.15895634003962267, -0.331976313235289, -0.08469263913931241, -0.10213023924821747]
+      accelerations: [-1.2892783757068455e-14, -0.07570271446157133, 0.09590818229258673, 0.0142053264546822, 0.010667586689663514, -0.10464294914585412]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 940746355
+    - 
+      positions: [-0.4348287251638928, 0.0703859633631532, -1.0266190310930734, -1.7341810233850634, -2.2087111135239867, -0.4457633151103628]
+      velocities: [-0.2140417632849213, -0.12945420602112118, 0.15936947969854426, -0.3319157556847738, -0.08464657888195318, -0.10258041655983524]
+      accelerations: [-7.746392362947914e-14, -0.07579893133802768, 0.0961329975755535, 0.013943651501584374, 0.010742801604912998, -0.104614385371903]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 945048972
+    - 
+      positions: [-0.4357483899748523, 0.06982904241857857, -1.0259333865440852, -1.7356070239367434, -2.2090747119126144, -0.44620503467223754]
+      velocities: [-0.21404176328492136, -0.12978009589213357, 0.15978301475840925, -0.3318564051112369, -0.08460026000031909, -0.10302985017383062]
+      accelerations: [5.817850696856073e-14, -0.07589557763133896, 0.09635847469327251, 0.013682531376965403, 0.0108176531075271, -0.10458688520632417]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 949345633
+    - 
+      positions: [-0.43666678096483347, 0.0692714946403716, -1.0252469164685705, -1.7370307972728798, -2.2094376073906563, -0.44664806921097705]
+      velocities: [-0.21404176328492133, -0.13010594997554523, 0.16019694587580507, -0.3317982557824042, -0.08455368491379492, -0.10347854552317806]
+      accelerations: [-5.1785972948150986e-14, -0.07599265219554549, 0.0965845974188097, 0.013422041867104134, 0.010892128953210765, -0.1045604284057993]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 953636342
+    - 
+      positions: [-0.43758389932460007, 0.06871332333348877, -1.024559623200303, -1.7384523510728684, -2.209799799888674, -0.44709241080675227]
+      velocities: [-0.2140417632849213, -0.1304317693750099, 0.16061127364601657, -0.33174130171599914, -0.08450685607401655, -0.10392650795327486]
+      accelerations: [7.130454274589709e-14, -0.07609015431061353, 0.0968113557748073, 0.013162230642997626, 0.010966222532023135, -0.10453500193154824]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 957921106
+    - 
+      positions: [-0.4384997462511045, 0.06815453178833654, -1.0238715090661197, -1.7398716929773599, -2.2101612893539726, -0.44753805158606663]
+      velocities: [-0.2140417632849212, -0.13075755519388915, 0.16102599867073542, -0.3316855369855559, -0.08445977590819038, -0.10437374280835995]
+      accelerations: [-1.9473696488947925e-14, -0.07618808635179569, 0.09703876502824986, 0.01290303117891357, 0.01103994800080812, -0.10451062575186741]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 962199929
+    - 
+      positions: [-0.43941432294729404, 0.06759512328085239, -1.0231825763857612, -1.7412888305894214, -2.2105220757501596, -0.44798498372185974]
+      velocities: [-0.2140417632849213, -0.13108330854026615, 0.16144112159944396, -0.33163095590557967, -0.08441244678595222, -0.10482025548407126]
+      accelerations: [-3.900149773431449e-14, -0.07628644996041425, 0.0972668345830267, 0.012644404479029274, 0.011113314290589274, -0.10448731145043968]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 966472818
+    - 
+      positions: [-0.4403276306219748, 0.06703510107256593, -1.0224928274717793, -1.7427037714752711, -2.2108821590568213, -0.4484331994334803]
+      velocities: [-0.2140417632849212, -0.13140903051011876, 0.1618566429917927, -0.33157755241680387, -0.08436487113215119, -0.10526605125068564]
+      accelerations: [9.112996937247668e-14, -0.07638523963280625, 0.09749551528135969, 0.012386571737514283, 0.011186282795736215, -0.10446499626254245]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 970739778
+    - 
+      positions: [-0.44123967049022256, 0.06647446841045435, -1.0218022646300982, -1.744116523161123, -2.211241539270284, -0.4488826909855749]
+      velocities: [-0.21404176328492108, -0.13173472220149912, 0.16227256342804253, -0.3315253205775071, -0.08431705133641293, -0.10571113539506952]
+      accelerations: [-3.9110003193783615e-14, -0.07648446364400116, 0.09772486823565625, 0.012129263844076754, 0.01125890482760957, -0.1044437582447302]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 975000815
+    - 
+      positions: [-0.44215044377276524, 0.06591322852717782, -1.0211108901593424, -1.745527093137372, -2.211600216402332, -0.4493334506890378]
+      velocities: [-0.21404176328492105, -0.13206038471946283, 0.1626888835548201, -0.33147425476889936, -0.08426898971547533, -0.10615551327979635]
+      accelerations: [5.221920504396433e-14, -0.07658411881886996, 0.09795486573288595, 0.011872605813129083, 0.011331159447428588, -0.10442356234704445]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 979255935
+    - 
+      positions: [-0.4430599516961905, 0.06535138464101828, -1.0204187063511618, -1.7469354888568749, -2.2119581904805647, -0.4497854709003042]
+      velocities: [-0.21404176328492108, -0.13238601915585585, 0.16310560392378065, -0.33142434897790346, -0.0842206886457492, -0.10659919013416214]
+      accelerations: [-5.88283542967575e-14, -0.07668420394896441, 0.09818549318878748, 0.011616664998073439, 0.011403035802849713, -0.10440438858163843]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 983505143
+    - 
+      positions: [-0.443968195493036, 0.06478893995585283, -1.0197257154904, -1.748341717734116, -2.212315461548528, -0.4502387440208666]
+      velocities: [-0.21404176328492128, -0.132711626611788, 0.1635227251673363, -0.33137559757674145, -0.08417215041951692, -0.10704217128262708]
+      accelerations: [-3.9273500383279216e-14, -0.07678472642697812, 0.09841680550706552, 0.011361199871288285, 0.011474580592229909, -0.10438630931123018]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 987748444
+    - 
+      positions: [-0.4448751764012295, 0.06422589766137538, -1.019031919854508, -1.749745787148932, -2.2126720296645472, -0.450693262498131]
+      velocities: [-0.21404176328492142, -0.13303720817723488, 0.16394024783647715, -0.3313279946027029, -0.08412337737730632, -0.10748446193337277]
+      accelerations: [-2.6218797517686914e-14, -0.07688567543024698, 0.09864871162184828, 0.011106617426660996, 0.011545720564338505, -0.10436920484059706]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 991985846
+    - 
+      positions: [-0.44578089566488777, 0.06366226093280426, -1.0183373217145473, -1.7511477044406636, -2.213027894903258, -0.4511490188234942]
+      velocities: [-0.21404176328492136, -0.13336276494541188, 0.16435817251702683, -0.3312815342745401, -0.08407437181350794, -0.10792606732933929]
+      accelerations: [5.907448572711819e-14, -0.07698706514526155, 0.09888132140389375, 0.010852431915725349, 0.011616547079878829, -0.10435321895847452]
+      effort: []
+      time_from_start: 
+        secs: 9
+        nsecs: 996217353
+    - 
+      positions: [-0.4466853545332507, 0.06309803293129816, -1.0176419233340097, -1.7525474769154652, -2.2133830573534463, -0.4516060055342222]
+      velocities: [-0.21404176328492125, -0.13368829801168977, 0.16477649982421239, -0.33123621097028216, -0.08402513598021571, -0.10836699274149592]
+      accelerations: [-1.9718941475637478e-14, -0.07708888422919837, 0.0991145410454893, 0.010599061652379059, 0.011686984945430101, -0.10433822856223973]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:    442972
+    - 
+      positions: [-0.4475885542615007, 0.06253321680365871, -1.016945726969846, -1.7539451118403129, -2.2137375171196174, -0.4520642152114875]
+      velocities: [-0.21404176328492128, -0.13401380846533595, 0.1651952303294558, -0.33119201889878613, -0.08397567214792898, -0.10880724337385494]
+      accelerations: [1.3164291205099058e-14, -0.07719114299806663, 0.09934844605631994, 0.010346175033198918, 0.01175709705762413, -0.10432433287077934]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:   4662708
+    - 
+      positions: [-0.44849049611002045, 0.06196781568261829, -1.0162487348716647, -1.7553406164480148, -2.2140912743204817, -0.45252364048159727]
+      velocities: [-0.2140417632849212, -0.13433929739616474, 0.16561436461984758, -0.3311489523664711, -0.08392598255640538, -0.10924682444009912]
+      accelerations: [1.9773981208741346e-14, -0.0772938332238312, 0.09958297052047363, 0.010094065220232304, 0.011826831307125935, -0.10431144472122261]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:   8876567
+    - 
+      positions: [-0.44939118134495243, 0.06140183268664629, -1.0155509492824508, -1.7567339979330903, -2.2144443290900035, -0.45298427401455604]
+      velocities: [-0.21404176328492114, -0.13466476588655416, 0.16603390323337336, -0.33110700548980154, -0.08387606946778586, -0.10968574107816556]
+      accelerations: [6.600524882300273e-15, -0.07739696145435153, 0.09981815937383613, 0.009842536272066445, 0.011896225547512398, -0.10429962302288066]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  13084555
+    - 
+      positions: [-0.45029061123773945, 0.06083527092012947, -1.0148523724380982, -1.7581252634547806, -2.2147966815764497, -0.4534461085247121]
+      velocities: [-0.21404176328492114, -0.13499021502454667, 0.16645384676147812, -0.3310661726487586, -0.08382593508309663, -0.11012399848574292]
+      accelerations: [6.609739030890814e-15, -0.077500525669449, 0.1000539952688862, 0.009591666600764642, 0.0119652672367541, -0.10428884478274095]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  17286679
+    - 
+      positions: [-0.4511887870652365, 0.060268133473347654, -1.0141530065676074, -1.7595144201360644, -2.2151483319425584, -0.4539091367702379]
+      velocities: [-0.21404176328492117, -0.13531564589470466, 0.1668741957789127, -0.33102644817693216, -0.08377558159936452, -0.11056160182882567]
+      accelerations: [-2.647587802109102e-14, -0.0776045280972923, 0.10029048992278536, 0.00934140703657404, 0.01203396720473165, -0.1042791256162677]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  21482943
+    - 
+      positions: [-0.45208571010955767, 0.059700423422540935, -1.013452853892975, -1.7609014750645224, -2.215499280365192, -0.45437335155315856]
+      velocities: [-0.21404176328492122, -0.13564105958381872, 0.16729495088632185, -0.3309878265485846, -0.08372501117547085, -0.11099855629694257]
+      accelerations: [0.0, -0.07770896943833008, 0.10052764624895356, 0.009091746992317427, 0.012102329180223546, -0.10427046881100765]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  25673355
+    - 
+      positions: [-0.45298138165800367, 0.05913214382995384, -1.0127519166291776, -1.76228643529264, -2.215849527035147, -0.45483874571920196]
+      velocities: [-0.21404176328492114, -0.13596645716817693, 0.16771611261125519, -0.3309503019430755, -0.08367422601226865, -0.11143486697056423]
+      accelerations: [4.6462355741097255e-14, -0.07781384583883046, 0.10076542869271338, 0.008842845238218475, 0.012170325768763927, -0.10426282667243367]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  29857919
+    - 
+      positions: [-0.4538758030033416, 0.05856329774373556, -1.0120501969845528, -1.763669307835691, -2.21619907215765, -0.45530531215694126]
+      velocities: [-0.21404176328492103, -0.13629183972646486, 0.1681376815115005, -0.33091386870051975, -0.0836232282687417, -0.11187053896063272]
+      accelerations: [6.6467587823219626e-15, -0.07791916415549738, 0.10100388950974495, 0.008594473543181078, 0.012238000768805433, -0.10425626912290628]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  34036642
+    - 
+      positions: [-0.4547689754432807, 0.05799388819816298, -1.011347697160271, -1.7650500996751581, -2.2165479159512893, -0.4557730437985794]
+      velocities: [-0.2140417632849212, -0.13661720833900104, 0.16855965817037533, -0.33087852130182915, -0.08357202006592823, -0.11230557740096198]
+      accelerations: [-8.652870795478154e-14, -0.07802492017764874, 0.10124299086170335, 0.008346800405751607, 0.012305324902224626, -0.10425074479231784]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  38209531
+    - 
+      positions: [-0.45566090028077244, 0.05742391821353444, -1.01064441935074, -1.7664288177564815, -2.2168960586485507, -0.45624193361903975]
+      velocities: [-0.21404176328492142, -0.13694256407776934, 0.1689820431122526, -0.33084425399468737, -0.0835206035558318, -0.11273998733482672]
+      accelerations: [-2.6661465631616584e-14, -0.0781311159958585, 0.10148274462090517, 0.008099776345288162, 0.012372309057324171, -0.10424626939310473]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  42376591
+    - 
+      positions: [-0.4565515788238577, 0.056853390796241056, -1.009940365743493, -1.7678054689899225, -2.2172435004954743, -0.4567119746359948]
+      velocities: [-0.21404176328492133, -0.13726790802542854, 0.16940483695405317, -0.3308110614589903, -0.08346898079837411, -0.11317377391999237]
+      accelerations: [6.674694622470297e-14, -0.07823775652508966, 0.10172318559462305, 0.007853250783105219, 0.012438982983134573, -0.10424288987624228]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  46537828
+    - 
+      positions: [-0.4574410123853045, 0.056282308938925406, -1.0092355385188525, -1.769180060252838, -2.217590241750906, -0.4571831599103192]
+      velocities: [-0.21404176328492108, -0.13759324124754319, 0.16982804019550088, -0.33077893789040635, -0.08341715393150172, -0.1136069421445253]
+      accelerations: [4.67882736332391e-14, -0.07834483050909233, 0.10196422484796831, 0.007607614649543223, 0.012505275843593365, -0.1042404853740413]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  50693249
+    - 
+      positions: [-0.4583292022833716, 0.05571067562019727, -1.0085299398508396, -1.7705525983843318, -2.217936282687928, -0.4576554825442375]
+      velocities: [-0.21404176328492103, -0.13791856481829112, 0.1702516534104424, -0.33074787783503024, -0.08336512501625881, -0.11403949708632141]
+      accelerations: [-2.0080199405389217e-14, -0.07845235523772014, 0.10220598931321855, 0.007362315391767475, 0.012571292024511429, -0.10423922781493665]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  54842859
+    - 
+      positions: [-0.45921614984061165, 0.05513849380511571, -1.0078235719059112, -1.7719230901931713, -2.2182816235915004, -0.45812893568348995]
+      velocities: [-0.2140417632849212, -0.13824387980499983, 0.17067567713158138, -0.3307178756873262, -0.08331289613039479, -0.11447144375505791]
+      accelerations: [-4.6919437220006406e-14, -0.07856031198318629, 0.10244833429225911, 0.007117986845473914, 0.012636915426608494, -0.10423891987440838]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  58986665
+    - 
+      positions: [-0.4601018563851377, 0.05456576644470768, -1.0071164368444219, -1.7732915424490632, -2.218626264760861, -0.4586035125144435]
+      velocities: [-0.21404176328492125, -0.13856918727539586, 0.1711001119040209, -0.33068892592143506, -0.08326046932508754, -0.11490278716725702]
+      accelerations: [6.712169911663382e-15, -0.0786687215755845, 0.10269141287849896, 0.006873963372838339, 0.012702271614618172, -0.10423977014909917]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  63124673
+    - 
+      positions: [-0.4609863232491942, 0.05399249647654399, -1.0064085368191111, -1.774657961892104, -2.2189702065067256, -0.4590792062667446]
+      velocities: [-0.21404176328492114, -0.13889448830078877, 0.17152495831282863, -0.33066102321457097, -0.08320784660205888, -0.11533353238270433]
+      accelerations: [5.3772634318024686e-14, -0.07877756679253488, 0.10293509335695736, 0.0066308206915218545, 0.012767255293103855, -0.1042415984537333]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  67256889
+    - 
+      positions: [-0.46186955177030226, 0.05341868682430672, -1.0056998739764256, -1.7760223552249117, -2.219313449153446, -0.45955601021067843]
+      velocities: [-0.21404176328492103, -0.13921978393676002, 0.1719502168352624, -0.3306341618009697, -0.08315503003418458, -0.1157636843023468]
+      accelerations: [0.0, -0.07888685915540727, 0.10317945764065, 0.006388204261332142, 0.012831933969311907, -0.10424451604345526]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  71383320
+    - 
+      positions: [-0.462751543290478, 0.05284434039810973, -1.0049904504557199, -1.777384729117712, -2.2196559930374655, -0.4600339176584876]
+      velocities: [-0.21404176328492105, -0.13954507525285795, 0.17237588806179047, -0.3306083364332984, -0.08310202158651595, -0.11619324797040292]
+      accelerations: [-1.3480893275054595e-14, -0.07899659579001993, 0.103424480775525, 0.006146225392719537, 0.01289628882733086, -0.10424848866585122]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  75503972
+    - 
+      positions: [-0.46363229915641213, 0.05226946009444459, -1.0042802683895196, -1.7787450902069375, -2.2199978385076213, -0.4605129219637164]
+      velocities: [-0.21404176328492125, -0.13987036330438773, 0.1728019724884755, -0.33058354148179236, -0.08304882328394816, -0.11662222829066313]
+      accelerations: [-8.099885503258114e-14, -0.07910677456634511, 0.10367014415924729, 0.0059049656868117705, 0.012960306224027754, -0.10425349022541174]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  79618850
+    - 
+      positions: [-0.464511820719595, 0.05169404879614679, -1.003569329903712, -1.780103445094269, -2.2203389859253373, -0.4609930165206736]
+      velocities: [-0.21404176328492125, -0.14019564915020924, 0.17322847065198166, -0.3305597715219172, -0.08299543710205716, -0.11705063021151325]
+      accelerations: [8.787192314129988e-14, -0.0792174012358717, 0.1039164883173398, 0.0056642513495029955, 0.013024020326222812, -0.10425957621641598]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  83727962
+    - 
+      positions: [-0.46539010933590835, 0.05111810937257772, -1.002857637117169, -1.781459800349173, -2.2206794356638, -0.4614741947649849]
+      velocities: [-0.21404176328492108, -0.14052093385195533, 0.17365538311599638, -0.33053702127119045, -0.08294186497852926, -0.11747845870750882]
+      accelerations: [-2.0306606936042527e-14, -0.079328473306739, 0.10416348807245254, 0.005424194637708668, 0.013087411971237781, -0.10426671161738374]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  87831314
+    - 
+      positions: [-0.4662671663658081, 0.0505416446795606, -1.0021451921420037, -1.7828141625075087, -2.22101918810827, -0.4619564501729346]
+      velocities: [-0.2140417632849212, -0.1408462184631166, 0.17408271039800582, -0.33051528527435625, -0.0828881088722348, -0.11790571867809915]
+      accelerations: [-2.0335126204665407e-14, -0.07943999122191818, 0.10441114834872936, 0.005184774778762966, 0.013150486636042414, -0.10427490268639444]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  91928912
+    - 
+      positions: [-0.4671429931742376, 0.04996465755944277, -1.001431997083538, -1.7841665380719693, -2.221358243655868, -0.4624397762613596]
+      velocities: [-0.21404176328492114, -0.14117150403125442, 0.17451045298373405, -0.3304945579662901, -0.08283417075214486, -0.11833241496560071]
+      accelerations: [4.7515285721739683e-14, -0.079551953537502, 0.10465945084450398, 0.0049460739615031345, 0.013213230469571442, -0.10428412294522789]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs:  96020762
+    - 
+      positions: [-0.46801759113074953, 0.04938715084105188, -1.0007180540404854, -1.785516933511123, -2.221696602715771, -0.4629241665871119]
+      velocities: [-0.21404176328492103, -0.14149679161408485, 0.17493861143954584, -0.33047483415570056, -0.0827800525058981, -0.11875855251451314]
+      accelerations: [-6.7974366445739726e-15, -0.07966436857775132, 0.10490845549990946, 0.00470783469217736, 0.013275693720116536, -0.104294456623547]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 100106871
+    - 
+      positions: [-0.4688909616089267, 0.048809127339952595, -1.0000033651044027, -1.7868653552630442, -2.2220342657080647, -0.4634096147479814]
+      velocities: [-0.21404176328492108, -0.14182208226304188, 0.17536718630425768, -0.33045610856196594, -0.08272575602696014, -0.11918413622019995]
+      accelerations: [-1.3613982887792197e-14, -0.07977722686891457, 0.10515809107535463, 0.004470365829667156, 0.013337819906706868, -0.1043058031971835]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 104187245
+    - 
+      positions: [-0.4697631059869741, 0.04823058985822739, -0.9992879323603749, -1.7882118097312927, -2.222371233064831, -0.46389611438118167]
+      velocities: [-0.2140417632849212, -0.14214737701454122, 0.17579617801669709, -0.3304383754993897, -0.08267128327450413, -0.11960917082467702]
+      accelerations: [-4.0899374075184175e-14, -0.07989053243382978, 0.10540838200681098, 0.0042335644574331205, 0.013399629981177674, -0.1043181958358348]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 108261891
+    - 
+      positions: [-0.4706340256474627, 0.047651541184591244, -0.9985717578867938, -1.7895563032864656, -2.222707505229616, -0.4643836591636023]
+      velocities: [-0.21404176328492125, -0.1424726769225339, 0.1762255871507195, -0.33042162988924284, -0.08261663608288937, -0.1200336612485293]
+      accelerations: [2.0478448021274105e-14, -0.08000429176473729, 0.10565937225448659, 0.003997243373704351, 0.013461160872351956, -0.10433169671026891]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 112330815
+    - 
+      positions: [-0.47150372197689255, 0.04707198409458839, -0.9978548437549682, -1.7908988422688445, -2.2230430826565697, -0.46487224281243095]
+      velocities: [-0.21404176328492128, -0.14279798303040545, 0.17665541421835107, -0.3304058664150483, -0.08256181632032988, -0.12045761231449961]
+      accelerations: [-4.101451449889735e-14, -0.08011849510991177, 0.1059109896561869, 0.0037617142238444176, 0.013522355688334481, -0.10434620334641932]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 116394023
+    - 
+      positions: [-0.4723721963662945, 0.04649192135036775, -0.9971371920298048, -1.792239432984385, -2.2233779658115362, -0.4653618590836311]
+      velocities: [-0.21404176328492125, -0.1431232963768427, 0.17708565970969897, -0.3303910796925324, -0.08250682585758126, -0.12088102880253651]
+      accelerations: [6.16083440630393e-14, -0.08023315183963668, 0.1061632978309021, 0.003526705970795797, 0.013583266825423865, -0.10436180504244329]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 120451523
+    - 
+      positions: [-0.4732394502106235, 0.04591135570094601, -0.9964188047692351, -1.7935780817084788, -2.2237121551708756, -0.4658525017729153]
+      velocities: [-0.21404176328492108, -0.14344861800365605, 0.1775163241470254, -0.33037726450160365, -0.08245166652412779, -0.12130391552569435]
+      accelerations: [2.056502030319441e-14, -0.08034825603526766, 0.10641625107948065, 0.0032924167208550534, 0.01364385885931855, -0.10437843646477357]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 124503320
+    - 
+      positions: [-0.4741054849091221, 0.045330289882076776, -0.9956996840246488, -1.7949147946834716, -2.2240456512221067, -0.466344164714712]
+      velocities: [-0.21404176328492092, -0.14377394894802417, 0.17794740803479148, -0.3303644155746004, -0.08239634014772065, -0.12172627726177901]
+      accelerations: [4.805260614537604e-14, -0.08046381327131921, 0.10666988855935772, 0.0030586791044102655, 0.013704164854061994, -0.10439615344852826]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 128549422
+    - 
+      positions: [-0.4749703018649329, 0.04474872661643256, -0.9949798318405516, -1.7962495781210317, -2.224378454463136, -0.4668368417827018]
+      velocities: [-0.21404176328492097, -0.14409929024216445, 0.17837891185060673, -0.33035252755396893, -0.08234084856309382, -0.12214811873719336]
+      accelerations: [-7.561757840974548e-14, -0.08057981743494892, 0.10692415990946082, 0.002825712877821101, 0.013764144961576394, -0.10441488241268625]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 132589834
+    - 
+      positions: [-0.47583390248550156, 0.04416666861344855, -0.9942592502550334, -1.797582438199397, -2.224710565402986, -0.4673305268886827]
+      velocities: [-0.21404176328492108, -0.14442464292562668, 0.17881083613448137, -0.3303415953747061, -0.08228519353950263, -0.12256944475651334]
+      accelerations: [2.7536034498965396e-14, -0.08069628021591849, 0.10717914862317064, 0.0025931607083397165, 0.01382386826121835, -0.10443474355087555]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 136624563
+    - 
+      positions: [-0.47669628818180226, 0.04358411856966787, -0.9935379412990324, -1.7989133810682247, -2.225041984560292, -0.4678252139839278]
+      velocities: [-0.21404176328492125, -0.14475000802658552, 0.179243181363345, -0.33033161373201614, -0.08222937688126966, -0.12299026002265293]
+      accelerations: [-1.171930352070696e-13, -0.08081318621089652, 0.1074347419950379, 0.002361506825880673, 0.013883244975686443, -0.10445557393005137]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 140653617
+    - 
+      positions: [-0.47755746036928576, 0.043001079168367595, -0.992815906997358, -1.8002424128423926, -2.22537271246505, -0.4683208970569162]
+      velocities: [-0.2140417632849213, -0.14507538657638314, 0.17967594804279152, -0.3303225774664388, -0.08217340035524687, -0.12341056926731392]
+      accelerations: [9.66479259845545e-14, -0.08093055435027831, 0.10769106924925886, 0.002130201841848735, 0.013942380379492077, -0.10447755877537113]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 144677001
+    - 
+      positions: [-0.47841742046670804, 0.04241755308005765, -0.9920931493675534, -1.8015695396093245, -2.225702749656383, -0.46881757013550773]
+      velocities: [-0.21404176328492114, -0.14540077960014205, 0.18010913664999095, -0.3303144813264426, -0.08211726573576213, -0.123830377169906]
+      accelerations: [-1.3826309213604685e-14, -0.08104836452222645, 0.10794798898359453, 0.001899849337938571, 0.014001162122640127, -0.10450049438869667]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 148694722
+    - 
+      positions: [-0.47927616989732424, 0.041833542962012686, -0.9913696704211633, -1.8028947674212812, -2.226032096684738, -0.4693152272841745]
+      velocities: [-0.21404176328492128, -0.14572618812253976, 0.18054274767011874, -0.33030732012031505, -0.0820609747758578, -0.12424968841036871]
+      accelerations: [-5.538321526690799e-14, -0.08116663857827461, 0.10820564889310492, 0.0016698228278982485, 0.014059710099449818, -0.10452459277557576]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 152706787
+    - 
+      positions: [-0.480133710087562, 0.04124905145883438, -0.9906454721624446, -1.8042181023036419, -2.2263607541093697, -0.46981386260649866]
+      velocities: [-0.21404176328492136, -0.14605161317404258, 0.1809767816408843, -0.33030108890655835, -0.08200452917146683, -0.12466850773180777]
+      accelerations: [6.932665178651089e-15, -0.08128535947970597, 0.10846392945321141, 0.001440632386334579, 0.014117929577670872, -0.10454968099343728]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 156713202
+    - 
+      positions: [-0.48099004246802096, 0.040664081202062254, -0.9899205565894322, -1.8055395502484428, -2.226688722500173, -0.47031347024280523]
+      velocities: [-0.21404176328492136, -0.14637705576590504, 0.1814112389774061, -0.33029578224763884, -0.08194793070241244, -0.12508683968873138]
+      accelerations: [0.0, -0.08140453663517913, 0.1087228912593569, 0.0012120225741395442, 0.014175870364160756, -0.10457584583773036]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 160713974
+    - 
+      positions: [-0.4818451684729086, 0.04007863481042084, -0.9891949256934194, -1.8068591172178325, -2.2270160024365904, -0.47081404437107494]
+      velocities: [-0.21404176328492125, -0.14670251692760392, 0.18184612023301622, -0.3302913953203367, -0.08189118102287124, -0.12550468902440048]
+      accelerations: [6.257015618979436e-14, -0.08152417167764521, 0.10898254484640801, 0.0009839497405091785, 0.014233542244231507, -0.10460310254368106]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 164709110
+    - 
+      positions: [-0.48269908953990714, 0.03949271488990141, -0.9884685814588865, -1.808176809144767, -2.227342594507335, -0.4713155792069471]
+      velocities: [-0.21404176328492114, -0.14702799766932684, 0.18228142584248008, -0.33028792282540526, -0.08183428186731564, -0.12592206029802905]
+      accelerations: [-1.3924101363061549e-14, -0.0816442552710188, 0.10924282245963375, 0.0007567034408751772, 0.014290892109620423, -0.10463135155785815]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 168698617
+    - 
+      positions: [-0.4835518071107218, 0.03890632403355009, -0.9877415258640958, -1.809492631929454, -2.227668499311372, -0.471818069002298]
+      velocities: [-0.21404176328492097, -0.1473534990051764, 0.18271715627869078, -0.33028535965100364, -0.08177723492504055, -0.12633895811270193]
+      accelerations: [1.0457816561611693e-13, -0.0817648006567308, 0.10950381310832014, 0.000529907645647517, 0.014347992626964921, -0.10466072226970247]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 172682501
+    - 
+      positions: [-0.4844033226302727, 0.038319464821827104, -0.9870137608803426, -1.8108065914443043, -2.2279937174563793, -0.4723215080466691]
+      velocities: [-0.21404176328492103, -0.14767902195346988, 0.18315331205287927, -0.33028370087243364, -0.08172004184067136, -0.1267553871150756]
+      accelerations: [-1.4661613352748566e-13, -0.08188579865128293, 0.10976544905290794, 0.00030385248992310823, 0.014404790373409576, -0.10469111482987838]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 176660769
+    - 
+      positions: [-0.48525363754724077, 0.03773213982239345, -0.9862852884725484, -1.812118693530375, -2.2283182495597362, -0.47282589066584507]
+      velocities: [-0.21404176328492122, -0.14800456752090574, 0.18358989361276937, -0.33028294132418956, -0.08166270429493852, -0.12717135184781236]
+      accelerations: [5.59326358286189e-14, -0.08200725456467248, 0.11002776831870277, 7.837611003374948e-05, 0.014461317613523766, -0.10472258475865327]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 180633428
+    - 
+      positions: [-0.4861027533136999, 0.037144351590295804, -0.9855561105989528, -1.8134289439995779, -2.2286420962477975, -0.4733312112223607]
+      velocities: [-0.21404176328492105, -0.14833013671660872, 0.18402690143398148, -0.33028307598479867, -0.08160522393191502, -0.12758685688268018]
+      accelerations: [2.800581679694463e-14, -0.08212916624521728, 0.11029074894212901, -0.00014642415342408727, 0.014517557396874891, -0.1047550988654977]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 184600485
+    - 
+      positions: [-0.4869506713852698, 0.03655610266791077, -0.9848262292113112, -1.8147373486335887, -2.22896525815615, -0.4738374641149121]
+      velocities: [-0.2140417632849212, -0.14865573055051007, 0.18446433600564083, -0.33028409991347474, -0.08154760237082204, -0.12800190679984702]
+      accelerations: [-9.815882712502535e-14, -0.08225153821746864, 0.11055442185478608, -0.000370678898544771, 0.01457353618703473, -0.10478870246163072]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 188561946
+    - 
+      positions: [-0.4877973932208101, 0.035967395585101994, -0.9840956462546536, -1.8160439131856363, -2.229287735929009, -0.4743446437787308]
+      velocities: [-0.21404176328492136, -0.14898135002246804, 0.18490219776783934, -0.3302860079919113, -0.08148984125573444, -0.12841650609478378]
+      accelerations: [1.4042502504866278e-14, -0.08237436281775828, 0.11081873340876604, -0.0005941600195190224, 0.014629211882389994, -0.10482331519222894]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 192517818
+    - 
+      positions: [-0.488642920282843, 0.03537823285906266, -0.983364363667742, -1.817348643377788, -2.2296095302199714, -0.4748527446844225]
+      velocities: [-0.21404176328492136, -0.14930699613686432, 0.18534048719974483, -0.3302887952901147, -0.0814319421856625, -0.12883065930921994]
+      accelerations: [-7.031173560922232e-15, -0.08249765195900015, 0.11108375915426111, -0.0008171834258938525, 0.014684646384396066, -0.10485904868267915]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 196468108
+    - 
+      positions: [-0.4894872540368694, 0.03478861699462112, -0.9826323833824615, -1.8186515449050429, -2.229930641690716, -0.4753617613391488]
+      velocities: [-0.2140417632849212, -0.1496326698928085, 0.1857792047573063, -0.33029245680708075, -0.08137390676401232, -0.12924437093865476]
+      accelerations: [9.153445220427044e-14, -0.08262139300299345, 0.11134941377261419, -0.0010393891727781843, 0.014739772467855633, -0.10489577555035665]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 200412823
+    - 
+      positions: [-0.49033039595205863, 0.03419855048397367, -0.981899707324536, -1.8199526234309884, -2.230251071012248, -0.47587168828490056]
+      velocities: [-0.21404176328492114, -0.1499583722879635, 0.18621835089945793, -0.3302969875796523, -0.08131573657782665, -0.12965764547197017]
+      accelerations: [-7.75617224985771e-14, -0.082745599828374, 0.11161578628456671, -0.0012611491926610657, 0.014794662739283789, -0.10493362777962732]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 204351970
+    - 
+      positions: [-0.49117234750045324, 0.03360803580704037, -0.9811663374128149, -1.821251884592566, -2.230570818863398, -0.4763825200999187]
+      velocities: [-0.2140417632849213, -0.15028410432161593, 0.18665792610824136, -0.3303023827680314, -0.08125743318181745, -0.13007048742037391]
+      accelerations: [0.0, -0.08287026132985413, 0.11188280138105584, -0.0014821460865568118, 0.014849257936654004, -0.10497249236799114]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 208285555
+    - 
+      positions: [-0.4920131101575715, 0.033017075431232716, -0.9804322755599011, -1.8225493339962784, -2.230889885931905, -0.47689425139715047]
+      velocities: [-0.21404176328492125, -0.150609866977554, 0.1870979307760573, -0.3303086371815551, -0.08119899818898882, -0.13048290114848876]
+      accelerations: [2.121306318186721e-14, -0.0829953826943727, 0.11215049091636536, -0.0017025114522655127, 0.014903584757827026, -0.10501241566095548]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 212213586
+    - 
+      positions: [-0.49285268540210114, 0.0324256718116033, -0.9796975236719034, -1.8238449772199679, -2.2312082729138174, -0.477406876824633]
+      velocities: [-0.21404176328492144, -0.1509356612528313, 0.18753836539573526, -0.33031574607720976, -0.08114043311771027, -0.13089489116027006]
+      accelerations: [-1.1329635905930261e-13, -0.08312096743453827, 0.11241887615783325, -0.00192233364338244, 0.014957661670021598, -0.10505342993049056]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 216136069
+    - 
+      positions: [-0.49369107471567986, 0.03183382739096364, -0.978962083648285, -1.8251388198140386, -2.2315259805130605, -0.4779203910657025]
+      velocities: [-0.21404176328492136, -0.1512614881379472, 0.18797923042708448, -0.33032370459770666, -0.08108173949955153, -0.1313064618987265]
+      accelerations: [1.4891183160067262e-13, -0.08324701067169482, 0.11268792109756141, -0.002141458450545234, 0.015011460547458343, -0.10509547965830911]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 220053012
+    - 
+      positions: [-0.49452827958316603, 0.031241544599785367, -0.9782259573821628, -1.8264308672997038, -2.231843009441907, -0.47843478883815294]
+      velocities: [-0.21404176328492114, -0.15158734862020895, 0.18842052632253387, -0.3303325078805022, -0.08102291885827106, -0.13171761778393754]
+      accelerations: [-3.550536262468987e-14, -0.08337351762990508, 0.11295766009845956, -0.0023600299884418627, 0.015065010623988732, -0.10513861653878454]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 223964421
+    - 
+      positions: [-0.49536430149230937, 0.03064882585636965, -0.9774891467600526, -1.8277211251708907, -2.232159360420338, -0.47895006489467595]
+      velocities: [-0.21404176328492122, -0.15191324368135167, 0.18886225351087987, -0.33034215099137954, -0.08096397272280263, -0.13212836318881746]
+      accelerations: [0.0, -0.08350048218749236, 0.11322804869648845, -0.0025778595407662725, 0.01511827704881048, -0.10518277244016458]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 227870303
+    - 
+      positions: [-0.49619914193409165, 0.0300556735667163, -0.9767516536622309, -1.8290095988920836, -2.232475034176641, -0.4794662140218785]
+      velocities: [-0.21404176328492114, -0.15223917430022976, 0.18930441241379725, -0.3303526289902805, -0.08090490261488198, -0.13253870246317875]
+      accelerations: [3.560592811239171e-14, -0.08362791094916305, 0.11349912976219792, -0.0027951252295723796, 0.015171295468496155, -0.10522801146042632]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 231770665
+    - 
+      positions: [-0.49703280240232767, 0.029462090124722493, -0.976013479962414, -1.8302962939006306, -2.232790031446651, -0.47998323104086627]
+      velocities: [-0.21404176328492108, -0.15256514146120848, 0.1897470035025558, -0.3303639371698594, -0.08084571000288182, -0.1329486400201193]
+      accelerations: [7.13126577055674e-15, -0.0837558020948001, 0.11377088784552292, -0.003011760349891405, 0.01522405466667431, -0.1052743096473927]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 235665515
+    - 
+      positions: [-0.49786528439376143, 0.028868077912159874, -0.9752746275278927, -1.8315812156060731, -2.233104352973894, -0.48050111080678665]
+      velocities: [-0.21404176328492108, -0.1528911461402636, 0.1901900272044308, -0.3303760706641752, -0.08078639637710722, -0.13335818019495513]
+      accelerations: [-2.1424084904807793e-14, -0.08388415511171006, 0.11404331788666247, -0.003227742647806274, 0.015276551754682167, -0.10532165884859947]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 239554859
+    - 
+      positions: [-0.49869658940807016, 0.028273639298696432, -0.9745350982195876, -1.8328643693900157, -2.23341799950957, -0.4810198482085592]
+      velocities: [-0.2140417632849212, -0.15321718931574366, 0.19063348397583063, -0.3303890247540846, -0.08072696319151709, -0.13376732735541674]
+      accelerations: [-2.860589281409605e-14, -0.0840129737028466, 0.11431644197395206, -0.0034431622330117267, 0.01532880546144173, -0.10537009167651534]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 243438704
+    - 
+      positions: [-0.499526718947646, 0.027678776642013927, -0.973794893891893, -1.8341457606073488, -2.2337309718121254, -0.4815394381690828]
+      velocities: [-0.2140417632849214, -0.15354327195559905, 0.19107737421810406, -0.33040279451727594, -0.08066741193069102, -0.13417608577366297]
+      accelerations: [-7.161600463207078e-14, -0.08414225076701896, 0.11459021164032403, -0.0036578164852806125, 0.015380778404082347, -0.10541953399231255]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 247317057
+    - 
+      positions: [-0.5003556745179638, 0.027083492287668643, -0.9730540163930619, -1.8354253945839631, -2.2340432706478937, -0.48205987564420105]
+      velocities: [-0.21404176328492147, -0.15386939502956704, 0.19152169835687888, -0.33041737515631175, -0.08060774404694196, -0.13458445974674266]
+      accelerations: [2.8686973605249085e-14, -0.08427199628857647, 0.11486468990591245, -0.0038719648249816167, 0.01543252178874757, -0.1054700805547754]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 251189925
+    - 
+      positions: [-0.5011834576270221, 0.026487788569359082, -0.9723124675647393, -1.836703276619988, -2.234354896790052, -0.48258115562363046]
+      velocities: [-0.2140417632849213, -0.15419555951146702, 0.19196645685740255, -0.3304327620637456, -0.08054796094800917, -0.13499245362066636]
+      accelerations: [5.745521604723177e-14, -0.0844022043555254, 0.11513983617562813, -0.004085438006192062, 0.015484004562601737, -0.10552166956389733]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 255057316
+    - 
+      positions: [-0.5020100697856446, 0.025891667808816375, -0.9715702492422873, -1.8379794119879092, -2.234665851019143, -0.48310327313007256]
+      velocities: [-0.21404176328492114, -0.15452176636330733, 0.19241165011930672, -0.3304489503850319, -0.08048806408076299, -0.13540007163035955]
+      accelerations: [2.1576228791495075e-14, -0.08453287675097414, 0.11541565918877597, -0.0042982700584355965, 0.015535234788265339, -0.10557431322403116]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 258919236
+    - 
+      positions: [-0.5028355125073724, 0.025295132315872056, -0.9708273632547322, -1.8392538059331123, -2.23497613412285, -0.48362622321918397]
+      velocities: [-0.21404176328492092, -0.15484801655386488, 0.19285727859852478, -0.33046593552226, -0.0804280548347618, -0.13580731808429852]
+      accelerations: [1.0083172628174944e-13, -0.08466401716406015, 0.11569218135875359, -0.004510552114964736, 0.01558623128405633, -0.10562804515423548]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 262775692
+    - 
+      positions: [-0.5036597873082465, 0.02469818438857836, -0.9700838114246113, -1.8405264636750966, -2.2352857468955785, -0.4841500009797915]
+      velocities: [-0.21404176328492105, -0.15517431103653012, 0.1933033426685805, -0.33048371256370657, -0.08036793465231565, -0.13621419715274385]
+      accelerations: [-1.730993205529538e-13, -0.08479561588141504, 0.11596933947421777, -0.004722022373749785, 0.015636945053080557, -0.10568276770971302]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 266626692
+    - 
+      positions: [-0.5044828957072914, 0.0241008263130196, -0.9693395955684583, -1.841797390404531, -2.2355946901393056, -0.4846746015326045]
+      velocities: [-0.21404176328492122, -0.15550065077628292, 0.19374984278598295, -0.33050227696381185, -0.08030770489653954, -0.1366207131232846]
+      accelerations: [8.667231398284212e-14, -0.08492769061185626, 0.11624724190839966, -0.004933125403352714, 0.015687463516236073, -0.1057386473169416]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 270472242
+    - 
+      positions: [-0.5053048392255911, 0.02350306036373754, -0.9685947174960154, -1.843066591288608, -2.235902964661878, -0.4852000200319474]
+      velocities: [-0.2140417632849212, -0.1558270367296815, 0.1941967793677284, -0.33052162403878216, -0.08024736694997336, -0.13702687020925075]
+      accelerations: [-7.23292957673472e-14, -0.08506022122375753, 0.11652576162123225, -0.005143336559736008, 0.015737686309066398, -0.10579548649149378]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 274312350
+    - 
+      positions: [-0.5061256193872969, 0.022904888803315062, -0.9678491790111846, -1.8443340714650354, -2.2362105712788187, -0.48572625166333716]
+      velocities: [-0.21404176328492125, -0.15615346984775552, 0.19464415280741115, -0.3305417490323998, -0.08018692220097035, -0.13743267257720165]
+      accelerations: [5.070227337636522e-14, -0.08519322695691807, 0.11680501559377694, -0.005353135690127161, 0.015787708153276854, -0.1058534663159335]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 278147023
+    - 
+      positions: [-0.5069452377186372, 0.022306313882830442, -0.9671029819111825, -1.845599836047779, -2.236517510811498, -0.4862532916453776]
+      velocities: [-0.21404176328492128, -0.15647995108758345, 0.19509196354941655, -0.3305626474225257, -0.08012637198478292, -0.13783812446083088]
+      accelerations: [-7.253449822097319e-14, -0.08532669367095223, 0.11708491515842731, -0.005562156676882724, 0.015837459174455615, -0.10591244820224217]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 281976268
+    - 
+      positions: [-0.5077636957486054, 0.021707337841582183, -0.966356127987205, -1.8468638901229286, -2.2368237840883656, -0.48678113522801664]
+      velocities: [-0.2140417632849214, -0.15680648139341097, 0.19554021197193577, -0.3305843144393559, -0.08006571767729855, -0.13824322997890562]
+      accelerations: [1.4527466593435403e-14, -0.08546063079099889, 0.11736551650366502, -0.005770629076922823, 0.015886985412674845, -0.1059725186185134]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 285800092
+    - 
+      positions: [-0.508580995008471, 0.0211079629073253, -0.9656086190240311, -1.848126238751505, -2.237129391944033, -0.48730977769335876]
+      velocities: [-0.2140417632849214, -0.15713306171234348, 0.19598889848265189, -0.3306067454593376, -0.08000496061823048, -0.13864799328440955]
+      accelerations: [-1.4548064643472922e-14, -0.08559503232825606, 0.11764678070386843, -0.005978391630053099, 0.015936256957097435, -0.10603361650912485]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 289618503
+    - 
+      positions: [-0.5093971370320609, 0.0205081912961711, -0.9648604568003187, -1.8493868869677266, -2.237434335219762, -0.4878392143548111]
+      velocities: [-0.21404176328492128, -0.15745969299477025, 0.1964380235198812, -0.33062993600654766, -0.07994410211087458, -0.13905241856745224]
+      accelerations: [7.284346884705133e-14, -0.08572990798046728, 0.11792876478835998, -0.006185675571257036, 0.015985320183517133, -0.10609583022575275]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 293431506
+    - 
+      positions: [-0.5102121233552638, 0.01990802521282799, -0.9641116430882136, -1.8506458397818009, -2.2377386147625473, -0.48836944055790615]
+      velocities: [-0.21404176328492114, -0.15778637618127184, 0.19688758747621488, -0.3306538814432064, -0.07988314348267124, -0.13945650993453143]
+      accelerations: [-7.294676972302734e-15, -0.0858652448671495, 0.11821138964622419, -0.006392156812138499, 0.016034113337780497, -0.10615903517230012]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 297239110
+    - 
+      positions: [-0.5110259555166392, 0.01930746685035896, -0.963362179653924, -1.8519031021763437, -2.2380422314261876, -0.4889004516787447]
+      velocities: [-0.21404176328492122, -0.15811311220382268, 0.19733759070412593, -0.33067857699262326, -0.07982208608053107, -0.13986027141734758]
+      accelerations: [-2.922009028174982e-14, -0.08600105330873944, 0.11849471528972554, -0.006598078936131568, 0.016082685324703038, -0.10622332439836901]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 301041322
+    - 
+      positions: [-0.5118386350568974, 0.018706518390432244, -0.9626120682573105, -1.8531586791093029, -2.2383451860703265, -0.48943224312486877]
+      velocities: [-0.21404176328492125, -0.1584399020117109, 0.19778803367303133, -0.33070401837869157, -0.07976093114661259, -0.14026370722021314]
+      accelerations: [2.1946151001731663e-14, -0.08613733405241776, 0.11877874510727916, -0.006803453698685854, 0.016131039650145906, -0.1062887032424679]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 304838149
+    - 
+      positions: [-0.5126501635188411, 0.018105182003373285, -0.9618613106518793, -1.854412575514215, -2.238647479560328, -0.48996481033515477]
+      velocities: [-0.21404176328492128, -0.15876674654140793, 0.19823891678540675, -0.33073020107467827, -0.07969967996435101, -0.14066682143128378]
+      accelerations: [-4.395456149750016e-14, -0.08627408159617694, 0.11906344248871797, -0.00700812992844777, 0.016179148504168638, -0.10635511300270258]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 308629599
+    - 
+      positions: [-0.5134605424476273, 0.017503459848068725, -0.9611099085850532, -1.8556647962986164, -2.238949112767723, -0.49049814877899783]
+      velocities: [-0.21404176328492125, -0.15909364671675755, 0.19869024038141975, -0.33075712032575094, -0.07963833385431018, -0.1410696180280448]
+      accelerations: [5.868921842494951e-14, -0.08641129673463943, 0.11934881308919988, -0.007212130736240512, 0.01622701749194144, -0.10642256165422449]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 312415677
+    - 
+      positions: [-0.5142697733906895, 0.01690135407203002, -0.9603578637981439, -1.8569153463444499, -2.2392500865700433, -0.49103225395623995]
+      velocities: [-0.21404176328492117, -0.15942060346713188, 0.19914200484775796, -0.3307847715907841, -0.0795768940885993, -0.1414721010497439]
+      accelerations: [-1.469311962878297e-14, -0.08654898353263533, 0.11963487765849944, -0.007415537866914945, 0.016274663940857186, -0.10649108137421093]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 316196392
+    - 
+      positions: [-0.5150778578975388, 0.01629886681150083, -0.9596051780262234, -1.8581642305091153, -2.2395504018504484, -0.4915671213973618]
+      velocities: [-0.21404176328492103, -0.1597476177271947, 0.19959421061288268, -0.3308131505206585, -0.07951536189431302, -0.1418742745907362]
+      accelerations: [8.828379324892907e-14, -0.08668714269699757, 0.11992163948170496, -0.007618363453008096, 0.016322091755803438, -0.10656067681328715]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 319971751
+    - 
+      positions: [-0.5158847975197065, 0.01569600019150916, -0.9588518529981174, -1.8594114536257325, -2.2398500594975967, -0.4921027466633695]
+      velocities: [-0.21404176328492108, -0.16007469042456293, 0.2000468580759017, -0.33084225267019146, -0.0794537385100627, -0.14227614268775451]
+      accelerations: [-1.1787873854335907e-13, -0.08682577177179968, 0.12020908170411229, -0.007820536952997711, 0.01636928839905197, -0.10663132053934254]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 323741762
+    - 
+      positions: [-0.516690593810846, 0.015092756325844963, -0.9580978904365366, -1.860657020502476, -2.2401490604058116, -0.49263912534533216]
+      velocities: [-0.21404176328492142, -0.16040182247784487, 0.20049994759511175, -0.3308720734535423, -0.07939202519504354, -0.1426777093009669]
+      accelerations: [-6.640087468525774e-14, -0.0869648703943916, 0.12049720143881779, -0.008022046585997268, 0.016416252932271547, -0.10670300701346713]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 327506430
+    - 
+      positions: [-0.5174952483267253, 0.014489137317088908, -0.9573432920581081, -1.8619009359225829, -2.24044740547504, -0.4931762530641627]
+      velocities: [-0.21404176328492142, -0.1607290148080947, 0.20095347955410692, -0.3309026084104777, -0.07933022317694788, -0.14307897841918993]
+      accelerations: [8.127178592958475e-14, -0.08710444217901689, 0.12078601687907951, -0.008222963026008168, 0.016463000460026387, -0.10677576457899862]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 331265764
+    - 
+      positions: [-0.5182987626250505, 0.01388514525671181, -0.9565880595732678, -1.8631432046452643, -2.2407450956105217, -0.493714125470765]
+      velocities: [-0.21404176328492125, -0.16105626833637038, 0.2014074543507014, -0.33093385316183743, -0.07926833366059581, -0.14347995404319255]
+      accelerations: [-7.398828776870735e-15, -0.08724448547765604, 0.12107551929186168, -0.008423250978965712, 0.016509525508030025, -0.10684957887277459]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 335019771
+    - 
+      positions: [-0.5191011382655029, 0.013280782225088987, -0.9558321946863352, -1.8643838314054428, -2.241042131722833, -0.49425273824571797]
+      velocities: [-0.2140417632849213, -0.16138358397689634, 0.20186187235324532, -0.3309658032318931, -0.07920635786257559, -0.14388064011454196]
+      accelerations: [-1.4818657511110868e-14, -0.08738500026392126, 0.1213657036246501, -0.00862288663957845, 0.016555824775637492, -0.10692444036906151]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 338768459
+    - 
+      positions: [-0.5199023768097505, 0.012676050291510527, -0.9550756990955589, -1.8656228209136174, -2.241338514727885, -0.49479208709901373]
+      velocities: [-0.21404176328492125, -0.16171096264358087, 0.20231673393907829, -0.3309984542042702, -0.07914429698129902, -0.14428104057763513]
+      accelerations: [5.193890868466284e-14, -0.08752598835245763, 0.12165658160348566, -0.008821917736801748, 0.016601908750570424, -0.10700036770591727]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 342511833
+    - 
+      positions: [-0.5207024798213211, 0.012070951514270067, -0.9543185744930567, -1.8668601778565177, -2.241634245546683, -0.4953321677700988]
+      velocities: [-0.21404176328492114, -0.16203840524823587, 0.20277203948828618, -0.3310318016985999, -0.07908215220123577, -0.14468115937128478]
+      accelerations: [-7.430374790021138e-15, -0.08766744876857112, 0.12194814484107387, -0.009020308010994982, 0.016647771892780935, -0.10707734685173784]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 346249903
+    - 
+      positions: [-0.5215014488656408, 0.011465487940668215, -0.9535608225648826, -1.8680959068968341, -2.2419293251053674, -0.4958729760275681]
+      velocities: [-0.2140417632849213, -0.16236591269972087, 0.20322778937381425, -0.33106584132695904, -0.07901992470154834, -0.145081000410471]
+      accelerations: [-6.696828736586643e-14, -0.08780938287016056, 0.12224039979826623, -0.00921808203160364, 0.01669342011671027, -0.10715538671564928]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 349982675
+    - 
+      positions: [-0.5222992855099512, 0.010859661607074718, -0.9528024449910005, -1.8693300126736123, -2.2422237543350545, -0.49641450766909917]
+      velocities: [-0.21404176328492147, -0.16269348590853885, 0.20368398398882293, -0.3311005688054643, -0.0789576156338678, -0.14548056763178213]
+      accelerations: [-2.235444650901523e-14, -0.08795179214671246, 0.12253335273820476, -0.00941526331707459, 0.01673885980760792, -0.10723449759042963]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 353710156
+    - 
+      positions: [-0.5230959913232305, 0.010253474538987265, -0.9520434434452593, -1.8705624998026322, -2.2425175341716703, -0.49695675852140636]
+      velocities: [-0.2140417632849213, -0.16302112577062466, 0.2041406236569938, -0.33113597959557495, -0.07889522619407956, -0.14587986484822713]
+      accelerations: [1.0446882360625238e-13, -0.08809466923825851, 0.1228269619401107, -0.00961168385177981, 0.016784058353773265, -0.10731461039532662]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 357432354
+    - 
+      positions: [-0.5238915678764892, 0.00964692875092664, -0.951283819595674, -1.8717933728747158, -2.2428106655564646, -0.49749972443935203]
+      velocities: [-0.21404176328492125, -0.16334883318823598, 0.20459770875019917, -0.3311720693746142, -0.07883275752869556, -0.14627889593952748]
+      accelerations: [-8.219915860936605e-14, -0.08823802685198026, 0.12312129687722183, -0.00980761997421906, 0.016829072466709862, -0.10739583764403282]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 361149276
+    - 
+      positions: [-0.5246860167421983, 0.009040026246714855, -0.9505235751039949, -1.8730226364588463, -2.2431031494349676, -0.49804340130698294]
+      velocities: [-0.21404176328492136, -0.1636766090695292, 0.20505523968336958, -0.3312088340135153, -0.07877021073890175, -0.1466776648438689]
+      accelerations: [3.741629008839217e-14, -0.08838185741682088, 0.12341631308041194, -0.010002891667724341, 0.016873867372175277, -0.1074781058064334]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 364860930
+    - 
+      positions: [-0.5254793394946059, 0.008432769019358471, -0.9497627116260083, -1.8742502951003388, -2.2433949867575427, -0.49858778503659407]
+      velocities: [-0.21404176328492136, -0.16400445430324342, 0.20551321677382844, -0.3312462690162109, -0.0787075869926336, -0.1470761753298289]
+      accelerations: [-3.746940259585445e-14, -0.08852616000933378, 0.12371200434148659, -0.010197473753998373, 0.01691843952015971, -0.10756140469334435]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 368567322
+    - 
+      positions: [-0.5262715377097555, 0.007825159051065162, -0.9490012308115884, -1.875476353320704, -2.2436861784793947, -0.4991328715684727]
+      velocities: [-0.2140417632849214, -0.16433236978417826, 0.20597164038674515, -0.3312843701020477, -0.07864488740840868, -0.14747443123370987]
+      accelerations: [1.5009036546413828e-14, -0.08867094076081745, 0.12400840447708701, -0.010391499784980027, 0.016962816696087166, -0.10764578851732777]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 372268460
+    - 
+      positions: [-0.5270626129651943, 0.007217198313401967, -0.9482391343044986, -1.8767008156192038, -2.2439767255600356, -0.49967865687131113]
+      velocities: [-0.2140417632849212, -0.16466035640623572, 0.20643051089177958, -0.3313231330277472, -0.07858211309116851, -0.14787243638582542]
+      accelerations: [9.01820551911426e-14, -0.08881619500606375, 0.12430548390814045, -0.010584848574953277, 0.017006976042173844, -0.1077312073282735]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 375964352
+    - 
+      positions: [-0.5278525668401737, 0.006608888767224401, -0.9474764237425912, -1.8779236864716744, -2.244266628963627, -0.5002251369415291]
+      velocities: [-0.21404176328492114, -0.16498841505772224, 0.20688982863916933, -0.33136255349631777, -0.07851926515006788, -0.14827019457481716]
+      accelerations: [-6.020671586472404e-14, -0.08896192634313671, 0.12460326358280385, -0.010777604724270456, 0.01705093580207547, -0.10781769613951037]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 379655005
+    - 
+      positions: [-0.528641400915457, 0.006000232362794233, -0.9467131007576929, -1.879144970331557, -2.2445558896586157, -0.5007723078034896]
+      velocities: [-0.2140417632849212, -0.1653165466302614, 0.2073495940106342, -0.33140262735941944, -0.07845634465818228, -0.14866770963088488]
+      accelerations: [2.2609568733212237e-14, -0.08910813492659882, 0.12490174143949682, -0.010969756456700723, 0.017094694921077073, -0.10790524998075222]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 383340427
+    - 
+      positions: [-0.5294291167733081, 0.005391231039805674, -0.9459491669756315, -1.8803646716298879, -2.2448445086177005, -0.501320165509291]
+      velocities: [-0.21404176328492114, -0.1656447520012535, 0.20780980731843943, -0.33144335021278265, -0.07839335273392033, -0.14906498525724676]
+      accelerations: [1.509444306971227e-14, -0.08925481482687457, 0.12520088365093035, -0.011161168910248329, 0.01713822749723906, -0.10799381240758107]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 387020624
+    - 
+      positions: [-0.5302157159977213, 0.004781886727306678, -0.9451846240164575, -1.8815827947739994, -2.2451324868182234, -0.5018687061380348]
+      velocities: [-0.21404176328492108, -0.16597303205268735, 0.20827046891231626, -0.3314847178236977, -0.07833029045490283, -0.1494620252080528]
+      accelerations: [1.511587068033623e-14, -0.0894019764061385, 0.12550074620548732, -0.011352062475813995, 0.017181579264312605, -0.10808347504010439]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 390695604
+    - 
+      positions: [-0.5310012001739647, 0.004172201343930981, -0.9444194734941158, -1.8827993441499682, -2.24541982524134, -0.5024179257966194]
+      velocities: [-0.21404176328492108, -0.1663013876697781, 0.20873157917360835, -0.3315267261083479, -0.07826715886298252, -0.14985883327944222]
+      accelerations: [-1.5137328626730764e-14, -0.08954961300466137, 0.1258012920948946, -0.011542289925997429, 0.017224721602652943, -0.10817417654921838]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 394365375
+    - 
+      positions: [-0.5317855708888324, 0.0035621767978120723, -0.9436537170166882, -1.8840143241211829, -2.2457065248724573, -0.5029678206189577]
+      velocities: [-0.21404176328492114, -0.16662981972146895, 0.20919313840231174, -0.3315693706806847, -0.07820395905461965, -0.1502554131210727]
+      accelerations: [-1.515881687832882e-14, -0.0896977243632549, 0.12610251582754356, -0.01173182621910012, 0.0172676510936113, -0.1082659059792564]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 398029943
+    - 
+      positions: [-0.5325688297306619, 0.0029518149865916943, -0.9428873561864355, -1.8852277390282084, -2.2459925867012402, -0.5035183867657178]
+      velocities: [-0.2140417632849212, -0.16695832908777575, 0.2096551469706706, -0.33161264746224817, -0.07814069205828472, -0.15065176849142087]
+      accelerations: [-7.590167703717588e-15, -0.08984631872125623, 0.12640446410142364, -0.011920856515762962, 0.01731040595693625, -0.10835874112956115]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 401689317
+    - 
+      positions: [-0.5333509782889475, 0.002341117797629481, -0.9421203925995361, -1.8864395931908384, -2.2462780117209187, -0.5040696204249672]
+      velocities: [-0.2140417632849212, -0.16728691664841774, 0.21011760526534964, -0.33165655245600234, -0.07807735888011383, -0.1510479031638634]
+      accelerations: [-7.600942093485758e-15, -0.08999538964086336, 0.12670709993182142, -0.012109232530972748, 0.017352957916824747, -0.10845261986636343]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 405343504
+    - 
+      positions: [-0.5341320181545939, 0.0017300871079118292, -0.941352827846323, -1.887649890906663, -2.246562800928717, -0.5046215178113891]
+      velocities: [-0.21404176328492108, -0.16761558326076192, 0.2105805135572552, -0.33170108122607656, -0.07801396060902203, -0.15144382070572382]
+      accelerations: [6.850558433316482e-14, -0.09014493326537172, 0.12701039874592832, -0.012296854766354177, 0.017395287692266795, -0.1085474990411083]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 408992511
+    - 
+      positions: [-0.5349119509200774, 0.001118724783995007, -0.9405846635114371, -1.888858636450167, -2.246846955326128, -0.5051740751656998]
+      velocities: [-0.21404176328492108, -0.16794432979297935, 0.21104387218949514, -0.3317462296447635, -0.07795049826583894, -0.15183952479418303]
+      accelerations: [-5.3357753305734025e-14, -0.09029496128980188, 0.1273144264055446, -0.012483983768041513, 0.017437449592012988, -0.10864348938147497]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 412636345
+    - 
+      positions: [-0.5356907781789156, 0.000507032682283764, -0.9398159011734587, -1.890065834075542, -2.2471304759179556, -0.5057272887556222]
+      velocities: [-0.21404176328492125, -0.16827315711483914, 0.2115076815259463, -0.3317919936877983, -0.07788697284433316, -0.152235019131134]
+      accelerations: [-5.343349102937434e-14, -0.09044546483280272, 0.12761913017564974, -0.01267040785399423, 0.01747940187465539, -0.10874050108067737]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 416275015
+    - 
+      positions: [-0.5364685015260424, -0.00010498735112468517, -0.9390465424052279, -1.8912714880146189, -2.247413363712966, -0.5062811548748322]
+      velocities: [-0.21404176328492125, -0.16860206609095654, 0.21197194191145588, -0.3318383692767657, -0.07782338534374925, -0.15263030737635638]
+      accelerations: [6.115352482056305e-14, -0.0905964519101823, 0.1279245542301868, -0.012856301728802387, 0.017521181140887614, -0.10883860844452845]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 419908527
+    - 
+      positions: [-0.5372451225574453, -0.0007173334802427593, -0.9382765887736053, -1.8924756024787808, -2.247695619723232, -0.5068356698435594]
+      velocities: [-0.21404176328492125, -0.16893105757226512, 0.21243665363099387, -0.3318853521197471, -0.07775973680100368, -0.15302539307636243]
+      accelerations: [-6.124032315670746e-14, -0.09074790888273486, 0.12823062307884864, -0.01304136506140972, 0.017562727751106705, -0.10893768205475145]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 423536889
+    - 
+      positions: [-0.5380206428707065, -0.0013300038794198882, -0.9375060418399186, -1.8936781816560082, -2.2479772449650772, -0.5073908300071446]
+      velocities: [-0.21404176328492125, -0.16926013241508855, 0.2129018170084018, -0.33193293809739366, -0.07769602821220147, -0.15342027983198187]
+      accelerations: [5.366133655764599e-14, -0.09089985428901827, 0.1285374354181613, -0.013225985793599586, 0.017604121669981446, -0.10903788874161482]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 427160109
+    - 
+      positions: [-0.5387950640642367, -0.0019429967329631607, -0.9367349031594101, -1.8948792297149615, -2.248258240457704, -0.5079466317375653]
+      velocities: [-0.21404176328492105, -0.16958929148917115, 0.2133674324517142, -0.3319811234442203, -0.0776322604961706, -0.1538149713777023]
+      accelerations: [6.141428058576572e-14, -0.09105227893807405, 0.12884494074466185, -0.01340996341902306, 0.01764532335814289, -0.10913914278481926]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 430778193
+    - 
+      positions: [-0.539568387737625, -0.0025563102352721976, -0.9359631742815445, -1.8960787508030423, -2.248538607223804, -0.5085030714324326]
+      velocities: [-0.214041763284921, -0.16991853563707865, 0.21383350023405506, -0.3320299038851351, -0.07756843466932722, -0.15420947120795547]
+      accelerations: [-3.075071972314087e-14, -0.09120517895282215, 0.12915311684034295, -0.013593209470166488, 0.01768631631590791, -0.10924140478155621]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 434391150
+    - 
+      positions: [-0.5403406154917791, -0.003169942590881097, -0.935190856750145, -1.8972767490456222, -2.2488183462897866, -0.5090601455144577]
+      velocities: [-0.21404176328492108, -0.1702478657056475, 0.21430002066137183, -0.3320792752945756, -0.077504551712465, -0.15460378286168525]
+      accelerations: [-1.5397179559915957e-14, -0.09135856247579564, 0.129462005751708, -0.013775887299146422, 0.017727134550745507, -0.109344746047765]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 437998987
+    - 
+      positions: [-0.5411117489285858, -0.003783892014276727, -0.9344179521031699, -1.8984732285478114, -2.2490974586851715, -0.5096178504320186]
+      velocities: [-0.21404176328492105, -0.17057728254738333, 0.21476699408389632, -0.3321292337425223, -0.07744061256114468, -0.1549979099428317]
+      accelerations: [3.08380584255694e-14, -0.09151242642664863, 0.12977159166566848, -0.013957934085945697, 0.017767766939098817, -0.10944913858877132]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 441601711
+    - 
+      positions: [-0.5418817896510009, -0.0043981567299099565, -0.9336444618728185, -1.8996681933939372, -2.249375945442731, -0.5101761826587371]
+      velocities: [-0.2140417632849211, -0.17090678700629097, 0.2152344208153467, -0.3321797751754043, -0.07737661817041941, -0.1553918559819249]
+      accelerations: [-6.176363515985671e-14, -0.09166677110576386, 0.1300818719038073, -0.014139336573738087, 0.017808211681017556, -0.10955457709460294]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 445199330
+    - 
+      positions: [-0.5426507392630455, -0.0050127349721776114, -0.9328703875855568, -1.9008616476475262, -2.2496538075984738, -0.5107351386932875]
+      velocities: [-0.21404176328492125, -0.17123637992174784, 0.21570230115566347, -0.3322308955067127, -0.07731256949707295, -0.15578562447539843]
+      accelerations: [-1.5462818260650967e-14, -0.09182159555159528, 0.1303928431679292, -0.014320081933326557, 0.017848467464693183, -0.10966105521735912]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 448791851
+    - 
+      positions: [-0.5434185993698023, -0.005627624985387725, -0.9320957307621522, -1.9020535953512931, -2.2499310461916244, -0.5112947150591926]
+      velocities: [-0.21404176328492114, -0.17156606214193296, 0.21617063546679632, -0.3322825909151697, -0.0772484674380837, -0.1561792190160446]
+      accelerations: [8.516616678133491e-14, -0.09197690756042207, 0.13070454503492676, -0.014500323124029199, 0.017888566810553647, -0.10976864035916914]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 452379283
+    - 
+      positions: [-0.5441853715770985, -0.006242825023586805, -0.9313204929174717, -1.9032440405287754, -2.2502076622640534, -0.5118549083053406]
+      velocities: [-0.21404176328492117, -0.17189583449058382, 0.21663942398620184, -0.33233485711061794, -0.07718431298106654, -0.15657264297106294]
+      accelerations: [-1.0854708735087179e-13, -0.0921326876032266, 0.13101687012332608, -0.014679637750313534, 0.017928424488568347, -0.10987714650662121]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 455961631
+    - 
+      positions: [-0.5449510574922714, -0.006858333350903757, -0.9305446755610757, -1.9044329871802528, -2.2504836568616127, -0.5124157150040365]
+      velocities: [-0.21404176328492128, -0.172225697812601, 0.21710866707849252, -0.3323876903210861, -0.07712010700249863, -0.15696589991628085]
+      accelerations: [4.658617720762992e-14, -0.09228896895776834, 0.1313299986174248, -0.014858730319134561, 0.017968185781832558, -0.10998688366874379]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 459538905
+    - 
+      positions: [-0.5457156587228188, -0.007474148240873521, -0.9297682801962622, -1.9056204392898426, -2.25075903103175, -0.5129771317538712]
+      velocities: [-0.21404176328492114, -0.17255565295357492, 0.21757836512359136, -0.3324410868555827, -0.07705585035676467, -0.15735899344440712]
+      accelerations: [2.3326131725240976e-14, -0.09244572065671292, 0.13164376051683802, -0.015036933500752523, 0.018007715596483266, -0.11009755842449143]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 463111110
+    - 
+      positions: [-0.5464791768776203, -0.00809026797700156, -0.9289913083209973, -1.906806400819002, -2.2510337858256455, -0.5135391551767382]
+      velocities: [-0.21404176328492114, -0.1728857007141154, 0.2180485182703491, -0.3324950421408029, -0.07699154407421273, -0.15775192673774424]
+      accelerations: [-2.3359219455131043e-14, -0.09260295039854739, 0.13195819823785418, -0.015214413496035428, 0.01804704854421371, -0.11020924191435905]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 466678256
+    - 
+      positions: [-0.5472416135666016, -0.008706690852576249, -0.9282137614276935, -1.9079908757083057, -2.251307922297609, -0.5141017819183907]
+      velocities: [-0.2140417632849212, -0.17321584193706951, 0.2185191269070519, -0.33254955255845353, -0.07692718898426923, -0.15814470338139225]
+      accelerations: [-7.79745058420941e-15, -0.09276067602907928, 0.13227340510775346, -0.01539153128746298, 0.018086260483568452, -0.11032209583076331]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 470240349
+    - 
+      positions: [-0.5480029704000282, -0.009323415170304342, -0.9274356410027355, -1.9091738678810843, -2.2515814415038293, -0.5146650086498553]
+      velocities: [-0.21404176328492125, -0.17354607745665274, 0.21899019138494896, -0.3326046143646777, -0.07686278593671454, -0.15853732688689878]
+      accelerations: [-7.808509524867127e-15, -0.09291887680008266, 0.13258926874357257, -0.015567847821071037, 0.01812526210763077, -0.11043592452620675]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 473797397
+    - 
+      positions: [-0.5487632489892998, -0.009940439242669949, -0.9266569485270865, -1.9103553812392353, -2.2518543445037595, -0.5152288320654161]
+      velocities: [-0.21404176328492128, -0.17387640808220467, 0.21946171193491376, -0.3326602233681607, -0.07679833586853718, -0.1589298005467104]
+      accelerations: [-1.5639166580207655e-14, -0.09307756139720509, 0.13290583563280442, -0.01574354340667706, 0.018164091761425402, -0.11055080793150979]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 477349408
+    - 
+      positions: [-0.5495224509465877, -0.010557761391732581, -0.9258776854760563, -1.9115354196651033, -2.2521266323594666, -0.5157932488832478]
+      velocities: [-0.21404176328492114, -0.17420683463407333, 0.2199336888570685, -0.332716375666257, -0.07673383965235205, -0.15932212776197244]
+      accelerations: [8.613739050884915e-14, -0.09323672919087866, 0.13322309976119273, -0.015918592019552084, 0.01820274520139473, -0.11066673427962766]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 480896388
+    - 
+      positions: [-0.5502805778848534, -0.011175379949115329, -0.9250978533193465, -1.9127139870213339, -2.252398306135658, -0.5163582558451661]
+      velocities: [-0.21404176328492108, -0.17453735794133557, 0.22040612250929037, -0.3327730676002535, -0.0766692981056154, -0.15971431202466937]
+      accelerations: [-4.70506514016581e-14, -0.09339638766340091, 0.13354110146205686, -0.01609314988299387, 0.018241255831961425, -0.11078377394684558]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 484438346
+    - 
+      positions: [-0.5510376314175338, -0.011793293255821909, -0.9243174535208588, -1.9138910871524921, -2.2526693668991173, -0.5169238497171595]
+      velocities: [-0.21404176328492114, -0.17486797881690597, 0.22087901317566516, -0.33283029524628427, -0.07660471209515382, -0.16010635668876472]
+      accelerations: [7.852893381791479e-15, -0.09355652211740279, 0.13385976039775493, -0.016266903396498722, 0.018279560377510464, -0.11090178585539448]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 487975289
+    - 
+      positions: [-0.5517936131590957, -0.012411499662485137, -0.9235364875391213, -1.9150667238821435, -2.252939815719664, -0.5174900272879198]
+      velocities: [-0.2140417632849213, -0.17519869805894872, 0.22135236107314188, -0.33288805443925756, -0.07654008253332513, -0.16049826497872777]
+      accelerations: [-9.4368315500748e-14, -0.0937171407842927, 0.13417912055616363, -0.016440022124887772, 0.018317694384232766, -0.11102084505103049]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 491507225
+    - 
+      positions: [-0.5525485247246952, -0.013029997529174253, -0.9227549568270736, -1.9162409010146064, -2.2532096536695514, -0.5180567853694191]
+      velocities: [-0.21404176328492133, -0.17552951649194182, 0.22182616656653437, -0.33294634160443765, -0.07647541020562638, -0.16089004036734736]
+      accelerations: [7.875173949268279e-14, -0.0938782522137089, 0.13449922324176533, -0.01661266287819048, 0.01835569211481723, -0.11114102417549546]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 495034161
+    - 
+      positions: [-0.553302367729859, -0.013648785225219924, -0.9219728628318746, -1.9174136223365523, -2.2534788818228972, -0.5186241207974588]
+      velocities: [-0.21404176328492128, -0.17586043492590464, 0.22230042995823768, -0.33300515294755584, -0.07641069593770844, -0.1612816862097806]
+      accelerations: [-4.731801803370472e-14, -0.09403984157775609, 0.13481999345422732, -0.0167845368774981, 0.01839349461420885, -0.11126219116428476]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 498556104
+    - 
+      positions: [-0.5540551437909947, -0.014267861129428313, -0.921190206995297, -1.9185848916143544, -2.2537475012565666, -0.5191920304302963]
+      velocities: [-0.2140417632849213, -0.17619145415222356, 0.22277515146478621, -0.3330644843628902, -0.07634594061544858, -0.1616732056988903]
+      accelerations: [3.1590053773918975e-14, -0.09420191500439308, 0.1351414590681186, -0.01695574851590782, 0.018431124712488187, -0.1113843931323299]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 502073063
+    - 
+      positions: [-0.554806854525171, -0.014887223629958632, -0.9204069907535952, -1.9197547125951981, -2.2540155130497777, -0.5197605111489578]
+      velocities: [-0.21404176328492117, -0.1765225749909548, 0.22325033145828405, -0.3331243323603157, -0.07628114499233765, -0.16206460228977493]
+      accelerations: [4.745223149299539e-14, -0.09436448455472599, 0.13546368227148514, -0.01712653573826105, 0.01846863290894599, -0.11150773921182935]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 505585045
+    - 
+      positions: [-0.5555575015496517, -0.015506871124068393, -0.9196232155372148, -1.9209230890094362, -2.254282918283282, -0.5203295598581192]
+      velocities: [-0.2140417632849212, -0.17685379823517475, 0.22372597018723975, -0.3331846929965271, -0.07621630991128242, -0.16245587921167925]
+      accelerations: [-5.543938216864594e-14, -0.09452752469480802, 0.13578653208685645, -0.01729639476981073, 0.018505915837487532, -0.1116319987596582]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 509092057
+    - 
+      positions: [-0.5563070864827998, -0.01612680201852437, -0.9188388827714538, -1.9220900245659327, -2.2545497180409315, -0.5208991734838364]
+      velocities: [-0.21404176328492142, -0.17718512467612385, 0.22420206789903074, -0.33324556234128416, -0.07615143620778037, -0.16284703968046596]
+      accelerations: [-7.13801960588849e-14, -0.09469106179439538, 0.13611014051909553, -0.01746582956879241, 0.01854307925048768, -0.1117574020710795]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 512594107
+    - 
+      positions: [-0.5570556109431228, -0.016747014729120387, -0.9180539938758234, -1.9232555229569266, -2.254815913408004, -0.5214693489755468]
+      velocities: [-0.21404176328492125, -0.17751655512017656, 0.22467862492963753, -0.33330693682486046, -0.07608652463790294, -0.16323808705798676]
+      accelerations: [1.5884737410379986e-13, -0.09485507997847337, 0.1364344276007677, -0.01763453379900802, 0.01858006072399444, -0.11188380906274406]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 516091202
+    - 
+      positions: [-0.5578030765498122, -0.017367507680908306, -0.9172685502644577, -1.9244195878552526, -2.2550815054721354, -0.5220400833046471]
+      velocities: [-0.21404176328492103, -0.17784809035488508, 0.2251556415285731, -0.3333688125635509, -0.07602157601861814, -0.16362902454408007]
+      accelerations: [-3.976809575497973e-14, -0.09501958626957864, 0.13675942558814533, -0.017802627144532332, 0.01861688607941125, -0.11201127452745116]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 519583350
+    - 
+      positions: [-0.5585494849224957, -0.01798827930805999, -0.9164825533459666, -1.925582222915568, -2.255346495322883, -0.5226113734648684]
+      velocities: [-0.21393542012757094, -0.17809112308327102, 0.22552089718319634, -0.33326551044969954, -0.07591886948068632, -0.16393826773466927]
+      accelerations: [0.061003252992203424, -0.044307682823117964, 0.07264209613082118, 0.07707775885826035, 0.04028312997435818, -0.06528170151988506]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 523070560
+    - 
+      positions: [-0.5592948376812638, -0.018609328053846373, -0.9156960045234878, -1.926743431774209, -2.255610884051759, -0.5231832164720267]
+      velocities: [-0.21360321902223484, -0.1781455560652967, 0.22564752960819306, -0.332810732924913, -0.07573611289699843, -0.16407352044312085]
+      accelerations: [0.12954430242421053, 0.013080635716480073, 3.9799094005463055e-14, 0.18377762792211488, 0.06454533333972647, -0.01230366550116667]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 526556300
+    - 
+      positions: [-0.560039136446596, -0.01923065237058311, -0.9149089051946644, -1.927903218049532, -2.255874672752096, -0.5237556093640174]
+      velocities: [-0.21315223920770815, -0.1780999132679991, 0.22564752960819304, -0.3321711643907981, -0.07551142668348465, -0.16411611673353607]
+      accelerations: [0.1290319477353159, 0.013089346735329382, -4.7725563543389265e-14, 0.182928923404141, 0.06428198432491002, -0.012119623651922594]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 530044481
+    - 
+      positions: [-0.5607823828394339, -0.019852250719640363, -0.9141212567517215, -1.9290615853415212, -2.25613786251917, -0.52432854920045]
+      velocities: [-0.21270272819383462, -0.17805420884858553, 0.2256475296081929, -0.3315341013788733, -0.07528750079329491, -0.16415810404790004]
+      accelerations: [0.128522460516995, 0.013097698564108966, -2.3846172465929267e-14, 0.18208639511633276, 0.0640198807220446, -0.01193771552584658]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 533535095
+    - 
+      positions: [-0.5615245784813065, -0.020474121571478654, -0.9133330605815798, -1.9302185372311444, -2.2564004544504046, -0.5249020330621766]
+      velocities: [-0.2122546791224418, -0.17800844399680554, 0.2256475296081929, -0.3308995280272174, -0.0750643323731455, -0.1641994890109042]
+      accelerations: [0.12801590772038574, 0.01310575068115238, 7.943209364995293e-15, 0.18124976845865629, 0.0637591223301652, -0.01175801831510685]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 537028137
+    - 
+      positions: [-0.5622657249936415, -0.021096263405283804, -0.9125443180654217, -1.9313740772838048, -2.2566624496441685, -0.5254760580527074]
+      velocities: [-0.21180808524678585, -0.17796261993546952, 0.22564752960819306, -0.3302674284227429, -0.07484191866171827, -0.16424027811032693]
+      accelerations: [0.12751213949594964, 0.01311342601657566, 9.525259309374962e-14, 0.18041931059331956, 0.06349954778387983, -0.011580365454111625]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 540523599
+    - 
+      positions: [-0.5630058239986988, -0.021718674709408154, -0.9117550305793463, -1.932528209044591, -2.2569238492013963, -0.5260506212958567]
+      velocities: [-0.21136293987529073, -0.177916737884169, 0.22564752960819312, -0.3296377867449345, -0.07462025692099503, -0.1642804777619214]
+      accelerations: [0.12701125514263678, 0.013120804734404934, -7.139019785686769e-14, 0.17959466536381447, 0.06324129617195204, -0.01140487135896179]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 544021477
+    - 
+      positions: [-0.5637448771186419, -0.022341353980878, -0.9109651994937743, -1.933680936042977, -2.2571846542239573, -0.5266257199377278]
+      velocities: [-0.21091923631210957, -0.1778707990232939, 0.2256475296081929, -0.329010587407051, -0.0743993443663203, -0.16432009437358466]
+      accelerations: [0.12651313915585227, 0.013127830409670787, -3.963396791620789e-14, 0.1787760192596798, 0.0629842463835737, -0.01123140650796147]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 547521764
+    - 
+      positions: [-0.5644828859762214, -0.022964299725718364, -0.910174826173933, -1.9348322617893141, -2.2574448658158475, -0.5272013511449273]
+      velocities: [-0.2104769680009613, -0.17782480458433267, 0.22564752960819276, -0.32838581469788186, -0.0741791783397196, -0.1643591341853689]
+      accelerations: [0.1260178087318565, 0.013134531498667315, -4.7528184581363495e-14, 0.1779632216388642, 0.06272843839789692, -0.01105999392465357]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 551024454
+    - 
+      positions: [-0.5652198521944638, -0.023587510458763127, -0.9093839119796766, -1.9359821897764236, -2.257704485082633, -0.527777512105126]
+      velocities: [-0.21003612828525156, -0.17777875569883295, 0.22564752960819276, -0.32776345338109203, -0.07395975602020724, -0.16439760354276403]
+      accelerations: [0.12552528563363527, 0.013140937857035236, 4.7495733726297986e-14, 0.1771561169504054, 0.06247391671536651, -0.010890660417255765]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 554529541
+    - 
+      positions: [-0.565955777396322, -0.024210984703464212, -0.9085924582652838, -1.9371307234812938, -2.257963513130843, -0.5283542000276852]
+      velocities: [-0.20959671065116792, -0.1777326535529196, 0.22564752960819295, -0.3271434880791362, -0.07374107471924865, -0.16443550861566686]
+      accelerations: [0.12503544846471282, 0.01314698969722854, 6.328454425407598e-14, 0.17635490672092416, 0.0622205527058842, -0.01072326873465221]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 558037018
+    - 
+      positions: [-0.56669066320542, -0.024834720992235677, -0.9078004663799737, -1.93827786636135, -2.2582219510692534, -0.5289314121417392]
+      velocities: [-0.20915870860405533, -0.1776864993084492, 0.22564752960819295, -0.32652590358732236, -0.07352313173027292, -0.16447285554434507]
+      accelerations: [0.1245483896874467, 0.013152761803485461, -6.324160964471905e-14, 0.17555925681154025, 0.06196847675331976, -0.010557929072231697]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 561546881
+    - 
+      positions: [-0.5674245112451652, -0.025458717865984862, -0.9070079376673535, -1.9394236218588683, -2.258479800007341, -0.5295091456980981]
+      velocities: [-0.20872211567829443, -0.17764029411017518, 0.2256475296081929, -0.3259106848438409, -0.07330592434178915, -0.16450965042575982]
+      accelerations: [0.12406398258478799, 0.013158190353071557, 2.3699565059243718e-14, 0.17476938596081135, 0.0617175529691167, -0.010394496684335999]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 565059123
+    - 
+      positions: [-0.568157323139543, -0.026082973874486968, -0.906214873465961, -1.9405679933970017, -2.2587370610566553, -0.5300873979672115]
+      velocities: [-0.2082869254319928, -0.17759403908268914, 0.225647529608193, -0.32529781694244786, -0.0730894498308586, -0.16454589932155622]
+      accelerations: [0.12358232266215403, 0.013163351739634704, 4.736717611210014e-14, 0.173984953656651, 0.061467915322313924, -0.010233086281623826]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 568573738
+    - 
+      positions: [-0.5688891005122009, -0.02670748757590207, -0.9054212751086995, -1.9417109843843086, -2.2589937353292244, -0.5306661662411357]
+      velocities: [-0.2078531315304035, -0.17754773538304103, 0.2256475296081929, -0.32468728491960985, -0.07287370556586467, -0.1645816081578045]
+      accelerations: [0.12310323611104367, 0.013168152282888423, -1.1044913714707866e-13, 0.17320629976978139, 0.061219369734901816, -0.010073496429575534]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 572090721
+    - 
+      positions: [-0.5696198449876171, -0.02733225753733338, -0.9046271439236193, -1.9428525982089426, -2.2592498239395797, -0.5312454478306146]
+      velocities: [-0.20742072762840263, -0.17750138412692598, 0.22564752960819293, -0.3240790740504552, -0.07265868886261136, -0.1646167828660172]
+      accelerations: [0.1226268853173609, 0.013172710235798855, 1.2614302542575945e-13, 0.17243291628396212, 0.06097213190799571, -0.009915922019043759]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 575610064
+    - 
+      positions: [-0.570349558189667, -0.027957282334088257, -0.903832481233016, -1.9439928382457552, -2.2595053280022563, -0.5318252400682838]
+      velocities: [-0.20698970735813693, -0.17745498638170143, 0.225647529608193, -0.32347316987651764, -0.07244439697008836, -0.16465142939731292]
+      accelerations: [0.12215310379946916, 0.013176935950146958, -7.878674253077745e-14, 0.17166512732448166, 0.06072601608891392, -0.009760169985353456]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 579131763
+    - 
+      positions: [-0.571078241742738, -0.028582560550211234, -0.9030372883541817, -1.9451317078507273, -2.259760248633729, -0.5324055403058686]
+      velocities: [-0.20656006453151737, -0.177408543293464, 0.2256475296081928, -0.32286955769457193, -0.07223082731793569, -0.16468555348270852]
+      accelerations: [0.12168193895092208, 0.01318087536366517, -3.9367147280721205e-14, 0.17090271610753344, 0.06048109728136657, -0.009606299007366608]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 582655812
+    - 
+      positions: [-0.5718058972711906, -0.029208090778185168, -0.9022415665990803, -1.9462692103636532, -2.260014586951469, -0.5329863459152806]
+      velocities: [-0.2061317929032755, -0.1773620559387925, 0.22564752960819257, -0.3222682231508367, -0.07201797722808564, -0.16471916091191824]
+      accelerations: [0.12121335917882119, 0.013184523086653332, -9.441845496019699e-14, 0.17014566938821085, 0.060237353733254305, -0.009454274661867376]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 586182204
+    - 
+      positions: [-0.5725325263994337, -0.029833871618954625, -0.9014453172744193, -1.9474053491077352, -2.2602683440740705, -0.5335676542882694]
+      velocities: [-0.20570488628392264, -0.1773155253956187, 0.22564752960819276, -0.3216691519566114, -0.07180584405210116, -0.16475225740318458]
+      accelerations: [0.12074734784356775, 0.0131878847529464, 2.0443798719314357e-13, 0.16939393237406278, 0.05999478245766683, -0.009304081792974043]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 589710935
+    - 
+      positions: [-0.5732581307518807, -0.03045990168186643, -0.9006485416816545, -1.9485401273897986, -2.2605215211211678, -0.5341494628363614]
+      velocities: [-0.20527933850537217, -0.17726895272194707, 0.22564752960819298, -0.32107232997200824, -0.07159442512993858, -0.16478484864265697]
+      accelerations: [0.12028389303478736, 0.013190967023171402, -7.857814121644748e-14, 0.16864744471341642, 0.059753385167635474, -0.009155708462871953]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 593241998
+    - 
+      positions: [-0.573982711952875, -0.031086179584620798, -0.8998512411169627, -1.9496735485006247, -2.260774119213305, -0.5347317689908601]
+      velocities: [-0.20485514350927925, -0.1772223390125102, 0.22564752960819298, -0.32047774297923204, -0.07138371789898612, -0.16481694017683768]
+      accelerations: [0.11982292829502085, 0.01319374343734801, 7.85264830768583e-14, 0.16790628036698607, 0.059513097227501734, -0.009009078775559893]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 596775387
+    - 
+      positions: [-0.5747062716270456, -0.03171270395341539, -0.8990534168714959, -1.9508056157132128, -2.2610261394725457, -0.5353145702018389]
+      velocities: [-0.2044322952141986, -0.17717568531390626, 0.22564752960819306, -0.3198853770213338, -0.07117371973095801, -0.16484853757473494]
+      accelerations: [0.11936451708265368, 0.013196268668634603, -3.1390007801897934e-14, 0.16717018763050404, 0.05927401274202013, -0.008864272718490343]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 600311097
+    - 
+      positions: [-0.5754288113986374, -0.03233947342259082, -0.89825507023098, -1.9519363322860457, -2.2612775830213083, -0.5358978639395595]
+      velocities: [-0.20401078754228558, -0.1771289926427223, 0.22564752960819295, -0.3192952183293587, -0.0709644279651568, -0.16487964639506048]
+      accelerations: [0.11890857800085033, 0.013198505987310948, -2.352712480563039e-14, 0.16643928200307048, 0.05903604833258871, -0.008721195991571085]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 603849122
+    - 
+      positions: [-0.5761503328919882, -0.032966486634842376, -0.8974562024760451, -1.9530657014607338, -2.2615284509831883, -0.5364816476931752]
+      velocities: [-0.2035906145522386, -0.17708226206993255, 0.2256475296081929, -0.31870725298314967, -0.07075584007236353, -0.16491027202490235]
+      accelerations: [0.11845509947325862, 0.013200462293758092, -2.3511801447648126e-14, 0.1657135040954677, 0.05879920544886846, -0.00857983744164742]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 607389457
+    - 
+      positions: [-0.576870837731459, -0.03359374224116572, -0.8966568148822015, -1.9541937264623515, -2.2617787444828346, -0.5370659189707301]
+      velocities: [-0.20317177024045097, -0.17703549459418352, 0.22564752960819273, -0.318121467419341, -0.07054795341000843, -0.16494041992298236]
+      accelerations: [0.11800411268953803, 0.013202172473205575, -7.048960631261836e-14, 0.16499268259324185, 0.05856353919111545, -0.008440240425776353]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 610932095
+    - 
+      positions: [-0.5775903275410135, -0.03422123890061172, -0.8958569087196097, -1.955320410501475, -2.262028464645216, -0.5376506752999919]
+      velocities: [-0.20275424868888306, -0.17698869123689065, 0.22564752960819262, -0.31753784804862867, -0.07034076540529424, -0.164970095437258]
+      accelerations: [0.11755552271390646, 0.013203589694844411, 2.348132643957651e-14, 0.16427697461972926, 0.05832894764551017, -0.008302290909535688]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 614477032
+    - 
+      positions: [-0.5783088039448228, -0.03484897528057855, -0.8950564852534721, -1.9564457567712257, -2.2622776125966655, -0.5382359142268529]
+      velocities: [-0.2023380440535416, -0.17694185303522136, 0.22564752960819273, -0.3169563812828312, -0.07013427354179964, -0.1649993038186294]
+      accelerations: [0.11710936740441993, 0.013204752774145331, 3.9110290202892205e-14, 0.16356619402093395, 0.058095493527057306, -0.008166040098143281]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 618024261
+    - 
+      positions: [-0.5790262685667944, -0.03547695005654195, -0.8942555457437714, -1.9575697684495503, -2.2625261894640625, -0.5388216333162817]
+      velocities: [-0.20192315045017195, -0.17689498096848955, 0.22564752960819284, -0.3163770538316715, -0.06992847521699602, -0.1650280503650356]
+      accelerations: [0.116665616510062, 0.013205656410865806, 7.817026050341156e-15, 0.16286033072892936, 0.05786315541797224, -0.008031455431013633]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 621573777
+    - 
+      positions: [-0.579742723030655, -0.03610516191207445, -0.8934540914453444, -1.9586924486988204, -2.2627741963749672, -0.5394078301519756]
+      velocities: [-0.20150956204081136, -0.1768480760145933, 0.22564752960819284, -0.3157998524744722, -0.06972336785056205, -0.16505634031295927]
+      accelerations: [0.11622425916207157, 0.013206307530044873, 7.812012732342414e-15, 0.16215932784104564, 0.05763193492909348, -0.007898526975746228]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 625125574
+    - 
+      positions: [-0.5804581689598759, -0.03673360953878466, -0.8926521236078625, -1.959813800666158, -2.2630216344574956, -0.5399945023363644]
+      velocities: [-0.20109727308210057, -0.17680113918105872, 0.2256475296081929, -0.3152247639338863, -0.06951894894563357, -0.16508417877477227]
+      accelerations: [0.11578523813516886, 0.01320668336831804, 2.3421053933866e-14, 0.16146324661734657, 0.0574017762936539, -0.007767187088158588]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 628679647
+    - 
+      positions: [-0.5811726079779821, -0.03736229163645146, -0.8918496434760417, -1.960933827481953, -2.2632685048408487, -0.5405816474897162]
+      velocities: [-0.20068627781182358, -0.1767541714320689, 0.2256475296081928, -0.31465177517027043, -0.06931521594641724, -0.16511157088455206]
+      accelerations: [0.11534860656361573, 0.01320683189206192, -9.362450014215609e-14, 0.1607718648580464, 0.05717276130794836, -0.007637508012600569]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 632235991
+    - 
+      positions: [-0.5818860417079563, -0.0379912069126926, -0.8910466522893054, -1.9620525322627291, -2.2635148086542745, -0.5411692632514078]
+      velocities: [-0.20027657049154318, -0.17670717371629563, 0.2256475296081928, -0.31408087326835854, -0.06911216629206204, -0.16513852174348984]
+      accelerations: [0.11491428340543648, 0.013206714675856452, 9.356500471084476e-14, 0.16008530783542319, 0.05694480398692024, -0.007509391546786377]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 635794599
+    - 
+      positions: [-0.5825984717727443, -0.0386203540832004, -0.8902431512821172, -1.963169918108689, -2.2637605470279434, -0.5417573472785502]
+      velocities: [-0.1998681455086338, -0.17666014703318314, 0.22564752960819295, -0.31351204516907294, -0.06890979754571991, -0.16516503628806134]
+      accelerations: [0.11448226457593351, 0.013206342387293561, 0.0, 0.1594035045521772, 0.0567179136071122, -0.00738283591052244]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 639355467
+    - 
+      positions: [-0.5833098997951369, -0.039249731871661815, -0.8894391416839247, -1.964285988104286, -2.264005721092743, -0.5423458972461142]
+      velocities: [-0.19946099716614807, -0.17661309229752098, 0.22564752960819284, -0.3129452782169937, -0.06870810713036749, -0.16519111956100835]
+      accelerations: [0.1140525872724116, 0.013205752689537598, -6.229777948370396e-14, 0.1587262729373457, 0.056492152706551245, -0.007257895307084256]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 642918588
+    - 
+      positions: [-0.5840203273972986, -0.03987933900948512, -0.8886346247189106, -1.96540074532048, -2.264250331979452, -0.5429349108479081]
+      velocities: [-0.19905511986020347, -0.17656601045389725, 0.22564752960819284, -0.31238055969623635, -0.06850709255203397, -0.16521677648333222]
+      accelerations: [0.11362514793448732, 0.013204891957243283, 5.447623219414898e-14, 0.15805380294063529, 0.05626740526066081, -0.007134440033557505]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 646483959
+    - 
+      positions: [-0.5847297562014757, -0.040509174236147076, -0.887829601606432, -1.9665141928113203, -2.2644943808199747, -0.5435243857947158]
+      velocities: [-0.19865050804711665, -0.1765189024559387, 0.22564752960819293, -0.3118178769133211, -0.06830675135907141, -0.16524201189543655]
+      accelerations: [0.11320000234062233, 0.013203809468374602, 0.0, 0.15738586641140032, 0.05604375669660418, -0.007012547461002584]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 650051572
+    - 
+      positions: [-0.5854381878293755, -0.04113923629884481, -0.8870240735606771, -1.9676263336169273, -2.2647378687462534, -0.5441143198156346]
+      velocities: [-0.1982471561524328, -0.17647176920759003, 0.22564752960819284, -0.31125721743575185, -0.06810708102769097, -0.16526683067625836]
+      accelerations: [0.1127770981593799, 0.013202484556328532, -5.440795814077399e-14, 0.15672251962346828, 0.05582115532986476, -0.006892154903879347]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 653621423
+    - 
+      positions: [-0.5861456239024506, -0.04176952395262035, -0.8862180417908547, -1.968737170762127, -2.2649807968907645, -0.5447047106572431]
+      velocities: [-0.19784505868795724, -0.17642461163935316, 0.22564752960819293, -0.3106985687817274, -0.06790807911023453, -0.1652912375906479]
+      accelerations: [0.11235642565089538, 0.01320092370649795, 1.0874801496743863e-13, 0.1560637088287297, 0.05559960345712267, -0.0067732542175687385]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 657193506
+    - 
+      positions: [-0.5868520660418264, -0.042400035960300855, -0.8854115075011765, -1.9698467072567745, -2.2652231663863907, -0.5452955560836115]
+      velocities: [-0.1974442101663854, -0.17637743065319966, 0.22564752960819295, -0.3101419186441917, -0.0677097431268486, -0.16531523740137277]
+      accelerations: [0.11193798048834397, 0.013199137115985264, -8.539171160027953e-14, 0.1554093650235796, 0.055379110179676005, -0.006655845613250935]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 660767816
+    - 
+      positions: [-0.5875575158681857, -0.04303077109241385, -0.8846044718908108, -1.970954946096316, -2.2654649783662153, -0.5458868538764386]
+      velocities: [-0.19704460511167818, -0.17633022712904325, 0.2256475296081929, -0.309587254861848, -0.06751207057978438, -0.1653388348550052]
+      accelerations: [0.11152174722401154, 0.013197127607725798, 3.879033949821824e-14, 0.1547594510638701, 0.05515966980234761, -0.006539913114215644]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 664344348
+    - 
+      positions: [-0.5882619750017472, -0.043661728127151314, -0.8837969361538935, -1.9720618902618727, -2.265706233963489, -0.5464786018349406]
+      velocities: [-0.1966462381649188, -0.17628300199386226, 0.2256475296081928, -0.30903456513903893, -0.0673150590873216, -0.16536203454210244]
+      accelerations: [0.11110766250866128, 0.013194866722322297, -8.528597367850914e-14, 0.1541140548607667, 0.054941216625274014, -0.006425378879098163]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 667923097
+    - 
+      positions: [-0.5889654450626537, -0.04429290585055045, -0.8829889014797743, -1.973167542718401, -2.2659469343122947, -0.5470707977747705]
+      velocities: [-0.19624910392511194, -0.1762357561191062, 0.22564752960819287, -0.30848383746360664, -0.0671187061823435, -0.1653848411092823]
+      accelerations: [0.11069580001241415, 0.013192414605101836, 1.2397584121006882e-13, 0.15347290603319033, 0.054723857587672106, -0.006312345566688552]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 671504056
+    - 
+      positions: [-0.589667927670195, -0.04492430305606493, -0.8821803690525899, -1.97427190641837, -2.2661870805462057, -0.5476634395297437]
+      velocities: [-0.19585319703864723, -0.1761884903784492, 0.225647529608193, -0.30793505986951, -0.06692300942617721, -0.16540725913881912]
+      accelerations: [0.11028604657615765, 0.013189710542386, -5.4206089159051424e-14, 0.1528362252785843, 0.05450746349740278, -0.006200668231674319]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 675087222
+    - 
+      positions: [-0.5903694244436246, -0.045555918544966156, -0.8813713400517582, -1.9753749842978887, -2.266426673799693, -0.5482565249497124]
+      velocities: [-0.19545851219433824, -0.1761412056446393, 0.22564752960819287, -0.30738822044939385, -0.06672796640233318, -0.16542929315675975]
+      accelerations: [0.10987847868529853, 0.013186816360587904, -1.5477962151758027e-14, 0.15220373575069562, 0.05429214472711358, -0.006090454041663967]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 678672588
+    - 
+      positions: [-0.5910699370013572, -0.046187751125901184, -0.880561815651538, -1.9764767792804967, -2.26666571520674, -0.5488500519023585]
+      velocities: [-0.19506504411675082, -0.1760939027861591, 0.22564752960819284, -0.306843307368062, -0.06653357470948273, -0.16545094763912965]
+      accelerations: [0.10947298716886662, 0.013183673276639187, 0.0, 0.15157565058586225, 0.054077776223030546, -0.005981561787978608]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 682260149
+    - 
+      positions: [-0.5917694669617617, -0.04681979961528712, -0.8797517970215022, -1.9775772942734184, -2.266904205902212, -0.5494440182711239]
+      velocities: [-0.19467278752070238, -0.17604658263685757, 0.22564752960819284, -0.3063003089873736, -0.06633983190132457, -0.16547222707904446]
+      accelerations: [0.10906967387478811, 0.0131803599458424, 0.0, 0.15095162393048797, 0.053864501768707294, -0.00587413597820389]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 685849901
+    - 
+      positions: [-0.5924680159421316, -0.047452062836740964, -0.8789412853259807, -1.978676532172416, -2.2671421470200688, -0.5500384219575718]
+      velocities: [-0.19428173718768837, -0.17599924604673023, 0.2256475296081929, -0.3057592136561387, -0.06614673558674244, -0.1654931358776765]
+      accelerations: [0.10866838729620017, 0.013176789351214777, 3.0899379527359003e-14, 0.15033198596250585, 0.05365214070687233, -0.005767974907866162]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 689441838
+    - 
+      positions: [-0.5931655855598559, -0.04808453962168067, -0.8781302817247372, -1.9797744958562609, -2.267379539695398, -0.5506332608783816]
+      velocities: [-0.19389188796631235, -0.17595189388212668, 0.2256475296081928, -0.3052200097094977, -0.06595428343000428, -0.16551367834475433]
+      accelerations: [0.10826922908033376, 0.013173039950727047, -1.0036216284619882e-13, 0.14971639174815696, 0.05344083663830898, -0.005663223320579484]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 693035955
+    - 
+      positions: [-0.5938621774313906, -0.04871722880875391, -0.8773187873724136, -1.9808711881915853, -2.267616385062629, -0.5512285329677121]
+      velocities: [-0.19350323468299407, -0.17590452696769493, 0.2256475296081929, -0.3046826857054764, -0.06576247303673358, -0.16553385882072652]
+      accelerations: [0.1078720976928858, 0.013169057121628226, 1.6974109855569935e-13, 0.14910503967873215, 0.05323047261493302, -0.005559747806567915]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 696632247
+    - 
+      positions: [-0.5945577931730007, -0.04935012924421099, -0.8765068034189664, -1.9819666120293822, -2.2678526842568187, -0.5518242361752472]
+      velocities: [-0.19311577217952886, -0.17585714611083392, 0.22564752960819318, -0.3041472303263809, -0.06557130200140471, -0.16555368162851758]
+      accelerations: [0.10747707383463914, 0.013164905592860529, -2.3132577319065876e-14, 0.14849764037911292, 0.053021165648664395, -0.005457666135667941]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 700230708
+    - 
+      positions: [-0.5952524343999088, -0.049983239781425194, -0.8756943310092159, -1.9830607702090122, -2.2680884384121733, -0.5524203684681367]
+      velocities: [-0.1927294953219304, -0.1758097521080263, 0.22564752960819298, -0.30361363234992855, -0.06538076792004413, -0.1655731510582615]
+      accelerations: [0.10708405127491992, 0.013160527269382417, -7.706230156415351e-14, 0.14789440829539002, 0.05281279190635681, -0.005356836637502278]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 703831335
+    - 
+      positions: [-0.5959461027270857, -0.05061655928129476, -0.874881371283305, -1.9841536655544683, -2.2683236486634235, -0.5530169278289125]
+      velocities: [-0.19234439910420825, -0.17576234581309907, 0.22564752960819284, -0.30308188037076156, -0.065190868523703, -0.16559227122359993]
+      accelerations: [0.10669305314443012, 0.01315594890776394, 7.701617535803841e-15, 0.1472952092088609, 0.05260539423603541, -0.005257297262948843]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 707434120
+    - 
+      positions: [-0.5966387997689082, -0.05125008661203655, -0.8740679253765279, -1.9852453008760063, -2.268558316145225, -0.5536139122561898]
+      velocities: [-0.19196047845156355, -0.17571492800820068, 0.2256475296081928, -0.3025519633284977, -0.06500160142537134, -0.16561104633560975]
+      accelerations: [0.10630408269812254, 0.013151184095669993, -4.618212689799268e-14, 0.146699964394012, 0.05239898949486217, -0.005159058652510892]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 711039061
+    - 
+      positions: [-0.5973305271389884, -0.051883820649071544, -0.8732539944192588, -1.9863356789709283, -2.268792441991867, -0.5542113197649416]
+      velocities: [-0.19157772833400194, -0.17566749947847266, 0.22564752960819268, -0.3020238702007015, -0.06481296426609963, -0.16562948054578935]
+      accelerations: [0.1059171000573464, 0.01314621809064384, -7.692440903941052e-15, 0.1461087104397327, 0.05219353939821774, -0.005062071617854237]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 714646151
+    - 
+      positions: [-0.5980212864503849, -0.05251776027511373, -0.8724395795370918, -1.9874248026225882, -2.269026027337634, -0.5548091483858403]
+      velocities: [-0.1911961437964152, -0.17562006103241623, 0.22564752960819276, -0.30149758991895603, -0.06462495475538396, -0.16564757790105925]
+      accelerations: [0.1055320919400449, 0.01314105318227509, 4.612726023426614e-14, 0.14552141539678565, 0.0519890384821735, -0.004966321954046578]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 718255386
+    - 
+      positions: [-0.5987110793155888, -0.05315190438014491, -0.8716246818508437, -1.988512674600474, -2.269259073316787, -0.5554073961651516]
+      velocities: [-0.19081571988702134, -0.17557261345433423, 0.22564752960819284, -0.30097311156342893, -0.06443757057804059, -0.16566534244646147]
+      accelerations: [0.10514905828575577, 0.013135700995883983, 0.0, 0.14493800818514505, 0.05178550017238726, -0.0048718175284352475]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 721866760
+    - 
+      positions: [-0.5993999073463797, -0.05378625186130592, -0.8708093024765068, -1.9895992976608703, -2.269491581063307, -0.5560060611649522]
+      velocities: [-0.19043645165177042, -0.17552515750138048, 0.22564752960819293, -0.30045042437514463, -0.06425080938697028, -0.16568277823333022]
+      accelerations: [0.10476798899155741, 0.013130165422310889, 4.6072776487524236e-14, 0.14435845036926598, 0.05158292302304538, -0.004778548709891246]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 725480269
+    - 
+      positions: [-0.6000877721537826, -0.054420801622859144, -0.8699934425252391, -1.9906846745470508, -2.2697235517108294, -0.5566051414630916]
+      velocities: [-0.1900583341852793, -0.17547769393764745, 0.22564752960819284, -0.2999295176158938, -0.06406466886988121, -0.165699889246745]
+      accelerations: [0.10438885590000878, 0.01312443919296887, -9.976563312145542e-14, 0.1437827487087722, 0.05138128355154449, -0.004686483266629656]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 729095908
+    - 
+      positions: [-0.6007746753481822, -0.05505555257622341, -0.8691771031034493, -1.9917688079887572, -2.269954986392831, -0.5572046351527874]
+      velocities: [-0.18968136264089175, -0.17543022354021723, 0.2256475296081927, -0.2994103805418882, -0.06387914676284678, -0.16571667939007234]
+      accelerations: [0.10401164348920694, 0.013118522854454029, 3.0679114161842416e-14, 0.14321087953540165, 0.05118057289560144, -0.004595603134604953]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 732713671
+    - 
+      positions: [-0.6014606185393296, -0.055690503639957256, -0.8683602853128162, -1.9928517007021647, -2.270185886242655, -0.5578045403424519]
+      velocities: [-0.1893055321642119, -0.1753827470555968, 0.2256475296081928, -0.2988930025823039, -0.06369424076364186, -0.16573315258111554]
+      accelerations: [0.10363636047526657, 0.013112433218797263, 7.665293199379023e-15, 0.14264275110579186, 0.050980815550891886, -0.004505929339739233]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 736333555
+    - 
+      positions: [-0.6021456033361257, -0.05632565373961444, -0.8675429902501987, -1.9939333553908882, -2.270416252393123, -0.5584048551561099]
+      velocities: [-0.18893083791354942, -0.1753352652135756, 0.22564752960819276, -0.29837737328286396, -0.06350994855855038, -0.16574931272379617]
+      accelerations: [0.10326298012344344, 0.01310616314835668, -1.5321646714775893e-14, 0.14207837120627695, 0.050781987861591577, -0.004417428225104044]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 739955553
+    - 
+      positions: [-0.602829631346731, -0.05696100180778532, -0.8667252190077094, -1.9950137747454728, -2.270646085976737, -0.5590055777329803]
+      velocities: [-0.18855727511966924, -0.17528777876775775, 0.2256475296081928, -0.29786348213887537, -0.06332626790148957, -0.16576516361917584]
+      accelerations: [0.10289147826351286, 0.013099707055339492, 3.0625475701322966e-14, 0.1415177405585908, 0.050584070668791864, -0.004330071748433772]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 743579662
+    - 
+      positions: [-0.6035127041786529, -0.0575965467841245, -0.8659069726727804, -1.9960929614429876, -2.2708753881258246, -0.5596067062271334]
+      velocities: [-0.18818483904090882, -0.17524028846465706, 0.2256475296081928, -0.29735131872061876, -0.0631431965545978, -0.16578070903223663]
+      accelerations: [0.10252185308599382, 0.013093074871811971, -3.060771925839737e-14, 0.14096079788806865, 0.050387073206625214, -0.004243863244334488]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 747205877
+    - 
+      positions: [-0.6041948234386295, -0.05823228761525758, -0.865088252328122, -1.9971709181475792, -2.271104159972341, -0.5602082388076383]
+      velocities: [-0.18781352491725012, -0.1751927950139609, 0.22564752960819284, -0.2968408727960067, -0.06296073222900818, -0.1657959527589598]
+      accelerations: [0.10215410584588855, 0.013086277392059264, 6.1180047492518e-14, 0.1404074765078955, 0.050191009014666124, -0.004158811732767291]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 750834192
+    - 
+      positions: [-0.6048759907324855, -0.058868223254686894, -0.8642690590516676, -1.9982476475111188, -2.27133240264762, -0.5608101736587954]
+      velocities: [-0.18744332804062408, -0.17514529913565796, 0.22564752960819293, -0.2963321341365325, -0.06277887267670823, -0.16581089852317663]
+      accelerations: [0.10178819606310617, 0.013079298542959212, -1.528619440687683e-14, 0.13985782239192512, 0.049995836709160475, -0.004074863736425496]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 754464603
+    - 
+      positions: [-0.6055562076653735, -0.05950435266289622, -0.8634493939167172, -1.9993231521721082, -2.2715601172827915, -0.5614125089793984]
+      velocities: [-0.18707424376454918, -0.17509780156643268, 0.22564752960819287, -0.29582509248950745, -0.06259761570403455, -0.16582554996137117]
+      accelerations: [0.10142411981280801, 0.013072145594936607, -1.527740705676282e-14, 0.1393117843479051, 0.04980156246402678, -0.003992019999314885]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 758097105
+    - 
+      positions: [-0.6062354758416816, -0.06014067480728388, -0.8626292579919066, -2.000397434756096, -2.2717873050086252, -0.5620152429828368]
+      velocities: [-0.1867062673792249, -0.17505030297680235, 0.22564752960819284, -0.29531973792197225, -0.06241695900696811, -0.1658399108101034]
+      accelerations: [0.1010619054901209, 0.013064848089134542, 0.0, 0.13876921919024085, 0.04960823562995055, -0.00391033032112261]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 761731694
+    - 
+      positions: [-0.6069137968646365, -0.06077718866191579, -0.8618086523410288, -2.001470497877509, -2.2720139669548414, -0.5626183738979552]
+      velocities: [-0.1863393942857277, -0.17500280408704097, 0.22564752960819282, -0.2948160603382066, -0.06223690040164141, -0.16585398464369072]
+      accelerations: [0.10070145340764507, 0.013057349487823436, -1.5259922008843595e-14, 0.13823034147483, 0.04941573557024239, -0.0038296511577457643]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 765368364
+    - 
+      positions: [-0.6075911723371061, -0.061413893207951376, -0.8609875780234532, -2.0025423441359744, -2.272240104251505, -0.5632218999669174]
+      velocities: [-0.18597361990102956, -0.17495530560451034, 0.22564752960819295, -0.29431404973967545, -0.062057437698791185, -0.16586777501762257]
+      accelerations: [0.1003428443004156, 0.013049713779655627, 9.150734381024917e-14, 0.13769486532174566, 0.04922418071741004, -0.0037501112378268173]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 769007111
+    - 
+      positions: [-0.6082676038607159, -0.06205078743313095, -0.8601660360937015, -2.003612976120367, -2.2724657180274925, -0.5638258194472879]
+      velocities: [-0.1856089395840943, -0.17490780817399992, 0.22564752960819306, -0.29381369643249483, -0.06187856860569075, -0.16588128558209883]
+      accelerations: [0.0999860192452658, 0.013041911746838166, -3.8106388386727335e-14, 0.13716289129258083, 0.049033504448751104, -0.0036716295784188753]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 772647931
+    - 
+      positions: [-0.6089430930362693, -0.06268787033198459, -0.8593440276016815, -2.0046823964068863, -2.2726908094112264, -0.5644301306108567]
+      velocities: [-0.18524534883817562, -0.17486031251325707, 0.22564752960819273, -0.29331499046184706, -0.06170029099558964, -0.1658945197723991]
+      accelerations: [0.09963094786719125, 0.01303393285771393, -1.371052439975451e-13, 0.13663444466492727, 0.04884367711563064, -0.0035941647569808265]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 776290818
+    - 
+      positions: [-0.6096176414639124, -0.06332514090590545, -0.8585215535927786, -2.005750607558316, -2.2729153795309593, -0.5650348317430876]
+      velocities: [-0.1848828431323506, -0.17481281929422898, 0.22564752960819265, -0.2928179221062155, -0.061522602670476725, -0.16590748108063363]
+      accelerations: [0.09927766941474334, 0.013025813139316549, 9.135183440990695e-14, 0.13610935465343504, 0.04865476249869445, -0.003517785179764221]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 779935768
+    - 
+      positions: [-0.6102912507426347, -0.0639625981628495, -0.8576986151076311, -2.0068176121263024, -2.2731394295139085, -0.5656399211442569]
+      velocities: [-0.18452141795640867, -0.17476532917915066, 0.22564752960819268, -0.2923224817270115, -0.06134550143433888, -0.16592017297388795]
+      accelerations: [0.09892612347540257, 0.013017522240738424, -6.847525976797862e-14, 0.13558772926103843, 0.0484666907799235, -0.003442404568051908]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 783582777
+    - 
+      positions: [-0.6109639224707144, -0.06460024111755795, -0.8568752131823684, -2.0078834126493303, -2.2733629604870353, -0.5662453971281969]
+      velocities: [-0.18416106883504763, -0.17471784283104846, 0.22564752960819273, -0.2918286597248173, -0.06116898511189861, -0.16593259887212802]
+      accelerations: [0.0985763415571403, 0.013009090381912653, 9.124903084240849e-14, 0.13506942205773761, 0.04827951543479703, -0.0033680791940907413]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 787231839
+    - 
+      positions: [-0.6116356582452959, -0.06523806879130718, -0.8560513488484193, -2.0089480116546428, -2.273585973576306, -0.5668512580232485]
+      velocities: [-0.18380179130306107, -0.17467036089678184, 0.22564752960819306, -0.29133644660863034, -0.06099305151618141, -0.16594476218520196]
+      accelerations: [0.09822827699612843, 0.0130004965313842, 9.119788687084705e-14, 0.13455450314679954, 0.04809318453486514, -0.0032947432088982977]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 790882951
+    - 
+      positions: [-0.6123064596627085, -0.06587608021205671, -0.8552270231326872, -2.010011411656807, -2.273808469907254, -0.5674575021713194]
+      velocities: [-0.18344358095913055, -0.17462288404325566, 0.22564752960819304, -0.29084583284509924, -0.060817698521069975, -0.1659566662294633]
+      accelerations: [0.09788193189713046, 0.012991751038977243, -1.0633806570295903e-13, 0.1340429089894671, 0.04790771180719564, -0.0032224072229595185]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 794536107
+    - 
+      positions: [-0.6129763283183239, -0.06651427441435537, -0.8544022370574975, -2.0110736151583564, -2.2740304506047315, -0.568064127928125]
+      velocities: [-0.18308643341658476, -0.17457541292504128, 0.22564752960819273, -0.29035680899367844, -0.060642923994841016, -0.16596831430496045]
+      accelerations: [0.09753728670680044, 0.012982850625245712, -6.073073975350262e-14, 0.1335346357502483, 0.04772308182628621, -0.003151047795764573]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 798191304
+    - 
+      positions: [-0.6136452658066228, -0.0671526504393523, -0.8535769916406446, -2.0121346246495126, -2.274251916793025, -0.5686711336629025]
+      velocities: [-0.18273034425485246, -0.17452794815126677, 0.22564752960819273, -0.2898693658437125, -0.06046872573525952, -0.16597970977224963]
+      accelerations: [0.09719437013120143, 0.012973823715359793, 5.3109860067665674e-14, 0.13302954519083698, 0.04753934380849091, -0.0030807175595776687]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 801848536
+    - 
+      positions: [-0.614313273720792, -0.067791207334551, -0.852751287895222, -2.013194442609984, -2.274472869595162, -0.5692785177592998]
+      velocities: [-0.18237530911162636, -0.17448049034828889, 0.2256475296081929, -0.28938349415349096, -0.060295101593755104, -0.1659908559074017]
+      accelerations: [0.09685311230411996, 0.012964632745168788, 5.30804206354954e-14, 0.13252777636857763, 0.04735641445879052, -0.003011313843856157]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 805507799
+    - 
+      positions: [-0.6149803536532797, -0.06842994415409999, -0.8519251268299003, -2.0142530715064852, -2.274693310133872, -0.5698862786138585]
+      velocities: [-0.1820213237358753, -0.1744330401949984, 0.22564752960819287, -0.2888991845002369, -0.06012204954779801, -0.1660017558159781]
+      accelerations: [0.09651351307865706, 0.012955286844207145, -7.578725490294369e-14, 0.1320292732176634, 0.0471743035014102, -0.002942842345792138]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 809169090
+    - 
+      positions: [-0.6156465071956773, -0.06906885995870414, -0.8510985094488881, -2.0153105137932723, -2.274913239531392, -0.5704944146361751]
+      velocities: [-0.18166838375975497, -0.174385598270044, 0.2256475296081927, -0.28841642792087796, -0.059949567392619973, -0.16601241279648019]
+      accelerations: [0.09617562730807351, 0.012945831920097068, -1.5149095112457915e-14, 0.13153382483096457, 0.046993096132942606, -0.0028753990581197697]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 812832402
+    - 
+      positions: [-0.6163117359380655, -0.06970795381523684, -0.8502714367516409, -2.016366771915086, -2.2751326589083214, -0.5711029242504619]
+      velocities: [-0.18131648490208718, -0.17433816518873285, 0.22564752960819276, -0.2879352153381436, -0.05977765301649776, -0.1660228300169649]
+      accelerations: [0.09583934378688345, 0.012936202318865666, 4.542230011258872e-14, 0.13104168876885322, 0.04681265175766236, -0.002808813112865392]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 816497732
+    - 
+      positions: [-0.6169760414699776, -0.07034722479726022, -0.849443909733331, -2.0174218483028366, -2.2753515693853092, -0.5717118058929656]
+      velocities: [-0.1809656229438792, -0.17429074158653818, 0.2256475296081929, -0.2874555376287973, -0.05960630436797612, -0.1660330105532079]
+      accelerations: [0.09550473080427646, 0.012926452922488469, 2.26986983983992e-14, 0.13055261717032698, 0.046633073468555636, -0.00274320134468511]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 820165076
+    - 
+      positions: [-0.6176394253796144, -0.07098667198456166, -0.8486159293844973, -2.018475745377123, -2.275569972081685, -0.5723210580138498]
+      velocities: [-0.18061579360731672, -0.1742433280378491, 0.22564752960819295, -0.28697738596355526, -0.059435519291782445, -0.16604295758253457]
+      accelerations: [0.0951717433194897, 0.012916562438430637, 1.5124191638836606e-14, 0.13006668213543074, 0.04645431031502155, -0.0026784987979933377]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 823834428
+    - 
+      positions: [-0.6183018892541666, -0.07162629446331352, -0.8477874966912117, -2.0195284655468018, -2.2757878681160233, -0.5729306790762565]
+      velocities: [-0.18026699269592672, -0.17419592515057553, 0.2256475296081929, -0.2865007514114874, -0.05926529571962143, -0.16605267415986527]
+      accelerations: [0.094840373211977, 0.01290653410908703, -5.290580633908902e-14, 0.12958385187446128, 0.04627636130226886, -0.002614700142816053]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 827505785
+    - 
+      positions: [-0.6189634346797782, -0.07226609132603252, -0.8469586126350784, -2.020580011209162, -2.2760052586060837, -0.5735406675562889]
+      velocities: [-0.17991921605007594, -0.1741485335365895, 0.22564752960819287, -0.2860256250625688, -0.05909563161025545, -0.16606216328648282]
+      accelerations: [0.09451059985016992, 0.012896362784066695, 4.5323173598905136e-14, 0.12910413171936347, 0.04609920826103808, -0.0025517780566626023]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 831179143
+    - 
+      positions: [-0.6196240632416338, -0.07290606167160896, -0.8461292781932895, -2.021630384749535, -2.276222144668966, -0.5741510219426561]
+      velocities: [-0.17957245947077077, -0.1741011537600429, 0.22564752960819284, -0.2855519982442715, -0.058926524845047484, -0.16607142803609112]
+      accelerations: [0.09418245665640762, 0.012886079819235768, -5.284835877277379e-14, 0.12862737218731637, 0.045922907072475136, -0.0024897958623178993]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 834854497
+    - 
+      positions: [-0.6202837765235101, -0.07354620460502882, -0.8452994943384389, -2.0226795885433018, -2.27643852742033, -0.5747617407377191]
+      velocities: [-0.17922671880583196, -0.1740537863959912, 0.2256475296081928, -0.2850798622759866, -0.05875797334604119, -0.16608047141517085]
+      accelerations: [0.0938558761796497, 0.012875648150331069, 7.545682074887155e-15, 0.12815371242576729, 0.045747375340528175, -0.0024286502957229857]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 838531842
+    - 
+      positions: [-0.6209425761083305, -0.07418651923767086, -0.8444692620387887, -2.0237276249534313, -2.2766544079753652, -0.5753728224559526]
+      velocities: [-0.17888198997781862, -0.17400643204907024, 0.2256475296081929, -0.2846092083882643, -0.05858997511480407, -0.1660892963140928]
+      accelerations: [0.0935308767359937, 0.012865088959294203, 6.033289438834179e-14, 0.12768304709864411, 0.04557264784563674, -0.0023683781250540144]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 842211174
+    - 
+      positions: [-0.6216004635778692, -0.07482700468711391, -0.8436385822581511, -2.0247744963318115, -2.27686978744828, -0.5759842656245804]
+      velocities: [-0.1785382688509749, -0.17395909126401138, 0.22564752960819298, -0.2841400281019189, -0.05842252804958004, -0.16609790572881705]
+      accelerations: [0.09320746332773835, 0.012854413848644592, -1.5075109267567938e-14, 0.12721530930286506, 0.04539874168713594, -0.0023089967333476736]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 845892490
+    - 
+      positions: [-0.6222574405125855, -0.07546766007702461, -0.8428074559558321, -2.025820205019987, -2.2770846669520095, -0.576596068783905]
+      velocities: [-0.17819555134947224, -0.17391176460598076, 0.22564752960819295, -0.28367231288740125, -0.058255630108643666, -0.16610630256449532]
+      accelerations: [0.0928855900585543, 0.012843600310814633, -7.53351050531205e-15, 0.12675057905926695, 0.04522560286487152, -0.002250436162597299]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 849575784
+    - 
+      positions: [-0.6229135084919706, -0.07610848453733428, -0.8419758840867996, -2.026864753347625, -2.277299047598833, -0.577208230486286]
+      velocities: [-0.1778538334713776, -0.17386445266941258, 0.22564752960819284, -0.2832060541254424, -0.05808927932970088, -0.16611448961019354]
+      accelerations: [0.09256525446264152, 0.012832655161657833, -3.764739669415881e-14, 0.12628881094930017, 0.0450532380187742, -0.002192700162231113]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 853261053
+    - 
+      positions: [-0.62356866909446, -0.07674947720416513, -0.8411438676016626, -2.0279081436329194, -2.2775129305002184, -0.5778207492962556]
+      velocities: [-0.17751311113303947, -0.17381715597355268, 0.2256475296081929, -0.2827412435523448, -0.057923473614234694, -0.16612246980223316]
+      accelerations: [0.09224649518511892, 0.012821612584081953, 6.020368847475919e-14, 0.12582984344043766, 0.044881710240584585, -0.00213586177056223]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 856948293
+    - 
+      positions: [-0.6242229238969318, -0.07739063721952708, -0.8403114074464633, -2.028950378184815, -2.2777263167659463, -0.5784336237917143]
+      velocities: [-0.17717338031473817, -0.17376987506113528, 0.22564752960819306, -0.28227787283984995, -0.05775821093038018, -0.16613024597792353]
+      accelerations: [0.09192923079449337, 0.012810425838429581, 2.2564366778207512e-14, 0.12537385924791616, 0.044710916112935796, -0.0020797911523406237]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 860637499
+    - 
+      positions: [-0.624876274475417, -0.07803196373170115, -0.8394785045630059, -2.0299914592998785, -2.277939207505361, -0.5790468525619723]
+      velocities: [-0.17683463707039018, -0.17372261050443588, 0.22564752960819295, -0.28181593356879264, -0.05759348932587893, -0.16613782085988898]
+      accelerations: [0.0916134947557445, 0.012799125813297028, -7.517462865889406e-14, 0.12492071132794541, 0.04454091173273002, -0.0020245528831035497]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 864328666
+    - 
+      positions: [-0.6255287224046499, -0.0786734558949598, -0.8386451598886766, -2.031031389264294, -2.278151603826583, -0.5796604342088088]
+      velocities: [-0.176496877399584, -0.1736753628195395, 0.2256475296081929, -0.2813554175920505, -0.05742930675131898, -0.1661451972705647]
+      accelerations: [0.09129927511367984, 0.012787712258105008, 3.75674140263974e-14, 0.1244703856999004, 0.04437168958368752, -0.0019701335117330316]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 868021792
+    - 
+      positions: [-0.6261802692580803, -0.07931511286955809, -0.8378113743564606, -2.032070170353807, -2.278363506836539, -0.5802743673463238]
+      velocities: [-0.17616009738912713, -0.17362813256202547, 0.225647529608193, -0.2808963166302338, -0.05726566125616146, -0.16615237789421328]
+      accelerations: [0.09098652870466196, 0.012776164202292177, 3.0038061354057927e-14, 0.1240229545700534, 0.04420319957058308, -0.0019164687003746482]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 871716871
+    - 
+      positions: [-0.626830916608202, -0.07995693382189606, -0.8369771488951046, -2.033107804832308, -2.278574917641532, -0.5808886505999875]
+      velocities: [-0.17582429308627234, -0.17358092024125182, 0.22564752960819304, -0.2804386226349205, -0.05710255081295759, -0.16615936549272953]
+      accelerations: [0.09067531227330579, 0.01276452778626854, -1.5011120785933295e-14, 0.12357820749181454, 0.04403552936447107, -0.001863661862767955]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 875413900
+    - 
+      positions: [-0.627480666025866, -0.0805989179241099, -0.8361424844288307, -2.034144294954841, -2.2787858373460494, -0.5815032826083099]
+      velocities: [-0.17548946059587603, -0.17353372638642897, 0.2256475296081928, -0.2799823275048468, -0.056939973453750556, -0.16616616273651497]
+      accelerations: [0.09036553019318937, 0.012752746304613432, -1.2002588634881878e-13, 0.12313637028171118, 0.04386855514850807, -0.0018115572595118574]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 879112875
+    - 
+      positions: [-0.6281295190811504, -0.08124106435454685, -0.835307381877728, -2.0351796429638065, -2.2789962670542883, -0.5821182620204688]
+      velocities: [-0.1751555960444206, -0.17348655152192394, 0.2256475296081928, -0.2795274231942644, -0.056777927218165034, -0.16617277227077454]
+      accelerations: [0.090057258687897, 0.012740879207988802, 1.1246531667922793e-13, 0.12269717421382069, 0.04370239262454023, -0.001760294108665996]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 882813791
+    - 
+      positions: [-0.6287774773424699, -0.081883372297234, -0.8344718421573871, -2.0362138510928736, -2.279206207868596, -0.5827335874985293]
+      velocities: [-0.17482269554123708, -0.17343939614170212, 0.22564752960819268, -0.2790739018189905, -0.05661641010119868, -0.16617919677856885]
+      accelerations: [0.08975042323086191, 0.012728883645903102, -1.573691693070178e-13, 0.12226078772177876, 0.04353694632581396, -0.0017097509196739218]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 886516644
+    - 
+      positions: [-0.6294245423772362, -0.08252584094223916, -0.8336358661791946, -2.037246921564089, -2.279415660890636, -0.5833492577156075]
+      velocities: [-0.17449075525374413, -0.17339226076023045, 0.22564752960819262, -0.27862175544114365, -0.05645542015741577, -0.16618543885342724]
+      accelerations: [0.08944505939089346, 0.012716791507517877, 1.2732769465308898e-13, 0.12182705875363543, 0.043372275585790036, -0.0016599979986041543]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 890221431
+    - 
+      positions: [-0.6300707157513834, -0.08316846948537597, -0.8327994548501493, -2.0382788565899745, -2.2796246272205547, -0.5839652713570136]
+      velocities: [-0.17415977138313643, -0.17334514589636893, 0.225647529608193, -0.2781709761362375, -0.05629495546843251, -0.16619150103841052]
+      accelerations: [0.08914110593465445, 0.012704568693757046, 7.485970981615147e-14, 0.12139611941534838, 0.04320830265381568, -0.0016109351451660545]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 893928147
+    - 
+      positions: [-0.6307159990298993, -0.08381125712849355, -0.8319626090730954, -2.039309658371209, -2.279833107957922, -0.5845816271187475]
+      velocities: [-0.17382974012804164, -0.1732980520480481, 0.22564752960819315, -0.27772155610044835, -0.05613501409068569, -0.1661973858916887]
+      accelerations: [0.08883861806016685, 0.012692260715606493, 0.0, 0.12096776006629788, 0.04304511500717871, -0.001562668006354873]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 897636789
+    - 
+      positions: [-0.6313603937761437, -0.08445420307905549, -0.8311253297464576, -2.0403393290996243, -2.2800411042005324, -0.5851983237091885]
+      velocities: [-0.17350065767003325, -0.17325097968353043, 0.2256475296081929, -0.27727348768991816, -0.055975594036097004, -0.16620309601128277]
+      accelerations: [0.08853754243962492, 0.012679838198893616, -1.2712974646331633e-13, 0.12054209166263144, 0.042882645393898265, -0.001515109821410044]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 901347351
+    - 
+      positions: [-0.6320039015523012, -0.08509730655039155, -0.8302876177644395, -2.0413678709562255, -2.2802486170452116, -0.5858153598477983]
+      velocities: [-0.17317252026161328, -0.1732039293007288, 0.22564752960819268, -0.276826763165019, -0.05581669339559858, -0.16620863388199147]
+      accelerations: [0.08823788685961274, 0.0126673146341641, 0.0, 0.12011904272603775, 0.04272091465850161, -0.0014682836672753406]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 905059832
+    - 
+      positions: [-0.6326465239191921, -0.08574056676155661, -0.8294494740169662, -2.0423952861120354, -2.280455647587481, -0.5864327342655229]
+      velocities: [-0.17284532418383525, -0.17315690139879267, 0.2256475296081929, -0.2763813748118137, -0.05565831028017436, -0.16621400194618885]
+      accelerations: [0.08793962096967947, 0.012654675998011882, 1.1205776411536775e-13, 0.11969865871800721, 0.0425598874488359, -0.0014221410937970116]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 908774225
+    - 
+      positions: [-0.6332882624364932, -0.086383982937452, -0.828610899389779, -2.0434215767271446, -2.2806621969219556, -0.5870504457040949]
+      velocities: [-0.17251906570986217, -0.17310989645365493, 0.22564752960819293, -0.27593731504774144, -0.0555004427695177, -0.16621920267109347]
+      accelerations: [0.08764277221987747, 0.012641948923608424, -8.960020783118919e-14, 0.11928081146216013, 0.04239961224970421, -0.001376741397219959]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 912490528
+    - 
+      positions: [-0.6339291186623414, -0.08702755430856474, -0.8277718947642967, -2.0444467449524453, -2.280868266141647, -0.5876684929169949]
+      velocities: [-0.17219374112840713, -0.17306291493295708, 0.22564752960819287, -0.2754945763557518, -0.05534308894419781, -0.1662242385083361]
+      accelerations: [0.08734729771849917, 0.012629111355387728, 5.970289693051156e-14, 0.11886558196851153, 0.04224003644238257, -0.0013320144285563031]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 916208737
+    - 
+      positions: [-0.6345690941536845, -0.08767128011115423, -0.8269324610177692, -2.04547079292812, -2.281073856338586, -0.5882868746684088]
+      velocities: [-0.1718693467377555, -0.17301595729385952, 0.22564752960819295, -0.2750531512948209, -0.05518624687881683, -0.16622911190151687]
+      accelerations: [0.08705322815410341, 0.012616191068437768, -2.2377155793141138e-14, 0.11845283666231832, 0.04208121216210285, -0.001288023512602545]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 919928848
+    - 
+      positions: [-0.6352081904658564, -0.0883151595869912, -0.8260925990231177, -2.0464937227854834, -2.2812789686030794, -0.5889055897342618]
+      velocities: [-0.17154587889220757, -0.17296902401369085, 0.22564752960819293, -0.2746130323678786, -0.05502991470751327, -0.16623382520500207]
+      accelerations: [0.0867604957828147, 0.012603149555963455, 1.4910506726197607e-14, 0.11804272755771025, 0.041923051673763014, -0.001244654970243347]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 923650856
+    - 
+      positions: [-0.6358464091531913, -0.08895919198368729, -0.8252523096492, -2.047515536644354, -2.2814836040247957, -0.5895246369004874]
+      velocities: [-0.17122333394270778, -0.1729221155494427, 0.22564752960819295, -0.27417421219491533, -0.05487409053926852, -0.1662383807905072]
+      accelerations: [0.08646916322953095, 0.012590036329669119, 7.451466345588723e-15, 0.11763502829477013, 0.04176565260583894, -0.0012020293772565748]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 927374758
+    - 
+      positions: [-0.6364837517682599, -0.08960337655423561, -0.8244115937605152, -2.0485362366163518, -2.281687763691422, -0.5901440149649542]
+      velocities: [-0.17090170827221096, -0.17287523236283156, 0.22564752960819312, -0.2737366834048872, -0.054718772509514096, -0.16624278098124712]
+      accelerations: [0.08617914387692767, 0.012576799454696422, 7.447690812125667e-14, 0.11722994890554772, 0.04160889961731046, -0.001159997830589293]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 931100551
+    - 
+      positions: [-0.6371202198626911, -0.09024771255746898, -0.8235704522175453, -2.0495558248013723, -2.2818914486901187, -0.5907637227351863]
+      velocities: [-0.17058099826933462, -0.1728283749018888, 0.225647529608193, -0.273300438716064, -0.054563958741879075, -0.16624702810235492]
+      accelerations: [0.08589051448593202, 0.012563498270916903, -1.2654675384158223e-13, 0.11682722023696235, 0.04145291079876702, -0.001118707881147971]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 934828230
+    - 
+      positions: [-0.637755814986253, -0.09089219925750412, -0.8227288858764058, -2.0505743032915538, -2.282094660105904, -0.5913837590307071]
+      velocities: [-0.17026120034575776, -0.17278154361311998, 0.22564752960819282, -0.27286547088228885, -0.054409647373506356, -0.16625112444717133]
+      accelerations: [0.0856031792430479, 0.01255007436536334, 1.4880347866316292e-14, 0.11642708105727241, 0.041297557364594784, -0.0010779927154454336]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 938557791
+    - 
+      positions: [-0.6383905386877804, -0.09153683592426395, -0.8218868955892229, -2.0515916741673075, -2.2822973990232898, -0.5920041226804794]
+      velocities: [-0.1699423109319298, -0.17273473893845093, 0.22564752960819284, -0.2724317727055656, -0.05425583654871836, -0.16625507228654715]
+      accelerations: [0.0853172171903874, 0.01253658865279625, -7.436432456538896e-15, 0.11602925583609185, 0.041142960712528494, -0.0010380047590767521]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 942289232
+    - 
+      positions: [-0.6390243925142264, -0.09218162183290222, -0.8210444822037783, -2.052607939501389, -2.2824996665246187, -0.5926248125253243]
+      velocities: [-0.16962432647184825, -0.17268796131248704, 0.2256475296081929, -0.271999337049033, -0.054102524412525, -0.16625887387656146]
+      accelerations: [0.08503253546220427, 0.012522984242861152, 4.459621320980778e-14, 0.11563397625521347, 0.04098899569014465, -0.000998581531588986]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 946022547
+    - 
+      positions: [-0.6396573780115669, -0.09282655626431888, -0.8202016465638704, -2.053623101355047, -2.282701463691659, -0.5932458274154281]
+      velocities: [-0.1693072434464465, -0.17264121117766712, 0.22564752960819295, -0.27156815677051205, -0.05394970914330578, -0.16626253141811081]
+      accelerations: [0.08474920055306044, 0.012509313870799194, -2.2286949311771726e-14, 0.11524100275030909, 0.04083576609980717, -0.00095985369748417]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 949757734
+    - 
+      positions: [-0.6402894967239827, -0.09347163850465291, -0.8193583895090158, -2.054637161781531, -2.2829027916041706, -0.5938671662124184]
+      velocities: [-0.16899105830957856, -0.17259448894113733, 0.22564752960819295, -0.271138224908126, -0.0537973888614791, -0.16626604717283083]
+      accelerations: [0.08446715400711911, 0.012495543783503283, 3.712637549401219e-14, 0.1148504675105291, 0.040683195826741694, -0.0009217210196060793]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 953494788
+    - 
+      positions: [-0.6409207501943963, -0.09411686784558572, -0.8185147118746681, -2.0556501228238, -2.283103651340853, -0.5944888277878405]
+      velocities: [-0.16867576760036707, -0.1725477950519938, 0.2256475296081928, -0.2707095343469178, -0.05364556179194607, -0.16626942325485983]
+      accelerations: [0.08418640219012731, 0.012481685327106133, -1.2616682808519372e-13, 0.11446230970855521, 0.04053130167251463, -0.0008842026346949903]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 957233706
+    - 
+      positions: [-0.6415511399643095, -0.09476224358422336, -0.8176706144921636, -2.05666198651525, -2.283304043979066, -0.5951108110234973]
+      velocities: [-0.16836136781805322, -0.17250112991495792, 0.22564752960819262, -0.270282078191663, -0.0534942260827393, -0.16627266186522902]
+      accelerations: [0.08390695370616379, 0.01246775095758928, 2.967156844670522e-14, 0.11407646206835964, 0.04038010463733882, -0.0008473238206353031]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 960974484
+    - 
+      positions: [-0.6421806675736094, -0.09540776502296226, -0.8168260981886691, -2.0576727548805342, -2.2835039705944897, -0.5957331148118762]
+      velocities: [-0.16804785551530732, -0.17245449395502221, 0.2256475296081928, -0.2698558494873208, -0.053343379940358315, -0.16627576511631753]
+      accelerations: [0.0836287650671686, 0.012453717436574701, 5.931373602189483e-14, 0.11369301340579492, 0.04022954916043109, -0.000811009852844162]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 964717119
+    - 
+      positions: [-0.642809334560952, -0.096053431469698, -0.8159811637873331, -2.0586824299339566, -2.2837034322618077, -0.596355738055025]
+      velocities: [-0.16773522724007978, -0.172407887577639, 0.22564752960819295, -0.26943084139032963, -0.05319302154632098, -0.16627873514045546]
+      accelerations: [0.0833518760005218, 0.01243961848253557, 3.7052763664190866e-14, 0.11331180505713782, 0.040079700848377635, -0.0007753440587271805]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 968461607
+    - 
+      positions: [-0.6434371424632315, -0.0966992422374931, -0.8151358121071014, -2.059691013681734, -2.2839024300537734, -0.5969786796658877]
+      velocities: [-0.16742347956684797, -0.17236131119029646, 0.2256475296081929, -0.26900704707598033, -0.05304314910198684, -0.16628157403244748]
+      accelerations: [0.08307622641569029, 0.012425419348496869, -8.147589163354291e-14, 0.11293297533369195, 0.03993048027111619, -0.0007402211069574588]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 972207944
+    - 
+      positions: [-0.6440640928161449, -0.09734519664489209, -0.8142900439629418, -2.06069850811961, -2.2841009650422133, -0.5976019385666952]
+      velocities: [-0.16711260909673614, -0.17231476520211117, 0.2256475296081928, -0.26858445973885825, -0.05289376082896469, -0.16628428384861177]
+      accelerations: [0.08280185599649548, 0.012411153938704395, 3.701628230162308e-14, 0.11255636556942666, 0.0397819527889284, -0.0007057237708586096]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 975956127
+    - 
+      positions: [-0.6446901871536629, -0.09799129401558601, -0.8134438601656593, -2.061704915235124, -2.2842990382970965, -0.5982255136902945]
+      velocities: [-0.16680261242139854, -0.1722682499999551, 0.225647529608193, -0.268163072697325, -0.052744854916812536, -0.16628686667487425]
+      accelerations: [0.08252872402437907, 0.01239680027024302, 8.139586766866378e-14, 0.11218205830136364, 0.0396340669704945, -0.0006717831721677373]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 979706151
+    - 
+      positions: [-0.6453154270083855, -0.09863753367860992, -0.8125972615220405, -2.062710237006104, -2.284496650887166, -0.598849403979107]
+      velocities: [-0.16649348619817056, -0.17222176600005917, 0.22564752960819287, -0.2677428791684152, -0.052596429633259736, -0.16628932448312517]
+      accelerations: [0.08225683012375337, 0.012382364695352994, -1.6271206154966656e-13, 0.11181001514322493, 0.039486829365085165, -0.000638405437335521]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 983458014
+    - 
+      positions: [-0.645939813911456, -0.09928391496827005, -0.8117502488348314, -2.063714475401058, -2.2846938038797955, -0.5994736083852612]
+      velocities: [-0.16618522704475389, -0.17217531357482888, 0.22564752960819284, -0.2673238725857697, -0.05244848316929296, -0.16629165933503692]
+      accelerations: [0.08198618980102232, 0.012367864258932998, 1.4784783582914238e-13, 0.1114401491725625, 0.03934027119061919, -0.0006056304250098355]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 987211712
+    - 
+      positions: [-0.6465633493922924, -0.09993043722396208, -0.8109028229026595, -2.0647176323803165, -2.284890498340513, -0.6000981258712427]
+      velocities: [-0.16587783161305392, -0.17212889310492763, 0.22564752960819295, -0.26690604637315, -0.05230101374833158, -0.16629387323785794]
+      accelerations: [0.08171676336876373, 0.012353277542091295, -8.12767037915597e-14, 0.11107254284551563, 0.03919434081968803, -0.0005733874179969619]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 990967242
+    - 
+      positions: [-0.6471860349789419, -0.1005770997903708, -0.8100549845201662, -2.0657197098945423, -2.285086735333641, -0.6007229554088306]
+      velocities: [-0.16557129660700604, -0.1720825049913535, 0.22564752960819293, -0.2664893938922095, -0.05215401965265421, -0.1662959681101866]
+      accelerations: [0.08144855689852433, 0.012338615153442123, 5.908160899479248e-14, 0.11070713717430848, 0.03904905542285566, -0.0005416980751969318]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 994724599
+    - 
+      positions: [-0.64780787219792, -0.10122390201735085, -0.8092067344779662, -2.0667207098854408, -2.2852825159220074, -0.6013480959794625]
+      velocities: [-0.1652656187255798, -0.1720361496158393, 0.2256475296081929, -0.2660739086139945, -0.05200749913902898, -0.16629794589316776]
+      accelerations: [0.081181561133787, 0.012323876774074385, -8.119783477271121e-14, 0.11034392332186987, 0.03890440836389393, -0.0005105509728596662]
+      effort: []
+      time_from_start: 
+        secs: 10
+        nsecs: 998483781
+    - 
+      positions: [-0.6484288625742255, -0.10187084325991894, -0.8083580735626619, -2.067720634285697, -2.2854778411669843, -0.6019735465740915]
+      velocities: [-0.16496079464482782, -0.17198982732870188, 0.22564752960819268, -0.2656595841705224, -0.051861450413176, -0.16629980858446117]
+      accelerations: [0.08091579170791736, 0.012309079446288862, -3.689025924709315e-14, 0.10998281506775356, 0.03876043036883134, -0.00047998580030034834]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:   2244783
+    - 
+      positions: [-0.6490490076310721, -0.10251792287807188, -0.8075090025567644, -2.068719485020121, -2.2856727121280143, -0.6025993061938356]
+      velocities: [-0.1646568211145579, -0.17194353851588157, 0.22564752960819284, -0.2652464140653158, -0.051715871771733785, -0.16630155805144592]
+      accelerations: [0.08065118802089115, 0.01229418720354592, 1.2536637393301418e-13, 0.10962395758289153, 0.03861703934803614, -0.00044989185042295765]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:   6007603
+    - 
+      positions: [-0.6496683088904831, -0.10316514023712814, -0.8066595222389117, -2.0697172640031725, -2.285867129863669, -0.6032253738482789]
+      velocities: [-0.16435369487895696, -0.17189728354432557, 0.22564752960819295, -0.2648343919095255, -0.05157076148569695, -0.1663031961841293]
+      accelerations: [0.08038780794381607, 0.012279246108274036, -5.1596604418299504e-14, 0.10926713927684165, 0.038474327997245546, -0.0004203900988055635]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:   9772237
+    - 
+      positions: [-0.650286767872549, -0.10381249470726227, -0.805809633383622, -2.070713973142079, -2.2860610954303384, -0.6038517485573945]
+      velocities: [-0.1640514127024455, -0.1718510627799394, 0.22564752960819284, -0.2644235113426716, -0.05142611783926419, -0.16630472484404735]
+      accelerations: [0.08012557723640183, 0.012264210683696073, -7.367404502587164e-15, 0.1089125473902861, 0.03833219367929709, -0.0003913428097996194]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  13538681
+    - 
+      positions: [-0.6509043860961802, -0.10445998566394184, -0.8049593367615646, -2.071709614333703, -2.286254609883572, -0.6044784293494209]
+      velocities: [-0.16374997136220612, -0.17180487658179766, 0.22564752960819284, -0.2640137660593428, -0.05128193911738288, -0.16630614588272732]
+      accelerations: [0.07986455772690741, 0.012249130019090997, 7.363875568437523e-15, 0.1085599564433023, 0.038190735637423395, -0.00036288067013636214]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  17306932
+    - 
+      positions: [-0.6515211650783145, -0.10510761248742474, -0.8041086331393039, -2.0727041894678773, -2.286447674276675, -0.6051054152629315]
+      velocities: [-0.163449367638082, -0.1717587252961154, 0.22564752960819298, -0.26360514983487454, -0.05113822359253112, -0.16630746115772232]
+      accelerations: [0.07960468064451721, 0.012233961873365062, 5.888285301946773e-14, 0.10820953996942752, 0.03804985836037621, -0.0003348745975882463]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  21076988
+    - 
+      positions: [-0.6521371063346146, -0.10575537456317058, -0.8032575232795448, -2.0736977004244945, -2.286640289661955, -0.6057327053448489]
+      velocities: [-0.16314959835607235, -0.17171260928652454, 0.2256475296081929, -0.2631976563924205, -0.05099496958862641, -0.16630867244778658]
+      accelerations: [0.07934598473625493, 0.012218739229262289, -1.1035271432552264e-13, 0.10786114328704989, 0.03790962712563278, -0.0003074101910895623]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  24848843
+    - 
+      positions: [-0.6527522113789385, -0.10640327128149737, -0.8024060079409662, -2.0746901490757392, -2.286832457089783, -0.6063602986518102]
+      velocities: [-0.16285066028960388, -0.17166652886469935, 0.2256475296081928, -0.2627912797063756, -0.05085217533364909, -0.16630978165084415]
+      accelerations: [0.07908845367308126, 0.012203456657866821, 5.882678794464979e-14, 0.10751477899676032, 0.037770024656986936, -0.00028046345705417787]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  28622495
+    - 
+      positions: [-0.6533664817234368, -0.10705130203762102, -0.801554087878268, -2.0756815372856976, -2.287024177608772, -0.6069881942498185]
+      velocities: [-0.16255255035225621, -0.17162048442556926, 0.22564752960819304, -0.26238601341078793, -0.05070983924907811, -0.1663107903949636]
+      accelerations: [0.07883202409213372, 0.012188075461754214, 7.349859184798622e-14, 0.10717060612420588, 0.037630962827472705, -0.000253913798565269]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  32397941
+    - 
+      positions: [-0.6539799188791988, -0.10769946623203717, -0.8007017638423926, -2.076671866907676, -2.2872154522669343, -0.6076163912123871]
+      velocities: [-0.16225526538328072, -0.1715744762973923, 0.225647529608193, -0.26198185145498115, -0.05056795962788111, -0.1663117004716274]
+      accelerations: [0.07857679335827576, 0.012172669645913067, -9.550293531480938e-14, 0.10682828999335238, 0.03749259500123657, -0.00022796681334842113]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  36175178
+    - 
+      positions: [-0.6545925243550429, -0.10834776326975698, -0.7998490365801403, -2.0776611397892637, -2.2874062821095302, -0.6082448886237787]
+      velocities: [-0.16195880220301728, -0.17152850478087683, 0.225647529608193, -0.2615787879324458, -0.05042653471826171, -0.16631251372325082]
+      accelerations: [0.0783226688102772, 0.01215717979810319, 1.1014364700353044e-13, 0.10648808028512033, 0.03735478873723485, -0.00020244238904259873]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  39954201
+    - 
+      positions: [-0.6552042996585014, -0.1089961925608999, -0.798995906834502, -2.0786493577682315, -2.28759666818083, -0.6088736855762178]
+      velocities: [-0.16166315775879142, -0.1714825702507636, 0.225647529608193, -0.2611768166356174, -0.050285562942330275, -0.166313231748218]
+      accelerations: [0.07806967058487134, 0.012141626110893936, -1.24770643382139e-13, 0.10614987826740697, 0.03721758159384116, -0.00017738990364504377]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  43735008
+    - 
+      positions: [-0.6558152462955025, -0.1096447535204731, -0.7981423753445682, -2.079636522673892, -2.2877866115235492, -0.6095027811706858]
+      velocities: [-0.16136832892809796, -0.17143667301842852, 0.22564752960819284, -0.2607759316578453, -0.05014504260050538, -0.1663138563010676]
+      accelerations: [0.07781781027614375, 0.012126021914237695, 5.135199310231281e-14, 0.10581361500214721, 0.03708099766007032, -0.00015284114923358046]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  47517595
+    - 
+      positions: [-0.6564253657701521, -0.1102934455682253, -0.7972884428454687, -2.080622636328005, -2.2879761131784675, -0.6101321745174455]
+      velocities: [-0.1610743126373227, -0.17139081341550333, 0.22564752960819268, -0.2603761270262115, -0.050004972051262225, -0.16631438904815887]
+      accelerations: [0.07756704524618133, 0.01211034315147458, -1.4665115912184898e-13, 0.10547938612151334, 0.036944979408667804, -0.0001287162508773592]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  51301960
+    - 
+      positions: [-0.6570346595851463, -0.11094226812888065, -0.796434110068515, -2.0816077005430924, -2.2881651741851696, -0.610761864734817]
+      velocities: [-0.16078110581124888, -0.17134499175819498, 0.22564752960819265, -0.2599773968585777, -0.0498653496336722, -0.1663148316730803]
+      accelerations: [0.07731741381240945, 0.012094621999156441, 1.3192427483015471e-13, 0.10514703981215352, 0.03680959187409344, -0.00010510271256421957]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  55088098
+    - 
+      positions: [-0.6576431292412397, -0.11159122063179493, -0.7955793777410443, -2.082591717124645, -2.2883537955810995, -0.61139185095057]
+      velocities: [-0.16048870539838783, -0.17129920836511198, 0.2256475296081928, -0.25957973528469924, -0.04972617370647035, -0.16631518582475247]
+      accelerations: [0.07706886003325437, 0.012078825001912118, -5.1279929605598884e-14, 0.10481671337114655, 0.03667475696136615, -8.189333403457237e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  58876007
+    - 
+      positions: [-0.6582507762378174, -0.11224030251128828, -0.7947242465866099, -2.0835746878687846, -2.288541978402588, -0.6120221323002704]
+      velocities: [-0.16019710836229428, -0.17125346355124826, 0.22564752960819273, -0.2591831364723768, -0.0495874426352705, -0.16631545313420587]
+      accelerations: [0.07682142681982487, 0.012062987482482806, 2.1966874352428735e-14, 0.10448824138404524, 0.0365405464201687, -5.918442315143438e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  62665684
+    - 
+      positions: [-0.6588576020723093, -0.11288951320626814, -0.7938687173248087, -2.084556614564692, -2.2887297236838138, -0.6126527079288123]
+      velocities: [-0.15990631167687985, -0.17120775762523685, 0.22564752960819293, -0.25878759463972295, -0.04944915478567435, -0.16631563522373277]
+      accelerations: [0.07657506079393679, 0.012047077462759575, 7.318887988974565e-14, 0.10416175462336584, 0.036406885882766755, -3.687372671247567e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  66457125
+    - 
+      positions: [-0.6594636082407357, -0.1135388521605493, -0.7930127906714614, -2.085537498992374, -2.288917032457781, -0.6132835769888401]
+      velocities: [-0.15961631234390616, -0.17116209090123907, 0.22564752960819312, -0.25839310400305093, -0.04931130854908776, -0.16631573367261415]
+      accelerations: [0.0763297956424246, 0.012031123960949608, 2.1946481368420074e-14, 0.1038371153810428, 0.03627383343891136, -1.503941014142975e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  70250327
+    - 
+      positions: [-0.660068796237228, -0.11418831882253841, -0.7921564673384763, -2.086517342924655, -2.2891039057554683, -0.613914738641994]
+      velocities: [-0.15932710737099326, -0.17111646368365885, 0.22564752960819295, -0.25799965884179765, -0.049173902310505016, -0.16631575005980886]
+      accelerations: [0.07608558967295116, 0.012015103087041878, -1.0968163197172816e-13, 0.10351442014406782, 0.036141331798370445, 6.398153527042692e-06]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  74045286
+    - 
+      positions: [-0.6606731675544418, -0.11483791264547337, -0.7912997480339846, -2.0874961481254912, -2.2892903446065747, -0.6145461920576878]
+      velocities: [-0.15903869378486687, -0.17107087627677126, 0.2256475296081929, -0.2576072534590102, -0.04903693446817495, -0.16631568593906243]
+      accelerations: [0.07584246959623421, 0.011999038754570214, 8.770479553234841e-14, 0.10319355223084992, 0.03600942864987199, 2.737397304126666e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  77842001
+    - 
+      positions: [-0.6612767236831583, -0.11548763308715931, -0.7904426334622313, -2.0884739163516324, -2.289476350038809, -0.6151779364141463]
+      velocities: [-0.15875106860999105, -0.17102532896964356, 0.22564752960819284, -0.2572158822466002, -0.04890040340118304, -0.16631554288243938]
+      accelerations: [0.07560040504720283, 0.01198291503325683, -1.168858595918368e-13, 0.1028745737481189, 0.03587808384518377, 4.7944660682109174e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  81640468
+    - 
+      positions: [-0.6618794661125649, -0.11613747961012436, -0.7895851243236702, -2.089450649351478, -2.2896619230784014, -0.6158099708975415]
+      velocities: [-0.1584642289059015, -0.1709798220626574, 0.22564752960819268, -0.2568255395666369, -0.048764307526773465, -0.1663153224012925]
+      accelerations: [0.07535940309450527, 0.011966741848987123, 2.190602560563579e-14, 0.10255743068899711, 0.03574731486903997, 6.808687503806128e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  85440683
+    - 
+      positions: [-0.6624813963300921, -0.11678745168150419, -0.7887272213149246, -2.090426348865762, -2.2898470647498117, -0.6164422947023794]
+      velocities: [-0.15817817173837873, -0.17093435584693026, 0.22564752960819287, -0.2564362198439339, -0.04862864525632236, -0.1663150260079097]
+      accelerations: [0.07511944861547742, 0.011950514117514549, 8.758391808145483e-14, 0.10224213643125321, 0.03561710480758542, 8.782470379634303e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  89242643
+    - 
+      positions: [-0.6630825158215136, -0.11743754877308195, -0.7878689251288284, -2.0914010166271715, -2.290031776075919, -0.6170749070311425]
+      velocities: [-0.15789289419568073, -0.17088893061608224, 0.22564752960819295, -0.256047917512762, -0.04849341502041449, -0.16631465518033]
+      accelerations: [0.07488054017038913, 0.011934235563653318, -3.6476600432404436e-14, 0.1019286651171885, 0.035487457957207015, 0.0001071533170546466]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  93046346
+    - 
+      positions: [-0.6636828260708858, -0.11808777036123941, -0.7870102364544176, -2.0923746543605954, -2.2902160580779154, -0.617707807094387]
+      velocities: [-0.15760839334705828, -0.1708435466372175, 0.22564752960819293, -0.2556606271462909, -0.04835861520449716, -0.16631421145211678]
+      accelerations: [0.07464268448930242, 0.011917916357338534, 1.458397844313817e-14, 0.10161696214342933, 0.03535839125692758, 0.00012604957841709762]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs:  96851789
+    - 
+      positions: [-0.6642823285603864, -0.11873811592683316, -0.7861511559768953, -2.093347263783816, -2.2903999117750216, -0.6183409941111234]
+      velocities: [-0.15732466630480513, -0.17079820419454933, 0.22564752960819295, -0.2552743432621736, -0.04822424424552442, -0.16631369627799564]
+      accelerations: [0.07440584755723488, 0.011901537289150891, 7.288667193159826e-15, 0.10130710392395816, 0.03522985822282222, 0.00014457926352871606]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 100658967
+    - 
+      positions: [-0.664881024770647, -0.11938858495539179, -0.7852916843777368, -2.0943188466061495, -2.290583338185092, -0.6189744673078076]
+      velocities: [-0.15704171021589333, -0.1707529035835873, 0.22564752960819298, -0.2548890603479331, -0.04809030061909894, -0.16631311105198252]
+      accelerations: [0.0741700405501835, 0.011885111584564975, 0.0, 0.10099902258379817, 0.03510188258136452, 0.00016270967777058264]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 104467879
+    - 
+      positions: [-0.6654789161805408, -0.12003917693696019, -0.7844318223346386, -2.09528940452935, -2.290766338324238, -0.6196082259188704]
+      velocities: [-0.1567595222079774, -0.17070764507334002, 0.22564752960819284, -0.25450477302964214, -0.047956782755744415, -0.16631245722344437]
+      accelerations: [0.07393525786704207, 0.011868639893300812, -7.28204943864963e-14, 0.10069270597385237, 0.034974461866066515, 0.0001804455871601871]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 108278522
+    - 
+      positions: [-0.6660760042671732, -0.12068989136608327, -0.783571570521525, -2.0962589392476483, -2.2909489132068153, -0.6202422691866643]
+      velocities: [-0.15647809941824262, -0.17066242892679312, 0.2256475296081928, -0.25412147598000534, -0.04782368908575166, -0.1663117362352176]
+      accelerations: [0.0737014955516969, 0.011852124669258578, 4.36725216551425e-14, 0.10038813462491934, 0.0348475962405744, 0.00019778681672959724]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 112090892
+    - 
+      positions: [-0.6666722905058523, -0.12134072774176564, -0.7827109296085509, -2.0972274524478967, -2.2911310638453775, -0.6208765963614825]
+      velocities: [-0.1561974390309464, -0.17061725542685835, 0.22564752960819284, -0.253739163802963, -0.04769101809738661, -0.1663109494429293]
+      accelerations: [0.0734687283616497, 0.011835552954156156, -7.275466410033096e-15, 0.10008535697110273, 0.03472125273952936, 0.00021478041364264805]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 115904986
+    - 
+      positions: [-0.6672677763703193, -0.12199168556760093, -0.7818499002621769, -2.0981949458086504, -2.291312791251095, -0.621511206700839]
+      velocities: [-0.1559175381864043, -0.1705721248128299, 0.22564752960819293, -0.25335783131681855, -0.04755876819529371, -0.1663100983129609]
+      accelerations: [0.07323700009396385, 0.011818960512087159, 4.3633126739786453e-14, 0.09978420518484073, 0.0345955057791722, 0.00023132239923603752]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 119720801
+    - 
+      positions: [-0.6678624633321382, -0.1226427643513705, -0.7809884831450086, -2.0991614210026603, -2.291494096432661, -0.6221460994711189]
+      velocities: [-0.15563839410355984, -0.17052703736719937, 0.225647529608193, -0.2529774731667192, -0.04742693789317646, -0.16630918415132886]
+      accelerations: [0.07300622132354331, 0.011802288893892145, 7.268917698507675e-15, 0.09948493082215312, 0.03447022145589142, 0.00024760185811341454]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 123538335
+    - 
+      positions: [-0.6684563528617139, -0.12329396360567274, -0.7801266789160869, -2.1001268796927537, -2.291674980398138, -0.6227812739446286]
+      velocities: [-0.15536000398261002, -0.17048199334632821, 0.225647529608193, -0.2525980841343623, -0.047295525659528895, -0.1663082083218837]
+      accelerations: [0.0727764868707106, 0.011785610159197085, -1.453131217042991e-14, 0.09918720398013389, 0.03434555497698547, 0.0002634005491802552]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 127357585
+    - 
+      positions: [-0.6690494464270543, -0.12394528284711835, -0.7792644882305604, -2.101091323536882, -2.2918554441527204, -0.6234167294030367]
+      velocities: [-0.15508236504070633, -0.17043699300616244, 0.2256475296081931, -0.2522196590218996, -0.04716452997568635, -0.1663071721632184]
+      accelerations: [0.07254768871705594, 0.011768852436098378, 5.809922319919522e-14, 0.09889133687341076, 0.034221342160727405, 0.00027895090529145067]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 131178547
+    - 
+      positions: [-0.6696417454950251, -0.12459672159711493, -0.7784019117400309, -2.1020547541830523, -2.292035488701013, -0.6240524651337465]
+      velocities: [-0.1548054745128238, -0.17039203660252494, 0.2256475296081931, -0.25184219265140173, -0.04703394933584258, -0.166306076990929]
+      accelerations: [0.07231992117996035, 0.011752087567052481, -5.807326474148849e-14, 0.0985970002273691, 0.03409773808848895, 0.00029403367560870095]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 135001219
+    - 
+      positions: [-0.6702332515301082, -0.12524827938105412, -0.7775389500922382, -2.1030171732743614, -2.292215115044791, -0.6246884804333466]
+      velocities: [-0.15452932962243338, -0.17034712437113037, 0.22564752960819298, -0.25146567995437363, -0.046903782201511465, -0.16630492416013926]
+      accelerations: [0.07209309170676134, 0.011735254193798977, 0.0, 0.09830445922317471, 0.03397460255621298, 0.00030884837290705785]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 138825598
+    - 
+      positions: [-0.6708239659954763, -0.12589995572898938, -0.7766756039313457, -2.1039785824446766, -2.292394324184947, -0.625324774604503]
+      velocities: [-0.15425392765892204, -0.1703022565820807, 0.22564752960819295, -0.2510901157273049, -0.04677402712409304, -0.16630371489251766]
+      accelerations: [0.071867254087295, 0.011718395601299341, -1.4505386827854414e-14, 0.09801351274763846, 0.0338520264430295, 0.000323266367591075]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 142651681
+    - 
+      positions: [-0.6714138903522505, -0.12655175017513726, -0.7758118738977603, -2.1049389833216536, -2.2925731171201558, -0.6259613469579896]
+      velocities: [-0.15397926585979466, -0.17025743345624728, 0.22564752960819298, -0.2507154950052676, -0.046644682558677084, -0.16630245054091636]
+      accelerations: [0.07164237745564997, 0.011701494190749893, 2.899789377517487e-14, 0.09772423052601617, 0.03372996700998845, 0.00033734865457186824]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 146479465
+    - 
+      positions: [-0.67200302605981, -0.12720366225806493, -0.7749477606282209, -2.1058983775254947, -2.2927514948474395, -0.6265981968117472]
+      velocities: [-0.15370534153220672, -0.17021265525197157, 0.22564752960819298, -0.2503418126745576, -0.04651574705595553, -0.16630113231632504]
+      accelerations: [0.07141845208224694, 0.011684547904053069, -2.898504661843535e-14, 0.09743661408352006, 0.03360841479389372, 0.00035110937552519845]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 150308947
+    - 
+      positions: [-0.6725913745758407, -0.12785569152070114, -0.7740832647558211, -2.1068567666687783, -2.292929458362261, -0.6272353234906762]
+      velocities: [-0.15343215195194557, -0.17016792219304086, 0.2256475296081929, -0.24996906379456596, -0.046387219102617144, -0.16629976151592124]
+      accelerations: [0.07119549992442184, 0.011667576775527365, -2.1729173992662372e-14, 0.09715056502582643, 0.033487410473642794, 0.0003644903445779498]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 154140126
+    - 
+      positions: [-0.6731789373559893, -0.12850783751010075, -0.7732183869099282, -2.1078141523578715, -2.293107008657902, -0.627872726327566]
+      velocities: [-0.15315969443938718, -0.17012323452337963, 0.2256475296081929, -0.24959724335353026, -0.04625909724264707, -0.166298339348864]
+      accelerations: [0.07097347163563597, 0.011650550193536167, 3.6199312121358214e-14, 0.09686621245137372, 0.03336688128152861, 0.00037759662686152315]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 157972996
+    - 
+      positions: [-0.6737657158544079, -0.1291600997777793, -0.7723531277163317, -2.1087705361907494, -2.293284146726459, -0.6285104046614589]
+      velocities: [-0.15288796632002094, -0.1700785924780171, 0.22564752960819293, -0.24922634639636565, -0.04613138001345679, -0.16629686702912885]
+      accelerations: [0.07075240979371994, 0.011633503328621151, -2.894669954641598e-14, 0.09658339138167997, 0.03324690121849645, 0.00039032161320123605]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 161807557
+    - 
+      positions: [-0.6743517115231478, -0.1298124778793013, -0.7714874877971012, -2.109725919759457, -2.293460873557745, -0.6291483578393376]
+      velocities: [-0.15261696491162674, -0.17003399627500407, 0.22564752960819282, -0.24885636806304942, -0.046004065926407794, -0.1662953458022897]
+      accelerations: [0.07053227180334905, 0.011616409803459926, -2.893398134594032e-14, 0.09630221086457286, 0.033127407739248216, 0.0004027563152216457]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 165643806
+    - 
+      positions: [-0.6749369258126247, -0.13046497137457255, -0.770621467770709, -2.1106803046482527, -2.293637190140143, -0.6297865852147121]
+      velocities: [-0.15234668757639602, -0.16998944615262412, 0.22564752960819287, -0.24848730342153708, -0.04587715355011597, -0.1662937768262529]
+      accelerations: [0.07031307306742235, 0.011599285359628876, 5.784258981040291e-14, 0.09602259321696094, 0.03300843137235465, 0.0004148563723879003]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 169481738
+    - 
+      positions: [-0.6755213601713537, -0.13111757982764827, -0.7697550682519739, -2.1116336924346943, -2.293813097460129, -0.6304250861483286]
+      velocities: [-0.1520771316811445, -0.16994494234015944, 0.22564752960819306, -0.2481191475963559, -0.045750641446742235, -0.16629216126352703]
+      accelerations: [0.0700947918021043, 0.011582118881962231, 3.613580004311967e-14, 0.09574458040894204, 0.03288994285727788, 0.0004266646004478438]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 173321353
+    - 
+      positions: [-0.6761050160461531, -0.13177030280684868, -0.7688882898521222, -2.1125860846888385, -2.2939885965026487, -0.6310638600075097]
+      velocities: [-0.15180829457341877, -0.1699004850415842, 0.22564752960819323, -0.247751895844529, -0.04562452813300611, -0.16629050033718554]
+      accelerations: [0.06987745585690354, 0.011564934580634274, 6.501603722451198e-14, 0.09546805537168943, 0.032771992996072266, 0.0004381075455710202]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 177162646
+    - 
+      positions: [-0.6766878948817218, -0.1324231398844704, -0.7680211331786924, -2.113537482974955, -2.2941636882503498, -0.6317029061673223]
+      velocities: [-0.15154017363268452, -0.16985607447228054, 0.225647529608193, -0.24738554338865731, -0.04549881216378204, -0.16628879521052686]
+      accelerations: [0.06966101684046688, 0.011547702229369992, -1.9496311366213546e-13, 0.09519314701052836, 0.03265450903738417, 0.00044929063809301585]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 181005616
+    - 
+      positions: [-0.6772699981211827, -0.1330760906371239, -0.767153598835676, -2.114487888849357, -2.2943383736845857, -0.6323422240089331]
+      velocities: [-0.15127276628251152, -0.16981171086757785, 0.22564752960819268, -0.24702008537952924, -0.04537349215149856, -0.1662870469589966]
+      accelerations: [0.06944549628720235, 0.011530441584996717, 2.8870862954155245e-14, 0.09491975781812007, 0.032537531688647627, 0.00046015504642727475]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 184850260
+    - 
+      positions: [-0.6778513272057414, -0.13372915464549506, -0.7662856874234435, -2.115437303861805, -2.2945126537847917, -0.6329818129205463]
+      velocities: [-0.15100606991498605, -0.16976739442897773, 0.22564752960819284, -0.24665551713789674, -0.0452485666437263, -0.16628525674669473]
+      accelerations: [0.06923088519353433, 0.011513150417304663, 6.493124808300768e-14, 0.09464789087832493, 0.03242105194962522, 0.0004707142854675683]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 188696575
+    - 
+      positions: [-0.6784318835747306, -0.1343823314943605, -0.7654173995387636, -2.116385729555331, -2.2946865295285743, -0.6336216722972035]
+      velocities: [-0.15074008196176492, -0.16972312537480766, 0.22564752960819318, -0.2462918339243627, -0.045124034239014066, -0.16628342565934695]
+      accelerations: [0.0690171681511812, 0.011495822121813562, 9.374895608909995e-14, 0.09437756848937734, 0.03230505026610633, 0.00048099642572082207]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 192544558
+    - 
+      positions: [-0.6790116686657389, -0.1350356207726528, -0.7645487357748432, -2.1173331674657496, -2.294860001891954, -0.634261801540353]
+      velocities: [-0.1504747998352189, -0.169678903898338, 0.22564752960819298, -0.2459290311308029, -0.04499989349074286, -0.1662815548443416]
+      accelerations: [0.06880436678278248, 0.011478476236876884, -1.8741686114887492e-13, 0.09410869429494885, 0.03218956763090705, 0.0004909421760743676]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 196394207
+    - 
+      positions: [-0.6795906839142647, -0.13568902207322234, -0.7636796967212549, -2.1182796191230544, -2.295033071848734, -0.6349022000587958]
+      velocities: [-0.15021022098713083, -0.16963473020988692, 0.2256475296081928, -0.2455671040889753, -0.04487614300275926, -0.16627964537066825]
+      accelerations: [0.06859243522520976, 0.011461084286914896, 9.366800342471354e-14, 0.09384139006103072, 0.03207453483520681, 0.0005006523392525264]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 200245519
+    - 
+      positions: [-0.6801689307542373, -0.13634253499315957, -0.7628102829640666, -2.1192250860493616, -2.2952057403714625, -0.6355428672671092]
+      velocities: [-0.14994634287738706, -0.16959060451424804, 0.225647529608193, -0.24520604817199576, -0.04475278137893399, -0.1662776983040708]
+      accelerations: [0.06838141137887818, 0.011443677520119426, 7.202128772841405e-15, 0.09357550684387413, 0.03196001905948373, 0.0005100286167214064]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 204098491
+    - 
+      positions: [-0.6807464106174619, -0.13699615913341776, -0.7619404950857226, -2.1201695697611385, -2.2953780084304207, -0.6361838025872057]
+      velocities: [-0.14968316298113674, -0.16954652701636336, 0.2256475296081929, -0.24484585876885057, -0.044629807235149074, -0.16627571468719302]
+      accelerations: [0.06817124573192936, 0.011426224539507347, -5.03932379198329e-14, 0.09331117958335576, 0.03184594494708865, 0.0005191820180407139]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 207953122
+    - 
+      positions: [-0.6813231249341922, -0.13764989409917444, -0.7610703336651792, -2.121113071766944, -2.2955498769946785, -0.6368250054465986]
+      velocities: [-0.1494206787620283, -0.16950249790187855, 0.22564752960819284, -0.24448653137296233, -0.044507219154719044, -0.16627369560707378]
+      accelerations: [0.06796199005858027, 0.011408766649499278, 2.1587839903484598e-14, 0.0930482135792389, 0.031732402753992535, 0.0005279793123268069]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 211809408
+    - 
+      positions: [-0.6818990751323913, -0.13830373949932895, -0.7601997992777527, -2.12205559357038, -2.295721347030745, -0.6374664752805062]
+      velocities: [-0.14915888771095376, -0.16945851736480655, 0.22564752960819295, -0.2441280614554303, -0.04438501575255203, -0.1662716421002468]
+      accelerations: [0.06775357482020072, 0.011391258129693752, 2.1578599997112514e-14, 0.09278680945361456, 0.03161928392232381, 0.0005365806268185639]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 215667347
+    - 
+      positions: [-0.6824742626385687, -0.13895769494703666, -0.7593288924953095, -2.122997136666793, -2.295892419504108, -0.6381082115293438]
+      velocities: [-0.14889778735012255, -0.16941458561062941, 0.22564752960819295, -0.24377044445181842, -0.044263195681632644, -0.16626955514369618]
+      accelerations: [0.06754604967581491, 0.01137373864871626, -2.156938211259283e-14, 0.09252677953469848, 0.03150667530452646, 0.0005448574935011436]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 219526936
+    - 
+      positions: [-0.6830486888770683, -0.13961176005922613, -0.7584576138861192, -2.1239377025461206, -2.296063095377935, -0.6387502136407562]
+      velocities: [-0.1486373751697579, -0.16937070281175348, 0.2256475296081929, -0.24341367596458421, -0.04414175753010209, -0.16626743580539752]
+      accelerations: [0.0673393779673307, 0.011356185601188524, -7.1867287052777e-15, 0.09226821944664998, 0.031394521768598735, 0.0005528919006992876]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 223388173
+    - 
+      positions: [-0.6836223552704808, -0.14026593445686025, -0.7575859640149508, -2.124877292691259, -2.2962333756138364, -0.6393924810683379]
+      velocities: [-0.1483776487070853, -0.16932686916306483, 0.2256475296081929, -0.24305775150964107, -0.04402069994952594, -0.16626528505687493]
+      accelerations: [0.06713356842169263, 0.01133860984293322, 1.436734124937957e-14, 0.0920110730052805, 0.03128284366371513, 0.000560652574745828]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 227251056
+    - 
+      positions: [-0.6841952632394618, -0.1409202177647915, -0.7567139434430467, -2.125815908578822, -2.2964032611715326, -0.6400350132721309]
+      velocities: [-0.14811860549132505, -0.16928308484285393, 0.22564752960819284, -0.24270266669410118, -0.043900021565476954, -0.16626310390434743]
+      accelerations: [0.0669286129250282, 0.011321009021941554, -4.3083718509660025e-14, 0.09175534375800569, 0.031171632223631517, 0.0005681535095594441]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 231115581
+    - 
+      positions: [-0.6847674142027753, -0.14157460961178414, -0.7558415527281351, -2.126753551678973, -2.2965727530089453, -0.6406778097184185]
+      velocities: [-0.1478602430778978, -0.16923935003819474, 0.2256475296081929, -0.24234841710100846, -0.04377972103472204, -0.16626089330348998]
+      accelerations: [0.06672450251910103, 0.01130338084828594, 7.177576042167027e-14, 0.09150103527181404, 0.0310608781959906, 0.0005754075631854365]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 234981746
+    - 
+      positions: [-0.6853388095773464, -0.14222910963053095, -0.7549687924244504, -2.127690223455245, -2.296741852082296, -0.6413208698795306]
+      velocities: [-0.1476025590338399, -0.1691956649337209, 0.22564752960819287, -0.24199499834043725, -0.04365979702005578, -0.16625865419855704]
+      accelerations: [0.06652123667354325, 0.011285728781122066, -8.609447343251481e-14, 0.09124812468663764, 0.030950585863501346, 0.0005824084553634508]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 238849550
+    - 
+      positions: [-0.6859094507782029, -0.14288371745760053, -0.7540956630827295, -2.1286259253647835, -2.296910559346008, -0.6419641932339509]
+      velocities: [-0.1473455509104139, -0.169152029692055, 0.2256475296081929, -0.2416424061380671, -0.04354024814495872, -0.16625638758836891]
+      accelerations: [0.0663188206164706, 0.01126806064471106, 1.0040113915508433e-13, 0.09099656983771605, 0.030840769425774656, 0.0005891349233981294]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 242718989
+    - 
+      positions: [-0.6864793392183416, -0.143538432733331, -0.753222165250194, -2.1295606588588973, -2.2970788757524603, -0.6426077792666605]
+      velocities: [-0.14708921630449978, -0.1691084444982485, 0.22564752960819298, -0.2412906361323946, -0.04342107309648116, -0.16625409437407562]
+      accelerations: [0.06611722211510973, 0.01125035692651213, -5.734789967835133e-14, 0.09074645273618424, 0.030731380002254408, 0.0005956593618270854]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 246590061
+    - 
+      positions: [-0.6870484763090924, -0.1441932551020599, -0.7523482994706293, -2.1304944253816434, -2.2972468022526695, -0.6432516274680063]
+      velocities: [-0.14683355281225136, -0.1690649095268642, 0.22564752960819295, -0.24093968402581234, -0.043302270548187874, -0.1662517754736235]
+      accelerations: [0.0659164703707383, 0.011232642455783027, 5.015830379062367e-14, 0.09049765321794001, 0.030622471618063845, 0.0006019013569604641]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 250462763
+    - 
+      positions: [-0.6876168634596674, -0.14484818421181067, -0.7514740662843021, -2.131427226371615, -2.2974143397954623, -0.6438957373349782]
+      velocities: [-0.14657855801411102, -0.169021424930607, 0.22564752960819306, -0.24058954563536017, -0.043183839134201485, -0.166249431860357]
+      accelerations: [0.06571654092737604, 0.011214903597881644, 0.0, 0.09025022709707349, 0.03051400883025539, 0.0006079133276795962]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 254337094
+    - 
+      positions: [-0.6881845020774214, -0.14550321971444763, -0.7505994662280225, -2.132359063260942, -2.2975814893279587, -0.644540108370388]
+      velocities: [-0.14632422955498642, -0.1689779908983462, 0.2256475296081929, -0.24024021662763537, -0.0430657775844244, -0.16624706436214937]
+      accelerations: [0.06551742160803792, 0.011197135214481352, -7.87540796862361e-14, 0.09000419117097784, 0.030405975843015985, 0.0006137185884620363]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 258213051
+    - 
+      positions: [-0.688751393567953, -0.14615836126573192, -0.7497244998351684, -2.13328993747491, -2.2977482517957712, -0.645184740082512]
+      velocities: [-0.14607056501463844, -0.16893460756174844, 0.22564752960819282, -0.23989169294693202, -0.042948084506130864, -0.1662446739878194]
+      accelerations: [0.06531915487399496, 0.011179371853799662, 2.86258680549742e-14, 0.08975938035176287, 0.030298449942452337, 0.0006192010909796476]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 262090631
+    - 
+      positions: [-0.6893175393344715, -0.14681360852488048, -0.7488491676355767, -2.1342198504344636, -2.2979146281418292, -0.6458296319869261]
+      velocities: [-0.14581756207424473, -0.16889127511578317, 0.22564752960819284, -0.23954397026114777, -0.042830758665969845, -0.16624226150306579]
+      accelerations: [0.06512164267709986, 0.01116154622945174, -2.146043717331874e-14, 0.08951609724289912, 0.030191269914437713, 0.0006246028347654083]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 265969833
+    - 
+      positions: [-0.6898829407790533, -0.14746896115539757, -0.7479734701557805, -2.135148803551303, -2.2980806193087244, -0.6464747836027015]
+      velocities: [-0.14556521838038858, -0.16884799372042403, 0.22564752960819284, -0.23919704441439504, -0.04271379875937209, -0.16623982777833454]
+      accelerations: [0.06492499760752526, 0.01114374355099505, 3.575248939843799e-14, 0.08927394353722416, 0.030084631906140896, 0.0006296284708992995]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 269850653
+    - 
+      positions: [-0.6904475993010643, -0.14812441882399874, -0.7470974079187293, -2.13607679823408, -2.298246226235779, -0.6471201944570656]
+      velocities: [-0.14531353154488214, -0.16880476350026485, 0.22564752960819295, -0.23885091142729808, -0.04259720341053592, -0.1662373737887878]
+      accelerations: [0.06472912178067436, 0.01112589676329211, 2.1442570312189096e-14, 0.08903322156550114, 0.029978374806640163, 0.0006345198780800243]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 273733089
+    - 
+      positions: [-0.6910115162984158, -0.14877998120143998, -0.7462209814440257, -2.137003835883499, -2.2984114498613915, -0.6477658640815959]
+      velocities: [-0.145062499265947, -0.16876158463254953, 0.22564752960819295, -0.23850556709353882, -0.04248097137744093, -0.1662349003059425]
+      accelerations: [0.06453406530297692, 0.011108045663751625, -3.5722778446980715e-14, 0.08879374119830226, 0.029872589018729766, 0.0006391407685860692]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 277617140
+    - 
+      positions: [-0.6915746931668291, -0.14943564796201014, -0.7453441912477988, -2.137929917895222, -2.2985762911216674, -0.6484117920143769]
+      velocities: [-0.14481211924416998, -0.16871845728653123, 0.22564752960819284, -0.23816100725776593, -0.04236510141061611, -0.16623240810821482]
+      accelerations: [0.06433977369628724, 0.011090154494132592, -1.428318918865815e-14, 0.08855566138422179, 0.029767186340659283, 0.0006436243393915583]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 281502803
+    - 
+      positions: [-0.6921371313005105, -0.15009141878397111, -0.7444670378428324, -2.138855045657239, -2.298740750951691, -0.6490579777979053]
+      velocities: [-0.14456238915310615, -0.16867538160189724, 0.22564752960819282, -0.23781722791458165, -0.042249592202538516, -0.16622989806043742]
+      accelerations: [0.06414631216312276, 0.011072274112084082, 0.0, 0.0883187412874484, 0.029662283132215233, 0.0006477935149301906]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 285390075
+    - 
+      positions: [-0.6926988320912076, -0.15074729334890657, -0.7435895217384049, -2.139779220553581, -2.2989048302837665, -0.6497044209818911]
+      velocities: [-0.14431330664700853, -0.16863235769468438, 0.22564752960819287, -0.23747422518289066, -0.042134442399633515, -0.1662273710955464]
+      accelerations: [0.06395362229238426, 0.011054365728865864, 2.8542768790623786e-14, 0.08808315302981783, 0.029557785064930283, 0.0006517908509111785]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 289278955
+    - 
+      positions: [-0.6932597969289394, -0.15140327134220016, -0.7427116434404288, -2.140702443961481, -2.2990685300487828, -0.6503511211210116]
+      velocities: [-0.14406486947282396, -0.16858938573828314, 0.2256475296081928, -0.23713199493045045, -0.0420196507946849, -0.16622482792121154]
+      accelerations: [0.06376171167684129, 0.011036438512491612, -6.419475732651401e-14, 0.08784884904988417, 0.029453709490245443, 0.0006555902420650547]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 293169440
+    - 
+      positions: [-0.6938200272018364, -0.152059352452914, -0.7418334034514245, -2.141624717252027, -2.299231851175925, -0.650998077775334]
+      velocities: [-0.14381707536122654, -0.16854646588477265, 0.22564752960819273, -0.23679053313748297, -0.04190521614157175, -0.1662222693018537]
+      accelerations: [0.06357057801357754, 0.011018494158627835, 3.564907959702296e-14, 0.08761581438611188, 0.02935005744078262, 0.0006591890924476755]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 297061528
+    - 
+      positions: [-0.6943795242961112, -0.1527155363737551, -0.7409548022705258, -2.14254604179029, -2.299394794592626, -0.6516452905103589]
+      velocities: [-0.14356992203082897, -0.16850359826796457, 0.2256475296081928, -0.23644983588288232, -0.04179113716093964, -0.1662196960507163]
+      accelerations: [0.06338022672999039, 0.011000540251436536, -7.126887473144039e-15, 0.08738400869089544, 0.029246843324117672, 0.0006625654238808283]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 300955216
+    - 
+      positions: [-0.6949382895959245, -0.15337182280096995, -0.7400758403934639, -2.1434664189358648, -2.299557361224317, -0.6522927588973746]
+      velocities: [-0.1433234072142323, -0.1684607830222011, 0.2256475296081928, -0.2361098992569528, -0.04167741258533261, -0.16621710896069652]
+      accelerations: [0.06319064216040207, 0.010982568824443446, 7.123965434923295e-15, 0.08715346189391832, 0.029144044991404997, 0.0006657521781775756]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 304850503
+    - 
+      positions: [-0.6954963244835414, -0.1540282114344367, -0.7391965183126005, -2.1443858500422874, -2.2997195519947287, -0.652940482512942]
+      velocities: [-0.14307752868349102, -0.1684180203010397, 0.22564752960819287, -0.23577071927388304, -0.04156404120424361, -0.16621450873538351]
+      accelerations: [0.06300181668687944, 0.010964577869424301, 2.848419905884549e-14, 0.08692417862401455, 0.029041653738446478, 0.0006687627662968714]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 308747386
+    - 
+      positions: [-0.696053630339378, -0.15468470197768322, -0.7383168365169409, -2.1453043364568645, -2.2998813678259857, -0.6535884609386898]
+      velocities: [-0.14283228418026925, -0.1683753102263269, 0.2256475296081928, -0.23543229210885364, -0.04145102174188699, -0.16621189617639498]
+      accelerations: [0.06281377052079151, 0.010946585559965442, -7.118140422483913e-14, 0.08669606714386605, 0.028939710171143784, 0.0006715339567676992]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 312645864
+    - 
+      positions: [-0.6966102085416623, -0.15534129413764017, -0.7374367954920904, -2.146221879522022, -2.3000428096379695, -0.6542366937623157]
+      velocities: [-0.14258767146347978, -0.1683326529234521, 0.22564752960819273, -0.23509461393517037, -0.041338352940755406, -0.16620927205601144]
+      accelerations: [0.06262647162065885, 0.01092857179530594, 3.557618684218511e-14, 0.08646921570301382, 0.02883816271888366, 0.0006741445106221848]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 316545933
+    - 
+      positions: [-0.6971660604668202, -0.15599798762489428, -0.7365563957203197, -2.1471384805738087, -2.300203878349057, -0.6548851805763498]
+      velocities: [-0.14234368832765648, -0.16829004853428997, 0.22564752960819268, -0.23475768086183307, -0.04122603359374963, -0.16620663706710254]
+      accelerations: [0.06243993079309027, 0.010910548104392263, -5.689872450448115e-14, 0.0862435646572194, 0.0287370355083397, 0.0006765568901373052]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 320447592
+    - 
+      positions: [-0.6977211874892673, -0.15665478215352868, -0.73567563768054, -2.148054140942741, -2.3003645748757275, -0.6555339209787517]
+      velocities: [-0.1421003325734878, -0.1682474971959778, 0.22564752960819273, -0.23442148903381152, -0.04111406249259987, -0.16620399190186128]
+      accelerations: [0.06225413115634824, 0.010892505286250818, 8.531339960401952e-14, 0.08601915079618398, 0.028636303474247303, 0.0006788094059270996]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 324350839
+    - 
+      positions: [-0.6982755909815873, -0.15731167744123548, -0.7347945218483354, -2.1489688619531226, -2.3005249001329093, -0.6561829145723114]
+      velocities: [-0.14185760197107156, -0.1682049990138864, 0.22564752960819287, -0.23408603475614867, -0.04100243836419729, -0.1662013373515407]
+      accelerations: [0.06206910234228354, 0.01087446869907118, -1.4213131081868977e-14, 0.08579585101497791, 0.028536023333741816, 0.0006808134751526483]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 328255672
+    - 
+      positions: [-0.6988292723140584, -0.15796867320896937, -0.7339130486959047, -2.1498826449248942, -2.300684855033093, -0.65683216096605]
+      velocities: [-0.1416154943444531, -0.16816255412382053, 0.22564752960819295, -0.23375131420664008, -0.040891160017402645, -0.16619867407957087]
+      accelerations: [0.06188478420583112, 0.01085639729154659, 4.9725810721244176e-14, 0.08557384926663425, 0.02843609486203623, 0.000682723572828618]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 332162088
+    - 
+      positions: [-0.6993822328554394, -0.15862576918148402, -0.7330312186921775, -2.1507954911706233, -2.3008444404878103, -0.6574816597727869]
+      velocities: [-0.14137400754164264, -0.16812016267016372, 0.22564752960819295, -0.23341732353621264, -0.04078022629204061, -0.16619600269892906]
+      accelerations: [0.061701221746642596, 0.010838327603904168, -4.260489025883289e-14, 0.08535297113006056, 0.028336600888128113, 0.0006844115189526697]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 336070086
+    - 
+      positions: [-0.6999344739722823, -0.15928296508683842, -0.7321490323027241, -2.1517074019981726, -2.3010036574063553, -0.6581314106111684]
+      velocities: [-0.14113313934701127, -0.1680778247414942, 0.2256475296081929, -0.23308405916702685, -0.04066963590544723, -0.16619332401086007]
+      accelerations: [0.06151839970157277, 0.010820251553778741, 1.4195897787632744e-14, 0.08513324794285727, 0.028237519779433454, 0.0006859095342370304]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 339979663
+    - 
+      positions: [-0.7004859970290896, -0.15994026065649572, -0.7312664899897839, -2.1526183787101094, -2.30116250669608, -0.6587814131051637]
+      velocities: [-0.14089288760976176, -0.16803554046487146, 0.22564752960819284, -0.23275151735672805, -0.04055938767603212, -0.16619063865939093]
+      accelerations: [0.061336297327136774, 0.010802157413451035, -4.2570532556854585e-14, 0.0849147283912197, 0.028138819932371474, 0.0006872662883576709]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 343890817
+    - 
+      positions: [-0.7010368033885488, -0.1605976556254676, -0.7303835922123079, -2.1535284226028337, -2.3013209892628397, -0.6594316668832968]
+      velocities: [-0.14065325019553088, -0.16799330997038053, 0.22564752960819282, -0.23241969436062918, -0.04044948044058291, -0.16618794725827218]
+      accelerations: [0.06115492416297576, 0.010784055251688523, 2.836893840748106e-14, 0.08469736082578429, 0.028040522064661944, 0.0006884490038187739]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 347803547
+    - 
+      positions: [-0.7015868944113435, -0.16125514973217428, -0.7295003394259353, -2.154437534967308, -2.3014791060106514, -0.6600821715791716]
+      velocities: [-0.14041422494663758, -0.1679511333622396, 0.2256475296081928, -0.23208858656733516, -0.04033991298342695, -0.16618525050133415]
+      accelerations: [0.06097427981264036, 0.010765948112183774, -4.253631829674521e-14, 0.0844811246278061, 0.027942630803995148, 0.0006894499160415043]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 351717850
+    - 
+      positions: [-0.7021362714561027, -0.16191274271839318, -0.7286167320829959, -2.155345717089289, -2.3016368578415927, -0.6607329268315969]
+      velocities: [-0.14017580972583277, -0.16790901075079606, 0.2256475296081928, -0.2317581903503066, -0.040230684113190474, -0.166182549043343]
+      accelerations: [0.06079435146683168, 0.010747829701902415, 4.2519264385496147e-14, 0.0842660440878872, 0.02784512763014532, 0.000690297161208688]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 355633724
+    - 
+      positions: [-0.7026849358795269, -0.16257043432933507, -0.7277327706325326, -2.1562529702488504, -2.301794245656052, -0.6613839322841457]
+      velocities: [-0.13993800242673737, -0.16786694226026236, 0.2256475296081928, -0.2314285020301816, -0.04012179268242204, -0.16617984346961798]
+      accelerations: [0.060615133429154484, 0.010729699118104112, -4.958595325957421e-14, 0.08405211784781516, 0.027748007173573952, 0.0006909984639140598]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 359551167
+    - 
+      positions: [-0.7032328890364137, -0.1632282243136473, -0.7268484555203113, -2.157159295720312, -2.3019512703527814, -0.6620351875850357]
+      velocities: [-0.13970080091277778, -0.16782492798379448, 0.22564752960819282, -0.23109951808531232, -0.040013237478305284, -0.16617713446645538]
+      accelerations: [0.06043664408984805, 0.010711573002457803, 7.080876977866518e-14, 0.08383926274276321, 0.027651306724751103, 0.0006914949380107446]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 363470178
+    - 
+      positions: [-0.7037801322793413, -0.16388611242317977, -0.7259637871887877, -2.1580646947734685, -2.3021079328283, -0.6626866923880647]
+      velocities: [-0.1394642030886648, -0.1677829680363919, 0.2256475296081928, -0.23077123490407875, -0.03990501735093606, -0.16617442262049348]
+      accelerations: [0.06025884129592329, 0.010693423454143647, -8.493662561869322e-14, 0.08362760385778159, 0.027554955460859967, 0.0006918966917553802]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 367390754
+    - 
+      positions: [-0.7043266669592154, -0.1645440984133552, -0.7250787660771814, -2.1589691686715144, -2.3022642339779407, -0.6633384463508717]
+      velocities: [-0.13922820686495824, -0.16774106252860088, 0.22564752960819273, -0.2304436489083143, -0.03979713114940714, -0.16617170851957788]
+      accelerations: [0.060081761528429485, 0.010675280522550323, 4.9526631296207626e-14, 0.08341699513426105, 0.027459023274275008, 0.000692093400138737]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 371312894
+    - 
+      positions: [-0.7048724944246938, -0.165202182042752, -0.7241933926214109, -2.1598727186732734, -2.3024201746947597, -0.6639904491366863]
+      velocities: [-0.1389928101396974, -0.1676992115531898, 0.22564752960819287, -0.23011675661514758, -0.03968957768911353, -0.16616899280246322]
+      accelerations: [0.05990537204581698, 0.010657123117617701, 2.8289678651842133e-14, 0.08320753007978827, 0.027363456066850606, 0.0006921697538696075]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 375236595
+    - 
+      positions: [-0.7054176160226006, -0.16586036307338245, -0.7233076672541519, -2.160775346031623, -2.302575755870329, -0.6646427004129901]
+      velocities: [-0.13875801082734612, -0.16765741520638977, 0.225647529608193, -0.229790554537963, -0.03958235580373758, -0.16616627607952822]
+      accelerations: [0.05972969456043035, 0.010638970434210622, 4.948728371898358e-14, 0.08299911328081479, 0.027268297179631747, 0.0006920559347673712]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 379161856
+    - 
+      positions: [-0.7059620330975596, -0.16651864127041993, -0.7224215904048014, -2.1616770519949218, -2.302730978394048, -0.6652951998526244]
+      velocities: [-0.13852380688334415, -0.16761567360627275, 0.22564752960819304, -0.22946503909965363, -0.03947546438981531, -0.1661635588610853]
+      accelerations: [0.05955468387907834, 0.0106207920438803, -4.240085937769749e-14, 0.08279188236117577, 0.027173469882334357, 0.0006918730535421961]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 383088674
+    - 
+      positions: [-0.7065057469925946, -0.16717701640261254, -0.7215351624995484, -2.162577837804738, -2.3028858431542854, -0.6659479471318774]
+      velocities: [-0.13829019625047162, -0.1675739868530164, 0.2256475296081929, -0.22914020681805003, -0.03936890231039684, -0.1661608417083723]
+      accelerations: [0.05938038903635396, 0.010602627365903946, -3.532006717810451e-14, 0.08258564756072831, 0.027079066565070746, 0.0006914744284304099]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 387017048
+    - 
+      positions: [-0.7070487590483672, -0.16783548824172853, -0.7206483839612976, -2.163477704698775, -2.303040351036941, -0.6666009419328084]
+      velocities: [-0.13805717683455554, -0.1675323550111518, 0.2256475296081928, -0.22881605439149033, -0.039262668350385596, -0.1661581253065969]
+      accelerations: [0.05920677723928331, 0.010584455018340754, -1.412244508254556e-14, 0.08238050292787241, 0.02698503326834206, 0.0006909439378288316]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 390946976
+    - 
+      positions: [-0.7075910706035959, -0.1684940565628423, -0.7197612552097234, -2.1643766539092923, -2.3031945029262406, -0.6672541839419203]
+      velocities: [-0.13782474663893712, -0.16749077820894553, 0.2256475296081927, -0.22849257823050473, -0.039156761460134, -0.16615541007877904]
+      accelerations: [0.059033829083605535, 0.010566263821593957, -2.823374870831502e-14, 0.08217649717258917, 0.026891338373359296, 0.0006903314944710501]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 394878456
+    - 
+      positions: [-0.7081326829952885, -0.1691527211444844, -0.7188737766612969, -2.1652746866622445, -2.303348299705193, -0.6679076728493738]
+      velocities: [-0.1375929036012227, -0.16744925651773138, 0.2256475296081927, -0.22816977502474312, -0.03905118046033618, -0.16615269665188354]
+      accelerations: [0.058861594872149536, 0.010548093799335865, 2.8222629227236166e-14, 0.08197343588023556, 0.026798078106450827, 0.0006894837634601636]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 398811486
+    - 
+      positions: [-0.708673597557956, -0.16981148176807323, -0.7179859487292128, -2.166171804180288, -2.3035017422540873, -0.6685614083514175]
+      velocities: [-0.1373616457068652, -0.1674077900358291, 0.2256475296081927, -0.22784764134851965, -0.03894592424725404, -0.16614998553307792]
+      accelerations: [0.05868999746448514, 0.010529891098399486, -2.82115315780632e-14, 0.0817715683738662, 0.026705116503478916, 0.0006886152696975179]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 402746065
+    - 
+      positions: [-0.7092138156246843, -0.1704703382186594, -0.717097771823505, -2.167068007678731, -2.303654831452551, -0.6692153901469898]
+      velocities: [-0.13713097095327498, -0.1673663788623762, 0.22564752960819276, -0.22752617378355322, -0.038840991728867465, -0.166147277210267]
+      accelerations: [0.058519105398409973, 0.01051170902202078, 5.6400911235310656e-14, 0.08157063798761326, 0.026612582204162846, 0.0006875216531795573]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 406682190
+    - 
+      positions: [-0.7097533385260846, -0.17112929028417326, -0.7162092463509437, -2.1679632983695356, -2.3038075681775485, -0.669869617940963]
+      velocities: [-0.13690087729735795, -0.16732502305832775, 0.22564752960819295, -0.22720536910365985, -0.03873638172811817, -0.1661445723059795]
+      accelerations: [0.058348868253451903, 0.010493513565325392, 3.523675150368586e-14, 0.08137080007891094, 0.026520388498588666, 0.0006863391115160951]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 410619860
+    - 
+      positions: [-0.7102921675909745, -0.17178833775588942, -0.7153203727151153, -2.168857677458758, -2.3039599533046835, -0.6705240914419813]
+      velocities: [-0.1366713627751117, -0.16728372273489986, 0.225647529608193, -0.22688522385653284, -0.03863209320137412, -0.16614187123060803]
+      accelerations: [0.058179293793453914, 0.010475313072366236, 0.0, 0.0811720106109723, 0.026428552985503558, 0.0006850395456620749]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 414559073
+    - 
+      positions: [-0.7108303041462174, -0.17244748042830607, -0.7144311513164057, -2.1697511461471723, -2.304111987707904, -0.6711788103629126]
+      velocities: [-0.13644242537467854, -0.16724247796018993, 0.22564752960819287, -0.22656573480562392, -0.038528125007324054, -0.16613917454953359]
+      accelerations: [0.05801039611223517, 0.010457120978365948, -7.041839111037841e-14, 0.0809742004834201, 0.026337106376266916, 0.000683572633219103]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 418499827
+    - 
+      positions: [-0.711367749516461, -0.17310671809894262, -0.7135415825519879, -2.1706437056312837, -2.3042636722590015, -0.6718337744216444]
+      velocities: [-0.13621406311729553, -0.16720128881842286, 0.22564752960819268, -0.2262468986481499, -0.03842447605453035, -0.16613648274801499]
+      accelerations: [0.05784214189104692, 0.010438915544964067, -2.1117274363249076e-14, 0.08077746887046906, 0.026245991362048637, 0.0006820296413567852]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 422442120
+    - 
+      positions: [-0.7119045050245798, -0.17376605056864378, -0.7126516668158625, -2.1715353571016744, -2.304415007828467, -0.6724889833396416]
+      velocities: [-0.13598627403617636, -0.1671601553948261, 0.22564752960819284, -0.2259287120883426, -0.03832114526316391, -0.1661337962929506]
+      accelerations: [0.05767455595223928, 0.010420717876004548, 1.0554523564790475e-13, 0.08058170956424839, 0.026155258067853602, 0.000680328923758465]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 426385951
+    - 
+      positions: [-0.7124405719912558, -0.17442547764126756, -0.7117614044988316, -2.1724261017446085, -2.3045659952846913, -0.6731444368432393]
+      velocities: [-0.13575905615226172, -0.16711907775760734, 0.225647529608193, -0.22561117192309893, -0.03821813151967615, -0.16613111570556122]
+      accelerations: [0.05750761731214607, 0.01040251538565034, -2.8134447369823098e-14, 0.08038697827200059, 0.02606487221602699, 0.000678524827129423]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 430331318
+    - 
+      positions: [-0.7129759517352389, -0.175084999123858, -0.7108707959885256, -2.1733159407410674, -2.3047166354944686, -0.6738001346627834]
+      velocities: [-0.13553240752573792, -0.16707805599624287, 0.22564752960819293, -0.2252942748578337, -0.03811543377308209, -0.16612844140552416]
+      accelerations: [0.05734132467764557, 0.010384309754031882, -1.4061759635004028e-14, 0.08019326223381418, 0.025974835099235184, 0.0006766147659885842]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 434278219
+    - 
+      positions: [-0.7135106455733182, -0.17574461482661546, -0.7099798416694032, -2.174204875266877, -2.30486692932295, -0.6744560765326746]
+      velocities: [-0.1353063262078672, -0.16703709018582608, 0.22564752960819295, -0.2249780176782223, -0.03801305094554117, -0.1661257738561807]
+      accelerations: [0.0571756815111065, 0.010366106473550176, 2.108445880123231e-14, 0.08000053009976613, 0.025885157794435943, 0.0006745794463371978]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 438226653
+    - 
+      positions: [-0.7140446548202186, -0.17640432456280689, -0.7090885419227526, -2.175092906493123, -2.305016877633445, -0.6751122621916726]
+      velocities: [-0.13508081025830115, -0.16699618039972297, 0.22564752960819295, -0.22466239718890385, -0.03791098196397194, -0.1661231135132196]
+      accelerations: [0.05701067776165097, 0.010347900808638923, -1.4050862313497033e-14, 0.07980880021312202, 0.02579582557902838, 0.000672442287849526]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 442176617
+    - 
+      positions: [-0.7145779807887019, -0.1770641281488279, -0.7081968971267031, -2.175980035585786, -2.305166481287627, -0.6757686913825278]
+      velocities: [-0.13485585771024716, -0.16695532668397245, 0.22564752960819295, -0.2243474103347216, -0.03780922569579437, -0.16612046092785185]
+      accelerations: [0.056846334532070816, 0.010329711201490227, 1.4045428904308007e-14, 0.07961797992172949, 0.025706882046986124, 0.0006701317956503407]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 446128111
+    - 
+      positions: [-0.7151106247892011, -0.17772402540392598, -0.7073049076562051, -2.176866263707135, -2.305315741144826, -0.6764253638531161]
+      velocities: [-0.13463146667443343, -0.16691452913444677, 0.225647529608193, -0.22403305383534747, -0.037707781142109535, -0.16611781643713314]
+      accelerations: [0.05668258918558141, 0.010311493873988498, 1.4040005571813265e-14, 0.07942827247627751, 0.025618214739721132, 0.0006678280751229341]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 450081132
+    - 
+      positions: [-0.7156425881307079, -0.17838401615082827, -0.7064125738831016, -2.177751592012416, -2.3054646580637534, -0.6770822793535781]
+      velocities: [-0.1344076352486895, -0.1668737878298282, 0.2256475296081929, -0.22371932450213183, -0.037606647270038665, -0.16611518043166504]
+      accelerations: [0.05651950858676146, 0.010293301174524603, -7.719025736450977e-14, 0.079239424965754, 0.025529952079918865, 0.0006653241974492473]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 454035679
+    - 
+      positions: [-0.716173872119725, -0.17904410021497477, -0.7055198961760544, -2.1786360216538054, -2.3056132329004795, -0.6777394376396103]
+      velocities: [-0.13418436146994964, -0.16683310279610142, 0.2256475296081928, -0.22340621940774658, -0.03750582292312361, -0.16611255350183457]
+      accelerations: [0.05635705440921701, 0.010275107296598168, 2.805837773042824e-14, 0.07905155480353311, 0.0254420269695761, 0.0006627262421775545]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 457991751
+    - 
+      positions: [-0.7167044780607899, -0.17970427742488423, -0.7046268749005897, -2.179519553778463, -2.3057614665094515, -0.6783968384707786]
+      velocities: [-0.13396164348674702, -0.16679247413445822, 0.2256475296081928, -0.223093735277997, -0.03740530714284054, -0.16610993591985318]
+      accelerations: [0.05619520628757788, 0.010256899893228224, -2.8047590711974116e-14, 0.07886471673523443, 0.025354405218281407, 0.0006600892610461841]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 461949345
+    - 
+      positions: [-0.7172344072567334, -0.18036454761232779, -0.7037335104191212, -2.1804021895275842, -2.305909359744001, -0.6790544816096425]
+      velocities: [-0.13373947941425268, -0.16675190191358114, 0.2256475296081927, -0.22278186900324676, -0.037305098897867255, -0.16610732807438797]
+      accelerations: [0.05603399921709805, 0.010238707626604034, -1.4018411653342956e-14, 0.0786787695942333, 0.025267156639435292, 0.000657299548180376]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 465908459
+    - 
+      positions: [-0.7177636610081052, -0.18102491061190099, -0.7028398030909168, -2.181283930038575, -2.3060569134552322, -0.6797123668235644]
+      velocities: [-0.133517867317196, -0.1667113861575528, 0.2256475296081928, -0.22247061769759505, -0.03720519705250745, -0.16610473052378927]
+      accelerations: [0.055873421460821554, 0.01022052424490826, 6.305866960619622e-14, 0.07849373831546684, 0.02518026297326951, 0.0006543853069866317]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 469869094
+    - 
+      positions: [-0.7182922406133021, -0.18168536626110787, -0.7019457532721122, -2.1821647764445835, -2.3062041284922805, -0.6803704938842623]
+      velocities: [-0.1332968053573022, -0.1666709269549308, 0.22564752960819298, -0.22215997817758393, -0.03710560064351928, -0.16610214354806813]
+      accelerations: [0.055713433560261566, 0.010202323315540735, 2.801534680072617e-14, 0.07830974507116516, 0.02509365421523853, 0.0006514591244840275]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 473831246
+    - 
+      positions: [-0.7188201473691178, -0.18234591440074294, -0.7010513613157515, -2.183044729872475, -2.306351005703381, -0.6810288625660174]
+      velocities: [-0.13307629168019028, -0.1666305243749488, 0.22564752960819295, -0.22184994736227398, -0.03700630866677655, -0.1660995674929039]
+      accelerations: [0.05555408091400825, 0.010184140905235015, -4.2006956152314117e-14, 0.07812661278746671, 0.025007419852284225, 0.0006483754732981798]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 477794914
+    - 
+      positions: [-0.7193473825700084, -0.1830065548743516, -0.7001566275717465, -2.183923791445587, -2.3064975459344477, -0.6816874726479913]
+      velocities: [-0.13285632438137462, -0.16659017844222987, 0.2256475296081929, -0.221540522394146, -0.03690732001365589, -0.166097002874425]
+      accelerations: [0.055395341238819215, 0.010165963342830184, 1.3996973575376112e-14, 0.0779444026451301, 0.024921521994411205, 0.0006451940512784467]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 481760097
+    - 
+      positions: [-0.7198739475083813, -0.18366728752842237, -0.6992615523869019, -2.184801962282677, -2.3066437500296386, -0.682346323913275]
+      velocities: [-0.13263690162553005, -0.16654988922560163, 0.22564752960819306, -0.22123170021505925, -0.03680863369650669, -0.16609445001349427]
+      accelerations: [0.05523719975858624, 0.010147781870739218, 6.995818954277326e-14, 0.07776315160881712, 0.024835936345614394, 0.0006419538977324521]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 485726793
+    - 
+      positions: [-0.7203998434747754, -0.1843281122125124, -0.698366136104928, -2.1856792434972654, -2.3067896188317145, -0.6830054161482684]
+      velocities: [-0.13241802159486527, -0.16650965679965696, 0.22564752960819298, -0.2209234777481718, -0.036710248751288, -0.16609190919153605]
+      accelerations: [0.05507966027332668, 0.010129602224587407, -1.1189049321320752e-13, 0.07758282904044797, 0.02475067418282328, 0.0006386360287768276]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 489695001
+    - 
+      positions: [-0.7209250717577558, -0.18498902877915321, -0.6974703790664416, -2.1865556361980505, -2.3069351531818376, -0.6836647491429813]
+      velocities: [-0.13219968243554664, -0.16646948120485272, 0.2256475296081928, -0.2206158520908722, -0.036612164135194414, -0.16608938081977742]
+      accelerations: [0.05492273502544471, 0.010111435756442095, 1.3980994739484135e-14, 0.07740337469580465, 0.024665762815040945, 0.0006351941808834511]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 493664719
+    - 
+      positions: [-0.721449633643681, -0.1856500370836743, -0.6965742816089578, -2.187431141489801, -2.30708035391912, -0.6843243226917715]
+      velocities: [-0.13198188230467175, -0.16642936248276502, 0.22564752960819273, -0.22030882034557586, -0.036514378816538365, -0.16608686529182914]
+      accelerations: [0.05476640414853607, 0.010093270426714424, -3.493921776790631e-14, 0.07722484327163495, 0.02458116821240168, 0.0006316836883087241]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 497635945
+    - 
+      positions: [-0.7219735304169593, -0.18631113698437454, -0.6956778440669108, -2.188305760472411, -2.3072252218811324, -0.6849841365924617]
+      velocities: [-0.13176461937717823, -0.16638930068094665, 0.2256475296081928, -0.2200023795951374, -0.03641689178739764, -0.1660843629630976]
+      accelerations: [0.05461067641491789, 0.010075115135314177, 6.286674910548663e-14, 0.0770471869619958, 0.024496911309083286, 0.0006280686746521411]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 501608679
+    - 
+      positions: [-0.7224967633598693, -0.18697232834238187, -0.6947810667716485, -2.1891794942415963, -2.307369757903554, -0.6856441906469123]
+      velocities: [-0.1315478918756799, -0.1663492958756884, 0.22564752960819312, -0.21969652679461904, -0.036319702122205866, -0.16608187405497796]
+      accelerations: [0.05445551698196399, 0.010056946403912505, 9.077314625663554e-14, 0.07687051488095889, 0.024412928640690248, 0.0006244526145807354]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 505582918
+    - 
+      positions: [-0.723019333753051, -0.18763361102200182, -0.6938839500514589, -2.190052343887082, -2.3075139628211465, -0.6863044846593709]
+      velocities: [-0.13133169795345698, -0.16630934808412778, 0.22564752960819318, -0.2193912591933951, -0.03622280875156364, -0.16607939902518587]
+      accelerations: [0.05430099350292432, 0.01003881734808834, -5.583927698005407e-14, 0.07669456689884409, 0.024329354940597275, 0.0006206133215716246]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 509558662
+    - 
+      positions: [-0.7235412428744148, -0.18829498488990196, -0.6929864942315328, -2.1909243104966865, -2.3076578374656087, -0.6869650184400133]
+      velocities: [-0.1311160358146452, -0.16626945735459192, 0.22564752960819312, -0.21908657390049885, -0.03612621069447325, -0.16607693818719693]
+      accelerations: [0.05414701070450755, 0.010020659053082467, 2.0931822133632292e-14, 0.07651967075620254, 0.02424600995587732, 0.0006168456590935809]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 513535908
+    - 
+      positions: [-0.7240624920005704, -0.18895644981615548, -0.6920886996340219, -2.1917953951510225, -2.307801382668395, -0.6876257918002435]
+      velocities: [-0.13090090370089935, -0.1662296237563344, 0.2256475296081929, -0.21878246793309994, -0.03602990703279446, -0.16607449175230848]
+      accelerations: [0.05399364293082239, 0.010002529770886585, -1.1856893008970456e-13, 0.07634554209013833, 0.024163041211806763, 0.0006129063865858188]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 517514656
+    - 
+      positions: [-0.7245830824056295, -0.18961800567334347, -0.6911905665780018, -2.1926655989279684, -2.3079445992583665, -0.6882868045565695]
+      velocities: [-0.1306862998142551, -0.16618984732226766, 0.22564752960819276, -0.2184789384935531, -0.035933896762601246, -0.16607206007259334]
+      accelerations: [0.05384083376435048, 0.00998438942199236, 4.1832097779524185e-14, 0.07617236916841479, 0.024080343308712435, 0.0006089680299000219]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 521494904
+    - 
+      positions: [-0.7251030153620397, -0.19027965233716532, -0.6902920953795006, -2.1935349228995995, -2.308087488063431, -0.6889480565278553]
+      velocities: [-0.13047222237449702, -0.16615012809153026, 0.2256475296081928, -0.21817598276405847, -0.03583817890386237, -0.1660696434628524]
+      accelerations: [0.053688628669918095, 0.009966274817207034, -3.4846970317312585e-14, 0.0759999710810106, 0.02399800853546633, 0.0006048770263386579]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 525476650
+    - 
+      positions: [-0.7256222921398271, -0.1909413896858595, -0.6893932863514886, -2.1944033681350033, -2.3082300499090627, -0.6896095475377635]
+      velocities: [-0.1302586695854952, -0.16611046608438262, 0.22564752960819287, -0.21787359802746595, -0.03574275243591013, -0.1660672423057074]
+      accelerations: [0.053536988191304195, 0.009948158514252603, 8.36013145885268e-14, 0.07582847531026812, 0.023915963985727564, 0.0006007529928041934]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 529459893
+    - 
+      positions: [-0.7261409140071703, -0.19160321760062327, -0.6884941398038941, -2.195270935698183, -2.308372285619432, -0.690271277412851]
+      velocities: [-0.13004563970800645, -0.16607086135704274, 0.225647529608193, -0.21757178140203476, -0.03564761643949209, -0.16606485681704505]
+      accelerations: [0.05338592122664618, 0.009930049768528964, -6.9641627221205325e-15, 0.07565783425454076, 0.023834230576529183, 0.0005965602250690629]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 533444632
+    - 
+      positions: [-0.7266588822302168, -0.19226513596546208, -0.6875946560436048, -2.1961376266487527, -2.308514196017053, -0.6909332459831365]
+      velocities: [-0.12983313099347055, -0.16603131395182502, 0.22564752960819298, -0.21727053008237746, -0.03555276996773206, -0.16606248725954048]
+      accelerations: [0.053235421600834915, 0.009911946191583114, -1.392310710320104e-14, 0.07548805435455933, 0.023752800248791, 0.0005923110452973945]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 537430866
+    - 
+      positions: [-0.7271761980731357, -0.19292714466721947, -0.686694835374474, -2.1970034420417663, -2.308655781922889, -0.6915954530819027]
+      velocities: [-0.12962114170374256, -0.16599182391219047, 0.22564752960819282, -0.2169698412671375, -0.03545821208469232, -0.1660601338784402]
+      accelerations: [0.05308548831446527, 0.009893849477856629, -6.958948673185349e-14, 0.07531912436506821, 0.02367167455624968, 0.0005880020034626369]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 541418593
+    - 
+      positions: [-0.7276928627980905, -0.19358924359554477, -0.6857946780973231, -2.1978683829278367, -2.3087970441563064, -0.6922578985457508]
+      velocities: [-0.12940967007159448, -0.16595239125309563, 0.22564752960819284, -0.21666971230215226, -0.03536394178786717, -0.16605779703069518]
+      accelerations: [0.052936135010820055, 0.00987577210489638, 7.65198286162498e-14, 0.07515097897457397, 0.023590884307498863, 0.0005835806735616676]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 545407811
+    - 
+      positions: [-0.7282088776649789, -0.19425143264268893, -0.6848941845099452, -2.198732450354112, -2.3089379835345625, -0.6929205822154355]
+      velocities: [-0.1291987143601261, -0.16591301600548347, 0.2256475296081928, -0.21637014046539324, -0.0352699581242915, -0.16605547699207915]
+      accelerations: [0.05278733091499563, 0.009857693457542116, -9.73525233716729e-14, 0.07498371480089173, 0.023510372843948312, 0.0005791403177933114]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 549398520
+    - 
+      positions: [-0.7287242439318747, -0.19491371170382088, -0.6839933549071161, -2.199595645362669, -2.3090786008736846, -0.693583503934375]
+      velocities: [-0.1289882728592342, -0.16587369821378964, 0.22564752960819273, -0.2160711229783031, -0.03517626018445316, -0.16605317396749952]
+      accelerations: [0.05263909145455215, 0.009839627262871542, 6.256043534475831e-14, 0.07481726087646023, 0.023430174033027627, 0.0005746233390550803]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 553390718
+    - 
+      positions: [-0.7292389628547432, -0.19557608067680712, -0.6830921895805924, -2.2004579689915875, -2.30921889698791, -0.6942466635495711]
+      velocities: [-0.12877834384607229, -0.1658344379061735, 0.22564752960819284, -0.21577265714977392, -0.03508284702469122, -0.16605088821989267]
+      accelerations: [0.05249140569940838, 0.00982156783469688, -6.9485714655994504e-15, 0.07465164163739807, 0.02335027014247449, 0.0005700583523252631]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 557384404
+    - 
+      positions: [-0.7297530356875682, -0.19623853946229133, -0.6821906888191219, -2.201319422274492, -2.3093588726899474, -0.6949100609111483]
+      velocities: [-0.1285689256112223, -0.1657952351146607, 0.2256475296081928, -0.21547474027995905, -0.034989717718456395, -0.16604861998447173]
+      accelerations: [0.052344275967732154, 0.00980351879985591, -6.9459875876122036e-15, 0.0744868343726151, 0.023270669343554155, 0.0005654307556766406]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 561379576
+    - 
+      positions: [-0.7302664636822762, -0.19690108796363442, -0.6812888529084423, -2.202180006240859, -2.3094985287908245, -0.6955736958725893]
+      velocities: [-0.12836001645559453, -0.16575608987227813, 0.2256475296081928, -0.21517736967248602, -0.03489687135010383, -0.16604636947957283]
+      accelerations: [0.05219769290506146, 0.009785475912787932, 0.0, 0.07432285739600608, 0.02319135703705211, 0.000560763700492064]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 565376234
+    - 
+      positions: [-0.7307792480888389, -0.19756372608697048, -0.6803866821312924, -2.2030397219156566, -2.3096378661001005, -0.6962375682903594]
+      velocities: [-0.12815161467071967, -0.16571700219845514, 0.22564752960819295, -0.21488054270600546, -0.03480430697617197, -0.16604413697108533]
+      accelerations: [0.05205166869889439, 0.009767450100393628, 9.023081766925019e-14, 0.0741596522421956, 0.023112360764782902, 0.0005560103618161241]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 569374375
+    - 
+      positions: [-0.7312913901550397, -0.19822645374103037, -0.6794841767674101, -2.2038985703202227, -2.3097768854254053, -0.6969016780246579]
+      velocities: [-0.12794371854541026, -0.1656779721042967, 0.22564752960819312, -0.21458425680936577, -0.03471202363836272, -0.16604192275192842]
+      accelerations: [0.051906190674662914, 0.009749434477048239, -6.938260487126245e-15, 0.07399724967580389, 0.023033659437947496, 0.0005512041610649965]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 573374000
+    - 
+      positions: [-0.7318028911266308, -0.1988892708372402, -0.6785813370935438, -2.2047565524717094, -2.3099155875727546, -0.6975660249388782]
+      velocities: [-0.12773632642400284, -0.16563899963601353, 0.22564752960819298, -0.21428850924803036, -0.034620020479500205, -0.16603972694654878]
+      accelerations: [0.051761241910218574, 0.009731418252737314, -6.935692864900888e-14, 0.07383569805576239, 0.02295522262162853, 0.0005463960286558751]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 577375106
+    - 
+      positions: [-0.7323137522475646, -0.19955217728989155, -0.6776781633834511, -2.205613669382252, -2.3100539733470176, -0.6982306088987953]
+      velocities: [-0.1275294366251007, -0.16560008481425167, 0.22564752960819273, -0.21399329742166223, -0.03452829658220968, -0.16603754978119728]
+      accelerations: [0.05161685037453925, 0.0097134248770568, -6.239816308802958e-14, 0.07367487937551657, 0.022877109896736372, 0.0005414842416754421]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 581377692
+    - 
+      positions: [-0.7328239747595021, -0.20021517301575575, -0.6767746559079083, -2.2064699220607937, -2.3101920435509413, -0.6988954297741885]
+      velocities: [-0.127323047457939, -0.16556122764633102, 0.22564752960819268, -0.21369861880352803, -0.034436851001273104, -0.16603539153095814]
+      accelerations: [0.051472990979168756, 0.009695437442746388, 4.851398691179651e-14, 0.0735148723048831, 0.022799274663526818, 0.0005365462027453135]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 585381757
+    - 
+      positions: [-0.7333335599021761, -0.20087825793435177, -0.67587081493471, -2.207325311511773, -2.3103297989858778, -0.6995604874376047]
+      velocities: [-0.12711715728697576, -0.16552242817466428, 0.2256475296081929, -0.21340447070387752, -0.034345682892837445, -0.1660332523017583]
+      accelerations: [0.05132965943076072, 0.009677455203799945, 6.235212434295817e-14, 0.07335567710062654, 0.022721711945007616, 0.0005315891153140931]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 589387301
+    - 
+      positions: [-0.7338425089134165, -0.20154143196794888, -0.6749666407286774, -2.2081798387350533, -2.310467240451843, -0.7002257817642371]
+      velocities: [-0.12691176443192512, -0.16548368640176916, 0.225647529608193, -0.21311085063729138, -0.0342547913135042, -0.16603113236814215]
+      accelerations: [0.05118688058475542, 0.009659498706990066, -2.077638592145796e-14, 0.07319718897674274, 0.022644475496992125, 0.0005265216709928367]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 593394321
+    - 
+      positions: [-0.7343508230287102, -0.20220469504122934, -0.674062133551664, -2.209033504727548, -2.3106043687466338, -0.7008913126333887]
+      velocities: [-0.12670686723827917, -0.1654450023433971, 0.22564752960819295, -0.21281775606136796, -0.03416417536344376, -0.16602903193322538]
+      accelerations: [0.05104461495462521, 0.009641540682406094, 0.0, 0.07303953866865003, 0.022567488903147272, 0.000521470907295364]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 597402817
+    - 
+      positions: [-0.734858503481798, -0.20286804708172468, -0.6731572936625533, -2.2098863104810675, -2.310741184667036, -0.7015570799264356]
+      velocities: [-0.12650246408064691, -0.16540637603098593, 0.225647529608193, -0.21252518436554213, -0.03407383419248074, -0.16602695111791033]
+      accelerations: [0.050902885734695445, 0.009623600446550067, 2.076110962625673e-14, 0.07288262702185469, 0.022490802873385014, 0.0005163509216717817]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 601412787
+    - 
+      positions: [-0.7353655515042579, -0.20353148801949386, -0.67225212131727, -2.2107382569838485, -2.310877689007989, -0.7022230835282002]
+      velocities: [-0.12692953691577946, -0.16619455016132786, 0.226775767256234, -0.21329356924598658, -0.03415346090412255, -0.16685500945931428]
+      accelerations: [-0.2650849296371223, -0.4045137167119225, 0.5652048905284175, -0.4581505117872781, -0.062484427343563284, -0.4153450077929371]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 605424231
+    - 
+      positions: [-0.7358719683256902, -0.2041950177872474, -0.6713466167687826, -2.2115893452199127, -2.311013882562959, -0.7028893233263157]
+      velocities: [-0.12735608462011538, -0.1669825896416436, 0.22790400490427493, -0.21406101567781036, -0.034232912293460246, -0.1676830776993354]
+      accelerations: [0.05163848743089902, 0.009780472877812583, -6.9844459613630744e-15, 0.07402975592830935, 0.02278728308131189, 0.0005161500437746465]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 609397415
+    - 
+      positions: [-0.7363777551735071, -0.204858636320184, -0.6704407802671086, -2.212439576169841, -2.3111497661235263, -0.7035557992118993]
+      velocities: [-0.1271511244381767, -0.1669437521104652, 0.22790400490427482, -0.213767087429147, -0.03414249490008704, -0.16768103667458006]
+      accelerations: [0.05149549153995021, 0.009762195141413728, -4.1891327157034766e-14, 0.07387208408080663, 0.022709876397690877, 0.0005108745558084516]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 613372055
+    - 
+      positions: [-0.7368829132735046, -0.20552234355641133, -0.6695346120593076, -2.2132889508087183, -2.311285340480537, -0.7042225110776006]
+      velocities: [-0.12694665664543733, -0.1669049729521134, 0.2279040049042747, -0.2134736772087263, -0.03405235146481546, -0.16767901619560474]
+      accelerations: [0.05135305994015047, 0.009743957306237375, -2.093800056613923e-14, 0.07371504435708971, 0.022632826001783974, 0.0005054394748489313]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 617348151
+    - 
+      positions: [-0.7373874438488784, -0.2061861394361846, -0.6686281123895115, -2.2141374701097347, -2.3114206064221245, -0.7048894588209061]
+      velocities: [-0.12674267959452568, -0.16686625216334394, 0.22790400490427493, -0.21318078259428724, -0.03396248107175271, -0.1676770164890907]
+      accelerations: [0.051211128904490685, 0.009725713176524564, 1.3255887548296258e-13, 0.07355886041563393, 0.0225560050801823, 0.000500058076781763]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 621325702
+    - 
+      positions: [-0.7378913481212078, -0.20685002390265134, -0.6677212814988998, -2.214985135040621, -2.3115555647356993, -0.7055566423407872]
+      velocities: [-0.1265391917023596, -0.1668275897834139, 0.22790400490427504, -0.2128884009626663, -0.03387288292733856, -0.16767503757667773]
+      accelerations: [0.05106972809944015, 0.009707487442894853, -6.974236025070336e-14, 0.07340340728190446, 0.02247947800964117, 0.0004946203107199657]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 625304705
+    - 
+      positions: [-0.7383946273099389, -0.20751399690144293, -0.6668141196257201, -2.2158319465655536, -2.311690216206909, -0.7062240615394259]
+      velocities: [-0.12633619133159038, -0.16678898580412582, 0.22790400490427482, -0.2125965299318906, -0.033783556117714414, -0.16767307968501338]
+      accelerations: [0.05092885344612444, 0.009689279158037311, -3.485846404100206e-14, 0.07324868625876177, 0.02240324002975777, 0.0004891331901283947]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 629285161
+    - 
+      positions: [-0.7388972826324102, -0.20817805838068315, -0.6659066270052925, -2.2166779056450805, -2.311824561619694, -0.7068917163221029]
+      velocities: [-0.1261336768671224, -0.1667504402285694, 0.22790400490427468, -0.21230516707349628, -0.03369449976589708, -0.16767114298017216]
+      accelerations: [0.05078849614057686, 0.009671083470415055, -4.181491944630801e-14, 0.07309471707380898, 0.022327276478732783, 0.0004836202265781255]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 633267069
+    - 
+      positions: [-0.7393993153039563, -0.20884220829106212, -0.6649988038700083, -2.2175230132357573, -2.311958601756503, -0.7075596065968269]
+      velocities: [-0.12593164672584173, -0.16671195307794023, 0.22790400490427468, -0.21201430987752057, -0.033605713051769084, -0.16766922753373245]
+      accelerations: [0.05064864724282536, 0.009652896017183957, 4.179970377126715e-14, 0.07294151858637175, 0.022251572588664593, 0.0004781054244381622]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 637250426
+    - 
+      positions: [-0.7399007265380132, -0.20950644658590137, -0.6640906504493322, -2.218367270289796, -2.312092337398508, -0.7082277322739531]
+      velocities: [-0.12573009929294698, -0.16667352434332225, 0.2279040049042747, -0.21172395599076538, -0.03351719508055261, -0.16766733354565816]
+      accelerations: [0.05050932993053167, 0.00963473615737139, -2.0892254827289413e-14, 0.07278899091037487, 0.022176179745412056, 0.000472500380981837]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 641235233
+    - 
+      positions: [-0.7404015175457033, -0.21017077322082858, -0.6631821669698219, -2.219210677756582, -2.312225769324768, -0.7088960932675726]
+      velocities: [-0.12552903298195112, -0.16663515403163226, 0.22790400490427465, -0.21143410299008256, -0.03342894500775951, -0.16766546113238462]
+      accelerations: [0.05037050516158972, 0.009616576468302952, -1.3923112309066084e-14, 0.07263726671444952, 0.022101020475861835, 0.00046693545641154357]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 645221488
+    - 
+      positions: [-0.7409016895364314, -0.21083518815422508, -0.6622733536551072, -2.220053236580535, -2.3123588983134447, -0.7095646894934592]
+      velocities: [-0.1253284462473946, -0.16659684217495824, 0.2279040049042747, -0.21114474833534558, -0.03334096206530414, -0.16766361028151922]
+      accelerations: [0.050232189744027454, 0.009598431621463224, 4.871321632382078e-14, 0.07248626973752018, 0.02202613306534127, 0.00046134498208994163]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 649209190
+    - 
+      positions: [-0.7414012437175748, -0.21149969134697877, -0.6613642107259052, -2.220894947702259, -2.3124917251411743, -0.7102335208701006]
+      velocities: [-0.12575347947671123, -0.16739128612263898, 0.22904352492879615, -0.21190944774200293, -0.033419292578589346, -0.1685000856397059]
+      accelerations: [-0.2645801419247365, -0.40985467640203005, 0.5740487601766401, -0.4580483258586537, -0.06158777926654144, -0.42184934735175844]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 653198339
+    - 
+      positions: [-0.741900181294096, -0.21216428276217036, -0.660454738400048, -2.2217358120599506, -2.312624250582286, -0.7109025873200097]
+      velocities: [-0.1261779921210392, -0.16818559766875302, 0.23018304495331754, -0.21267320030046422, -0.03349745186106906, -0.16933657395478113]
+      accelerations: [0.050961235118545584, 0.009754403126008082, 4.916471566281374e-14, 0.07363730872929546, 0.022316942377150283, 0.00045906350165680063]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 657149422
+    - 
+      positions: [-0.7423985034693708, -0.2128289623657079, -0.6595449368924439, -2.2225758305864334, -2.312756475410488, -0.7115718887668665]
+      velocities: [-0.1259768429866065, -0.168147079732101, 0.23018304495331765, -0.21238244813503743, -0.033409393157918875, -0.1693347710381259]
+      accelerations: [0.05082170114466717, 0.009735953625783571, 7.0209908529999934e-15, 0.07348540892107168, 0.022241409420003463, 0.00045322636911088003]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 661101935
+    - 
+      positions: [-0.7428962114444126, -0.21349373012571665, -0.6586348064151181, -2.2234150042119767, -2.312888400397296, -0.7122414251381507]
+      velocities: [-0.1257761718620976, -0.16810862081577638, 0.23018304495331765, -0.21209218985431205, -0.03332160081698794, -0.1693329904431345]
+      accelerations: [0.05068265610835171, 0.009717504336749347, -2.105536307083757e-14, 0.07333431155904203, 0.022166104040142038, 0.00044744290017334926]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 665055877
+    - 
+      positions: [-0.7433933064185461, -0.21415858601304788, -0.6577243471771842, -2.2242533338618884, -2.3130200263134064, -0.712911196362813]
+      velocities: [-0.12557597719251162, -0.16807022092735768, 0.23018304495331754, -0.21180242305573363, -0.0332340740303793, -0.16933123222210794]
+      accelerations: [0.05054413296693109, 0.009699082124255834, -2.104776387901862e-14, 0.07318387922099297, 0.022091098744634503, 0.00044158794649667564]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 669011248
+    - 
+      positions: [-0.7438897895888377, -0.2148235300008299, -0.6568135593848795, -2.2250908204585818, -2.3131513539275437, -0.713581202373206]
+      velocities: [-0.12537625737818497, -0.16803188003509098, 0.23018304495331754, -0.2115131455404022, -0.03314681188794867, -0.16932949660420543]
+      accelerations: [0.050406119740491376, 0.00968067989369701, 7.013391633561445e-15, 0.07303414409923026, 0.02201637191050018, 0.0004356972412317218]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 672968046
+    - 
+      positions: [-0.7443856621502533, -0.21548856206458084, -0.6559024432415578, -2.225927464921032, -2.3132823840067793, -0.7142514431045325]
+      velocities: [-0.12517701089501038, -0.16799359815875725, 0.23018304495331754, -0.21122435485974322, -0.03305981362989646, -0.1693277835627825]
+      accelerations: [0.0502685886120086, 0.0096622785651901, 0.0, 0.07288519800571064, 0.021941868334218115, 0.0004298643978616135]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 676926270
+    - 
+      positions: [-0.7448809252960704, -0.21615368218251874, -0.6549909989476695, -2.2267632681633076, -2.313413117317384, -0.7149219184933935]
+      velocities: [-0.12497823619368789, -0.1679553752931214, 0.23018304495331748, -0.21093604869807894, -0.0329730784341974, -0.16932609318032152]
+      accelerations: [0.05013157853659377, 0.009643909736677078, -2.80333696710057e-14, 0.07273687978108087, 0.021867673842918087, 0.00042394069264108856]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 680885920
+    - 
+      positions: [-0.745375580217209, -0.21681889033502907, -0.6540792267008091, -2.227598231097006, -2.313543554623459, -0.7155926284800844]
+      velocities: [-0.12477993170882937, -0.1679172114153249, 0.23018304495331754, -0.21064822483567275, -0.032886605436205744, -0.16932442561443553]
+      accelerations: [0.0499950571151829, 0.009625550597195444, 4.9040759646187624e-14, 0.07258929990966793, 0.021793723345750846, 0.0004180368933396566]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 684846995
+    - 
+      positions: [-0.7458696281027212, -0.21748418650504048, -0.653167126695685, -2.2284323546295006, -2.3136736966879434, -0.7162635730068813]
+      velocities: [-0.12458209590946123, -0.16787910652299598, 0.23018304495331754, -0.21036088095801125, -0.03280039383521401, -0.16932278091521585]
+      accelerations: [0.049859037787087584, 0.00960721348114593, -4.2019838941402085e-14, 0.07244239365268354, 0.02172004881448895, 0.00041209659816517584]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 688809494
+    - 
+      positions: [-0.7463630701395353, -0.2181495706778113, -0.6522546991241431, -2.2292656396648898, -2.313803544272094, -0.7169347520189087]
+      velocities: [-0.12438472728902165, -0.16784106062678014, 0.23018304495331757, -0.21007401469255155, -0.03271444287471263, -0.16932115905795242]
+      accelerations: [0.04972349324725874, 0.009588879373682455, 5.600634753147743e-14, 0.0722962528333677, 0.02164659520136743, 0.0004062139306865701]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 692773415
+    - 
+      positions: [-0.7468559075128675, -0.21881504284124692, -0.6513419441751368, -2.230098087102534, -2.313933098136337, -0.7176061654626835]
+      velocities: [-0.12418782430023648, -0.16780307370085035, 0.2301830449533176, -0.2097876238570588, -0.032628751702356115, -0.16931956018582572]
+      accelerations: [0.049588469786565906, 0.009570585564941274, -4.8987985432351045e-14, 0.07215068750525229, 0.021573465099054535, 0.0004002101046422627]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 696738759
+    - 
+      positions: [-0.7473481414054254, -0.21948060298526212, -0.6504288620347931, -2.230929697839935, -2.314062359038629, -0.7182778132888764]
+      velocities: [-0.12461085182665077, -0.16860387671261645, 0.2313339601780842, -0.2105485005497323, -0.03270582284345162, -0.17016457039088795]
+      accelerations: [-0.2641261926421377, -0.4153073896903768, 0.583062017270561, -0.45794940199606876, -0.06071784980735855, -0.4284903685900009]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 700705525
+    - 
+      positions: [-0.7478397729983358, -0.2201462511025005, -0.6495154528863456, -2.23176047276943, -2.314191327736373, -0.718949695449058]
+      velocities: [-0.12503336323436648, -0.16940454948264064, 0.23248487540285068, -0.21130842208512893, -0.03278272696737129, -0.17100959595283127]
+      accelerations: [0.05031118215063016, 0.009725658949337525, -1.2007450823891106e-13, 0.0733061605018972, 0.02185860574647953, 0.00039610683194615717]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 704634422
+    - 
+      positions: [-0.7483308034703973, -0.22081198718773914, -0.6486017169101974, -2.2325904127808798, -2.3143200049848827, -0.7196218118982849]
+      velocities: [-0.1248358929052332, -0.16936636130847355, 0.23248487540285037, -0.211020594257885, -0.03269696121902824, -0.17100805103515834]
+      accelerations: [0.05017490885156606, 0.009707032982543428, -2.8242724466495894e-14, 0.07315985047388875, 0.02178473727656632, 0.0003900513453770818]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 708564725
+    - 
+      positions: [-0.7488212339986753, -0.22147781123834503, -0.6476876542838733, -2.233419518759575, -2.3144483915386145, -0.7202941625930024]
+      velocities: [-0.12463888676128146, -0.16932823264696498, 0.23248487540285057, -0.2107332375894282, -0.032611454641953655, -0.17100652953838488]
+      accelerations: [0.05003914822345598, 0.009688441257868554, 1.2704686255698184e-13, 0.07301414773115249, 0.021711172742161167, 0.0003839120477980684]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 712496432
+    - 
+      positions: [-0.7493110657578841, -0.22214372325378223, -0.6467732651820783, -2.2342477915884507, -2.3145764881498905, -0.7209667474931956]
+      velocities: [-0.12444234329760742, -0.16929016348860054, 0.23248487540285068, -0.2104463498305857, -0.032526206455969445, -0.17100503147864793]
+      accelerations: [0.04990385363447266, 0.009669850424349424, -7.055640083120828e-14, 0.07286921788940781, 0.021637814630590592, 0.0003778571837700145]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 716429545
+    - 
+      positions: [-0.7498002999211076, -0.22280972323616802, -0.6458585497766378, -2.235075232145537, -2.314704295570399, -0.7216395665598326]
+      velocities: [-0.12424626101234507, -0.1692521538203493, 0.23248487540285062, -0.21015992875654121, -0.03244121587848443, -0.17100355687904312]
+      accelerations: [0.049769068642644645, 0.00965129548916482, 3.5265621232186734e-14, 0.07272488091611559, 0.021564760881136315, 0.0003717150222156931]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 720364060
+    - 
+      positions: [-0.7502889376590564, -0.22347581118967694, -0.6449435082365678, -2.2359018413066356, -2.3148318145496547, -0.7223126197574696]
+      velocities: [-0.12405063837515666, -0.16921420360241704, 0.23248487540285068, -0.20987397228543722, -0.03235648205633691, -0.17100210588728706]
+      accelerations: [0.049634762666771796, 0.009632754934745405, -7.050611494371949e-15, 0.07258124207528796, 0.0214919486805569, 0.00036559391318967714]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 724299979
+    - 
+      positions: [-0.750776980140529, -0.2241419871208982, -0.6440281407280369, -2.23672761994368, -2.3149590458359586, -0.7229859070526021]
+      velocities: [-0.12385547395111732, -0.16917631286256501, 0.23248487540285057, -0.20958847800205738, -0.032272004336076146, -0.17100067830570237]
+      accelerations: [0.04950091630638292, 0.00961421582749237, -4.2288610801349804e-14, 0.07243836345340045, 0.021419338595145925, 0.0003595610219895733]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 728237300
+    - 
+      positions: [-0.7512644285326966, -0.22480825103905308, -0.6431124474143396, -2.237552568923754, -2.315085990177, -0.7236594284126425]
+      velocities: [-0.12366076621257016, -0.16913848155193756, 0.2324848754028507, -0.20930344388458944, -0.0321877818526689, -0.17099927430845854]
+      accelerations: [0.04936759457939447, 0.009595729897371362, 1.1272952220342506e-13, 0.07229598109760217, 0.021347076777172316, 0.0003533602992716201]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 732176022
+    - 
+      positions: [-0.751751284000001, -0.2254746029551046, -0.6421964284560123, -2.238376689113034, -2.315212648317557, -0.7243331838098049]
+      velocities: [-0.12346651365877065, -0.16910070963732743, 0.23248487540285082, -0.20901886783967172, -0.03210381379186152, -0.17099789398253692]
+      accelerations: [0.04923471733645878, 0.009577237353997308, -5.6344731844637464e-14, 0.07215439324126774, 0.021274990559489913, 0.0003472920282769738]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 736116145
+    - 
+      positions: [-0.7522375477054357, -0.22614104288277598, -0.6412800840107046, -2.239199981372238, -2.3153390210021785, -0.7250071732165425]
+      velocities: [-0.12327271485954086, -0.16906299713412742, 0.23248487540285068, -0.20873474753574006, -0.03202009948529793, -0.1709965371633757]
+      accelerations: [0.04910232742102831, 0.009558773182140124, -2.1121772407345477e-14, 0.07201342063288116, 0.021203177764350448, 0.00034118367648714403]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 740057667
+    - 
+      positions: [-0.752723220809807, -0.2268075708379456, -0.6403634142332599, -2.240022446559289, -2.31546510897364, -0.7256813966081642]
+      velocities: [-0.12369428235618722, -0.16987037666157118, 0.233647299779865, -0.20949262774294608, -0.03209611295918165, -0.17185017668099567]
+      accelerations: [-0.26419014725074835, -0.42110136802653897, 0.5924547247587162, -0.45861612465126206, -0.06004303651723609, -0.43541860251250014]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 744000590
+    - 
+      positions: [-0.753208304471859, -0.22747418683874232, -0.6394464192757066, -2.240844085528876, -2.315590912973212, -0.7263558539623568]
+      velocities: [-0.12411533730590898, -0.17067762772776923, 0.23480972415687917, -0.21024954451917932, -0.03217196321656792, -0.1727038332736891]
+      accelerations: [0.049820627250649244, 0.009713291986293377, -1.2080122245104163e-13, 0.07317529229443122, 0.021483596937404665, 0.00033560807266661154]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 747905858
+    - 
+      positions: [-0.7536927998485101, -0.22814089090572223, -0.6385290992872342, -2.2416648991316483, -2.315716433741154, -0.7270305452583503]
+      velocities: [-0.12392096644023234, -0.1706397179357605, 0.23480972415687912, -0.2099639512324914, -0.032088175874636686, -0.17270253438996808]
+      accelerations: [0.049687031148940373, 0.009694525996520414, 1.0655156168406626e-13, 0.07303343728942875, 0.021411117158382467, 0.00032935301486681026]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 751812510
+    - 
+      positions: [-0.7541767080943873, -0.22880768306149066, -0.6376114544142495, -2.242484888215869, -2.31584167201575, -0.727705470478534]
+      velocities: [-0.1237270479402663, -0.17060186804493732, 0.23480972415687934, -0.20967880973739092, -0.03200464171373794, -0.17270125932309704]
+      accelerations: [0.04955389182384223, 0.009675765400970784, 7.100923533285822e-15, 0.07289231647301443, 0.02133884089610883, 0.00032318397790178407]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 755720546
+    - 
+      positions: [-0.7546600303624468, -0.22947456333118618, -0.6366934848003097, -2.2433040536252498, -2.3159666285346048, -0.7283806296062484]
+      velocities: [-0.12353358034660661, -0.17056407803304596, 0.2348097241568794, -0.20939411790646706, -0.031921359983245357, -0.17270000805147584]
+      accelerations: [0.04942124660983692, 0.009657040376992573, 1.4196824997729224e-14, 0.07275177292704435, 0.021266854238196905, 0.0003169488916573326]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 759629965
+    - 
+      positions: [-0.7551427678033333, -0.23014153174196117, -0.6357751905861996, -2.244122396201237, -2.3160913040333067, -0.7290560226280516]
+      velocities: [-0.12334056217728984, -0.17052634785559606, 0.2348097241568795, -0.2091098737312594, -0.031838329874688494, -0.17269878065674482]
+      accelerations: [0.04928906828594527, 0.00963833200780287, 3.5479521582661924e-14, 0.0726119007264259, 0.021195099983670543, 0.00031074695526404363]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 763540767
+    - 
+      positions: [-0.7556249215657893, -0.23080858832329923, -0.6348565719098873, -2.2449399167815725, -2.3162156992462912, -0.7297316495322352]
+      velocities: [-0.12314799200527007, -0.1704886775047481, 0.23480972415687948, -0.20882607502381784, -0.03175555069302172, -0.17269757702434368]
+      accelerations: [0.049157354552563454, 0.009619640338753482, -4.256039376234794e-14, 0.07247269567734793, 0.02112357658958212, 0.0003045793166140346]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 767452950
+    - 
+      positions: [-0.756106492796659, -0.23147573310700992, -0.6339376289065273, -2.2457566162003118, -2.316339814906851, -0.7304075103088041]
+      velocities: [-0.12295586839044811, -0.17045106695793266, 0.23480972415687928, -0.20854271967922067, -0.03167302170597591, -0.17269639710711443]
+      accelerations: [0.049026112972594585, 0.009600972739803213, -4.963627483287557e-14, 0.07233411756275418, 0.021052303933684048, 0.00029841030991238757]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 771366515
+    - 
+      positions: [-0.7565874826407333, -0.23214296612709895, -0.633018361708479, -2.2465724952883823, -2.3164636517468145, -0.7310836049500071]
+      velocities: [-0.12276418987370923, -0.17041351617281925, 0.23480972415687928, -0.2082598056993822, -0.03159074213041724, -0.17269524095007818]
+      accelerations: [0.04889534429337053, 0.009582331819138385, 4.9618776367320144e-14, 0.07219615008500249, 0.020981287425120003, 0.0002922284637401789]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 775281460
+    - 
+      positions: [-0.7570678922407011, -0.2328102874197144, -0.632098770445322, -2.247387554873779, -2.3165872104964462, -0.7317599334505023]
+      velocities: [-0.1225729550261288, -0.17037602512488856, 0.23480972415687926, -0.2079773310022364, -0.03150871124195053, -0.17269410849804134]
+      accelerations: [0.048765030944061205, 0.009563705747240405, -7.085899592464776e-14, 0.07205885054987636, 0.020910490940503148, 0.0002860964223337946]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 779197785
+    - 
+      positions: [-0.7575477227374068, -0.23347769702334872, -0.631178855243823, -2.2482017957806746, -2.3167104918849915, -0.7324364958064199]
+      velocities: [-0.12238216241494251, -0.1703385937818161, 0.2348097241568792, -0.20769529355253125, -0.03142692829941712, -0.17269299972765045]
+      accelerations: [0.04863519106240004, 0.009545110215782953, 4.2500431709769787e-14, 0.0719221358728854, 0.020839958457013377, 0.00027993526592868064]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 783115490
+    - 
+      positions: [-0.7580269752695177, -0.2341451949785606, -0.6302586162279832, -2.24901521883061, -2.3168334966399806, -0.7331132920165377]
+      velocities: [-0.12219181062783374, -0.17030122212216703, 0.2348097241568792, -0.20741369126673026, -0.03134539259961985, -0.17269191455075011]
+      accelerations: [0.048505794701002275, 0.009526523861171591, -4.248548205595727e-14, 0.07178611187371356, 0.020769625948029256, 0.00027385692196508696]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 787034574
+    - 
+      positions: [-0.7585056509739867, -0.23481278132834332, -0.6293380535189785, -2.2498278248408843, -2.3169562254882066, -0.733790322080606]
+      velocities: [-0.12261143350439829, -0.17111513645927007, 0.23598377277766353, -0.20816748234791416, -0.03142022101755184, -0.17355430456362392]
+      accelerations: [-0.26382547542024426, -0.4267767748104357, 0.6018082685709041, -0.4585054563189429, -0.05922210877677297, -0.44232959261027066]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 790955036
+    - 
+      positions: [-0.7589837509854901, -0.23548045611765628, -0.6284171672352404, -2.250639614626554, -2.317078679154543, -0.734467586001354]
+      velocities: [-0.12303054806033681, -0.17192892427682965, 0.23715782139844793, -0.20892030207123347, -0.03149489054948068, -0.17441671308092963]
+      accelerations: [0.04921820230758934, 0.00968018285209772, 2.1440093512291198e-14, 0.07295325382884277, 0.02104440516497669, 0.0002668718498410852]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 794838047
+    - 
+      positions: [-0.759461276436711, -0.23614821939364772, -0.6274959574924228, -2.2514505889994534, -2.317200858362542, -0.7351450837834632]
+      velocities: [-0.12283961984456453, -0.17189135952239593, 0.237157821398448, -0.20863719020289223, -0.03141328418075792, -0.1744156883815452]
+      accelerations: [0.0490876004583917, 0.009661291101093063, -7.144189336421527e-15, 0.07281638778195043, 0.020973376571994887, 0.00026072999004057916]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 798722421
+    - 
+      positions: [-0.7599382284586469, -0.2368160712058994, -0.6265744244033548, -2.252260748767134, -2.317322763835095, -0.7358228154324329]
+      velocities: [-0.12264913117593096, -0.17185385492678912, 0.23715782139844807, -0.20835450967627045, -0.03133192464909536, -0.17441468724864356]
+      accelerations: [0.04895747259782051, 0.009642432404653685, 5.713346767511787e-14, 0.07268009337213073, 0.0209026142164849, 0.0002545569957686795]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 802608159
+    - 
+      positions: [-0.7604146081800992, -0.23748401160599897, -0.6256525680781222, -2.2530700947346753, -2.317444396293351, -0.736500780956413]
+      velocities: [-0.12245908059726357, -0.17181641041978807, 0.2371578213984481, -0.2080722586699761, -0.03125081113203411, -0.1744137098061317]
+      accelerations: [0.048827815079634636, 0.00962360556736305, -4.9974261269918613e-14, 0.07254437343950386, 0.0208321132498733, 0.00024836008086932934]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 806495260
+    - 
+      positions: [-0.7608904167277014, -0.23815204064755638, -0.6247303886240656, -2.253878627704608, -2.3175657564567773, -0.7371789803660983]
+      velocities: [-0.12226946670859329, -0.17177902596992034, 0.23715782139844804, -0.2077904351699547, -0.03116994292839418, -0.17441275596561817]
+      accelerations: [0.04869860075426806, 0.009604791718342895, 3.568339738716948e-14, 0.07240932248616165, 0.02076181542142023, 0.00024224126094496637]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 810383723
+    - 
+      positions: [-0.7613656552263292, -0.23882015838652512, -0.623807886145726, -2.2546863484754924, -2.3176868450440327, -0.7378574136732252]
+      velocities: [-0.1220802881569411, -0.17174170157743146, 0.2371578213984481, -0.2075090370055768, -0.031089319437944754, -0.17441182546140882]
+      accelerations: [0.04856983126168758, 0.009585993298357937, -2.1402543966692934e-14, 0.07227492469612407, 0.0206917264039801, 0.00023618963974688108]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 814273548
+    - 
+      positions: [-0.7618403247990478, -0.2394883648811624, -0.6228850607448454, -2.255493257842117, -2.3178076627728696, -0.7385360808907339]
+      velocities: [-0.12189154350115797, -0.17170443716976785, 0.23715782139844804, -0.20722806238741057, -0.031008939849752067, -0.17441091840572218]
+      accelerations: [0.0484415489614926, 0.009567245178345344, 7.131685691159586e-15, 0.07214099807261426, 0.02062194820117232, 0.000230021745335158]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 818164735
+    - 
+      positions: [-0.7623144265663782, -0.24015666019140589, -0.621961912520494, -2.256299356598104, -2.31792821035856, -0.7392149820354511]
+      velocities: [-0.12170323135085179, -0.1716672327083609, 0.23715782139844793, -0.2069475093576657, -0.0309288034600087, -0.17441003472282204]
+      accelerations: [0.04831368408354897, 0.009548494902769695, -6.416273303499554e-14, 0.07200780933923742, 0.020552323098921403, 0.00022401758623459678]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 822057283
+    - 
+      positions: [-0.7627879616474162, -0.2408250443797934, -0.6210384415688932, -2.2571046455319888, -2.3180484885162933, -0.7398941171239805]
+      velocities: [-0.12151535035357727, -0.1716300881794406, 0.23715782139844793, -0.20666737583758044, -0.030848909645070942, -0.1744091741968232]
+      accelerations: [0.04818628556626851, 0.009529782054189063, 5.701361521770303e-14, 0.07187515220314061, 0.020482966935082496, 0.0002179691679395486]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 825951192
+    - 
+      positions: [-0.7632609311589955, -0.2414935175107623, -0.6201146479835506, -2.257909125430185, -2.3181684979593906, -0.7405734861757516]
+      velocities: [-0.12132789910494185, -0.17159300352443196, 0.23715782139844815, -0.20638765998597713, -0.030769257653499974, -0.17440833684223087]
+      accelerations: [0.04805932986217284, 0.009511089959093874, 5.699370955980841e-14, 0.07174310907790424, 0.02041382890847862, 0.00021196601026456758]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 829846461
+    - 
+      positions: [-0.763733336216044, -0.24216207965093817, -0.6191905318552067, -2.258712797075748, -2.3182882394000695, -0.7412530892117026]
+      velocities: [-0.12114087622104047, -0.17155597869559766, 0.23715782139844827, -0.2061083599121151, -0.030689846772130373, -0.17440752260897346]
+      accelerations: [0.04793282868270153, 0.009492429594858437, 7.121727913265547e-15, 0.07161162130775511, 0.020344939488545433, 0.00020595175788493662]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 833743090
+    - 
+      positions: [-0.7642051779313577, -0.24283073086893414, -0.618266093271877, -2.2595156612491887, -2.3184077135489622, -0.7419329262551031]
+      velocities: [-0.12155858580996104, -0.1723765164071294, 0.23834361050544042, -0.20685792423709742, -0.030763532145010417, -0.17527876297529654]
+      accelerations: [-0.26350401170657844, -0.43256315683087193, 0.6113315542290431, -0.4583794758069706, -0.05842741461838124, -0.4493733911807393]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 837641079
+    - 
+      positions: [-0.7646764574161868, -0.24349947123583265, -0.6173413323187531, -2.260317718726443, -2.3185269211163755, -0.7426129973293837]
+      velocities: [-0.12197579124879798, -0.17319692949048232, 0.23952939961243241, -0.2076065091388241, -0.030837063220050736, -0.17615002245448289]
+      accelerations: [0.04863953204947282, 0.009645221322705287, -7.187931163623607e-14, 0.07278460700117312, 0.020613982895235927, 0.00019796686336724087]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 841501820
+    - 
+      positions: [-0.7651471757791675, -0.24416830082429075, -0.6164162490783893, -2.26111897028262, -2.3186458628100017, -0.7432933024620497]
+      velocities: [-0.12178818782715456, -0.17315971545217484, 0.2395293996124324, -0.20732566419427526, -0.030757584698204825, -0.17614926945459264]
+      accelerations: [0.04851182524990426, 0.009626250874365798, 5.748342180441349e-14, 0.07265232261441266, 0.020544364392911584, 0.00019197879782770726]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 845363907
+    - 
+      positions: [-0.7656173341273944, -0.2448372197094194, -0.6154908436305244, -2.2619194166882792, -2.3187645393372223, -0.7439738416807385]
+      velocities: [-0.1216010116009308, -0.17312256170495072, 0.23952939961243241, -0.20704523130363006, -0.03067834705704485, -0.17614853920124918]
+      accelerations: [0.048384557573838256, 0.009607300209328894, -4.309755983248241e-14, 0.07252065877226979, 0.020474954528565893, 0.00018605577289737725]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 849227338
+    - 
+      positions: [-0.7660869335661139, -0.24550622796852742, -0.614565116052125, -2.2627190587105206, -2.3188829514044595, -0.7446546150143103]
+      velocities: [-0.12141426115308382, -0.17308546816203865, 0.2395293996124323, -0.20676520878946983, -0.0305993494893634, -0.17614783181356355]
+      accelerations: [0.04825776961048734, 0.00958840265320097, -2.1541283637590542e-14, 0.07238943826443166, 0.020405853914905684, 0.0001800144219610774]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 853092115
+    - 
+      positions: [-0.7665559751980158, -0.24617532568051353, -0.613639066417534, -2.2635178971154692, -2.319001099715643, -0.7453356224954768]
+      velocities: [-0.12122793513747966, -0.1730484347868602, 0.2395293996124323, -0.20648559472055206, -0.0305205913463426, -0.17614714713039686]
+      accelerations: [0.04813138280355339, 0.00956949878920772, 2.1533794267726134e-14, 0.07225896792275156, 0.0203368793566211, 0.00017418305156312173]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 856958236
+    - 
+      positions: [-0.7670244601245052, -0.24684451292692838, -0.6127126947982247, -2.2643159326638664, -2.3191189849749643, -0.7460168641560766]
+      velocities: [-0.12104203221280568, -0.17301146154222757, 0.2395293996124323, -0.20620638717526313, -0.030442071982639065, -0.17614648498647084]
+      accelerations: [0.048005471924817904, 0.009550648213944732, -7.1754372446297e-15, 0.0721289343079704, 0.020268211581397022, 0.00016823551005533817]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 860825701
+    - 
+      positions: [-0.7674923894444339, -0.24751378979090202, -0.6117860012630488, -2.2651131661155044, -2.319236607884133, -0.7466983400317662]
+      velocities: [-0.12085655101020373, -0.17297454836462262, 0.23952939961243236, -0.2059275843747123, -0.03036379067921189, -0.1761458453520653]
+      accelerations: [0.04787997521084737, 0.009531804846872957, 2.1518835964232628e-14, 0.0719995752602083, 0.020199707413842808, 0.00016242766911234293]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 864694510
+    - 
+      positions: [-0.7679597642550916, -0.24818315635796412, -0.6108589858780509, -2.2659095982257935, -2.319353969144528, -0.7473800501583288]
+      velocities: [-0.12067149021006018, -0.17293769522455188, 0.23952939961243247, -0.2056491843701262, -0.030285746826257183, -0.17614522800397647]
+      accelerations: [0.047754927694782914, 0.009512997044911596, 4.302273377255709e-14, 0.07187073915860358, 0.02013145289907859, 0.00015660368796724936]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 868564663
+    - 
+      positions: [-0.7684265856515985, -0.2488526127155339, -0.6099316487065826, -2.2667052297478962, -2.3194710694558855, -0.7480619945739204]
+      velocities: [-0.12048684846525987, -0.17290090206637293, 0.2395293996124325, -0.20537118535427823, -0.030207939740423274, -0.1761446328546047]
+      accelerations: [0.047630307326694286, 0.009494209858499672, -2.867187257121839e-14, 0.07174250273614846, 0.020063399431759908, 0.00015084918096149605]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 872436159
+    - 
+      positions: [-0.7688928547272381, -0.24952215895318203, -0.6090039898092464, -2.267500061431591, -2.3195879095170193, -0.7487441733178283]
+      velocities: [-0.12030262444253514, -0.17286416884057487, 0.2395293996124326, -0.2050935854940082, -0.030130368762637978, -0.1761440597750814]
+      accelerations: [0.04750612775689251, 0.009475454944252957, 8.598579407652527e-14, 0.07161480103537012, 0.0199955824498058, 0.00014509981294762958]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 876308999
+    - 
+      positions: [-0.7693585725732026, -0.2501917951624172, -0.6080760092439451, -2.268294094024168, -2.3197044900252735, -0.7494265864313971]
+      velocities: [-0.12011881681038894, -0.1728274954948591, 0.2395293996124325, -0.20481638297822163, -0.03005303323057249, -0.1761435086452725]
+      accelerations: [0.04738237319625544, 0.009456721970658886, -1.432599939146626e-13, 0.07148768595236404, 0.01992796760974048, 0.00013941530778685456]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 880183181
+    - 
+      positions: [-0.7698237402788253, -0.2508615214368685, -0.6071477070658395, -2.2690873282696518, -2.31982081167703, -0.7501092339571633]
+      velocities: [-0.12053464340336015, -0.17365474492913918, 0.24072704661049465, -0.2055615823492552, -0.030125619696522752, -0.17702369293015002]
+      accelerations: [-0.26322321516525304, -0.43846009961575594, 0.6210245318322668, -0.45823212603371954, -0.05765897576593941, -0.4565483630601986]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 884058706
+    - 
+      positions: [-0.7702883589313786, -0.25153133787210846, -0.6062190833273925, -2.2698797649095126, -2.3199368751672704, -0.7507921159395983]
+      velocities: [-0.12094996987461729, -0.17448187151505765, 0.241924693608557, -0.20630579439882596, -0.030198056538855753, -0.17790389644411447]
+      accelerations: [0.04808359759121951, 0.009608673287757314, -6.50665816962427e-14, 0.07266691146092331, 0.020191256772965144, 0.00013069458528130995]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 887897189
+    - 
+      positions: [-0.7707524296162014, -0.25220124456575654, -0.6052901380783434, -2.270671404682243, -2.3200526811898574, -0.7514752324246177]
+      velocities: [-0.12076557783194787, -0.17444501256408795, 0.2419246936085569, -0.20602701284872924, -0.0301206571249197, -0.17790340546086914]
+      accelerations: [0.04795865910372077, 0.00958964237514676, 1.4454237223991726e-14, 0.07253896002950236, 0.020122928050402455, 0.00012503938254486606]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 891737000
+    - 
+      positions: [-0.7712159534168285, -0.2528712416175753, -0.6043608713656863, -2.2714622483229348, -2.3201682304378197, -0.7521585834590875]
+      velocities: [-0.120581601031918, -0.17440821388692257, 0.241924693608557, -0.20574862532496785, -0.030043492914469457, -0.17790293605084712]
+      accelerations: [0.04783416529678513, 0.009570648657926359, 4.334771472607336e-14, 0.0724115187025831, 0.020054845263138055, 0.00011937340202609576]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 895578141
+    - 
+      positions: [-0.7716789314146366, -0.2535413291291669, -0.6034312832337438, -2.2722522965645156, -2.3202835236025834, -0.7528421690921411]
+      velocities: [-0.12039803813964726, -0.17437147541597503, 0.2419246936085569, -0.20547063010678984, -0.029966563220957622, -0.17790248814062887]
+      accelerations: [0.04771009868447971, 0.009551680136476098, -9.388758199670181e-14, 0.07228464644413639, 0.019986970148891253, 0.0001137642435612102]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 899420610
+    - 
+      positions: [-0.7721413646891017, -0.2542115072041817, -0.6025013737241198, -2.2730415501368855, -2.3203985613745304, -0.7535259893742162]
+      velocities: [-0.12021488785453892, -0.17433479710565808, 0.24192469360855667, -0.2051930253632081, -0.02988986743255457, -0.17790206152439386]
+      accelerations: [0.04758645769447514, 0.009532737235968246, -2.165887890458231e-14, 0.07215834008239204, 0.0199193014805109, 0.00010821315945381817]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 903264407
+    - 
+      positions: [-0.7726032543177977, -0.2548817759483098, -0.601571142875698, -2.27383000976693, -2.3205133444430057, -0.7542100443570352]
+      velocities: [-0.12003214889194075, -0.17429817891865101, 0.24192469360855656, -0.20491580922506308, -0.029813404969707902, -0.17790165594015384]
+      accelerations: [0.04746323441125621, 0.00951381511881707, -5.051993048070857e-14, 0.07203262100716583, 0.019851823135158847, 0.00010274798665737972]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 907109533
+    - 
+      positions: [-0.7730646013765006, -0.25555213546936517, -0.6006405907246211, -2.2746176761781878, -2.3206278734965475, -0.7548943340932066]
+      velocities: [-0.11984981991691943, -0.17426162077387103, 0.24192469360855678, -0.20463898006024753, -0.0297371751208895, -0.1779012713691923]
+      accelerations: [0.047340461707559636, 0.009494941263561514, 1.8036603854510373e-13, 0.0719073429557889, 0.01978461929731331, 9.721427715098107e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 910955986
+    - 
+      positions: [-0.7735254069386099, -0.256222585876779, -0.5997097173044253, -2.2754045500928646, -2.320742149221614, -0.7555788586384093]
+      velocities: [-0.11966789963122085, -0.1742251226145862, 0.2419246936085569, -0.20436253611442556, -0.029661177256335054, -0.17790090764704353]
+      accelerations: [0.04721808645948688, 0.009476075415528888, -1.370308903981245e-13, 0.07178271415274688, 0.019717562708686583, 9.184215022623273e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 914803768
+    - 
+      positions: [-0.7739856720760071, -0.2568931272823311, -0.5987785226458485, -2.2761906322288836, -2.320856172304478, -0.7562636180481279]
+      velocities: [-0.11948638676168935, -0.1741886843993312, 0.24192469360855695, -0.20408647555891013, -0.029585410799955324, -0.17790056451514988]
+      accelerations: [0.04709614755511571, 0.00945724976696464, 1.730319517368472e-13, 0.07165856349883701, 0.019650752133331093, 8.645034982379843e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 918652878
+    - 
+      positions: [-0.7744453978583774, -0.25756375979955765, -0.5978470067769864, -2.276975923302251, -2.320969943429736, -0.756948612380218]
+      velocities: [-0.11930528000490624, -0.17415230605866894, 0.24192469360855723, -0.20381079671755403, -0.029509875093568054, -0.17790024186708503]
+      accelerations: [0.04697462067673975, 0.00943844655488566, -3.603589553618469e-14, 0.07153498120917853, 0.019584130940896453, 8.114091450928668e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 922503315
+    - 
+      positions: [-0.7749045853535899, -0.25823448354407424, -0.5969151697232057, -2.2777604240257596, -2.321083463281146, -0.7576338416934582]
+      velocities: [-0.11971974971477392, -0.17498647674777945, 0.24313431707659983, -0.2045524875920292, -0.029581554381522802, -0.1787894385094752]
+      accelerations: [-0.2634359979337913, -0.4446992877620789, 0.6311044950453476, -0.45883323044119645, -0.057072486688394826, -0.4640076992351325]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 926355080
+    - 
+      positions: [-0.7753632356274214, -0.2589052986333244, -0.5959830115072176, -2.278544135109959, -2.321196732541021, -0.7583193060485892]
+      velocities: [-0.12013372250673796, -0.17582052606271167, 0.2443439405446423, -0.20529318300567212, -0.029653088420760542, -0.1796786538439359]
+      accelerations: [0.04767214628609945, 0.009589883294166877, -1.0911353731687783e-13, 0.07272233844944768, 0.01984247887571615, 7.209815299261688e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 930170023
+    - 
+      positions: [-0.775821349744037, -0.25957620518699465, -0.5950505321489571, -2.2793270572615216, -2.321309751891298, -0.7590050055064704]
+      velocities: [-0.11995202745856581, -0.17578396501432086, 0.24434394054464226, -0.20501589347324917, -0.029577492835044166, -0.17967838888783697]
+      accelerations: [0.047549466311065484, 0.009570802952694133, 7.998904211665799e-14, 0.07259782705394884, 0.01977518906789882, 6.675928257919885e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 933986280
+    - 
+      positions: [-0.7762789287652113, -0.2602472033263279, -0.5941177316657792, -2.280109191185939, -2.3214225220118108, -0.7596909401310495]
+      velocities: [-0.11977073743020081, -0.17574746420294152, 0.24434394054464256, -0.20473898252935074, -0.029502127841036098, -0.17967814387063108]
+      accelerations: [0.04742717810742809, 0.009551729276547186, 7.269228230483647e-14, 0.0724739704830998, 0.019708034644067524, 6.160446663101675e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 937803852
+    - 
+      positions: [-0.7767359737512621, -0.2609182931749278, -0.5931846100722317, -2.2808905375843285, -2.3215350435823647, -0.7603771099857883]
+      velocities: [-0.11958985113765355, -0.1757110235623853, 0.24434394054464242, -0.20446244849123124, -0.029426992812826465, -0.17967791863012256]
+      accelerations: [0.0473053406548993, 0.009532710150064027, -1.4533454370229272e-13, 0.07235051362227897, 0.019641165759347483, 5.635781216379856e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 941622738
+    - 
+      positions: [-0.7771924857600453, -0.2615894748578781, -0.5922511673803056, -2.2816710971569094, -2.3216473172805063, -0.7610635151374978]
+      velocities: [-0.11940936729830601, -0.17567464302328395, 0.24434394054464226, -0.20418628969745933, -0.029352087121109233, -0.17967771301360386]
+      accelerations: [0.047183893124161914, 0.009513699250324498, 5.084959559805135e-14, 0.07222769882678766, 0.01957443353475844, 5.129005477332899e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 945442938
+    - 
+      positions: [-0.7776484658479373, -0.2622607485025897, -0.5913174035991925, -2.2824508705996402, -2.321759343783713, -0.7617501556525669]
+      velocities: [-0.11922928466328712, -0.1756383225387064, 0.24434394054464237, -0.20391050437531594, -0.029277410211863364, -0.1796775267336747]
+      accelerations: [0.047062877516943435, 0.009494731022760118, 2.178519143965871e-14, 0.07210534055737004, 0.019507946850990682, 4.620094123097865e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 949264452
+    - 
+      positions: [-0.7781039150691088, -0.2629321142381619, -0.5903833187354702, -2.2832298586067377, -2.3218711237677727, -0.7624370315997454]
+      velocities: [-0.11904960197652772, -0.17560206205157305, 0.24434394054464253, -0.2036350908100251, -0.029202961505951877, -0.17967735955174635]
+      accelerations: [0.04694225448495092, 0.009475776233831657, 5.081464341949494e-14, 0.07198359242400362, 0.01944160949191176, 4.1264960421666604e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 953087280
+    - 
+      positions: [-0.7785588344761535, -0.2636035721959205, -0.5894489127929443, -2.2840080618685334, -2.321982657908196, -0.7631241430477105]
+      velocities: [-0.11887031795209207, -0.17556586147733833, 0.24434394054464248, -0.20336004743870945, -0.02912874034090521, -0.17967721138591908]
+      accelerations: [0.046822077857214456, 0.009456878356358351, -7.256740803111678e-14, 0.07186221992533541, 0.0193755606946884, 3.6225613994104745e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 956911422
+    - 
+      positions: [-0.779013225119162, -0.2642751225086075, -0.5885141857728875, -2.284785481074671, -2.322093946878144, -0.7638114900686378]
+      velocities: [-0.11869143134005006, -0.1755297207558234, 0.2443439405446424, -0.20308537257577897, -0.029054746136871184, -0.1796770820053769]
+      accelerations: [0.04670227386778267, 0.00943798106841496, 2.901699417571702e-14, 0.07174152019828997, 0.01930961752064318, 3.141710263284367e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 960736878
+    - 
+      positions: [-0.7794670880469277, -0.2649467653114224, -0.5875791376737328, -2.285562116909984, -2.3222049913511285, -0.7644990727335379]
+      velocities: [-0.11851294090947376, -0.175493639837227, 0.24434394054464242, -0.20281106448460545, -0.028980978353943622, -0.1796769711096784]
+      accelerations: [0.046582905214599866, 0.00941913513624475, -2.1755273921893562e-14, 0.07162122138399298, 0.019243941454558083, 2.6541591286794892e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 964563648
+    - 
+      positions: [-0.7799204243058706, -0.2656185007410766, -0.5866437684913521, -2.2863379700582103, -2.3223157919986064, -0.765186891116407]
+      velocities: [-0.1183348453794455, -0.17545761862865394, 0.24434394054464248, -0.20253712166494486, -0.028907436317952832, -0.179676878647845]
+      accelerations: [0.04646393423794998, 0.009400312214744088, 6.524342163959757e-14, 0.0715014702566438, 0.019178440708871522, 2.1766333372744518e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 968391732
+    - 
+      positions: [-0.7803732349406409, -0.26629032893631466, -0.5857080782189042, -2.287113041199939, -2.3224263494913315, -0.765874945291889]
+      velocities: [-0.11874748548494518, -0.17629867553764864, 0.2455656602473657, -0.20327417660325445, -0.028978107089397777, -0.18057518815823437]
+      accelerations: [-0.2632260617439212, -0.4508170963482487, 0.6411390116796173, -0.45862728019439253, -0.056354152877404626, -0.4714403687701257]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 972221131
+    - 
+      positions: [-0.7808255209940195, -0.26696225003781937, -0.5847720668468603, -2.2878873310129655, -2.322536664499138, -0.7665632353356476]
+      velocities: [-0.11915963247506536, -0.17713961268678663, 0.24678737995008881, -0.2040102282359438, -0.02904863762313577, -0.1814735152881286]
+      accelerations: [0.0471563648052085, 0.009550942956860934, 0.0, 0.07269591491454949, 0.019430874471043396, 1.267944401340122e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 976013915
+    - 
+      positions: [-0.781277283506897, -0.2676342641881863, -0.5838357343630131, -2.2886608401723896, -2.322646737690891, -0.7672517613244499]
+      velocities: [-0.11898094508362016, -0.17710341182491474, 0.24678737995008876, -0.2037346426578216, -0.028975040793833826, -0.1814734761960909]
+      accelerations: [0.04703625030569092, 0.009531845486921188, -2.925692104625259e-14, 0.07257524328808213, 0.019364690631862965, 7.92819937408019e-06]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 979808001
+    - 
+      positions: [-0.7817285235179481, -0.26830637153163134, -0.5828990807525659, -2.2894335693517394, -2.3227565697337598, -0.7679405233374185]
+      velocities: [-0.11880265158160927, -0.17706727102253134, 0.2467873799500889, -0.2034594193181064, -0.02890166971073664, -0.18147345469377105]
+      accelerations: [0.046916509047275096, 0.009512751834800675, 1.0236412169882217e-13, 0.07245522575153114, 0.019298615374324125, 3.4033416894355016e-06]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 983603388
+    - 
+      positions: [-0.7821792420645108, -0.2689785722147575, -0.5819621059978956, -2.2902055192199877, -2.3228661612951975, -0.7686295214526089]
+      velocities: [-0.11862475073515145, -0.17703119021243002, 0.24678737995008887, -0.20318455658834883, -0.028828523804996786, -0.18147345054022473]
+      accelerations: [0.046797207169839074, 0.009493715580768993, -1.09638258997903e-13, 0.07233557427129501, 0.019232821096438237, -1.2145664568901792e-06]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 987400076
+    - 
+      positions: [-0.7826294401814621, -0.26965086638555735, -0.5810248100788629, -2.2909766904454143, -2.3229755130404106, -0.7693187557513805]
+      velocities: [-0.11844724126627659, -0.17699516928856948, 0.2467873799500887, -0.20291005305255388, -0.028755602386407016, -0.18147346372188716]
+      accelerations: [0.04667830068412408, 0.009474703495432857, 1.461342620774849e-14, 0.0722164634819374, 0.01916719885457991, -5.726049848767027e-06]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 991198066
+    - 
+      positions: [-0.7830791189019205, -0.27032325419402425, -0.5800871929726241, -2.2917470836932154, -2.3230846256339412, -0.7700082263156598]
+      velocities: [-0.11827012198680772, -0.1769592082116681, 0.24678737995008881, -0.20263590694339523, -0.02868290498820155, -0.18147349381603942]
+      accelerations: [0.046559785197085465, 0.009455713524526873, 5.1129473275808106e-14, 0.07209790239696928, 0.01910173938691514, -1.0115180938909118e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 994997357
+    - 
+      positions: [-0.7835282792572974, -0.2709957357921928, -0.5791492546536127, -2.292516699625357, -2.3231934997397943, -0.7706979332277198]
+      velocities: [-0.11809339166162731, -0.176923306901635, 0.24678737995008873, -0.2023621167180077, -0.028610431014909964, -0.18147354064062954]
+      accelerations: [0.04644168874149631, 0.009436769094343659, -1.0222393071553157e-13, 0.07197976239262065, 0.01903651922587791, -1.4524741477743957e-05]
+      effort: []
+      time_from_start: 
+        secs: 11
+        nsecs: 998797950
+    - 
+      positions: [-0.7839769222768002, -0.27166831133369285, -0.5782109950936855, -2.293285538902282, -2.3233021360203057, -0.7713878765721323]
+      velocities: [-0.11791704907703954, -0.1768874652911555, 0.24678737995008881, -0.20208868076995434, -0.028538179918154008, -0.1814736039297056]
+      accelerations: [0.04632397095177577, 0.009417839946996687, 1.459841937667615e-13, 0.07186220409990197, 0.018971436586545955, -1.8767974123800807e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:   2599844
+    - 
+      positions: [-0.7844250489880825, -0.27234098097431625, -0.5772724142619381, -2.2940536021807096, -2.323410535137625, -0.7720780564332029]
+      velocities: [-0.11774109302071936, -0.1768516833100865, 0.24678737995008893, -0.20181559751333306, -0.028466151146060378, -0.18147368342747303]
+      accelerations: [0.046206670398377156, 0.00939895770469903, -8.026382650564e-14, 0.0717450547296701, 0.01890659457391655, -2.3037061721420424e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:   6403040
+    - 
+      positions: [-0.7848726604165739, -0.2730137448714196, -0.576333512124897, -2.294820890115948, -2.323518697752193, -0.7727684728976063]
+      velocities: [-0.1175655222621029, -0.17681596087015974, 0.2467873799500887, -0.20154286546602482, -0.02839434409078582, -0.18147377898493663]
+      accelerations: [0.04608975705634621, 0.009380100169563414, -4.376528850990424e-14, 0.07162843106507892, 0.01884191905445927, -2.71961645476871e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  10207538
+    - 
+      positions: [-0.7853197575859536, -0.27368660318433435, -0.5753942886463912, -2.29558740336028, -2.3236266245238197, -0.7734591260525135]
+      velocities: [-0.11739033561453505, -0.17678029791349492, 0.2467873799500887, -0.20127048298742012, -0.02832275825086069, -0.18147389025963775]
+      accelerations: [0.04597323680878052, 0.009361273442922334, 3.645859709867295e-14, 0.07151229829857148, 0.01877742773480699, -3.127951079852493e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  14013339
+    - 
+      positions: [-0.7857663415180302, -0.2743595560742537, -0.574454743787583, -2.296353142563411, -2.3237343161114157, -0.774150015986062]
+      velocities: [-0.11780117300356605, -0.17762832890339852, 0.2480213168498392, -0.20200276111897603, -0.028392471904584007, -0.18238138742204885]
+      accelerations: [-0.26304985701873856, -0.4570442863625301, 0.6513430374782628, -0.4583821782906914, -0.05566329528600225, -0.4789978990447906]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  17820441
+    - 
+      positions: [-0.7862124132326926, -0.27503260370418625, -0.573514877506985, -2.2971181083726395, -2.3238417731728767, -0.7748411427875469]
+      velocities: [-0.11821152092884293, -0.1784762416420804, 0.24925525374958998, -0.2027340282256505, -0.02846205045740407, -0.18328890062876554]
+      accelerations: [0.04666078563804592, 0.009511130785807828, 1.7663040597841804e-13, 0.07271418973784619, 0.019023878556455282, -4.007923858292156e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  21591139
+    - 
+      positions: [-0.7866579737478123, -0.27570574623885646, -0.5725746897604951, -2.2978823014332117, -2.32394899636487, -0.775532506547798]
+      velocities: [-0.11803573897676288, -0.17844040182025356, 0.24925525374958998, -0.20245997186953452, -0.02839041565700886, -0.18328905923600394]
+      accelerations: [0.04654311782845673, 0.009492021173619155, -1.7657001902039366e-13, 0.07259720235931381, 0.018958652989030017, -4.4017518857855574e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  25363127
+    - 
+      positions: [-0.7871030240795699, -0.2763789838449939, -0.5716341805012972, -2.2986457223872305, -2.324055986343573, -0.7762241073578885]
+      velocities: [-0.11786034015069698, -0.1784046217793779, 0.24925525374958973, -0.20218626234517817, -0.028319002098060334, -0.18328923266260377]
+      accelerations: [0.046425850467608734, 0.009472948062710361, 5.148198542294984e-14, 0.07248067911786063, 0.018893626668892823, -4.790539977813378e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  29136405
+    - 
+      positions: [-0.7875475652421831, -0.27705231669108205, -0.5706933496799438, -2.2994083718745975, -2.3241627437640626, -0.7769159453102048]
+      velocities: [-0.11768532323638145, -0.17836890142931588, 0.2492552537495898, -0.20191289819335034, -0.028247809194163066, -0.18328942072803822]
+      accelerations: [0.0463089817474382, 0.009453911312977814, -2.9408223553741e-14, 0.07236461691554581, 0.018828798850685047, -5.174267162204671e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  32910972
+    - 
+      positions: [-0.787991598247908, -0.27772574494735225, -0.5697521972443631, -2.3001702505330224, -2.324269269280314, -0.7776080204984367]
+      velocities: [-0.11751068704621771, -0.17833324069741913, 0.24925525374958976, -0.2016398778667024, -0.02817683642115342, -0.18328962313823816]
+      accelerations: [0.04619249831201978, 0.009434901680660102, 1.4699087462092602e-14, 0.07224906419794715, 0.018764136829439153, -5.546951512122043e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  36686830
+    - 
+      positions: [-0.7884351241072414, -0.27839926878596133, -0.5688107231397913, -2.3009313589973597, -2.3243755635456673, -0.7783003330167723]
+      velocities: [-0.1173364303773088, -0.17829763949494565, 0.2492552537495898, -0.2013671999094263, -0.028106083206239786, -0.18328983969400725]
+      accelerations: [0.04607642058822624, 0.00941593681478963, 7.347032852549546e-15, 0.07213392271209774, 0.01869969858608952, -5.919611908553735e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  40463979
+    - 
+      positions: [-0.7888781438285494, -0.27907288838064725, -0.5678689273088983, -2.3016916979008792, -2.3244816272119757, -0.7789928829613746]
+      velocities: [-0.11716255206453165, -0.17826209775910384, 0.24925525374958984, -0.20109486273073368, -0.02803554906937922, -0.18329007002664283]
+      accelerations: [0.04596070713620534, 0.009396985218721786, 2.2033569693680233e-14, 0.07201936080406966, 0.01863537659252389, -6.272273645207092e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  44242418
+    - 
+      positions: [-0.789320658418741, -0.2797466039073313, -0.5669268096915704, -2.302451267873011, -2.3245874609311574, -0.7796856704276883]
+      velocities: [-0.1169890509298448, -0.17822661541343782, 0.24925525374958987, -0.20082286481944855, -0.02796523348891369, -0.18329031384765487]
+      accelerations: [0.0458454052102879, 0.009378085501793743, -1.468402969120235e-14, 0.07190516668677807, 0.01857129992660123, -6.629168587707462e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  48022148
+    - 
+      positions: [-0.789762668882449, -0.28042041554337516, -0.565984370225175, -2.3032100695421263, -2.3246930653533138, -0.7803786955137022]
+      velocities: [-0.11681592577712209, -0.1781911923633852, 0.24925525374958968, -0.2005512047679189, -0.027895135886831894, -0.18329057097792928]
+      accelerations: [0.04573047613037481, 0.009359208531962024, -9.541359976874152e-14, 0.07179149599646661, 0.01850736890852924, -6.971873642639987e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  51803170
+    - 
+      positions: [-0.7902041762226543, -0.2810943234681346, -0.5650416088443642, -2.303968103533446, -2.3247984411281664, -0.7810719583174597]
+      velocities: [-0.11664317546154844, -0.17815582855113293, 0.24925525374958946, -0.20027988097308574, -0.027825255815019517, -0.1832908409982828]
+      accelerations: [0.04561593042171225, 0.00934036388094573, -2.2011005089026918e-14, 0.07167829518841569, 0.01844361403052598, -7.30612349695605e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  55585483
+    - 
+      positions: [-0.7906451814404889, -0.28176832786277906, -0.5640985254811324, -2.30472537046973, -2.324903588904607, -0.7817654589378326]
+      velocities: [-0.11647079877329494, -0.17812052386377442, 0.2492552537495895, -0.2000088921385602, -0.02775559264184671, -0.18329112383636806]
+      accelerations: [0.04550179094184831, 0.009321570996941154, 5.134147823218191e-14, 0.07156545434221123, 0.018380101394115986, -7.644538915102333e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  59369087
+    - 
+      positions: [-0.7910856855348172, -0.28244242890990107, -0.5631551200649694, -2.3054818709727, -2.3250085093297246, -0.7824591974762135]
+      velocities: [-0.116298794584035, -0.1780852782491063, 0.24925525374958957, -0.1997382366419052, -0.027686145948301974, -0.18329141902630153]
+      accelerations: [0.04538799076821705, 0.00930277823727005, -2.1995979704504695e-14, 0.0714532543998416, 0.018316652085173683, -7.953716114192314e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  63153984
+    - 
+      positions: [-0.7915256895033523, -0.28311662679452565, -0.5622113925224792, -2.306237605659296, -2.3251132030514032, -0.78315317403201]
+      velocities: [-0.11612716173866895, -0.1780500916303306, 0.24925525374958973, -0.19946791299908984, -0.027616915236224136, -0.1832917262523064]
+      accelerations: [0.04527460997185738, 0.009284050119204192, 1.0994236063070717e-13, 0.07134134003816338, 0.01825348637143984, -8.275000765253998e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  66940173
+    - 
+      positions: [-0.7919651943412716, -0.2837909217028493, -0.5612673427778477, -2.3069925751463614, -2.3252176707151047, -0.7838473887082207]
+      velocities: [-0.11595589902595138, -0.17801496388240157, 0.24925525374958984, -0.1991979199961253, -0.027547899845915956, -0.1832920455051832]
+      accelerations: [0.04516159717902744, 0.00926534751189556, -5.128892504085853e-14, 0.07122992259699272, 0.018190468919651398, -8.583264867545917e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  70727655
+    - 
+      positions: [-0.7924042010420611, -0.284465313822995, -0.560322970752567, -2.307746780047811, -2.3253219129658302, -0.7845418416080358]
+      velocities: [-0.11578500534600662, -0.17797989496476285, 0.24925525374958973, -0.19892825596226307, -0.02747909941243682, -0.18329237622743716]
+      accelerations: [0.04504894396357436, 0.009246664805707527, -7.324488961746013e-15, 0.07111903073511897, 0.018127578935827317, -8.874690369583615e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  74516430
+    - 
+      positions: [-0.7928427105976408, -0.28513980334512523, -0.5593782763653863, -2.3085002209742287, -2.3254259304484175, -0.7852365328343203]
+      velocities: [-0.1156144795503035, -0.17794488479474455, 0.2492552537495897, -0.198658919460995, -0.027410513432395103, -0.1832927181236345]
+      accelerations: [0.04493668347624239, 0.009228029738173757, 0.0, 0.07100851082332608, 0.0180649099009077, -9.166950850336048e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  78306498
+    - 
+      positions: [-0.7932807239977733, -0.2858143904608949, -0.5584332595325172, -2.309252898534881, -2.3255297238061674, -0.7859314624919977]
+      velocities: [-0.11544432046963178, -0.17790993326990584, 0.2492552537495895, -0.19838990917011287, -0.02734214133780722, -0.18329307102263614]
+      accelerations: [0.04482479252363104, 0.009209424898223859, -1.0979237221228354e-13, 0.07089845489909037, 0.018002402009128324, -9.448950533475498e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  82097860
+    - 
+      positions: [-0.7937182422304361, -0.286489075363788, -0.5574879201675086, -2.31000481333647, -2.3256332936817086, -0.7866266306865467]
+      velocities: [-0.11527452697198126, -0.17787504031349938, 0.24925525374958946, -0.19812122363220858, -0.02727398265338024, -0.18329343458357028]
+      accelerations: [0.04471327370889428, 0.009190854023440673, 8.78039314587478e-14, 0.07078884104988883, 0.01794006571777258, -9.722841783644039e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  85890516
+    - 
+      positions: [-0.794155266281752, -0.28716385824904145, -0.5565422581812741, -2.3107559659833976, -2.325736640716836, -0.7873220375242866]
+      velocities: [-0.11510509792358833, -0.17784020584379173, 0.24925525374958965, -0.1978528614214088, -0.027206036892356997, -0.1832938084903844]
+      accelerations: [0.04460212440667149, 0.009172315898685592, 1.4628996199628848e-14, 0.07067967329761339, 0.017877896209193708, -9.987799692089105e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  89684466
+    - 
+      positions: [-0.7945917971360132, -0.28783873931366827, -0.5555962734820812, -2.311506357077691, -2.325839765552574, -0.7880176831122648]
+      velocities: [-0.11493603219995027, -0.17780542978304487, 0.24925525374958965, -0.19758482109560088, -0.02713830358588809, -0.18329419239632608]
+      accelerations: [0.0444913414171807, 0.00915380952457041, -1.462400578958125e-14, 0.07057095493639437, 0.017815888453285855, -0.00010243048574836653]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  93479710
+    - 
+      positions: [-0.7950278357757107, -0.2885137187564732, -0.5546499659755453, -2.3122559872189314, -2.325942668829241, -0.7887135675581456]
+      velocities: [-0.11476732865070316, -0.17777071202932027, 0.2492552537495899, -0.19731710135042374, -0.02707078218573633, -0.18329458610753135]
+      accelerations: [0.04438094062578088, 0.009135348540716003, 1.3888066440345208e-13, 0.07046260887501388, 0.01775408889386417, -0.00010497435435327097]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs:  97276250
+    - 
+      positions: [-0.7954633831812379, -0.2891887967777786, -0.5537033355647352, -2.313004857005256, -2.3260453511857606, -0.7894096909714056]
+      velocities: [-0.11459898616446199, -0.17773605250820154, 0.24925525374959007, -0.19704970073506645, -0.027003472244317244, -0.18329498924433965]
+      accelerations: [0.04427088468361434, 0.009116904702568537, -5.114910747207715e-14, 0.0703547881216629, 0.01769239766692232, -0.00010732344210312713]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 101074086
+    - 
+      positions: [-0.7958984403315114, -0.28986397357998517, -0.552756382149954, -2.313752967031298, -2.3261478132611186, -0.790106053460808]
+      velocities: [-0.11443100364186953, -0.1777014511513039, 0.2492552537495899, -0.1967826177707253, -0.026936373339479527, -0.183295401381944]
+      accelerations: [0.044161203671435126, 0.009098502966509275, -2.921809190012702e-14, 0.07024735320718631, 0.017630900830620227, -0.00010964028950378785]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 104873217
+    - 
+      positions: [-0.7963330082034302, -0.2905392493670735, -0.5518091056289304, -2.3145003178900216, -2.3262500556930923, -0.7908026551366029]
+      velocities: [-0.11426337991994848, -0.17766690783632202, 0.2492552537495898, -0.1965158512809404, -0.026869484864349372, -0.1832958224473985]
+      accelerations: [0.04405190008343542, 0.009080146656720635, -2.920812599442383e-14, 0.07014028321875937, 0.017569609183169542, -0.00011194777913371369]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 108673644
+    - 
+      positions: [-0.7967670877718037, -0.29121462434452566, -0.5508615058968565, -2.315246910172967, -2.3263520791180823, -0.7914994961108284]
+      velocities: [-0.11409611391237806, -0.17763242249819164, 0.24925525374958976, -0.1962493997782594, -0.02680280641817963, -0.18329625198313065]
+      accelerations: [0.04394293016441013, 0.009061802214411616, 1.4599081806308562e-14, 0.07003376155489052, 0.017508403044276845, -0.00011402076795731538]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 112475368
+    - 
+      positions: [-0.7972006800100937, -0.2918900987200082, -0.5499135828461071, -2.3159927444677972, -2.3264538841728646, -0.7921965764942617]
+      velocities: [-0.11392920451225161, -0.177597995052247, 0.24925525374958976, -0.19598326188858056, -0.026736337535610395, -0.1832966896559277]
+      accelerations: [0.04383434757805268, 0.009043513396383289, -1.4594102336625613e-14, 0.06992754402346998, 0.017447435672708043, -0.00011614995889525816]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 116278390
+    - 
+      positions: [-0.7976337858894558, -0.2925656727024806, -0.5489653363665997, -2.316737821361518, -2.326555471492329, -0.7928938964003529]
+      velocities: [-0.11376265059767465, -0.17756362539846765, 0.24925525374958973, -0.1957174363271843, -0.026670077701250523, -0.18329713523068425]
+      accelerations: [0.04372610565172147, 0.00902524442510777, 7.294562274042758e-15, 0.06982182656611373, 0.01738657977348816, -0.00011809649637815522]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 120082709
+    - 
+      positions: [-0.7980664063795283, -0.29324134650291633, -0.5480167663455043, -2.3174821414378464, -2.326656841711344, -0.7935914559419814]
+      velocities: [-0.11359645109614411, -0.17752931347264234, 0.2492552537495898, -0.195451921616655, -0.026604026530776523, -0.1832975882279798]
+      accelerations: [0.04361822417721357, 0.009007012135385028, 1.458414839949854e-14, 0.06971651342269007, 0.017325893316350965, -0.0001199709067116853]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 123888326
+    - 
+      positions: [-0.7984985424480681, -0.293917120333964, -0.5470678726673748, -2.3182257052784654, -2.326757995463896, -0.794289255232955]
+      velocities: [-0.113430604874728, -0.17749505915914265, 0.24925525374958996, -0.19518671656918496, -0.026538183462627145, -0.18329804850715015]
+      accelerations: [0.04351071422991409, 0.008988826611448075, 8.018545618327946e-14, 0.06961154696316336, 0.017265411109346342, -0.00012184089820505256]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 127695241
+    - 
+      positions: [-0.798930195060729, -0.29459299440973197, -0.5461186552142415, -2.3189685134637634, -2.3268589333825678, -0.7949872943889207]
+      velocities: [-0.1132651108469598, -0.17746086237591333, 0.2492552537495898, -0.19492181981555873, -0.026472548058146177, -0.1832985156984432]
+      accelerations: [0.043403539430997194, 0.008970660022132634, -1.748904103648188e-13, 0.06950707898013593, 0.01720503338734918, -0.000123518570025289]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 131503456
+    - 
+      positions: [-0.7993613651816803, -0.2952689689463594, -0.545169113865373, -2.3197105665707944, -2.3269596561000028, -0.7956855735248138]
+      velocities: [-0.1130999679460235, -0.17742672305312818, 0.24925525374958976, -0.1946572299236192, -0.026407119927115925, -0.18329898934370772]
+      accelerations: [0.04329672494675007, 0.008952533666188736, 1.6026152335029913e-13, 0.0694029895966915, 0.017144834088713045, -0.00012514555638085391]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 135312969
+    - 
+      positions: [-0.7997920537731409, -0.2959450441615762, -0.5442192484974566, -2.3204518651748485, -2.3270601642478064, -0.7963840927567751]
+      velocities: [-0.11293517507656234, -0.17739264109514624, 0.24925525374958996, -0.19439294560915146, -0.02634189859195292, -0.1832994691531728]
+      accelerations: [0.0431902597253406, 0.008934439701524768, -6.55391673315612e-14, 0.06929931981514408, 0.017084784805322762, -0.00012666887254191353]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 139123783
+    - 
+      positions: [-0.800222261795553, -0.2966212202748628, -0.5432690589845302, -2.321192409848885, -2.3271604584569583, -0.7970828522014292]
+      velocities: [-0.11277073112637931, -0.17735861638929695, 0.24925525374958973, -0.19412896568813512, -0.026276883517437295, -0.18329995495024198]
+      accelerations: [0.04308416277010882, 0.008916394791563628, -4.3677872577972524e-14, 0.06919597497605946, 0.017024943786722757, -0.00012820100724540877]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 142935898
+    - 
+      positions: [-0.8006519902072208, -0.29729749750709966, -0.542318545198131, -2.3219322011647674, -2.327260539356943, -0.7977818519774069]
+      velocities: [-0.11260663503423682, -0.17732464886039845, 0.24925525374958957, -0.19386528877297193, -0.026212074307086296, -0.18330044629880987]
+      accelerations: [0.042978387475853086, 0.008898362502402005, -3.6385809280485327e-14, 0.06909315539752221, 0.016965179640552552, -0.00012949352531561848]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 146749313
+    - 
+      positions: [-0.8010812399651152, -0.2979738760813227, -0.541367707006975, -2.3226712396905764, -2.3273604075776864, -0.7984810922019678]
+      velocities: [-0.11244288574232245, -0.1772907384326125, 0.2492552537495896, -0.1936019134830954, -0.0261474705674933, -0.18330094275974534]
+      accelerations: [0.04287297777633846, 0.008880379501410868, 4.3648073776512255e-14, 0.06899065597117833, 0.01690562176389453, -0.00013079342528770854]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 150564030
+    - 
+      positions: [-0.8015100120240727, -0.2986503562219602, -0.540416544277276, -2.3234095259933176, -2.3274600637476337, -0.7991805729943523]
+      velocities: [-0.11227948215191455, -0.17725688499424094, 0.24925525374958954, -0.1933388386437529, -0.02608307177992915, -0.18330144413543223]
+      accelerations: [0.0427679103383077, 0.008862427827624529, -7.272196730255874e-14, 0.06888857272582762, 0.016846206141685957, -0.00013198058664066323]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 154380048
+    - 
+      positions: [-0.801938307337187, -0.29932693815520106, -0.5394650568725923, -2.32414706063762, -2.32755950849469, -0.7998802944741453]
+      velocities: [-0.11211642321248633, -0.1772230884688843, 0.24925525374958973, -0.1930760628881168, -0.02601887755656454, -0.1833019499828989]
+      accelerations: [0.04266318237021046, 0.008844506828986552, 1.6720344818921054e-13, 0.06878690923554504, 0.016786927797844135, -0.00013304666833258242]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 158197370
+    - 
+      positions: [-0.8023661268558365, -0.30000362210900955, -0.5385132446538156, -2.3248838441856674, -2.3276587424462862, -0.8005802567611587]
+      velocities: [-0.11195370784071859, -0.17718934875041267, 0.24925525374958984, -0.1928135850196419, -0.025954887407094215, -0.1833024600579089]
+      accelerations: [0.042558812992199956, 0.00882663262922667, -9.447404419189052e-14, 0.06868557161056849, 0.016727845041820302, -0.0001341043156813542]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 162015994
+    - 
+      positions: [-0.8027934715293213, -0.30068040831278114, -0.5375611074793211, -2.3256198771984247, -2.3277577662285083, -0.8012804599769604]
+      velocities: [-0.11179133498258688, -0.17715566575325672, 0.2492552537495896, -0.19255140373191942, -0.02589110091955495, -0.18330297397011858]
+      accelerations: [0.04245476689919204, 0.008808778234973615, -4.358852280239054e-14, 0.06858471016884149, 0.016668858192984568, -0.0001349645682870596]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 165835922
+    - 
+      positions: [-0.803220342305473, -0.30135729699791214, -0.5366086452047165, -2.326355160233617, -2.3278565804675684, -0.8019809042422997]
+      velocities: [-0.11162930360075644, -0.17712203940173754, 0.24925525374958962, -0.19228951766739105, -0.02582751772249934, -0.18330349125508072]
+      accelerations: [0.04235106980934816, 0.008790965353476453, 5.083591809948398e-14, 0.0684842002979672, 0.016610045357626273, -0.00013577775267301794]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 169657155
+    - 
+      positions: [-0.8036467401301712, -0.3020342883973364, -0.5356558576830449, -2.327089693847365, -2.327955185788639, -0.8026815896791479]
+      velocities: [-0.1114676126018792, -0.17708846957215812, 0.24925525374958968, -0.19202792574259714, -0.0257641372736362, -0.1833040117777347]
+      accelerations: [0.04224772448997787, 0.008773197309645717, -2.1779384373482403e-14, 0.06838402205006922, 0.016551417514983405, -0.00013656615200447107]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 173479692
+    - 
+      positions: [-0.8040726659472731, -0.30271138274545367, -0.5347027447648135, -2.3278234785944307, -2.328053582815681, -0.8033825164110009]
+      velocities: [-0.1113062609658915, -0.17705495619647188, 0.2492552537495897, -0.1917666265669172, -0.025700959237696594, -0.18330453501162666]
+      accelerations: [0.04214468899761605, 0.008755441557527376, 4.354389666818274e-14, 0.06828435501245697, 0.016492855024428533, -0.00013710288579682768]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 177303535
+    - 
+      positions: [-0.8044981206993449, -0.30338858027881843, -0.53374930629769, -2.328556515025803, -2.3281517721732192, -0.8040836845597826]
+      velocities: [-0.11114524764021841, -0.17702149917736493, 0.24925525374958987, -0.1915056189189307, -0.025637983176220742, -0.18330506063052546]
+      accelerations: [0.042042021442989394, 0.008737745841541274, 4.352902773329141e-14, 0.06818493005893221, 0.01643453113777058, -0.0001377197083897137]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 181128684
+    - 
+      positions: [-0.8049231053265944, -0.3040658812351203, -0.5327955421269521, -2.329288803692262, -2.3282497544837533, -0.8047850942503627]
+      velocities: [-0.1109845715575684, -0.17698809840244356, 0.24925525374958982, -0.19124490166509386, -0.02557520860070423, -0.18330558840676608]
+      accelerations: [0.04193967060180787, 0.008720070209427668, -7.252360304761165e-14, 0.06808596925350487, 0.01637629847045174, -0.00013813666244807924]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 184955140
+    - 
+      positions: [-0.8053476207677728, -0.3047432858540355, -0.5318414520951078, -2.3300203451413983, -2.3283475303699483, -0.805486745606737]
+      velocities: [-0.1108242317033376, -0.17695475379842623, 0.24925525374958973, -0.19098447345809413, -0.025512635169382954, -0.18330611783659534]
+      accelerations: [0.04183765932434105, 0.008702434054512988, 3.6249415696804556e-14, 0.06798736128138344, 0.016318227327199303, -0.00013848950016283757]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 188782903
+    - 
+      positions: [-0.8057716679597408, -0.3054207943768092, -0.5308870360420804, -2.330751139919076, -2.32844510045358, -0.8061886387538749]
+      velocities: [-0.11066422703022408, -0.17692146526282182, 0.24925525374958984, -0.19072433311948017, -0.02545026243720557, -0.18330664861660628]
+      accelerations: [0.041735981041875134, 0.008684833152513456, 1.449481288062083e-14, 0.06788912811998674, 0.016260301075622385, -0.00013874741184294423]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 192611974
+    - 
+      positions: [-0.8061952478375659, -0.30609840704634367, -0.5299322938051684, -2.3314811885691187, -2.3285424653557754, -0.8068907738172945]
+      velocities: [-0.11050455651718513, -0.1768882327111479, 0.24925525374958968, -0.19046447937324984, -0.025388090029990103, -0.18330718031034005]
+      accelerations: [0.041634627796196005, 0.008667262218290905, -1.0142902263565897e-13, 0.06779129770619247, 0.016202499000055517, -0.0001388718983945051]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 196442353
+    - 
+      positions: [-0.8066183613346473, -0.3067761241073127, -0.5289772252189896, -2.3322104916329165, -2.3286396256973165, -0.807593150922535]
+      velocities: [-0.11034521912647012, -0.17685505604225676, 0.24925525374958962, -0.19020491104234472, -0.02532611751608304, -0.18330771259588685]
+      accelerations: [0.04153361546285267, 0.008649735135766218, 7.966699800666822e-14, 0.06769378940697611, 0.016144871496367577, -0.0001389614589417781]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 200274042
+    - 
+      positions: [-0.8070410093824032, -0.3074539458058555, -0.5280218301156224, -2.3329390496504794, -2.3287365820978803, -0.8082957701964959]
+      velocities: [-0.11018621381621682, -0.1768219351486022, 0.24925525374958973, -0.18994562699036951, -0.02526434444346265, -0.18330824519340902]
+      accelerations: [0.04143292951349165, 0.008632241259332875, -3.619989474729943e-14, 0.06759666160438117, 0.016087378477978448, -0.00013893974845201887]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 204107041
+    - 
+      positions: [-0.8074631929105159, -0.3081318723898071, -0.5270661083244976, -2.333666863159639, -2.328833335176631, -0.8089986317663922]
+      velocities: [-0.11002753956827196, -0.17678886993859888, 0.24925525374958957, -0.1896866259953346, -0.025202770423598635, -0.1833087777046275]
+      accelerations: [0.0413325713029929, 0.008614782799460074, -4.3425023549105904e-14, 0.06749989958830221, 0.016030026562022508, -0.00013882146567829678]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 207941350
+    - 
+      positions: [-0.8078849128468848, -0.30880990410864695, -0.5261100596724217, -2.334393932696223, -2.3289298855521143, -0.8097017357599501]
+      velocities: [-0.10986919537786483, -0.1767558603285384, 0.2492552537495895, -0.1894279067956857, -0.025141395101457492, -0.18330930967076536]
+      accelerations: [0.04123253170866805, 0.0085973533405705, 1.4470058542468534e-14, 0.06740353765570538, 0.015972791360842637, -0.00013856058934458396]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 211776971
+    - 
+      positions: [-0.8083061701177743, -0.3094880412136397, -0.5251536839835083, -2.3351202587935793, -2.3290262338426184, -0.8104050823047766]
+      velocities: [-0.10971118023589435, -0.17672290622825948, 0.24925525374958965, -0.18916946817054558, -0.02508021810171364, -0.18330984067442088]
+      accelerations: [0.04113282132482954, 0.008579962564344673, 5.786043975672808e-14, 0.06730751926852585, 0.01591570753874368, -0.00013822493271414753]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 215613904
+    - 
+      positions: [-0.8087269656475987, -0.31016628395762114, -0.5241969810792754, -2.33584584198331, -2.3291223806656465, -0.8111086715292816]
+      velocities: [-0.10955349309894223, -0.17669000751658753, 0.24925525374958984, -0.1889113090782534, -0.02501923893791695, -0.18331037051559013]
+      accelerations: [0.041033446661909646, 0.008562616852988219, 3.615040500795869e-14, 0.06721180655472231, 0.015858798038925325, -0.00013786018860245655]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 219452150
+    - 
+      positions: [-0.8091473003587789, -0.31084463259485146, -0.5232399507787167, -2.3365706827957533, -2.329218326637566, -0.8118125035632966]
+      velocities: [-0.10939613297487676, -0.17665716411091675, 0.24925525374958984, -0.18865342826454135, -0.024958457270601458, -0.18331089871541006]
+      accelerations: [0.04093437370717961, 0.00854528962652911, -3.6138036740831694e-14, 0.06711654717476072, 0.01580196301942523, -0.00013727555499060793]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 223291709
+    - 
+      positions: [-0.8095671751723503, -0.3115230873816034, -0.5222825928980207, -2.337294781757996, -2.3293140723751016, -0.8125165785354659]
+      velocities: [-0.10923909884738528, -0.17662437590608426, 0.2492552537495898, -0.18839582460803223, -0.02489787267946096, -0.18331142495367522]
+      accelerations: [0.040835648284714685, 0.008528019107144576, 7.22513399075706e-15, 0.06702152329314141, 0.01574534409809205, -0.00013674462507107102]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 227132583
+    - 
+      positions: [-0.8099865910070948, -0.3122016485753113, -0.5213249072509731, -2.3380181393967594, -2.3294096184932016, -0.813220896576981]
+      velocities: [-0.10908238971809281, -0.17659164280837686, 0.24925525374958973, -0.18813849692463566, -0.024837484792775255, -0.18331194881980944]
+      accelerations: [0.040737214474908315, 0.008510761022961194, -2.8890643642354063e-14, 0.06692698434585825, 0.015688774100160615, -0.00013594703643908927]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 230974771
+    - 
+      positions: [-0.810405548780557, -0.31288031643555747, -0.5203668936484831, -2.338740756235053, -2.329504965607545, -0.8139254578171995]
+      velocities: [-0.10892600461201701, -0.17655896474016702, 0.2492552537495897, -0.18788144394480832, -0.02477729330213013, -0.18331246978437288]
+      accelerations: [0.04063911524081113, 0.008493551163702024, 1.4440376177208282e-14, 0.06683272444050957, 0.015632386914089164, -0.00013514141928015156]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 234818275
+    - 
+      positions: [-0.8108240494082258, -0.31355909122326886, -0.5194085518989682, -2.3394626327948993, -2.329600114332522, -0.8146302623871745]
+      velocities: [-0.10876994249525337, -0.17652634157300656, 0.2492552537495898, -0.18762466469188224, -0.024717297711592687, -0.18331298768297638]
+      accelerations: [0.04054133753116762, 0.008476380095137655, 3.608857753434429e-14, 0.0667387960404446, 0.015576145967913837, -0.00013425937379619386]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 238663096
+    - 
+      positions: [-0.8112420938037551, -0.31423797320092556, -0.5184498818082531, -2.3401837695966154, -2.329695065281776, -0.8153353104187178]
+      velocities: [-0.10861420238456003, -0.17649377321664084, 0.24925525374958996, -0.1873681579770236, -0.02465749767266423, -0.18331350207095037]
+      accelerations: [0.040443867277061465, 0.00845923727640579, 5.0506702026755326e-14, 0.06664525613286064, 0.015520010813589169, -0.00013322364185790964]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 242509234
+    - 
+      positions: [-0.8116596828792069, -0.3149169626327967, -0.5174908831794536, -2.3409041671580337, -2.3297898190688104, -0.8160406020433387]
+      velocities: [-0.10845878330223344, -0.17646125958232464, 0.24925525374958996, -0.187111922606703, -0.024597892846997982, -0.1833140124861461]
+      accelerations: [0.040346714913235104, 0.008442132365434273, -5.770216791466845e-14, 0.06655204919635566, 0.015464016332697613, -0.00013210260739858392]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 246356690
+    - 
+      positions: [-0.8120768175448362, -0.3155960597847227, -0.5165315558130786, -2.341623825995223, -2.3298843763064543, -0.8167461373931765]
+      velocities: [-0.108303684251594, -0.17642880056293214, 0.24925525374958973, -0.1868559574962616, -0.024538482830612843, -0.18331451859744116]
+      accelerations: [0.04024987912397414, 0.00842506516423044, -5.047209311600622e-14, 0.06645917317787134, 0.015408161487507352, -0.00013089623165182744]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 250205465
+    - 
+      positions: [-0.8124934987090945, -0.3162752649241148, -0.5155718995070321, -2.3423427466224966, -2.329978737606873, -0.8174519166009953]
+      velocities: [-0.1081489042540492, -0.17639639606316587, 0.2492552537495897, -0.18660026149850184, -0.02447926726773981, -0.18331501998365704]
+      accelerations: [0.04015335107983124, 0.008408029624948129, 2.883130883971003e-14, 0.06636666168186685, 0.015352421972722616, -0.0001295579561620343]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 254055559
+    - 
+      positions: [-0.8129097272787753, -0.3169545783200923, -0.5146119140565418, -2.343060929551944, -2.3300729035819296, -0.8181579397995428]
+      velocities: [-0.10799444232659898, -0.17636404598147745, 0.24925525374958984, -0.18634483350618558, -0.024420245782121545, -0.18331551626558135]
+      accelerations: [0.04005714115607856, 0.00839103494297582, 4.3232133306592126e-14, 0.06627445940709593, 0.015296832447236619, -0.00012815633649757713]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 257906974
+    - 
+      positions: [-0.8133255041588009, -0.31763400024327226, -0.5136515992542612, -2.343778375294152, -2.3301668748426554, -0.8188642071224884]
+      velocities: [-0.10784029748248299, -0.17633175020996397, 0.24925525374958976, -0.1860896724526339, -0.024361417977718538, -0.18331600710710957]
+      accelerations: [0.03996124019458806, 0.008374075125808933, -8.643460826371644e-14, 0.06618259964935952, 0.015241368246684218, -0.00012664541628787005]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 261759711
+    - 
+      positions: [-0.8137408302523703, -0.3183135309659015, -0.5126909548902047, -2.3444950843577397, -2.330260651999616, -0.8195707187037857]
+      velocities: [-0.10768646877481416, -0.17629950867021765, 0.24925525374958957, -0.1858347771064156, -0.024302783575500114, -0.18331649194863425]
+      accelerations: [0.03986563592158852, 0.008357140758433109, -1.4400825207680558e-14, 0.06609113368908807, 0.01518599302243074, -0.00012495535166176598]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 265613769
+    - 
+      positions: [-0.814155706461175, -0.3189931707620735, -0.5117299807516354, -2.345211057248654, -2.330354235663458, -0.8202774746767132]
+      velocities: [-0.10753295520071857, -0.17626732123617064, 0.24925525374958968, -0.18558014651442478, -0.024244342115489807, -0.18331697058327928]
+      accelerations: [0.03977036893014882, 0.008340265886911294, 6.478147151162795e-14, 0.06599986490744933, 0.015130836730535802, -0.0001233392105328219]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 269469151
+    - 
+      positions: [-0.8145701336846106, -0.31967291990694324, -0.5107686766234574, -2.345926294472781, -2.3304476264429326, -0.8209844751773431]
+      velocities: [-0.1073797558048949, -0.17623518781692363, 0.24925525374958962, -0.18532577952533819, -0.024186093278147205, -0.18331744253616783]
+      accelerations: [0.039675373234002165, 0.008323398132148692, -9.354111038076743e-14, 0.06590909178439318, 0.015075696319615695, -0.0001214051663604914]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 273325857
+    - 
+      positions: [-0.814984112821005, -0.32035277867793255, -0.5098070422876079, -2.346640796531935, -2.3305408249479695, -0.8216917203391594]
+      velocities: [-0.10722686964248149, -0.17620310832732772, 0.24925525374958957, -0.18507167495973648, -0.024128036769473796, -0.1833179072865329]
+      accelerations: [0.03958070866698094, 0.008306586782693947, 6.473698952445712e-14, 0.06581852954809103, 0.01502076128151813, -0.00011952137875746576]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 277183887
+    - 
+      positions: [-0.8153976447664656, -0.32103274735358966, -0.5088450775236311, -2.3473545639276487, -2.330633831786797, -0.8223992102981076]
+      velocities: [-0.10707429571797356, -0.1761710826384001, 0.24925525374958943, -0.18481783189353518, -0.024070172129681426, -0.1833183646377452]
+      accelerations: [0.03948634094937956, 0.008289805191062389, -1.2942949827473325e-13, 0.06572832961367445, 0.014965927855869912, -0.00011748803811765353]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 281043243
+    - 
+      positions: [-0.8158107304155089, -0.3217128262142043, -0.5078827821083652, -2.3480675971591296, -2.33072664756751, -0.8231069451898486]
+      velocities: [-0.106922033095077, -0.17613911066639965, 0.2492552537495894, -0.1845642491473089, -0.024012499077478277, -0.1833188140503534]
+      accelerations: [0.03939227294918467, 0.008273056451705126, 1.0782084822765876e-13, 0.0656384720492319, 0.014911206992484268, -0.00011532742377808942]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 284903926
+    - 
+      positions: [-0.8162233706609885, -0.32239301554173566, -0.5069201558159762, -2.348779896723509, -2.3308192728979007, -0.8238149251500612]
+      velocities: [-0.1067700808234889, -0.17610719231346048, 0.24925525374958973, -0.18431092562743415, -0.02395501728090363, -0.18331925508696678]
+      accelerations: [0.039298508351143166, 0.008256344697738354, 6.467026875971128e-14, 0.0655489313893231, 0.014856613753468712, -0.0001130703960042438]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 288765936
+    - 
+      positions: [-0.816635566394003, -0.32307331561971275, -0.5059571984180081, -2.349491463116163, -2.330911708385222, -0.82452315031486]
+      velocities: [-0.10661843793661527, -0.1760753274657011, 0.24925525374958965, -0.18405786033626526, -0.023897726348973553, -0.1833196874274305]
+      accelerations: [0.039205051200715504, 0.008239673993733666, -1.0056359980793543e-13, 0.06545968250260739, 0.014802163380751934, -0.00011074701924651714]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 292629274
+    - 
+      positions: [-0.8170473185038017, -0.3237537267331396, -0.5049939096834285, -2.3502022968310325, -2.331003954635952, -0.8252316208212087]
+      velocities: [-0.10646710348313733, -0.17604351601887522, 0.24925525374958968, -0.18380505222509386, -0.02384062593163756, -0.1833201106756978]
+      accelerations: [0.039111888840953186, 0.008223035189684771, 1.2207093258842e-13, 0.06537077607719234, 0.014747819176355054, -0.00010828814194412834]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 296493942
+    - 
+      positions: [-0.8174586278780044, -0.32443424916870567, -0.5040302893785202, -2.3509123983599247, -2.331096012256346, -0.8259403368059628]
+      velocities: [-0.10631607652454994, -0.17601175787640105, 0.24925525374958982, -0.1835525002058041, -0.023783715712041287, -0.18332052437478336]
+      accelerations: [0.03901902659555926, 0.008206433371690237, -5.742537491289979e-14, 0.0652821809412904, 0.014693600395878121, -0.00010573158281796077]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 300359940
+    - 
+      positions: [-0.8178694954024821, -0.32511488321466653, -0.5030663372669397, -2.351621768192915, -2.3311878818521397, -0.8266492984063878]
+      velocities: [-0.10616535612746274, -0.1759800529431095, 0.24925525374958984, -0.18330020318504506, -0.023726995383770856, -0.18332092805029843]
+      accelerations: [0.038926455804435, 0.008189862632840416, 7.893270622662188e-14, 0.06519393005751463, 0.014639482151036028, -0.00010303078122045292]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 304227269
+    - 
+      positions: [-0.8182799219615039, -0.3257956291609828, -0.5021020531096422, -2.352330406817886, -2.3312795640289212, -0.8273585057595138]
+      velocities: [-0.1060149413354875, -0.17594840110236193, 0.2492552537495898, -0.1830481601988653, -0.02367046455820347, -0.18332132139103824]
+      accelerations: [0.03883419632576179, 0.008173339884834901, -1.1477166690989392e-13, 0.06510592268799642, 0.014585531580921013, -0.00010031688223369084]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 308095930
+    - 
+      positions: [-0.818689908437334, -0.32647648729891443, -0.5011374366650946, -2.3530383147218585, -2.331371059391104, -0.8280679590039371]
+      velocities: [-0.1058648312141362, -0.175916802252907, 0.2492552537495895, -0.18279637019853312, -0.023614122910728834, -0.18332170396448844]
+      accelerations: [0.038742216296433034, 0.008156840169644568, -2.868303077523879e-14, 0.06501830251321304, 0.014531648218092138, -9.739627021541047e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 311965925
+    - 
+      positions: [-0.8190994557108293, -0.327157457921616, -0.5001724876889582, -2.3537454923890526, -2.3314623685434537, -0.8287776582771526]
+      velocities: [-0.10571502485107506, -0.1758852563083908, 0.24925525374958957, -0.18254483205168928, -0.023557970181123208, -0.18332207521634664]
+      accelerations: [0.03865053543915493, 0.008140380648057314, 5.734628867052537e-14, 0.064930968218837, 0.014477898995892606, -9.439981783767709e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 315837253
+    - 
+      positions: [-0.8195085646610375, -0.3278385413237254, -0.49920720593430407, -2.3544519403022237, -2.3315534920900625, -0.8294876037173489]
+      velocities: [-0.10556552128712929, -0.17585376314196244, 0.24925525374958984, -0.18229354486697014, -0.023502005949629236, -0.18332243490575925]
+      accelerations: [0.038559157555486126, 0.008123964991251778, 7.88239576834156e-14, 0.0648438957294535, 0.014424299174297429, -9.135884313725109e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 319709917
+    - 
+      positions: [-0.8199172361651048, -0.32851973780127197, -0.4982415911516622, -2.355157658942969, -2.331644430634109, -0.8301977954638404]
+      velocities: [-0.10541631960402084, -0.17582232265734682, 0.24925525374958976, -0.18204250757880044, -0.02344622992240502, -0.18332278255045686]
+      accelerations: [0.038468057044557726, 0.008107573641195978, -1.146134788669564e-13, 0.0647571982519489, 0.014370768215599086, -8.81175550743037e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 323583917
+    - 
+      positions: [-0.8203254710987536, -0.32920104765214747, -0.4972756430887661, -2.3558626487901937, -2.331735184779087, -0.8309082336549137]
+      velocities: [-0.10526741888402105, -0.17579093475598107, 0.24925525374958973, -0.18179171913871472, -0.023390641800340565, -0.18332311768120377]
+      accelerations: [0.03837725854417007, 0.008091227239894578, 1.0025218488812758e-13, 0.06467075290886862, 0.014317389126200083, -8.48386738501893e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 327459253
+    - 
+      positions: [-0.8207332703357852, -0.3298824711756059, -0.4963093614908197, -2.3565669103217406, -2.331825755127528, -0.8316189184300686]
+      velocities: [-0.10511881820288799, -0.17575959933149277, 0.24925525374958996, -0.18154117854848686, -0.023335241256027858, -0.18332343988716523]
+      accelerations: [0.03828674011735185, 0.008074909090417371, 1.431679615466517e-14, 0.06458465575308986, 0.014264093301840575, -8.13899104181588e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 331335928
+    - 
+      positions: [-0.8211406347484879, -0.3305640086726671, -0.49534274610027745, -2.3572704440130856, -2.33191614228205, -0.8323298499281897]
+      velocities: [-0.10497051664184763, -0.17572831627910473, 0.2492552537495899, -0.1812908848040898, -0.02328002797220706, -0.18332374874130458]
+      accelerations: [0.03819652020588834, 0.008058634967307797, -3.577962798153069e-14, 0.06449881291837946, 0.014210943853486193, -7.789537341254585e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 335213943
+    - 
+      positions: [-0.8215475652072576, -0.33124566044573134, -0.49437579665705156, -2.3579732503385773, -2.332006346844383, -0.8330410282892546]
+      velocities: [-0.10482251327318293, -0.17569708548429713, 0.2492552537495898, -0.1810408369628287, -0.023225001595317596, -0.18332404389014445]
+      accelerations: [0.03810658432192433, 0.008042394030854778, -3.576726444468521e-14, 0.06441328578712346, 0.01415789617364808, -7.426914244013922e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 339093297
+    - 
+      positions: [-0.8219540625808628, -0.3319274267988415, -0.49340851289836773, -2.3586753297705987, -2.3320963694160493, -0.833752453653145]
+      velocities: [-0.10467480719788033, -0.17566590685333872, 0.2492552537495897, -0.18079103396453508, -0.02317016185948324, -0.18332432481265887]
+      accelerations: [0.03801693149113862, 0.008026186307213946, 0.0, 0.06432807272508163, 0.014104949423364628, -7.051096248326618e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 342973992
+    - 
+      positions: [-0.8223601277364464, -0.33260930803768385, -0.49244089455876083, -2.3593766827795735, -2.3321862105983726, -0.8344641261596405]
+      velocities: [-0.10452739749885293, -0.17563478027521592, 0.24925525374958957, -0.18054147485463207, -0.02311550843149475, -0.18332459112253757]
+      accelerations: [0.03792757134711774, 0.008010020586002139, -7.863357397632887e-14, 0.06424312010849782, 0.014052138923730884, -6.669076003147616e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 346856030
+    - 
+      positions: [-0.8227657615393151, -0.33329130446936683, -0.49147294137019726, -2.3600773098346646, -2.3322758709919293, -0.8351760459493784]
+      velocities: [-0.10438028327129417, -0.17560370564605748, 0.24925525374958957, -0.18029215864004056, -0.023061041011649984, -0.18332484237095154]
+      accelerations: [0.03783848727953804, 0.007993884307823232, 9.289843204496852e-14, 0.06415850056202256, 0.013999411876673794, -6.270664717170767e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 350739412
+    - 
+      positions: [-0.8231709648532503, -0.33397341640273354, -0.4905046530618973, -2.360777211402788, -2.3323653511973568, -0.8358882131624445]
+      velocities: [-0.10423346361546536, -0.1755726828639293, 0.24925525374958968, -0.1800430843210522, -0.023006759310370394, -0.183325078092839]
+      accelerations: [0.037749692634831064, 0.007977788939395686, -3.571779723800358e-14, 0.06407414407128614, 0.013946815633855181, -5.865236135375285e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 354624137
+    - 
+      positions: [-0.8235757385402251, -0.33465564414807364, -0.4895360293604951, -2.3614763879495313, -2.33245465181462, -0.8366006279396644]
+      velocities: [-0.10408693762052895, -0.17554171181517514, 0.24925525374958973, -0.1797942509703875, -0.022952662993915268, -0.18332529791209445]
+      accelerations: [0.03766117913856793, 0.007961728960286059, 5.712868278613718e-14, 0.06399008252996492, 0.013894325374394098, -5.448022107478297e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 358510209
+    - 
+      positions: [-0.8239800834605502, -0.3353379880172618, -0.4885670699899576, -2.362174839938713, -2.3325437734433887, -0.83731329042194]
+      velocities: [-0.10394070439956038, -0.1755107924028919, 0.24925525374958973, -0.17954565756643892, -0.022898751800973022, -0.18332550131470987]
+      accelerations: [0.03757294211303743, 0.007945701175765343, -5.710888735080796e-14, 0.06390633178939227, 0.01384192842070879, -5.016715735798087e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 362397627
+    - 
+      positions: [-0.8243840004729472, -0.33602044832383365, -0.4875977746715414, -2.3628725678321505, -2.33263271668323, -0.8380262007499281]
+      velocities: [-0.10379476305664044, -0.17547992452065508, 0.24925525374958962, -0.1792973031476378, -0.022845025433618184, -0.1833256878611674]
+      accelerations: [0.03748499022433588, 0.007929713588899436, 7.136136142262434e-15, 0.06382284429294545, 0.013789656079734426, -4.5774810794272175e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 366286393
+    - 
+      positions: [-0.8247874904343604, -0.3367030253827879, -0.48662814312389974, -2.3635695720902845, -2.3327214821331195, -0.8387393590648886]
+      velocities: [-0.10364911268277978, -0.17544910804856517, 0.24925525374958957, -0.17904918683580262, -0.022791483542119927, -0.18332585721660707]
+      accelerations: [0.03739732089280875, 0.007913765035353383, -3.566830500905372e-14, 0.06373962391813587, 0.01373750347414693, -4.1295596044522844e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 370176507
+    - 
+      positions: [-0.825190554199986, -0.33738571951060975, -0.48565817506307013, -2.3642658531721077, -2.332810070391513, -0.8394527655085761]
+      velocities: [-0.10350375238357583, -0.17541834287609684, 0.24925525374958973, -0.1788013077021095, -0.022738125817912614, -0.1833260089695492]
+      accelerations: [0.03730992856195275, 0.007897851764668146, 1.0696778220898722e-13, 0.06365669206037797, 0.013685454089136906, -3.66979045415638e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 374067972
+    - 
+      positions: [-0.8255931926233671, -0.33806853102536627, -0.48468787020241677, -2.3649614115348636, -2.332898482056596, -0.8401664202227993]
+      velocities: [-0.10335868129900166, -0.1753876289186089, 0.2492552537495898, -0.1785536646682636, -0.02268495206320437, -0.1833261424931647]
+      accelerations: [0.03722280049305133, 0.00788196413677128, -6.415838604950333e-14, 0.06357410332616514, 0.01363346731548815, -3.190293514620134e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 377960788
+    - 
+      positions: [-0.8259954065566305, -0.3387514602469487, -0.48371722825249064, -2.3656562476332983, -2.33298671772691, -0.8408803233483252]
+      velocities: [-0.10321389853311638, -0.17535696605946433, 0.24925525374958968, -0.17830625684922824, -0.022631961950994074, -0.1833262574178397]
+      accelerations: [0.03713596724775554, 0.007866128139430276, 7.12623322650938e-15, 0.06349170302780437, 0.013581649941455642, -2.712187819348818e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 381854957
+    - 
+      positions: [-0.8263971968498566, -0.3394345074964155, -0.48274624892140006, -2.3663503619217194, -2.3330747779996934, -0.8415944750278027]
+      velocities: [-0.10306940319516465, -0.1753263541836272, 0.24925525374958968, -0.1780590833537377, -0.02257915516424408, -0.18332635335777145]
+      accelerations: [0.03704939498543049, 0.007850316877290823, -1.4247512920557746e-14, 0.06340964824682385, 0.013529889879104574, -2.2135506002390362e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 385750479
+    - 
+      positions: [-0.8267985643517386, -0.3401176730966703, -0.4817749319144239, -2.367043754851872, -2.333162663472615, -0.8423088754027193]
+      velocities: [-0.10292519442214082, -0.17529579319649646, 0.2492552537495896, -0.1778121431745876, -0.022526531473676024, -0.18332642975771046]
+      accelerations: [0.0369631026689269, 0.00783454665615209, -2.8485116980672626e-14, 0.06332784069229053, 0.013478253927284696, -1.7076227925624166e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 389647356
+    - 
+      positions: [-0.8271995099091856, -0.34080095737204863, -0.4808032769342438, -2.3677364268742425, -2.333250374742733, -0.8430235246152337]
+      velocities: [-0.10278127132189349, -0.1752652829772383, 0.2492552537495898, -0.17756543546396444, -0.02247409054359477, -0.18332648627453407]
+      accelerations: [0.036877085683523145, 0.007818814549627455, 1.3525722972991912e-13, 0.06324629604324121, 0.013426729729432423, -1.19207930257322e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 393545588
+    - 
+      positions: [-0.8276000343673957, -0.34148436064838944, -0.4798312836809029, -2.3684283784378324, -2.333337912406684, -0.8437384228078502]
+      velocities: [-0.10263763303021395, -0.17523482342510494, 0.2492552537495899, -0.17731895925774924, -0.022421832126063468, -0.18332652239621863]
+      accelerations: [0.036791333691420694, 0.007803113086887326, -9.251220422608556e-14, 0.06316505753821243, 0.013375284412084507, -6.606019963457368e-06]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 397445178
+    - 
+      positions: [-0.8280001385700475, -0.342167883253227, -0.478858951851691, -2.369119609989562, -2.333425277061189, -0.8444535701225376]
+      velocities: [-0.10249427867186157, -0.17520441442824902, 0.2492552537495898, -0.17707271366293775, -0.0223697559289184, -0.18332653770050397]
+      accelerations: [0.03670586207467169, 0.007787455340253595, 4.268306844220985e-14, 0.0630840447092229, 0.013323973331134909, -1.2413576551343709e-06]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 401346126
+    - 
+      positions: [-0.8283998233589721, -0.34285152551545317, -0.4778862811413391, -2.3698101219753362, -2.333512469302189, -0.8451689667022467]
+      velocities: [-0.10235120738109557, -0.17517405588004836, 0.2492552537495898, -0.17682669775882998, -0.022317861685558146, -0.18332653171779056]
+      accelerations: [0.03662064997798973, 0.007771825473464525, -4.9779558941562144e-14, 0.06300335143876253, 0.013272727851587887, 4.306634266467253e-06]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 405248434
+    - 
+      positions: [-0.8287990895745562, -0.343535287765725, -0.4769132712417793, -2.3704999148387675, -2.3335994897259074, -0.8458846126890512]
+      velocities: [-0.10220841830615825, -0.17514374768276803, 0.24925525374958962, -0.17658091057471648, -0.02226614917068111, -0.1833265039005561]
+      accelerations: [0.036535710480403646, 0.0077562346764088715, -3.5544429265927034e-14, 0.0629229087279654, 0.01322159524307673, 9.94422384371486e-06]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 409152103
+    - 
+      positions: [-0.8291979380554612, -0.34421917033617566, -0.47593992184231065, -2.371188989022088, -2.3336863389281133, -0.8466005082254481]
+      velocities: [-0.10206591056654912, -0.1751134897129658, 0.24925525374958968, -0.1763353512985371, -0.02221461805231348, -0.18332645391439706]
+      accelerations: [0.03645104463114763, 0.007740684844187736, 7.106405594492967e-14, 0.06284270352444216, 0.013170582714445283, 1.56556825842966e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 413057133
+    - 
+      positions: [-0.8295963696385819, -0.34490317356036226, -0.47496623262962895, -2.3718773449663084, -2.3337730175040035, -0.8473166534545716]
+      velocities: [-0.10192368328904534, -0.17508328185080602, 0.24925525374958984, -0.17609001910074407, -0.02216326801614329, -0.1833263813935732]
+      accelerations: [0.036366647050724864, 0.007725172140655263, 7.103924770755527e-15, 0.06276275713258736, 0.013119673801665638, 2.147259253499146e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 416963527
+    - 
+      positions: [-0.8299943851591394, -0.3455872977733637, -0.47399220328776753, -2.372564983110918, -2.333859526048455, -0.848033048519752]
+      velocities: [-0.10178173565011187, -0.17505312401451179, 0.2492552537495898, -0.1758449129272342, -0.02211209891383316, -0.18332628564794742]
+      accelerations: [0.036282497084804834, 0.00770968083068942, -2.1304330093958677e-14, 0.06268316244943765, 0.013068799823101608, 2.7529181899235204e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 420871286
+    - 
+      positions: [-0.8303919854510851, -0.3462715433121938, -0.4730178334978483, -2.3732519038926205, -2.3339458651570926, -0.8487496935626432]
+      velocities: [-0.10164006677953957, -0.1750230160819462, 0.24925525374958968, -0.17560003196960783, -0.022061110428000796, -0.1833261663235707]
+      accelerations: [0.0361986386782471, 0.007694247215598291, -4.259376816036674e-14, 0.0626037000924755, 0.01301811579008513, 3.3518924503312284e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 424780410
+    - 
+      positions: [-0.8307891713461864, -0.3469559105148492, -0.4720431229386445, -2.3739381077482684, -2.334032035423868, -0.8494665887274861]
+      velocities: [-0.10149867581651459, -0.17499295793618375, 0.24925525374958976, -0.17535537539146828, -0.02201030226683621, -0.18332602301957246]
+      accelerations: [0.036115022501243266, 0.0076788322476579116, 8.515774488887367e-14, 0.06252460299390875, 0.01296745346250304, 3.977204002524736e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 428690902
+    - 
+      positions: [-0.8311859436750159, -0.3476403997213316, -0.4710680712859718, -2.3746235951117147, -2.3341180374436803, -0.8501837341565066]
+      velocities: [-0.10135756193204165, -0.17496294948409868, 0.24925525374958996, -0.17511094221912055, -0.02195967424209058, -0.18332585513387473]
+      accelerations: [0.03603168100757832, 0.00766346270307292, 7.0939954897959064e-15, 0.06244570777545917, 0.012916927890286577, 4.606105818978064e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 432602762
+    - 
+      positions: [-0.8315823032662727, -0.3483250112729442, -0.4700926782131042, -2.375308366415998, -2.3342038718105775, -0.8509011299930817]
+      velocities: [-0.10121672426388303, -0.17493299060302014, 0.2492552537495898, -0.17486673165856248, -0.02190922604301195, -0.18332566230867478]
+      accelerations: [0.03594859816714429, 0.007648126833639114, -8.509813909465075e-14, 0.06236708515390974, 0.012866486525971386, 5.248821916007592e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 436515991
+    - 
+      positions: [-0.831978250947091, -0.3490097455126008, -0.4691169433905865, -2.3759924220923736, -2.334289539118573, -0.8516187763803094]
+      velocities: [-0.10107616197489847, -0.17490308118834852, 0.24925525374958973, -0.17462274281148632, -0.021858957439095307, -0.18332544403148537]
+      accelerations: [0.03586577659499319, 0.0076328270583478335, 4.962318919962292e-14, 0.06228871703722892, 0.012816140706214355, 5.903013839245855e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 440430592
+    - 
+      positions: [-0.832373787542971, -0.34969460278475906, -0.4681408664862737, -2.376675762570544, -2.334375039961465, -0.8523366734613329]
+      velocities: [-0.10093587422362067, -0.17487322112997405, 0.2492552537495897, -0.17437897481705256, -0.02180886817866222, -0.18332519983422596]
+      accelerations: [0.035783215310248286, 0.007617563688295245, -5.669233428302913e-14, 0.06221060163943489, 0.012765889752813312, 6.568723740945867e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 444346565
+    - 
+      positions: [-0.8327689138777816, -0.3503795834354146, -0.46716444716532934, -2.3773583882786684, -2.334460374932844, -0.8530548213793303]
+      velocities: [-0.10079586016701816, -0.17484341031383444, 0.2492552537495898, -0.1741354268411329, -0.0217589579966524, -0.18332492927847907]
+      accelerations: [0.03570091551617055, 0.007602338343311695, 9.917678183905752e-14, 0.062132726395806116, 0.01271574100715046, 7.244369753693149e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 448263912
+    - 
+      positions: [-0.8331636307737178, -0.3510646878120538, -0.46618768509025443, -2.3780402996435157, -2.334545544625974, -0.8537732202777316]
+      velocities: [-0.10065611896680138, -0.17481364862775944, 0.24925525374958984, -0.17389209804306527, -0.0217092266379659, -0.18332463190941817]
+      accelerations: [0.03561887301527208, 0.007587148349999436, -7.789726112461339e-14, 0.06205510650193617, 0.01266568187418059, 7.932346534479593e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 452182635
+    - 
+      positions: [-0.8335579390513712, -0.35174991626372637, -0.4652105799208393, -2.3787214970902473, -2.334630549633987, -0.8544918702998819]
+      velocities: [-0.10051664980254782, -0.17478393597177044, 0.24925525374958973, -0.17364898751143182, -0.021659673904518544, -0.18332430716199372]
+      accelerations: [0.035537082316333485, 0.007571990074078175, 2.8316327245411685e-14, 0.061977762155455515, 0.012615695692477863, 8.63585786791522e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 456102733
+    - 
+      positions: [-0.8339518395298273, -0.352435269141143, -0.464233131314101, -2.3794019810421303, -2.3347153905501408, -0.8552107715885899]
+      velocities: [-0.10037745183233845, -0.17475427222618345, 0.24925525374959004, -0.1734060944586591, -0.021610299514243165, -0.18332395464063583]
+      accelerations: [0.03545555930913008, 0.007556877116057717, 1.273786863189626e-13, 0.06190060927540421, 0.012565841806136553, 9.343028114029025e-05]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 460024210
+    - 
+      positions: [-0.834345333026317, -0.3531207467963051, -0.4632553389245099, -2.380081751921654, -2.334800067966884, -0.8559299242877819]
+      velocities: [-0.10023852421707344, -0.17472465727103192, 0.2492552537495899, -0.17316341810167113, -0.02156110318741876, -0.18332357394878823]
+      accelerations: [0.03537428610415039, 0.007541795933758082, -1.9100082950296442e-13, 0.061823728954470164, 0.012516059516515823, 0.000100657572610095]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 463947065
+    - 
+      positions: [-0.8347384203565718, -0.3538063495828728, -0.4622772024037591, -2.380760810149425, -2.3348845824768065, -0.8566493285408374]
+      velocities: [-0.10009986616330982, -0.17469509102183314, 0.24925525374958948, -0.17292095744603578, -0.02151208480307065, -0.18332316437704882]
+      accelerations: [0.03529325674860483, 0.007526741891960231, -2.8286460521947822e-14, 0.06174714715585924, 0.01246632843024665, 0.00010808069154199235]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 467871302
+    - 
+      positions: [-0.8351311023349363, -0.35449207785629205, -0.46129872140068173, -2.3814391561438044, -2.334968934672957, -0.8573689844900236]
+      velocities: [-0.09996147682807494, -0.17466557335142305, 0.24925525374958954, -0.17267871176127186, -0.021463244054381637, -0.18332272558821244]
+      accelerations: [0.03521250187886205, 0.007511741293483357, 5.6552997368636714e-14, 0.06167070269048226, 0.012416763506124827, 0.0001154694353991829]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 471796920
+    - 
+      positions: [-0.8355233797737036, -0.35517793197307324, -0.4603198955616991, -2.3821167903230624, -2.335053125147032, -0.8580888922797073]
+      velocities: [-0.0998233553756662, -0.17463610413596065, 0.24925525374958973, -0.17243668029972115, -0.0214145806522483, -0.1833222572131969]
+      accelerations: [0.03513198660425041, 0.007496766059411829, 4.946643381793216e-14, 0.06159456480896368, 0.012367240616290407, 0.00012306997069179494]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 475723922
+    - 
+      positions: [-0.8359152534838341, -0.35586391229155967, -0.4593407245303385, -2.382793713103086, -2.335137154491325, -0.8588090520529119]
+      velocities: [-0.09968550101154154, -0.17460668328335982, 0.24925525374958976, -0.1721948621244399, -0.02136609445090141, -0.18332175860117356]
+      accelerations: [0.03505172428795232, 0.007481828002285328, -4.2384847850078805e-14, 0.06151866002535035, 0.012317810702988563, 0.00013077942918000447]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 479652309
+    - 
+      positions: [-0.8363067242746562, -0.3565500191716028, -0.4583612079474337, -2.383469924898353, -2.3352210232979225, -0.8595294639527499]
+      velocities: [-0.09954791291339687, -0.17457731067656546, 0.24925525374958965, -0.17195325645390216, -0.021317785197139155, -0.18332122931762232]
+      accelerations: [0.034971715156916515, 0.0074669279438519835, -1.4123296745297399e-14, 0.061442981967433835, 0.01226847740498758, 0.00013859021882117373]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 483582082
+    - 
+      positions: [-0.8366977929538479, -0.35723625297454237, -0.4573813454511322, -2.3841454261220085, -2.3353047321586433, -0.86025012812253]
+      velocities: [-0.09941059026573873, -0.17454798620189768, 0.24925525374958968, -0.17171186248959303, -0.021269652655386977, -0.18332066889567972]
+      accelerations: [0.03489195496841944, 0.007452063257947649, 3.529577289805647e-14, 0.0613675449889798, 0.012219227959028354, 0.0001465261406688307]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 487513242
+    - 
+      positions: [-0.8370884603275062, -0.3579226140632739, -0.4564011366768537, -2.3848202171856534, -2.335388281665237, -0.8609710447054154]
+      velocities: [-0.0992735322578428, -0.17451870974746525, 0.24925525374958982, -0.17147067942692562, -0.02122169660002625, -0.18332007685234056]
+      accelerations: [0.03481244499125879, 0.007437235574425459, 2.822663965348157e-14, 0.06129233716177774, 0.012170069912108838, 0.00015457135190432298]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 491445793
+    - 
+      positions: [-0.837478727200105, -0.35860910280220376, -0.4554205812573154, -2.3854942984994922, -2.3354716724092612, -0.861692213844645]
+      velocities: [-0.09913673806866927, -0.17448948119065877, 0.2492552537495898, -0.17122970652986458, -0.02117391676022249, -0.18331945279695855]
+      accelerations: [0.034733188658440814, 0.007422448627804693, -3.527082179213673e-14, 0.06121733489809265, 0.01212101856079105, 0.0001626944761903374]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 495379733
+    - 
+      positions: [-0.8378685943744053, -0.3592957195571457, -0.4544396788225936, -2.3861676704726387, -2.3355549049818376, -0.8624136356839688]
+      velocities: [-0.09900020692422762, -0.17446030044526112, 0.24925525374958965, -0.17098894284243182, -0.021126313033007396, -0.18331879600822001]
+      accelerations: [0.03465415808045117, 0.00740768010212718, -4.231000738869518e-14, 0.061142672900137716, 0.01207197314904825, 0.00017109468201547632]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 499315066
+    - 
+      positions: [-0.8382580626520341, -0.35998246469594514, -0.4534584289997231, -2.386840333511286, -2.3356379799752425, -0.8631353103648532]
+      velocities: [-0.0988639380166897, -0.1744311673954172, 0.24925525374958968, -0.1707483875949326, -0.02107888518351085, -0.18331810602995546]
+      accelerations: [0.0345753977993733, 0.007392967288868319, 6.344253465095998e-14, 0.06106812113609154, 0.012023101319669454, 0.00017943779603760398]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 503251793
+    - 
+      positions: [-0.8386471328325175, -0.36066933858743383, -0.4524768314133622, -2.387512288021795, -2.3357208979802517, -0.8638572380311624]
+      velocities: [-0.09872793049434703, -0.17440208188692652, 0.24925525374958973, -0.17050804025724042, -0.021031632805328174, -0.18331738275058962]
+      accelerations: [0.03449688503860603, 0.007378292295627124, -3.523336100021812e-14, 0.0609937872775707, 0.01197432244552445, 0.00018788264650331125]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 507189915
+    - 
+      positions: [-0.8390358057137473, -0.3613563416019256, -0.4514948856854771, -2.388183534409227, -2.3358036595874125, -0.8645794188269272]
+      velocities: [-0.0985921836095787, -0.17437304384873628, 0.24925525374958962, -0.1702678997907763, -0.02098455587255421, -0.1833166253040307]
+      accelerations: [0.0344185891721349, 0.007363630697282526, -2.1132518792541483e-14, 0.06091982125806821, 0.01192552375139418, 0.0001966533757487165]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 511129434
+    - 
+      positions: [-0.8394240820926246, -0.3620434741119132, -0.4505125914348847, -2.3888540730753096, -2.33588626538883, -0.8653018528931965]
+      velocities: [-0.09845669655766932, -0.1743440531611289, 0.24925525374958962, -0.1700279654605415, -0.020937654140797363, -0.18331583326180131]
+      accelerations: [0.03434056927591277, 0.007349031540462966, 1.408334538747968e-14, 0.06084591835906401, 0.011876928800686266, 0.0002053033971594206]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 515070351
+    - 
+      positions: [-0.839811962763776, -0.36273073649067683, -0.44952994827815057, -2.389523904422536, -2.3359687159746185, -0.8660245403743031]
+      velocities: [-0.09832146852810335, -0.17431510969735386, 0.24925525374958965, -0.169788236578867, -0.02089092733611355, -0.1833150062575542]
+      accelerations: [0.034262768706893286, 0.0073344492763900496, 0.0, 0.06077235856532856, 0.01182832895187794, 0.00021424738523218083]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 519012667
+    - 
+      positions: [-0.8401994485207513, -0.36341812911357496, -0.4485469558287517, -2.3901930288503697, -2.33605101193621, -0.8667474814120353]
+      velocities: [-0.09818649875484722, -0.17428621336500785, 0.24925525374958982, -0.16954871224888324, -0.020844375344409284, -0.18331414360929588]
+      accelerations: [0.03418522099713964, 0.007319911930846511, 8.444003104762143e-14, 0.060698967465734915, 0.0117798515569281, 0.00022323065337311913]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 522956386
+    - 
+      positions: [-0.8405865401552903, -0.3641056523572509, -0.44756361369758524, -2.3908614467575893, -2.33613315386433, -0.8674706761492138]
+      velocities: [-0.09805178642584989, -0.17425736403200048, 0.24925525374958982, -0.16930939182339322, -0.02079799787214605, -0.18331324499553042]
+      accelerations: [0.03410791544075888, 0.00730541153160656, -8.440999224087943e-14, 0.06062579214885951, 0.011731460187140382, 0.0002323246966372823]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 526901507
+    - 
+      positions: [-0.8409732384575326, -0.36479330659985354, -0.446579921492827, -2.3915291585416365, -2.336215142349572, -0.8681941247286804]
+      velocities: [-0.09791733076306278, -0.17422856159196423, 0.24925525374958962, -0.16907027449965262, -0.020751794746197143, -0.18331230985786295]
+      accelerations: [0.034030844979336373, 0.007290942921619206, -1.4063323512188344e-14, 0.06055286378605852, 0.01168313007553335, 0.00024157789566691456]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 530848032
+    - 
+      positions: [-0.8413595442161574, -0.36548109222118996, -0.44559587881982504, -2.3921961645981846, -2.3362969779827902, -0.8689178272926171]
+      velocities: [-0.097783130986473, -0.1741998059348372, 0.24925525374958976, -0.16883135950075018, -0.02070576577988412, -0.18331133766757846]
+      accelerations: [0.03395401714764024, 0.007276513047624767, 8.434987735683234e-14, 0.06048013747287455, 0.011634892737071365, 0.00025092654276141313]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 534795963
+    - 
+      positions: [-0.8417454582182035, -0.366169009602524, -0.44461148528123007, -2.3928624653217314, -2.3363786613545963, -0.8696417839834371]
+      velocities: [-0.09764918630596567, -0.17417109694024957, 0.24925525374958998, -0.1685926461179279, -0.020659910740836028, -0.1833103279897314]
+      accelerations: [0.03387742901467372, 0.00726212010347277, 2.8106600303063203e-14, 0.060407622949528283, 0.011586739690231237, 0.0002603865495480393]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 538745303
+    - 
+      positions: [-0.8421309812491157, -0.36685705912662636, -0.443626740476961, -2.3935280611054535, -2.33646019305549, -0.8703659949435568]
+      velocities: [-0.09751549594832129, -0.17414243449980346, 0.2492552537495899, -0.16835413357208773, -0.020614229454184303, -0.18330928027773574]
+      accelerations: [0.03380107444046119, 0.007247759748747726, -7.024142628561516e-14, 0.06033534547834324, 0.011538650172065335, 0.0002699982708373075]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 542696051
+    - 
+      positions: [-0.8425161140928645, -0.36754524117790244, -0.4426416440041157, -2.3941929523408545, -2.3365415736761896, -0.871090460314827]
+      velocities: [-0.09738205914061404, -0.17411381850298246, 0.24925525374958973, -0.16811582109964796, -0.020568721739470372, -0.18330819399932577]
+      accelerations: [0.03372495890428767, 0.007233437314102179, -2.106490226778896e-14, 0.06026327131221795, 0.011490647660766053, 0.00027971381454067846]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 546648210
+    - 
+      positions: [-0.842900857531809, -0.36823355614223663, -0.44165619545707213, -2.394857139418206, -2.3366228038072543, -0.8718151802391993]
+      velocities: [-0.09724887509773403, -0.17408524882734153, 0.24925525374958976, -0.16787770801514695, -0.0205233873625384, -0.18330706873203306]
+      accelerations: [0.03364908258489439, 0.007219153423550777, 4.211474665676698e-14, 0.060191394044933906, 0.01144273573848043, 0.00028952522342440523]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 550601782
+    - 
+      positions: [-0.8432852123466777, -0.3689220044069728, -0.44067039442749895, -2.3955206227266226, -2.3367038840390246, -0.872540154858839]
+      velocities: [-0.09711594304326664, -0.17405672535570446, 0.2492552537495899, -0.16763979360519507, -0.020478226114924898, -0.18330590400518854]
+      accelerations: [0.03357344039650646, 0.007204904702870024, 3.50830683696607e-14, 0.06011973361692859, 0.011394897699192696, 0.00029946458248626093]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 554556768
+    - 
+      positions: [-0.8436691793166632, -0.3696105863610118, -0.4396842405042886, -2.3961834026537794, -2.336784814961887, -0.8732653843156664]
+      velocities: [-0.09698326222747015, -0.174028247990838, 0.2492552537495899, -0.1674020770345201, -0.020433237885449658, -0.18330469915583264]
+      accelerations: [0.03349802343271949, 0.007190684361131196, -4.909871236730045e-14, 0.06004833109077084, 0.011347100952260419, 0.0003095967393284369]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 558513170
+    - 
+      positions: [-0.8440527592196048, -0.3702993023950155, -0.4386977332734142, -2.396845479585346, -2.3368655971667938, -0.8739908687504416]
+      velocities: [-0.09685083187433957, -0.17399981661168454, 0.24925525374958984, -0.16716455761978669, -0.02038842245398336, -0.18330345374223705]
+      accelerations: [0.03342285337269986, 0.00717651115056744, 2.8046354824914806e-14, 0.05997706798434125, 0.011299433053843365, 0.00031974472404091046]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 562470989
+    - 
+      positions: [-0.8444359528314921, -0.3709881529008497, -0.43771087231830424, -2.397506853906573, -2.336946231243859, -0.8747166083052539]
+      velocities: [-0.09671865121022767, -0.17397143109714924, 0.24925525374958957, -0.16692723468176127, -0.02034377960227928, -0.1833021673216368]
+      accelerations: [0.03334790685175153, 0.0071623662594020535, -1.6120871297870972e-13, 0.05990606008658085, 0.011251805403257138, 0.00033008571541226646]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 566430228
+    - 
+      positions: [-0.8448187609269675, -0.37167713827214244, -0.43672365721946144, -2.3981675260007167, -2.3370267177837754, -0.8754426031210213]
+      velocities: [-0.09658671946981981, -0.17394309133124086, 0.2492552537495895, -0.16669010751350655, -0.020299309137787845, -0.18330083940281588]
+      accelerations: [0.03327320251828229, 0.007148265830938174, 1.1911150410369547e-13, 0.05983520505955857, 0.01120429347196876, 0.0003404668075870675]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 570390887
+    - 
+      positions: [-0.8452011842788955, -0.3723662589038013, -0.43573608755478915, -2.398827496250408, -2.3371070573766026, -0.8761688533396425]
+      velocities: [-0.09645503590447171, -0.17391479720952738, 0.24925525374958962, -0.16645317533899073, -0.020255010925595025, -0.183299469381939]
+      accelerations: [0.03319871281874968, 0.00713418781100172, -4.902829717407739e-14, 0.059764639479576005, 0.01115679261739672, 0.00035109741091057914]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 574352968
+    - 
+      positions: [-0.8455832236589592, -0.37305551519267416, -0.4347481628991373, -2.3994867650357956, -2.337187250613444, -0.8768953591010388]
+      velocities: [-0.09632359974938169, -0.1738865486122843, 0.2492552537495896, -0.16621643748082726, -0.020210884761321643, -0.18329805679689531]
+      accelerations: [0.03312447296065812, 0.007120161885059425, 2.800609851162643e-14, 0.059694176419367306, 0.011109442413084371, 0.0003616963475918417]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 578316474
+    - 
+      positions: [-0.8459648798368639, -0.3737449075366614, -0.43375988282490363, -2.4001453327370608, -2.3372672980842037, -0.8776221205471211]
+      velocities: [-0.09619241024593436, -0.17385834542314324, 0.24925525374958968, -0.16597989324493095, -0.020166930458395745, -0.18329660115260107]
+      accelerations: [0.03305044413564667, 0.007106156601914858, 2.0997016719762025e-14, 0.05962401058676256, 0.01106209424099671, 0.0003725610595829924]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 582281406
+    - 
+      positions: [-0.8463461535811828, -0.37443443633565615, -0.43277124690139135, -2.4008031997317714, -2.337347200379973, -0.8783491378175837]
+      velocities: [-0.09606146664616261, -0.17383018753232266, 0.24925525374958962, -0.16574354189904633, -0.02012314786392603, -0.18329510188954368]
+      accelerations: [0.03297665927883199, 0.007092199998534135, -5.5971882193628246e-14, 0.05955396600249604, 0.011014879581570956, 0.0003834264112084571]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 586247765
+    - 
+      positions: [-0.8467270456586091, -0.3751241019907049, -0.4317822546953777, -2.4014603663972514, -2.3374269580909135, -0.8790764110536485]
+      velocities: [-0.0959307681860901, -0.17380207481483917, 0.24925525374958957, -0.16550738280978833, -0.02007953675546622, -0.1832935585906572]
+      accelerations: [0.03290309305236749, 0.007078271631300719, 2.7975854864253553e-14, 0.05948416815273219, 0.010967701970751125, 0.0003944853360778663]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 590215554
+    - 
+      positions: [-0.8471075568345038, -0.3758139049046183, -0.430792905770696, -2.4021168331088685, -2.337506571807808, -0.8798039403953319]
+      velocities: [-0.0958003141380377, -0.17377400717394642, 0.24925525374958962, -0.16527141516973098, -0.020036097047689674, -0.18329197056581426]
+      accelerations: [0.03282975200611227, 0.007064377624377299, 0.0, 0.059414578724336274, 0.010920588636439549, 0.00040568229387828194]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 594184774
+    - 
+      positions: [-0.8474876878727382, -0.376503845481795, -0.4298031996883476, -2.4027726002405445, -2.337586042121621, -0.8805317259822297]
+      velocities: [-0.09567010373825136, -0.17374598448127984, 0.24925525374958976, -0.16503563837412644, -0.019992828506255434, -0.1832903374272521]
+      accelerations: [0.03275664728844492, 0.007050527707957723, 6.988916760830749e-14, 0.05934513330248834, 0.010873587358109954, 0.0004169201423852879]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 598155427
+    - 
+      positions: [-0.8478674395354255, -0.37719392412791797, -0.4288131360067141, -2.4034276681656133, -2.337665369622725, -0.8812597679548867]
+      velocities: [-0.09554013624359, -0.173718006623301, 0.2492552537495898, -0.16480005172860618, -0.019949730970031603, -0.18328865864284327]
+      accelerations: [0.032683756890544306, 0.007036704604239622, -4.8904739339287596e-14, 0.059275940867999886, 0.010826613392182568, 0.0004283684395259476]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 602127514
+    - 
+      positions: [-0.8482468125833994, -0.37788414125048453, -0.42782271428118496, -2.404082037255332, -2.3377445549022684, -0.8819880664523913]
+      velocities: [-0.09541041090711892, -0.1736900734814194, 0.24925525374958965, -0.16456465457356828, -0.019906804255974648, -0.18328693372749424]
+      accelerations: [0.03261110424546489, 0.007022928047733518, -2.793545835340741e-14, 0.059206874404762355, 0.01077976239228935, 0.0004398337141555728]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 606101038
+    - 
+      positions: [-0.8486258077756728, -0.37857449725820186, -0.42683193406457504, -2.4047357078805924, -2.3378235985506266, -0.8827166216151153]
+      velocities: [-0.09528092698779494, -0.1736621849403281, 0.24925525374958957, -0.1643294462329281, -0.01986404819903361, -0.1832851621625708]
+      accelerations: [0.03253866248697185, 0.007009176577302553, -6.981336508413034e-15, 0.05913806861631752, 0.010732929590748121, 0.0004515259605933093]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 610076001
+    - 
+      positions: [-0.8490044258700276, -0.37926499256164525, -0.4258407949066633, -2.405388680410082, -2.3379025011590944, -0.8834454335817321]
+      velocities: [-0.09515168375890838, -0.17363434089429167, 0.24925525374958968, -0.1640944259724064, -0.019821462683764078, -0.18328334333196813]
+      accelerations: [0.032466450787472866, 0.006995466752559984, 6.280926371193047e-14, 0.059069417541785955, 0.010686194683857899, 0.00046328397746952046]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 614052403
+    - 
+      positions: [-0.8493826676225672, -0.37995562757275153, -0.42484929635454155, -2.4060409552117097, -2.3379812633185963, -0.8841745024914998]
+      velocities: [-0.0950226804759605, -0.17360654122123018, 0.2492552537495898, -0.163859593165465, -0.0197790475169306, -0.1832814767791977]
+      accelerations: [0.03239445845774805, 0.006981790161352673, -1.3952552571622522e-14, 0.0590009723434293, 0.010639517049959211, 0.00047518831721826455]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 618030247
+    - 
+      positions: [-0.8497605337879427, -0.3806464027050745, -0.4238574379524354, -2.4066925326518995, -2.338059885620342, -0.8849038284831139]
+      velocities: [-0.09489391640848176, -0.17357878580880887, 0.2492552537495897, -0.16362494712734793, -0.01973680255507415, -0.18327956195027556]
+      accelerations: [0.03232268865939606, 0.006968150232426707, -2.7894976454315432e-14, 0.05893271059506595, 0.010592912182055918, 0.0004872071835111102]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 622009535
+    - 
+      positions: [-0.8501380251192666, -0.38133731837368323, -0.42286521924176973, -2.4073434130958846, -2.338138368655573, -0.8856334116951564]
+      velocities: [-0.09476539081640771, -0.1735510745346755, 0.24925525374958954, -0.16339048723941774, -0.019694727608815972, -0.18327759838645824]
+      accelerations: [0.032251142586350215, 0.006954548492541103, -5.576968438281755e-14, 0.05886462093295029, 0.010546387586798205, 0.0004993241995993983]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 625990268
+    - 
+      positions: [-0.85051514236807, -0.38202837499511194, -0.42187263976120276, -2.4079935969078488, -2.3382167130154414, -0.8863632522663243]
+      velocities: [-0.09463710296979892, -0.17352340728318585, 0.2492552537495895, -0.16315621284541842, -0.019652822522086496, -0.1832755855644798]
+      accelerations: [0.03217981349172029, 0.0069409799641099385, 3.4843377869341306e-14, 0.05879673307636006, 0.01049991893718654, 0.0005115878680960847]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 629972449
+    - 
+      positions: [-0.8508918862844398, -0.3827195729875127, -0.4208796990465171, -2.4086430844505102, -2.3382949192914007, -0.887093350334735]
+      velocities: [-0.09450905215425895, -0.17349578394977394, 0.24925525374958976, -0.1629221232209042, -0.019611087197119362, -0.18327352284586013]
+      accelerations: [0.03210869985187211, 0.006927443982217061, 9.752594846991862e-14, 0.058729050989649104, 0.010453501206213555, 0.000524007233567181]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 633956079
+    - 
+      positions: [-0.8512682576170439, -0.3834109127706864, -0.4198863966305876, -2.4092918760850623, -2.3383729880752875, -0.8878237060377997]
+      velocities: [-0.09438123762852339, -0.17346820440543587, 0.24925525374958984, -0.16268821780020987, -0.019569521418146676, -0.18327140983368445]
+      accelerations: [0.032037816217294866, 0.0069139534009163926, -6.267241207181424e-14, 0.05866149044866317, 0.010407198584238716, 0.0005364516745923575]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 637941160
+    - 
+      positions: [-0.8516442571127751, -0.38410239476566643, -0.4188927320436831, -2.409939972172297, -2.3384509199582775, -0.8885543195140689]
+      velocities: [-0.09425365867667898, -0.17344066854057755, 0.24925525374958984, -0.16245449589806962, -0.019528125066829282, -0.18326924593636112]
+      accelerations: [0.031967134859409746, 0.006900485548790801, 6.264955848238132e-14, 0.05859419513959823, 0.01036089792493131, 0.000549149178928696]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 641927694
+    - 
+      positions: [-0.85201988551738, -0.3847940193954439, -0.4178987048129392, -2.41058737307065, -2.338528715532722, -0.8892851908999934]
+      velocities: [-0.09412631458475826, -0.17341317624555325, 0.24925525374958987, -0.16222095683265253, -0.019486898027054216, -0.18326703056054083]
+      accelerations: [0.03189668206478194, 0.006887063038871981, -4.175112779008368e-14, 0.05852701913640177, 0.0103147111607608, 0.0005618723803826998]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 645915684
+    - 
+      positions: [-0.8523951435748355, -0.3854857870842482, -0.41690431446287246, -2.411234079138168, -2.3386063753903286, -0.8900163203331519]
+      velocities: [-0.09399920461025055, -0.17338572738498004, 0.24925525374958996, -0.16198760009091512, -0.01944584005623627, -0.18326476337146055]
+      accelerations: [0.031826445413516855, 0.0068736760916944285, 7.651576967875774e-14, 0.058460023151735895, 0.010268589739022784, 0.0005747186063762889]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 649905129
+    - 
+      positions: [-0.8527700320276201, -0.38617769825785536, -0.41590956051515765, -2.4118800907316724, -2.338683900122947, -0.8907477079508634]
+      velocities: [-0.09387232805901118, -0.17335832186174455, 0.2492552537495899, -0.16175442491691847, -0.019404951105741832, -0.18326244364466626]
+      accelerations: [0.031756412620437685, 0.006860315218945946, -1.0430152992437183e-13, 0.058393267728132435, 0.010222484893247993, 0.0005877856159923152]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 653896034
+    - 
+      positions: [-0.8531445516169845, -0.3868697533438962, -0.41491444248839926, -2.4125254082059273, -2.338761290323364, -0.8914793538887906]
+      velocities: [-0.09374568420408945, -0.17333095954984545, 0.24925525374958957, -0.16152143074329245, -0.019364230984738634, -0.1832600709457301]
+      accelerations: [0.03168661195628182, 0.006847004305788347, -5.5607120671297776e-14, 0.05832659729246164, 0.01017651657859844, 0.0006008300044999126]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 657888399
+    - 
+      positions: [-0.8535187030822823, -0.38756195277108973, -0.4139189598986836, -2.413170031915742, -2.3388385465833474, -0.8922112582844055]
+      velocities: [-0.09361927233231448, -0.1733036403329637, 0.24925525374958962, -0.16128861694543736, -0.01932367955226877, -0.18325764474218845]
+      accelerations: [0.03161700780631731, 0.006833714544567506, 9.032846308218541e-14, 0.05826019552042214, 0.010130539820599187, 0.0006141439135652308]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 661882227
+    - 
+      positions: [-0.8538924871617791, -0.3882542969701665, -0.41292311225890815, -2.413813962213463, -2.3389156694960085, -0.8929434212728198]
+      velocities: [-0.09349309174225498, -0.17327636410262004, 0.2492552537495899, -0.1610559828508125, -0.019283296709229743, -0.1832551644196813]
+      accelerations: [0.0315476294466292, 0.006820470729807006, 4.8620565026242226e-14, 0.05819390226705969, 0.010084678527138631, 0.0006274759842371645]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 665877520
+    - 
+      positions: [-0.854265904591961, -0.38894678637307484, -0.41192689907935176, -2.4144571994511406, -2.3389926596537793, -0.8936758429903677]
+      velocities: [-0.09336714171701248, -0.1732491307357898, 0.24925525374958996, -0.16082352788322163, -0.019243082286221985, -0.183252629508369]
+      accelerations: [0.03147845490875367, 0.006807255279344978, -2.7772980555496123e-14, 0.05812782886176902, 0.010038843965464611, 0.0006410048189491053]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 669874279
+    - 
+      positions: [-0.8546389561080283, -0.38963942141354585, -0.4109303198672625, -2.4150997439790043, -2.3390695176498606, -0.8944085235720526]
+      velocities: [-0.09324142154028464, -0.17322194010804437, 0.24925525374958984, -0.16059125148005218, -0.019203036107322134, -0.1832500395546403]
+      accelerations: [0.0314095054085613, 0.006794086389762978, -2.082208111577072e-14, 0.05806185672749228, 0.009993128020590547, 0.0006545434848171952]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 673872506
+    - 
+      positions: [-0.8550116424433865, -0.3903322025265032, -0.4099333741272855, -2.415741596147064, -2.339146244076719, -0.8951414631542124]
+      velocities: [-0.09311593052032681, -0.17319479211367333, 0.24925525374958968, -0.1603591529603079, -0.01916315809512474, -0.183247393907656]
+      accelerations: [0.03134074701189877, 0.006780936430591388, -6.244326619185843e-14, 0.05799616309041187, 0.009947389505719013, 0.0006683771778357601]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 677872204
+    - 
+      positions: [-0.855383964330427, -0.39102513014896695, -0.40893606136079524, -2.41638275630269, -2.3392228395283943, -0.8958746618704443]
+      velocities: [-0.09299066795992744, -0.17316768664075083, 0.2492552537495896, -0.160127231687424, -0.01912344814161088, -0.18324469198111365]
+      accelerations: [0.031272215935803205, 0.006767836055666709, 1.387117214488475e-14, 0.05793054802262651, 0.00990178482753397, 0.0006821881730489441]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 681873375
+    - 
+      positions: [-0.8557559224996619, -0.3917182047190486, -0.4079383810666332, -2.4170232247933203, -2.3392993045979416, -0.896608119856138]
+      velocities: [-0.09286563314296178, -0.17314062355989568, 0.24925525374958957, -0.15989548714077179, -0.019083906052224688, -0.1832419333666629]
+      accelerations: [0.03120388499065071, 0.006754763267832642, -2.0799089534289234e-14, 0.05786515293119496, 0.009856200826413168, 0.0006962048318014217]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 685876020
+    - 
+      positions: [-0.8561275176803499, -0.3924114266766757, -0.4069403327405686, -2.4176630019645287, -2.3393756398792807, -0.897341837245211]
+      velocities: [-0.09274082538005221, -0.17311360276199297, 0.24925525374958965, -0.1596639186710286, -0.01904453173877311, -0.18323911744323557]
+      accelerations: [0.03113576755375602, 0.006741729850792436, 5.5443775922011195e-14, 0.057799900265595554, 0.009810697413708422, 0.0007103048586508943]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 689880141
+    - 
+      positions: [-0.8564987506001644, -0.3931047964632028, -0.4059419158755839, -2.4183020881610657, -2.339451845966215, -0.8980758141718508]
+      velocities: [-0.09261624396502706, -0.17308662412232428, 0.24925525374958973, -0.1594325257343466, -0.019005325034281494, -0.18323624375207784]
+      accelerations: [0.031067858206185784, 0.0067287317411526435, -2.0783737484716685e-14, 0.057734814357354156, 0.009765253998065316, 0.0007245291088566908]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 693885741
+    - 
+      positions: [-0.8568696219853085, -0.3937983145215451, -0.4049431299617729, -2.41894048372652, -2.339527923452767, -0.8988100507699288]
+      velocities: [-0.09249188821422683, -0.1730596875333408, 0.2492552537495898, -0.15920130767887714, -0.01896628586202832, -0.18323331165338919]
+      accelerations: [0.03100015069151646, 0.006715764350802565, 4.847745940803926e-14, 0.05766992430093, 0.00971984605121575, 0.0007389268118577525]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 697892822
+    - 
+      positions: [-0.8572401325606489, -0.39449198129633456, -0.40394397448621955, -2.41957818900291, -2.3396038729335826, -0.899544547172292]
+      velocities: [-0.09236775742722071, -0.17303279287175138, 0.24925525374959, -0.15897026395765934, -0.018927414066492662, -0.183230320669902]
+      accelerations: [0.030932659203561846, 0.006702840046723935, 6.922788523527943e-14, 0.05760514815283516, 0.009674537377586672, 0.0007533673005632969]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 701901385
+    - 
+      positions: [-0.8576102830493648, -0.39518579723350655, -0.4029444489333038, -2.420215204331792, -2.33967969500288, -0.9002793035126303]
+      velocities: [-0.09224385091705678, -0.17300594002346995, 0.24925525374959007, -0.1587393939671814, -0.018888709542484762, -0.18322727022551796]
+      accelerations: [0.030865362398647095, 0.006689941795607677, -4.8441568133570094e-14, 0.05754059554911003, 0.009629239032889179, 0.0007680301876118674]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 705911433
+    - 
+      positions: [-0.8579800741734385, -0.39587976278086884, -0.4019445527842736, -2.4208515300527518, -2.339755390255912, -0.9010143199228976]
+      velocities: [-0.09212016799845214, -0.17297912887449562, 0.24925525374958984, -0.1585086971074226, -0.018850172186352904, -0.18322415974266476]
+      accelerations: [0.0307982803530649, 0.006677086506189679, -6.225892034664258e-14, 0.05747615464356784, 0.009584039124225261, 0.0007827363176013044]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 709922968
+    - 
+      positions: [-0.8583495066531676, -0.39657387838753816, -0.400944285517662, -2.4214871665049227, -2.339830959287516, -0.9017495965358795]
+      velocities: [-0.09199670797330425, -0.17295235929844, 0.24925525374958954, -0.15827817286252738, -0.018811801831575905, -0.18322098877420942]
+      accelerations: [0.03073139896222051, 0.00666426337336369, -8.298107881625592e-14, 0.057411894799412985, 0.009538880868716453, 0.0007975994382244132]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 713935992
+    - 
+      positions: [-0.8587185812074818, -0.3972681445042997, -0.39994364660901643, -2.4221221140260267, -2.339906402693049, -0.9024851334835556]
+      velocities: [-0.09187347016235203, -0.1729256311825496, 0.2492552537495895, -0.1580478206296633, -0.01877359838607808, -0.1832177567243667]
+      accelerations: [0.030664722510189445, 0.006651476324710751, 7.603772285862845e-14, 0.057347789545621246, 0.009493783877255947, 0.0008125796139328017]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 717950507
+    - 
+      positions: [-0.8590872985538314, -0.3979625615834817, -0.3989426355309857, -2.422756372952729, -2.3399817210680625, -0.9032209308976719]
+      velocities: [-0.0917504538861571, -0.1728989444126443, 0.24925525374958954, -0.15781763981990343, -0.018735561751399427, -0.1832144630124864]
+      accelerations: [0.030598246381114535, 0.006638722069699881, -6.909948877556453e-14, 0.057283857911077395, 0.009448731696680156, 0.0008277088726063481]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 721966515
+    - 
+      positions: [-0.8594556594082794, -0.3986571300790599, -0.39794125175324263, -2.423389943620363, -2.3400569150085735, -0.9039569889092735]
+      velocities: [-0.09162765846389503, -0.17287229887131056, 0.24925525374958957, -0.15758762986793629, -0.01869769181481607, -0.1832111070904812]
+      accelerations: [0.03053197545876089, 0.006626005431764431, 7.598113314294014e-14, 0.05722006862132943, 0.009403747842586957, 0.0008429386417060736]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 725984018
+    - 
+      positions: [-0.8598236644853724, -0.39935185044650184, -0.39693949474259366, -2.4240228263633514, -2.3401319851106774, -0.9046933076494013]
+      velocities: [-0.09150508320519893, -0.17284569443194855, 0.24925525374958987, -0.1573577902721815, -0.01865998841654236, -0.18320768850703592]
+      accelerations: [0.03046590919098951, 0.006613326083446191, 8.285761001155096e-14, 0.057156420749967185, 0.009358832185904683, 0.0008582689956485357]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 730003019
+    - 
+      positions: [-0.8601913144981405, -0.400046723142773, -0.39593736396297446, -2.4246550215152074, -2.3402069319705485, -0.9054298872490877]
+      velocities: [-0.09138272744577025, -0.17281913098793694, 0.24925525374959012, -0.1571281204044464, -0.018622451503575624, -0.18320420659651765]
+      accelerations: [0.030400034739575775, 0.006600674333824585, 3.451112072539429e-14, 0.05709297774652014, 0.00931393168260887, 0.0008738061741777147]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 734023519
+    - 
+      positions: [-0.8605586101583894, -0.4007417486266711, -0.3949348588751908, -2.425286529407657, -2.340281756185316, -0.906166727837823]
+      velocities: [-0.09126059051048992, -0.17279260842170155, 0.24925525374959012, -0.15689861971028476, -0.01858508096828737, -0.18320066080765857]
+      accelerations: [0.03033436990608907, 0.0065880652446499485, -2.0698936975664943e-14, 0.05702963899925793, 0.00926912651122358, 0.0008893867195055541]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 738045521
+    - 
+      positions: [-0.8609255521762603, -0.4014369273583114, -0.3939319789373068, -2.4259173503720053, -2.3403564583517396, -0.9069038295459053]
+      velocities: [-0.09113867171129592, -0.1727661266034497, 0.24925525374958973, -0.15666928771872152, -0.01854787663961551, -0.18319705071973763]
+      accelerations: [0.03026890291565336, 0.006575489756267376, -1.793236993920658e-13, 0.05696646312735432, 0.009224368016262688, 0.000905108813091108]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 742069026
+    - 
+      positions: [-0.8612921412604972, -0.4021322597994367, -0.3929287236044059, -2.426547484738323, -2.340431039067011, -0.907641192503022]
+      velocities: [-0.09101697039323031, -0.17273968542920143, 0.24925525374958957, -0.1564401237926322, -0.018510838486165658, -0.18319337563061577]
+      accelerations: [0.030203628670767483, 0.006562944017911933, 9.65227653386765e-14, 0.056903473647514136, 0.009179635380039594, 0.0009210138552560215]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 746094038
+    - 
+      positions: [-0.8616583781185599, -0.4028277464135546, -0.39192509232848016, -2.4271769328351196, -2.3405054989291023, -0.9083788168376525]
+      velocities: [-0.09089548588310879, -0.17271328477841236, 0.24925525374958965, -0.15621112740803414, -0.018473966389036013, -0.18318963501903923]
+      accelerations: [0.03013856091392005, 0.006550440035911332, -5.5135194211454714e-14, 0.05684059033969447, 0.009134992879772375, 0.0009369702099453483]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 750120558
+    - 
+      positions: [-0.8620242634562735, -0.40352338766551815, -0.3909210845587519, -2.4278056949904245, -2.3405798385356977, -0.9091167026789578]
+      velocities: [-0.09077421750065434, -0.1726869245228896, 0.24925525374958957, -0.15598229809441766, -0.01843726019003431, -0.18318582844563247]
+      accelerations: [0.03007368901940171, 0.006537969528142592, 1.3778626923244762e-14, 0.05677786639696019, 0.009090395730430382, 0.0009530684966401573]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 754148589
+    - 
+      positions: [-0.8623897979780735, -0.4042191840218156, -0.3899166997414457, -2.4284337715310538, -2.340654058484937, -0.9098548501554726]
+      velocities: [-0.09065316460176463, -0.17266060456287774, 0.24925525374958968, -0.15575363519573013, -0.01840071988715578, -0.18318195515519597]
+      accelerations: [0.03000900524053132, 0.006525526579546348, 4.820708045485018e-14, 0.05671534029121792, 0.009045811134247886, 0.0009693745788399667]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 758178132
+    - 
+      positions: [-0.8627549823871835, -0.4049151359507827, -0.3889119373196183, -2.4290611627820744, -2.340728159375961, -0.9105932593941526]
+      velocities: [-0.09053232650278376, -0.1726343247640323, 0.24925525374958987, -0.15552513828803827, -0.018364345293582947, -0.18317801477245638]
+      accelerations: [0.029944536546739717, 0.0065131341949148085, 4.130481729722186e-14, 0.056652857891355365, 0.009001363582771808, 0.0009856337008395633]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 762209190
+    - 
+      positions: [-0.8631198173849384, -0.4056112439217914, -0.38790679673378714, -2.4296878690689003, -2.3408021418068405, -0.9113319305240436]
+      velocities: [-0.09041170254177927, -0.17260808500870978, 0.24925525374958984, -0.15529680684163655, -0.018328136312760916, -0.1831740067396067]
+      accelerations: [0.029880244793752023, 0.0065007610122282955, -5.505235806841158e-14, 0.056590625327248636, 0.008956883800290614, 0.0010021907939897852]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 766241765
+    - 
+      positions: [-0.863484303671706, -0.40630750840635266, -0.38690127742107083, -2.430313890714464, -2.3408760063773935, -0.9120708636713012]
+      velocities: [-0.090291292083718, -0.1725818852000212, 0.24925525374958957, -0.15506864019106212, -0.018292092963781124, -0.183169930265413]
+      accelerations: [0.029816154370131596, 0.00648842801739605, -8.254741669740159e-14, 0.0565285033734477, 0.008912483651363818, 0.001018816417848579]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 770275860
+    - 
+      positions: [-0.8638484419462779, -0.4070039298773862, -0.3858953788157486, -2.4309392280411135, -2.3409497536873225, -0.9128100589625008]
+      velocities: [-0.0901710944434592, -0.17255572519756626, 0.24925525374958957, -0.1548406379626948, -0.018256215032272184, -0.18316578503797573]
+      accelerations: [0.029752265336662583, 0.0064761357281196445, 8.939262932725897e-14, 0.05646648606454181, 0.008868167035945925, 0.0010355019436704208]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 774311477
+    - 
+      positions: [-0.8642122329058488, -0.40770050880919295, -0.38488910034928425, -2.4315638813706824, -2.34102338433615, -0.9135495165247557]
+      velocities: [-0.09005110897522109, -0.17252960489243857, 0.24925525374958968, -0.1546127995778614, -0.018220502475507334, -0.18316157039680053]
+      accelerations: [0.02968855772489759, 0.0064638679399974955, -4.1242553257485895e-14, 0.056404680564353216, 0.008823844952359081, 0.001052428450792535]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 778348617
+    - 
+      positions: [-0.8645756772464999, -0.40839724567803704, -0.3838824414498641, -2.432187851023014, -2.3410968989247007, -0.9142892364830992]
+      velocities: [-0.08993133502814843, -0.17250352416969622, 0.24925525374958968, -0.1543851245005739, -0.01818495521994757, -0.18315728574685897]
+      accelerations: [0.02962505361219127, 0.006451643768635797, 3.435579849978012e-14, 0.05634295812766489, 0.008779621633300509, 0.001069382110838159]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 782387284
+    - 
+      positions: [-0.8649387756626358, -0.409094140961464, -0.3828754015429288, -2.4328111373177155, -2.3411702980533655, -0.9150292189635711]
+      velocities: [-0.08981177194059134, -0.1724774829038962, 0.24925525374958968, -0.15415761226815267, -0.01814957313702141, -0.18315293060805904]
+      accelerations: [0.029561735877580927, 0.00643944922930563, -2.7474234239172987e-14, 0.05628141071170515, 0.008735420116032462, 0.0010865194178556257]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 786427479
+    - 
+      positions: [-0.8653015288473977, -0.40979119513880186, -0.3818679800507761, -2.4334337405728874, -2.3412435823233837, -0.9157694640909504]
+      velocities: [-0.08969241906678924, -0.17245148098159097, 0.24925525374958968, -0.15393026234177642, -0.018114356164598652, -0.18314850436659524]
+      accelerations: [0.029498613373978914, 0.006427292287364774, 2.0597866325359222e-14, 0.05621998364907759, 0.008691284425595058, 0.001103749786992649]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 790469205
+    - 
+      positions: [-0.8656639374924293, -0.41048840869087616, -0.38086017639278147, -2.4340556611058655, -2.3413167523361094, -0.9165099719900636]
+      velocities: [-0.08957327575264945, -0.17242551828024566, 0.2492552537495897, -0.1537030742456756, -0.018079304193314674, -0.18314400650782361]
+      accelerations: [0.0294356809809055, 0.006415169401881965, 0.0, 0.056158699944996046, 0.008647193914386954, 0.001121114347878216]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 794512465
+    - 
+      positions: [-0.8660260022879874, -0.41118578210013795, -0.3798519899852941, -2.434676899232893, -2.341389808693356, -0.9172507427851825]
+      velocities: [-0.0894543413577325, -0.17239959468763186, 0.24925525374958957, -0.1534760474381988, -0.01804441717253398, -0.18313943639896924]
+      accelerations: [0.029372936671012394, 0.006403078939381855, -6.860743217685343e-14, 0.05609756874945022, 0.008603140162981596, 0.0011386300617952658]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 798557260
+    - 
+      positions: [-0.866387723922986, -0.4118833158507276, -0.37884342024158024, -2.435297455268991, -2.3414627519975375, -0.9179917765997803]
+      velocities: [-0.08933561523478088, -0.17237371008427066, 0.24925525374958968, -0.1532491814304885, -0.018009695012461614, -0.18313479348985495]
+      accelerations: [0.029310385451555086, 0.006391026043748646, 1.2344641351130228e-13, 0.05603655436494909, 0.00855915094761198, 0.0011562387634188093]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 802603593
+    - 
+      positions: [-0.8667491030848498, -0.4125810104282841, -0.3778344665719742, -2.4359173295284338, -2.341535582851205, -0.9187330735573643]
+      velocities: [-0.08921709674380582, -0.17234786435492658, 0.2492552537495899, -0.15302247570773966, -0.017975137649182377, -0.18313007717993485]
+      accelerations: [0.029248018335101402, 0.006379003400851397, -2.0566568752337968e-14, 0.055975704863730776, 0.0085151857051423, 0.001174023131344503]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 806651466
+    - 
+      positions: [-0.8671101404597303, -0.41327886632021504, -0.3768251283836582, -2.4365365223240807, -2.341608301857725, -0.9194746337802767]
+      velocities: [-0.0890987852339627, -0.17232205737411305, 0.24925525374958973, -0.1527959298268417, -0.01794074496349514, -0.18312528698354824]
+      accelerations: [0.029185849280708293, 0.006367023310923429, -6.167618734355652e-14, 0.05591493634743024, 0.00847131228622624, 0.0011918434119926038]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 810700882
+    - 
+      positions: [-0.8674708367321423, -0.4139768840152509, -0.3758154050810126, -2.437155033968523, -2.341680909620143, -0.9202164573917196]
+      velocities: [-0.08898068006354806, -0.17229628902229033, 0.24925525374958968, -0.15256954330898875, -0.01790651687014097, -0.18312042234820186]
+      accelerations: [0.029123859431952857, 0.006355070464285226, 4.79520610281285e-14, 0.055854349903490905, 0.008427446083828621, 0.001209871983869162]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 814751843
+    - 
+      positions: [-0.8678311925854205, -0.4146750640039995, -0.37480529606517377, -2.4377728647726804, -2.341753406742603, -0.9209585445132461]
+      velocities: [-0.08886278061331171, -0.1722705591972063, 0.2492552537495899, -0.15234331556117858, -0.017872453383445737, -0.18311548251938997]
+      accelerations: [0.02906205616931219, 0.006343151558221891, 5.478141669039005e-14, 0.05579390040304614, 0.008383622525439453, 0.001228035862445098]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 818804351
+    - 
+      positions: [-0.8681912087015264, -0.4153734067787132, -0.3737948007342095, -2.4383900150464193, -2.341825793829754, -0.9217008952658191]
+      velocities: [-0.08874508622589143, -0.1722448677631911, 0.2492552537495899, -0.15211724621911554, -0.01783855433181525, -0.18311046712626144]
+      accelerations: [0.02900045054018013, 0.006331276315309954, -5.476046122599741e-14, 0.05573351966562242, 0.008339897948527093, 0.0012462183061066686]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 822858410
+    - 
+      positions: [-0.8685508857607489, -0.4160719128329176, -0.37278391848342174, -2.439006485099472, -2.341898071485803, -0.9224435097715007]
+      velocities: [-0.08862759626664357, -0.17221921460209386, 0.24925525374958973, -0.1518913348040064, -0.017804819642662978, -0.1831053755971842]
+      accelerations: [0.028939019909040527, 0.0063194262950826705, -2.73697444795565e-14, 0.05567333194988392, 0.008296167166387916, 0.0012646347580782828]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 826914020
+    - 
+      positions: [-0.8689102244422683, -0.41677058266210454, -0.3717726487047795, -2.4396222752397274, -2.3419702403162845, -0.9231863881503197]
+      velocities: [-0.0885103101264687, -0.1721935996157573, 0.24925525374958957, -0.1516655807039032, -0.017771249359550604, -0.18310020712380248]
+      accelerations: [0.02887777392727054, 0.006307610001408044, -4.7878687301548584e-14, 0.055613278243068325, 0.008252478079862825, 0.0012831861659330932]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 830971186
+    - 
+      positions: [-0.8692692254238991, -0.4174694167634178, -0.37076099078716845, -2.4402373857740303, -2.3420423009272557, -0.9239295305217073]
+      velocities: [-0.08839322715002754, -0.17216802266579256, 0.24925525374958957, -0.15143998358357888, -0.017737843298988268, -0.1830949613666379]
+      accelerations: [0.028816725361642866, 0.006295838691399268, 3.418593348016711e-14, 0.05555328070771666, 0.00820889473524114, 0.0013017400433483356]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 835029908
+    - 
+      positions: [-0.8696278893817476, -0.418168415635228, -0.3697489441167351, -2.4408518170092415, -2.3421142539242177, -0.9246729370064195]
+      velocities: [-0.08827634670627826, -0.17214248363242632, 0.2492552537495898, -0.1512145429838797, -0.017704601385025713, -0.18308963776798462]
+      accelerations: [0.028755849096513672, 0.0062840918595839625, 8.884926413507722e-14, 0.05549347785438254, 0.008165300089660026, 0.0013205360659022092]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 839090190
+    - 
+      positions: [-0.8699862169908411, -0.4188675797779059, -0.36873650807625297, -2.441465569250326, -2.3421860999140884, -0.9254166077230465]
+      velocities: [-0.08815966819116233, -0.17211698241746176, 0.24925525374958987, -0.1509892583032238, -0.017671523665957305, -0.1830842355164079]
+      accelerations: [0.028695156571986142, 0.006272379305383513, -5.4655429663244355e-14, 0.05543380092692546, 0.008121749975669152, 0.001339459200944028]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 843152035
+    - 
+      positions: [-0.8703442089248251, -0.4195669096934567, -0.3677236820454157, -2.4420786428012913, -2.3422578395042635, -0.9261605427896833]
+      velocities: [-0.08804319096142961, -0.17209151888820412, 0.24925525374958954, -0.15076412917695364, -0.01763860999533272, -0.18307875420266131]
+      accelerations: [0.02863465527486641, 0.006260708146504922, -1.0926874349056149e-13, 0.05537420157360565, 0.008078284487949497, 0.0013584260159325145]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 847215444
+    - 
+      positions: [-0.8707018658557537, -0.4202664058852508, -0.36671046540105384, -2.44269103796584, -2.3423294733019384, -0.926904742325141]
+      velocities: [-0.08792691438627377, -0.17206609292052075, 0.24925525374958932, -0.15053915518488814, -0.01760586027708705, -0.18307319331700037]
+      accelerations: [0.028574331219930204, 0.006249066974593647, 0.0, 0.05531475509606633, 0.00803483872488188, 0.0013775690727745558]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 851280420
+    - 
+      positions: [-0.871059188454436, -0.4209660688584547, -0.36569685751678016, -2.4433027550463278, -2.342401001915206, -0.9276492064470105]
+      velocities: [-0.08781083785974281, -0.17204070441041608, 0.24925525374958957, -0.15031433577449133, -0.017573274531481303, -0.18306755211197331]
+      accelerations: [0.028514185786724867, 0.00623745721382479, 1.296564831894443e-13, 0.05525545091635136, 0.007991420353303257, 0.001396872413660015]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 855346965
+    - 
+      positions: [-0.8714161773903927, -0.4216658991199847, -0.3646828577630202, -2.443913794343901, -2.3424724259529284, -0.9283939352718945]
+      velocities: [-0.08769496075743805, -0.17201535323652412, 0.24925525374958973, -0.15008967051290423, -0.017540852682139757, -0.18306183004145235]
+      accelerations: [0.028454226298408002, 0.006225885912130599, -6.139247945599687e-14, 0.05519624031971111, 0.007948069266529613, 0.0014162525635525506]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 859415083
+    - 
+      positions: [-0.8717728333316469, -0.4223658971782343, -0.363668465507235, -2.4445241561591557, -2.3425437460240626, -0.9291389289166156]
+      velocities: [-0.08757928244193641, -0.17199003926491827, 0.24925525374958968, -0.14986515905730702, -0.017508594580078144, -0.1830560267109544]
+      accelerations: [0.028394451465555234, 0.006214352120916507, 3.4093727801502976e-14, 0.0551371273800161, 0.00790478126679071, 0.0014357181005321923]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 863484776
+    - 
+      positions: [-0.8721291569447474, -0.4230660635431106, -0.3626536801138883, -2.445133840792075, -2.3426149627377315, -0.929884187498093]
+      velocities: [-0.08746380231896281, -0.17196476239692612, 0.24925525374958976, -0.14964080082671494, -0.017476500282934487, -0.1830501413023967]
+      accelerations: [0.028334841004201194, 0.0062028393900994475, 1.3632204557707116e-14, 0.05507822466028277, 0.007861459029526948, 0.0014554682319025067]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 867556046
+    - 
+      positions: [-0.8724851488952836, -0.4237663987266758, -0.36163850094390887, -2.4457428485404713, -2.342686076704876, -0.9306297111304265]
+      velocities: [-0.08734851977094435, -0.1719395225127261, 0.24925525374958957, -0.1494165953881095, -0.017444569726745487, -0.18304417325026895]
+      accelerations: [0.02827542626998841, 0.006191374483200589, -1.0901530797794246e-13, 0.05501934651399988, 0.007818259623113518, 0.001475179311646394]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 871628895
+    - 
+      positions: [-0.8728408098470547, -0.4244669032421081, -0.3606229273555504, -2.4463511797025332, -2.3427570885355906, -0.9313754999296215]
+      velocities: [-0.08723343416048394, -0.17191431947426583, 0.24925525374958934, -0.14919254243686214, -0.017412802742425446, -0.18303812220820354]
+      accelerations: [0.028216185285508497, 0.006179939520432995, 6.810808957337999e-15, 0.05496061512622425, 0.007775077644653895, 0.0014950669425959535]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 875703327
+    - 
+      positions: [-0.8731961404626283, -0.4251675776043977, -0.35960695870380954, -2.446958834575134, -2.342827998840914, -0.9321215540104345]
+      velocities: [-0.08711854490004037, -0.1718891531840189, 0.24925525374958946, -0.14896864139246008, -0.01738119940032974, -0.1830319873383586]
+      accelerations: [0.02815711518231821, 0.006168532408293119, 4.765711223409561e-14, 0.054902043387346104, 0.007731900943835743, 0.0015151564684538035]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 879779344
+    - 
+      positions: [-0.8735511414034057, -0.42586842233043326, -0.3585905943403481, -2.4475658134536467, -2.3428988082330373, -0.9328678734859975]
+      velocities: [-0.0870038513687035, -0.17186402351513624, 0.2492552537495895, -0.14874489187948714, -0.01734975959991825, -0.18302576815689364]
+      accelerations: [0.028098234838779972, 0.006157169556434301, -2.0416519606598277e-14, 0.05484351735748532, 0.007688825561069062, 0.0015352484302603117]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 883856949
+    - 
+      positions: [-0.8739058133291127, -0.4265694379383598, -0.3575738336140258, -2.448172116633506, -2.3429695173236706, -0.933614458470734]
+      velocities: [-0.08688935295407266, -0.1718389303464019, 0.24925525374958962, -0.148521293487292, -0.01731848327485395, -0.18301946411210657]
+      accelerations: [0.028039520846350762, 0.006145831722203682, 7.483137066988085e-14, 0.05478516785508825, 0.00764573872090073, 0.0015555751502012583]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 887936144
+    - 
+      positions: [-0.8742601568983992, -0.4272706249483322, -0.3565566758702682, -2.4487777444083947, -2.3430401267259646, -0.9343613090769514]
+      velocities: [-0.0867750490569934, -0.17181387356629796, 0.2492552537495898, -0.14829784574103927, -0.017287370417712514, -0.18301307453265217]
+      accelerations: [0.02798098974930857, 0.006134533313136374, 6.800194907615383e-15, 0.05472689518770872, 0.00760272430037046, 0.0015759626578059063]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 892016931
+    - 
+      positions: [-0.8746141727683945, -0.42797198388195606, -0.35553912045152747, -2.449382697071613, -2.343110637053083, -0.9351084254173885]
+      velocities: [-0.08666093906806316, -0.17178885305349084, 0.24925525374958984, -0.14807454823662886, -0.01725642096544112, -0.18300659886409776]
+      accelerations: [0.027922629672930906, 0.006123264665274367, 6.797535608065211e-15, 0.05466876394967812, 0.007559725750328382, 0.0015965271559941958]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 896099314
+    - 
+      positions: [-0.8749678615950057, -0.428673515262666, -0.35452116669696393, -2.449986974915177, -2.3431810489191673, -0.9358558076035058]
+      velocities: [-0.08654702238322179, -0.17176386868958166, 0.24925525374958982, -0.14785140055353307, -0.017225634872236155, -0.18300003651819213]
+      accelerations: [0.027864449510939998, 0.006112033926703265, -1.3589747934470935e-14, 0.05461071724731734, 0.007516791168867405, 0.0016171686776567534]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 900183295
+    - 
+      positions: [-0.8753212240326688, -0.42937521961540603, -0.35350281394270955, -2.4505905782305972, -2.3432513629385183, -0.9366034557469495]
+      velocities: [-0.08643329839334145, -0.1717389203505054, 0.24925525374958968, -0.14762840231246285, -0.01719501206109381, -0.1829933869733381]
+      accelerations: [0.027806442496770056, 0.006100835652512786, -5.433767977796804e-14, 0.05455279139293914, 0.007473887774367029, 0.0016379541399958644]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 904268877
+    - 
+      positions: [-0.8756742607345168, -0.4300770974668481, -0.35248406152167977, -2.4511935073083686, -2.343321579726156, -0.937351369958565]
+      velocities: [-0.086319766505533, -0.1717140079245745, 0.2492552537495897, -0.14740555305184289, -0.017164552530734414, -0.18298664955409094]
+      accelerations: [0.027748607088906068, 0.006089669153051596, 6.789543609560597e-14, 0.054494989991526, 0.007431011298011883, 0.001658891569336181]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 908356063
+    - 
+      positions: [-0.8760269723524061, -0.4307791493454203, -0.3514649087635462, -2.451795762437912, -2.3433916998978943, -0.9380995503482742]
+      velocities: [-0.08620642611887344, -0.17168913129197003, 0.24925525374958962, -0.14718285237004286, -0.0171342562314687, -0.18297982368624]
+      accelerations: [0.027690948405088164, 0.006078539024519474, -1.0858999785780442e-13, 0.05443727972040275, 0.007388189735011551, 0.0016799229938925446]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 912444854
+    - 
+      positions: [-0.8763793595367693, -0.4314813757811254, -0.35044535499488566, -2.452397343908028, -2.3434617240698645, -0.9388479970259248]
+      velocities: [-0.08609327663558908, -0.17166429033426372, 0.2492552537495895, -0.14696029985912507, -0.017104123123447, -0.1829729087774567]
+      accelerations: [0.02763345943507245, 0.0060674399185106686, 6.105783355896748e-14, 0.05437969660721753, 0.007345390317699095, 0.0017011148367602543]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 916535254
+    - 
+      positions: [-0.8767314229367875, -0.43218377730575674, -0.3494253995389936, -2.4529982520063904, -2.3435316528590766, -0.9395967101003088]
+      velocities: [-0.08598031745968443, -0.17163948493276726, 0.24925525374958962, -0.14673789511445318, -0.01707415316850953, -0.1829659042349335]
+      accelerations: [0.027576145964269622, 0.006056377235041445, -1.3563060368897094e-14, 0.054322202656195, 0.007302645007980573, 0.0017224005406136075]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 920627266
+    - 
+      positions: [-0.8770831632002233, -0.43288635445268375, -0.34840504171606124, -2.4535984870200616, -2.3436014868828736, -0.9403456896801364]
+      velocities: [-0.08586754799333879, -0.17161471496628233, 0.24925525374958957, -0.14651563775308535, -0.017044346312997886, -0.18295880949880794]
+      accelerations: [0.027519002749855002, 0.006045346728935339, -6.778854220201248e-15, 0.054264824885651666, 0.0072599294617671966, 0.0017438301484477814]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 924720892
+    - 
+      positions: [-0.8774345809735494, -0.43358910775702264, -0.34738428084302786, -2.454198049235114, -2.3436712267593505, -0.9410949358732986]
+      velocities: [-0.08575496764520357, -0.17158998031785905, 0.24925525374958946, -0.14629352736681986, -0.017014702529409738, -0.182951623956837]
+      accelerations: [0.027462031519967102, 0.006034350494526038, -4.743323076014496e-14, 0.05420754826841074, 0.007217255268390483, 0.001765378835633535]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 928816136
+    - 
+      positions: [-0.8777856769018894, -0.4342920377555563, -0.34636311623364324, -2.4547969389368305, -2.3437408731071567, -0.9418444487872275]
+      velocities: [-0.08564257583037248, -0.17156528087418677, 0.2492552537495895, -0.1460715635225076, -0.016985221816806284, -0.18294434694509795]
+      accelerations: [0.027405227052487637, 0.006023384589239955, 6.773494979125407e-14, 0.05415039963107555, 0.007174597919380338, 0.0017870962320905384]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 932912999
+    - 
+      positions: [-0.8781364516291439, -0.43499514498689595, -0.34534154719832594, -2.4553951564093213, -2.343810426545919, -0.9425942285281584]
+      velocities: [-0.08553037194963643, -0.17154061650858302, 0.24925525374958973, -0.14584974588419242, -0.016955904092733266, -0.18293697796988453]
+      accelerations: [0.027348601201574188, 0.00601245940801842, 4.7395681734690136e-14, 0.05409330435771053, 0.007132021742043092, 0.0018088492412839776]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 937011484
+    - 
+      positions: [-0.8784869057976586, -0.4356984299910557, -0.34431957304452476, -2.4559927019365517, -2.343879887695137, -0.9433442752030906]
+      velocities: [-0.0854183554116118, -0.17151598710004617, 0.24925525374958968, -0.1456280740811311, -0.016926749309055446, -0.18292951646772065]
+      accelerations: [0.027292137951010365, 0.006001561712132466, -8.121751082145695e-14, 0.05403635367985418, 0.007089445709225332, 0.0018308045916496079]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 941111595
+    - 
+      positions: [-0.8788370400486462, -0.4364018933099984, -0.3432971930762456, -2.4565895758010723, -2.3439492571755793, -0.9440945889173249]
+      velocities: [-0.08530652565026338, -0.17149139254751966, 0.24925525374958957, -0.14540654760457, -0.016897757543249972, -0.18292196161758872]
+      accelerations: [0.02723584060169772, 0.005990694936392732, 3.3827188206631494e-14, 0.05397952333054464, 0.007046889610610651, 0.0018529207891053237]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 945213334
+    - 
+      positions: [-0.8791868550220838, -0.43710553548750186, -0.3422744065941595, -2.4571857782843467, -2.3440185356089436, -0.9448451697750704]
+      velocities: [-0.08519488206476228, -0.1714668327189365, 0.24925525374958954, -0.14518516616525662, -0.016868928684058156, -0.1829143129915839]
+      accelerations: [0.02717972247523155, 0.005979870695789715, -5.410197506243831e-14, 0.05392273017605582, 0.007004425741830556, 0.0018750472104629992]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 949316703
+    - 
+      positions: [-0.8795363513563363, -0.4378093570686714, -0.3412512128960233, -2.457781309667892, -2.344087723616614, -0.9455960178816623]
+      velocities: [-0.08508342406695932, -0.1714423074918169, 0.24925525374958968, -0.14496392941109365, -0.016840262679213625, -0.1829065700409898]
+      accelerations: [0.02712376372982171, 0.00596907262980539, 1.2168096504293798e-13, 0.05386608764095582, 0.006961953097381592, 0.0018973929618159061]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 953421707
+    - 
+      positions: [-0.879885529688686, -0.43851335860062696, -0.3402276112760788, -2.458376170231705, -2.344156821821404, -0.9463471333404734]
+      velocities: [-0.08497215108277309, -0.1714178167544937, 0.2492552537495898, -0.14474283691758438, -0.016811759544015845, -0.18289873207908358]
+      accelerations: [0.027067977003278194, 0.005958311752046057, -6.081622038057385e-14, 0.05380951726433416, 0.006919539774465902, 0.0019198158405692777]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 957528347
+    - 
+      positions: [-0.8802343906549751, -0.43921754063204255, -0.3392036010254492, -2.4589703602553388, -2.3442258308463826, -0.9470985162550092]
+      velocities: [-0.08486106253188203, -0.17139336038836317, 0.24925525374958973, -0.14452188831042212, -0.01678341925389669, -0.1828907985041951]
+      accelerations: [0.027012352361302942, 0.005947580360083882, 2.0263978468756057e-14, 0.05375307266939244, 0.006877137178275845, 0.001942416136267898]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 961636627
+    - 
+      positions: [-0.8805829348898627, -0.4399219037134739, -0.33817918143184866, -2.4595638800171518, -2.3442947513157155, -0.94785016672742]
+      velocities: [-0.08475015783860199, -0.17136893827760258, 0.2492552537495897, -0.14430108319978027, -0.01675524180209797, -0.18288276867897285]
+      accelerations: [0.026956897136794108, 0.005936884727054308, -2.700783443597244e-14, 0.05369670745907406, 0.006834785267517673, 0.0019651105488744393]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 965746548
+    - 
+      positions: [-0.8809311630266151, -0.44062644839709514, -0.3371543517798081, -2.460156729794946, -2.344363583853978, -0.9486020848597312]
+      velocities: [-0.08463943641934077, -0.17134455029842643, 0.24925525374958962, -0.1440804212545801, -0.016727227133663945, -0.18287464206849557]
+      accelerations: [0.0269016075086024, 0.005926222383611052, -6.749255165707946e-15, 0.053640439088261035, 0.006792467599313603, 0.00198793209749339]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 969858115
+    - 
+      positions: [-0.8812790756971939, -0.4413311752368054, -0.33612911135057805, -2.4607489098657136, -2.3444323290864397, -0.9493542707533486]
+      velocities: [-0.08452889769995928, -0.1713201963337191, 0.24925525374958965, -0.1438599021001488, -0.01669937523614557, -0.18286641805119977]
+      accelerations: [0.026846482359625674, 0.005915592479787889, 1.3493098293556753e-14, 0.053584270984874324, 0.006750179977983896, 0.0020108895230136438]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 973971330
+    - 
+      positions: [-0.8816266735322776, -0.4420360847882654, -0.33510345942209274, -2.4613404205055867, -2.34450098763914, -0.9501067245089264]
+      velocities: [-0.0844185411092103, -0.17129587626767534, 0.24925525374958968, -0.14363952535548458, -0.01667168610687029, -0.1828580959871231]
+      accelerations: [0.026791521063767653, 0.005904995156096849, 6.743840539185551e-15, 0.05352820245195804, 0.006707921903887648, 0.0020339826036484747]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 978086196
+    - 
+      positions: [-0.881973957161265, -0.44274117760889675, -0.3340773952689653, -2.4619312619898355, -2.344569560138898, -0.9508594462263653]
+      velocities: [-0.08430836607756524, -0.17127158998425368, 0.2492552537495898, -0.1434192906427239, -0.016644159744717953, -0.1828496752354507]
+      accelerations: [0.026736723076220846, 0.005894430315251828, 4.718790530950796e-14, 0.053472232311966364, 0.006665693185869406, 0.0020572115381786104]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 982202716
+    - 
+      positions: [-0.8823209272122778, -0.4434464542578878, -0.3330509181624781, -2.46252143459288, -2.3446380472133193, -0.9516124360048054]
+      velocities: [-0.08419837201685942, -0.17124733735091938, 0.24925525374958976, -0.143199197707511, -0.0166167960414058, -0.18284115537873147]
+      accelerations: [0.026682097659783636, 0.005883905992063219, -6.738415507059458e-14, 0.053416301432807574, 0.006623546114277233, 0.00208046723433895]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 986320892
+    - 
+      positions: [-0.8826675843118904, -0.4441519152958434, -0.33202402737089143, -2.463110938589102, -2.3447064494898897, -0.9523656939442412]
+      velocities: [-0.08408855837426407, -0.1712231182634673, 0.24925525374958973, -0.1429792460943209, -0.016589595073116276, -0.18283253561935625]
+      accelerations: [0.02662761806060092, 0.005873400323795698, 4.714989339824841e-14, 0.053360566289555246, 0.006581338891167319, 0.002104042944854373]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 990440728
+    - 
+      positions: [-0.8830139290858633, -0.44485756128574167, -0.33099672215858744, -2.463699774250666, -2.3447747675984396, -0.9531192201411641]
+      velocities: [-0.08397892457860463, -0.17119893260080732, 0.24925525374958984, -0.14275943547101394, -0.016562556809265806, -0.18282381538299566]
+      accelerations: [0.02657331959629108, 0.0058629432913543155, 1.3465959933601481e-14, 0.05330481021273187, 0.006539265167462247, 0.0021275366752920464]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 994562227
+    - 
+      positions: [-0.8833599621581443, -0.4455633927916287, -0.3299690017872265, -2.4642879418505204, -2.344843002167782, -0.9538730146945279]
+      velocities: [-0.08386947005689821, -0.17117478023946786, 0.2492552537495899, -0.14253976552718894, -0.016535681203718816, -0.18281499412863894]
+      accelerations: [0.02651916750839567, 0.005852506006806535, 2.019077467295635e-14, 0.053249238928559074, 0.006497138962897797, 0.0021513336970164294]
+      effort: []
+      time_from_start: 
+        secs: 12
+        nsecs: 998685391
+    - 
+      positions: [-0.8837056841518294, -0.4462694103798811, -0.3289408655146205, -2.4648754416595344, -2.344911153828948, -0.9546270777000213]
+      velocities: [-0.08376019425311675, -0.1711506610687067, 0.24925525374958976, -0.14232023586267933, -0.01650896829520633, -0.18280607114195432]
+      accelerations: [0.026465187986620346, 0.005842111099818928, -9.418547342694656e-14, 0.053193690004185605, 0.006455105083015904, 0.002175132530923932]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:   2810224
+    - 
+      positions: [-0.8840510956884152, -0.4469756146182212, -0.3279123125956034, -2.465462273948746, -2.34497922321267, -0.9553814092545438]
+      velocities: [-0.08365109659308637, -0.1711265749611547, 0.24925525374958962, -0.14210084620024224, -0.01648241801528455, -0.1827970459330343]
+      accelerations: [0.026411363320411475, 0.005831743938659778, 2.6899226921201342e-14, 0.05313826588548202, 0.006413070806898541, 0.0021991252970458737]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:   6936729
+    - 
+      positions: [-0.8843961973882819, -0.4476820060763534, -0.32688334228146415, -2.4660484389879294, -2.345047210950998, -0.9561360094533442]
+      velocities: [-0.08354217652345164, -0.17110252180625807, 0.24925525374958968, -0.14188159614563917, -0.01645603040487617, -0.18278791778530862]
+      accelerations: [0.026357700794181087, 0.005821410926204905, 0.0, 0.05308292055501439, 0.006371075872787703, 0.002223229387343327]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  11064908
+    - 
+      positions: [-0.884740989870483, -0.4483885853256962, -0.3258539538201749, -2.466633937046234, -2.3451151176766105, -0.9568908783912483]
+      velocities: [-0.08343343347881496, -0.17107850148165113, 0.2492552537495899, -0.14166248539081427, -0.016429805431715995, -0.18277868613714038]
+      accelerations: [0.026304198633158627, 0.005811111312990796, 1.0079016709430953e-13, 0.05302765792940312, 0.006329116088895114, 0.002247451869896257]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  15194764
+    - 
+      positions: [-0.8850854737527738, -0.4490953529394077, -0.3248241464563696, -2.4672187683921147, -2.3451829440228886, -0.957646016162545]
+      velocities: [-0.08332486689851881, -0.17105451386785525, 0.24925525374959007, -0.1414435136116074, -0.016403743081039285, -0.18276935039230519]
+      accelerations: [0.026250855988622812, 0.005800844376117071, -2.0149827829309433e-14, 0.052972481589408836, 0.006287187227603694, 0.0022718020189487617]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  19326302
+    - 
+      positions: [-0.8854296496516305, -0.4498023094924243, -0.3237939194313024, -2.4678029332932825, -2.3452506906239936, -0.9584014228608482]
+      velocities: [-0.08321647622615687, -0.17103055884779472, 0.24925525374958982, -0.14122468046870185, -0.016377843356196218, -0.18275990991819102]
+      accelerations: [0.02619767132531439, 0.005790609602342925, -9.399419891475931e-14, 0.05291739497800516, 0.006245284813930034, 0.0022962877459991775]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  23459522
+    - 
+      positions: [-0.8857735181822763, -0.45050945556148575, -0.3227632719828207, -2.4683864320166444, -2.345318358114947, -0.9591570985789716]
+      velocities: [-0.08310826091431253, -0.17100663631066773, 0.24925525374958968, -0.1410059855801612, -0.016352106303558225, -0.18275036399476643]
+      accelerations: [0.026144641503929512, 0.005780404398336286, 2.6844522734638266e-14, 0.052862414940797284, 0.006203392590118141, 0.002320942972987517]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  27594430
+    - 
+      positions: [-0.8861170799587631, -0.45121679172525425, -0.32173220334525326, -2.4689692648280652, -2.3453859471319176, -0.9599130434084191]
+      velocities: [-0.08300022039442848, -0.17098274612692088, 0.24925525374958968, -0.1407874287035706, -0.016326531845502625, -0.1827407121614737]
+      accelerations: [0.02609177956373724, 0.005770240352753364, -3.35419363116454e-14, 0.052807456853945924, 0.006161586845371216, 0.0023456078674678267]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  31731027
+    - 
+      positions: [-0.8864603355935836, -0.45192431856379395, -0.32070071274987694, -2.469551431993537, -2.3454534583108897, -0.9606692574417673]
+      velocities: [-0.08289235411173557, -0.17095888817709826, 0.2492552537495896, -0.14056900952655993, -0.016301119972393488, -0.18273095381860077]
+      accelerations: [0.02603906548021372, 0.005760100924008626, 0.0, 0.05275263885431112, 0.006119758499132425, 0.002370509090408926]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  35869318
+    - 
+      positions: [-0.8868032856982313, -0.4526320366593174, -0.3196687994242378, -2.4701329337775273, -2.3455208922895743, -0.9614257407692743]
+      velocities: [-0.08278466152896263, -0.17093506235539702, 0.2492552537495896, -0.14035072763915438, -0.016275870767781354, -0.18272108817355154]
+      accelerations: [0.025986510492358963, 0.005749995978667769, 0.0, 0.05269788968843583, 0.0060779716464529395, 0.0023955128069367173]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  40009304
+    - 
+      positions: [-0.8871459308828709, -0.4533399465957516, -0.3186364625925347, -2.4707137704439672, -2.3455882497062905, -0.9621824934808779]
+      velocities: [-0.08267714208643065, -0.1709112685360982, 0.24925525374958965, -0.14013258278026045, -0.01625078418288989, -0.18271111471114265]
+      accelerations: [0.025934113870243997, 0.005739925204158651, 2.6800561388076983e-14, 0.05264320833930478, 0.006036226229443913, 0.002420618319177965]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  44150989
+    - 
+      positions: [-0.8874882717563413, -0.4540480489587404, -0.3176037014756203, -2.471293942256255, -2.3456555311999683, -0.9629395156661975]
+      velocities: [-0.08256979523350977, -0.17088750659978524, 0.24925525374958968, -0.1399145746459658, -0.016225860211752537, -0.18270103282868222]
+      accelerations: [0.025881871652789556, 0.005729885794823797, -6.697385782712489e-15, 0.052588616221750296, 0.00599450169289945, 0.002445868176019229]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  48294377
+    - 
+      positions: [-0.8878303089262619, -0.45475634433578815, -0.31657051529085856, -2.4718734494769548, -2.345722737410512, -0.9636968074138984]
+      velocities: [-0.08246262042823929, -0.1708637764331572, 0.2492552537495897, -0.13969670288974553, -0.016201098891603826, -0.18269084183528905]
+      accelerations: [0.02582978329605825, 0.00571987753156447, 1.3389256801922028e-14, 0.052534112188406694, 0.005952797815556264, 0.0024712619549052584]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  52439470
+    - 
+      positions: [-0.8881720429990333, -0.45546483331626253, -0.31553690325212325, -2.4724522923678025, -2.345789868978808, -0.9644543688116887]
+      velocities: [-0.0823556171197993, -0.17084007791445638, 0.24925525374958984, -0.13947896723153255, -0.0161765002023432, -0.18268054116136145]
+      accelerations: [0.025777853300229296, 0.005709904641468199, 4.68430773261723e-14, 0.05247966501891023, 0.0059111425642128365, 0.0024967411101287757]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  56586271
+    - 
+      positions: [-0.8885134745796968, -0.4561735164912083, -0.3145028645699603, -2.4730304711901376, -2.3458569265462343, -0.9652121999471959]
+      velocities: [-0.08224878476048342, -0.1708164109229409, 0.24925525374958973, -0.13926136738473333, -0.01615206413345764, -0.18267013021922446]
+      accelerations: [0.025726075347427654, 0.005699962335265312, -9.364747190133217e-14, 0.05242530878902888, 0.005869503427925903, 0.002522372458796774]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  60734784
+    - 
+      positions: [-0.8888546042721018, -0.45688239445356804, -0.31346839845138286, -2.473607986204418, -2.345923910755237, -0.965970300906958]
+      velocities: [-0.08214212281671446, -0.17079277534920229, 0.2492552537495899, -0.1390439029844996, -0.016127790750798572, -0.18265960826261698]
+      accelerations: [0.02567444862541713, 0.005690049865333867, 1.8053115912686897e-13, 0.05237104685283769, 0.005827876182826939, 0.002548165190343408]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  64885012
+    - 
+      positions: [-0.889195432678925, -0.45759146779822196, -0.31243350409982895, -2.4741848376701707, -2.3459908222494072, -0.9667286717762841]
+      velocities: [-0.08203563073174094, -0.1707691710628457, 0.2492552537495899, -0.13882657382210128, -0.01610367997934769, -0.182648974841636]
+      accelerations: [0.025622984797873172, 0.005680178018969674, -1.938235430818168e-13, 0.05231680034204456, 0.005786333012155002, 0.002573966868823038]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  69036958
+    - 
+      positions: [-0.8895359604013083, -0.45830073712148534, -0.3113981807156204, -2.474761025847082, -2.346057661672211, -0.9674873126415345]
+      velocities: [-0.08192930797944059, -0.17074559795802702, 0.2492552537495896, -0.13860937951128288, -0.016079731912695842, -0.1826382291564217]
+      accelerations: [0.025571657137208128, 0.005670324114668725, 5.344639036009265e-14, 0.05226273331654078, 0.0057447206278135555, 0.0026000979893817887]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  73190626
+    - 
+      positions: [-0.8898761880396363, -0.4590102030221737, -0.3103624274949759, -2.4753365509927026, -2.3461244296696977, -0.9682462235853067]
+      velocities: [-0.08182315402029718, -0.17072205591667736, 0.24925525374958968, -0.1383923197588195, -0.01605594656184377, -0.18262737058020764]
+      accelerations: [0.025520498496567227, 0.005660516641229231, -6.678024246174476e-15, 0.052208636668539685, 0.005703232131897437, 0.0026261543379992912]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  77346017
+    - 
+      positions: [-0.8902161161925572, -0.4597198661002711, -0.30932624363123423, -2.4759114133653624, -2.346191126887094, -0.9690054046925008]
+      velocities: [-0.08171716829323669, -0.17069854480123292, 0.24925525374958973, -0.13817539441805338, -0.016032323804894943, -0.18261639876605304]
+      accelerations: [0.02546948609751211, 0.005650736427366986, 2.0025740380322863e-14, 0.052154648643377405, 0.005661738514323154, 0.002652404908832321]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  81503137
+    - 
+      positions: [-0.8905557454576398, -0.46042972695782586, -0.30828962831402656, -2.47648561322223, -2.346257753971084, -0.9697648560462749]
+      velocities: [-0.08161135028469219, -0.17067506451332748, 0.2492552537495898, -0.13795860305716567, -0.01600886378931831, -0.1826053128059141]
+      accelerations: [0.025418619541235362, 0.005640983705886352, 6.672466423021037e-15, 0.052100767960716686, 0.005620239227776738, 0.0026788503098034945]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  85661987
+    - 
+      positions: [-0.8908950764313756, -0.4611397861989549, -0.30725258072926126, -2.4770591508193283, -2.346324311569825, -0.97052457772803]
+      velocities: [-0.08150569946353327, -0.17065161493849243, 0.24925525374958993, -0.13774194536460593, -0.015985566555088128, -0.18259411201782322]
+      accelerations: [0.02536790736364755, 0.005631265920840024, 6.669683122216348e-14, 0.05204693771739975, 0.005578786650156024, 0.0027053806528904226]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  89822572
+    - 
+      positions: [-0.8912341097089137, -0.46185004442948635, -0.3062151000594547, -2.477632026412319, -2.346390800332024, -0.971284569819057]
+      velocities: [-0.08140021527030197, -0.17062819593699435, 0.24925525374958996, -0.13752542121945238, -0.015962431966845547, -0.18258279608789496]
+      accelerations: [0.025317354337547598, 0.005621587699177109, -4.666827816072472e-14, 0.05199312292765079, 0.005537412762732268, 0.002731928461185111]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  93984894
+    - 
+      positions: [-0.8915728458839046, -0.4625605022567408, -0.30517718548393025, -2.4782042402569884, -2.346457220906371, -0.9720448324015513]
+      velocities: [-0.08129489719521382, -0.17060480741027526, 0.24925525374958984, -0.13730903019875573, -0.01593946017570742, -0.18257136410487176]
+      accelerations: [0.0252669315143031, 0.005611924557935901, -1.3328215365843588e-14, 0.051939503415692506, 0.005495948033393153, 0.0027588477691421376]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs:  98148957
+    - 
+      positions: [-0.8919112855493528, -0.46327116029070925, -0.3041388361777143, -2.4787757926067253, -2.3465235739445514, -0.9728053655532733]
+      velocities: [-0.08118974470125515, -0.1705814492356787, 0.2492552537495898, -0.13709277206141657, -0.01591665116628021, -0.18255981550716183]
+      accelerations: [0.025216680601271736, 0.005602312475391955, -1.3322631037200276e-14, 0.05188581177361989, 0.0054546420216443564, 0.002785616217608453]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 102314764
+    - 
+      positions: [-0.8922494292963604, -0.4639820191423273, -0.3031000513131431, -2.4793466837162574, -2.3465898600968194, -0.9735661693554185]
+      velocities: [-0.08108475724594741, -0.1705581212843762, 0.24925525374958973, -0.1368766466142774, -0.015894004882388152, -0.1825481498203727]
+      accelerations: [0.025166562223012903, 0.005592718375174765, -1.9975561126510675e-14, 0.05183229205004651, 0.005413264915203969, 0.0028127136856923394]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 106482319
+    - 
+      positions: [-0.892587277715288, -0.46469307942506866, -0.3020608300583694, -2.479916913838226, -2.346656080016083, -0.9743272438853733]
+      velocities: [-0.08097993432903265, -0.1705348234626406, 0.24925525374958965, -0.13666065340750966, -0.01587152151245158, -0.18253636605996534]
+      accelerations: [0.025116595171142744, 0.005583158405435832, -1.3311444479150379e-14, 0.05177882316567266, 0.005371929172691511, 0.0028399047869051095]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 110651624
+    - 
+      positions: [-0.8929248313951865, -0.4654043417541738, -0.3010211715780774, -2.4804864832248796, -2.34672223435591, -0.9750885892202644]
+      velocities: [-0.0808752753965553, -0.1705115556298155, 0.24925525374958954, -0.1364447923419156, -0.015849200918505266, -0.18252446392550417]
+      accelerations: [0.025066786114449853, 0.00557363886431756, -3.9917526600268e-14, 0.051725357679221665, 0.005330679048866256, 0.002867096172185732]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 114822683
+    - 
+      positions: [-0.8932620909235788, -0.4661158067463409, -0.29998107503377036, -2.481055392128728, -2.346788323769742, -0.9758502054383633]
+      velocities: [-0.08077077992968948, -0.17048831767419598, 0.2492552537495896, -0.1362290631071033, -0.01582704316506772, -0.1825124426942516]
+      accelerations: [0.025017111235552354, 0.005564139497691625, 6.650116944141245e-14, 0.051672044057135075, 0.005289373282324957, 0.0028945832461571555]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 118995500
+    - 
+      positions: [-0.8935990568871683, -0.4668274750207161, -0.29894053958283573, -2.4816236408004593, -2.3468543489134137, -0.9766120926146187]
+      velocities: [-0.08066644740687201, -0.17046510948055005, 0.2492552537495897, -0.13601346542194692, -0.015805048292824118, -0.1825003016953902]
+      accelerations: [0.02496759535003249, 0.0055546821712211, -1.3294619518724238e-14, 0.051618719578853646, 0.005248164615873181, 0.0029220453331332483]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 123170078
+    - 
+      positions: [-0.8939357298710756, -0.4675393471978294, -0.2978995643795404, -2.482191229491212, -2.3469203104424357, -0.9773742508254992]
+      velocities: [-0.08056227730626442, -0.17044193093205967, 0.24925525374958968, -0.13579799901754563, -0.015783216335636494, -0.18248804027403354]
+      accelerations: [0.02491821348126072, 0.005545245716585595, 0.0, 0.05156554076514751, 0.005206903749442588, 0.0029497948499228113]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 127346420
+    - 
+      positions: [-0.8942721104595855, -0.46825142390064073, -0.2968581485740379, -2.4827581584503777, -2.34698620901466, -0.9781366801442641]
+      velocities: [-0.08045826910181017, -0.1704187819077245, 0.2492552537495896, -0.135582663662495, -0.015761547294161737, -0.18247565784557784]
+      accelerations: [0.024868992312049937, 0.005535853222906395, -3.9850117523176705e-14, 0.051512332949233276, 0.005165755919792421, 0.0029774853881235287]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 131524530
+    - 
+      positions: [-0.8946081992353226, -0.4689637057533934, -0.29581629131345244, -2.4833244279280415, -2.347052045287334, -0.9788993806462002]
+      velocities: [-0.08035442227706463, -0.17039566229336572, 0.24925525374958968, -0.135367459075658, -0.015740041220843225, -0.18246315371838853]
+      accelerations: [0.024819900267642997, 0.005526478272904189, 7.966643890236387e-14, 0.05145929426999158, 0.0051245312750354795, 0.003005513965054707]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 135704411
+    - 
+      positions: [-0.8949439967802018, -0.4696761933829385, -0.29477399174061353, -2.4838900381721984, -2.347117819920497, -0.9796623524026049]
+      velocities: [-0.08025073631565004, -0.17037257197371153, 0.2492552537495897, -0.13515238498674753, -0.015718698161174244, -0.1824505272180078]
+      accelerations: [0.02477096857652133, 0.00551714772454875, -6.636050484835133e-14, 0.05140622120605493, 0.005083423030436103, 0.003033475005402951]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 139886066
+    - 
+      positions: [-0.8952795036744625, -0.4703888874173923, -0.2937312489953299, -2.4844549894316024, -2.3471835335735287, -0.9804255954869276]
+      velocities: [-0.08014721068324113, -0.1703495108170873, 0.24925525374958957, -0.13493744125204207, -0.015697518043575616, -0.18243777791622612]
+      accelerations: [0.024722174305848953, 0.005507842500920887, 0.0, 0.05135325643569576, 0.005042294128216599, 0.003061655709159505]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 144069500
+    - 
+      positions: [-0.8956147204973575, -0.47110178848709605, -0.2926880622134705, -2.485019281953758, -2.347249186907604, -0.9811891099704108]
+      velocities: [-0.08004384488356389, -0.17032647872351944, 0.24925525374958973, -0.13472262749253142, -0.01567650102502171, -0.18242490490621194]
+      accelerations: [0.024673521887665962, 0.0054985664435709, 7.293442590557424e-14, 0.051300369562771786, 0.005001172417886984, 0.0030899973155409993]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 148254714
+    - 
+      positions: [-0.8959496478270101, -0.4718148972244291, -0.291644430527136, -2.4855829159853435, -2.347314780585202, -0.9819528959229771]
+      velocities: [-0.07994063839305476, -0.17030347556850756, 0.24925525374958957, -0.13450794351671114, -0.015655647086791447, -0.18241190765221663]
+      accelerations: [0.024625019634468368, 0.005489327363283076, -1.4580661972092074e-13, 0.05124750108398068, 0.004960114154093419, 0.0031183806952884826]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 152441714
+    - 
+      positions: [-0.8962842862401394, -0.47252821426341257, -0.29060035306503557, -2.4861458917730364, -2.3473803152690977, -0.98271695341503]
+      velocities: [-0.07983759069662175, -0.1702805012333574, 0.24925525374958954, -0.1342933890918403, -0.01563495625329797, -0.18239878552952093]
+      accelerations: [0.024576654891777735, 0.005480114604560357, 1.3249483530516863e-13, 0.0511947299476839, 0.0049190425958387, 0.0031469669760037355]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 156630502
+    - 
+      positions: [-0.8966186363124428, -0.47324174024025645, -0.2895558289519561, -2.486708209562402, -2.347445791623745, -0.9834812825150049]
+      velocities: [-0.07973470128116915, -0.17025755560070546, 0.2492552537495899, -0.1340789639787846, -0.015614428558533022, -0.18238553789350254]
+      accelerations: [0.024528439057762905, 0.005470938110039355, 3.3109533837757085e-14, 0.05114198004654949, 0.004878029987763477, 0.003175604117831863]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 160821082
+    - 
+      positions: [-0.8969526986182341, -0.4739554757928572, -0.28851085730923903, -2.4872698695989577, -2.3475112103139817, -0.984245883291676]
+      velocities: [-0.07963196963391574, -0.1702346385519186, 0.24925525374958984, -0.13386466795008672, -0.015594064029167075, -0.18237216411758211]
+      accelerations: [0.024480360291974052, 0.005461788474381179, -5.957161756592857e-14, 0.05108932163902323, 0.004837007721444341, 0.0032044349983689634]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 165013458
+    - 
+      positions: [-0.8972864737307913, -0.4746694215612768, -0.2874654372543176, -2.487830872127176, -2.3475765720062687, -0.9850107558119733]
+      velocities: [-0.07952939525025328, -0.17021174997428906, 0.2492552537495898, -0.13365050073711449, -0.015573862735095069, -0.182358663485514]
+      accelerations: [0.024432426235055028, 0.005452672200285779, 4.631359113758137e-14, 0.05103670388484664, 0.004796023878005129, 0.003233359067810622]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 169207633
+    - 
+      positions: [-0.897619962222115, -0.47538357818741833, -0.28641956790102124, -2.4883912173911984, -2.3476418773678276, -0.9857759001425141]
+      velocities: [-0.07942697761692892, -0.17018888974700958, 0.24925525374958976, -0.13343646213500043, -0.01555382468819021, -0.18234503540341945]
+      accelerations: [0.024384633076476314, 0.005443586577775964, -6.613382816405193e-14, 0.05098414695004311, 0.004755058183501408, 0.00326241798127785]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 173403610
+    - 
+      positions: [-0.8979531646630315, -0.4760979463151662, -0.2853732483594367, -2.4889509056345425, -2.3477071270670105, -0.9865413163489599]
+      velocities: [-0.07932471622779386, -0.17016605775389654, 0.24925525374958968, -0.1332225519066755, -0.015533949935346333, -0.18233127920684017]
+      accelerations: [0.02433698094409829, 0.005434532038481986, 2.6442140557167672e-14, 0.05093164579189282, 0.004714114323284463, 0.00329160325723512]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 177601393
+    - 
+      positions: [-0.8982860816231759, -0.47681252659036527, -0.2843264777359244, -2.489509937100168, -2.3477723217732374, -0.9873070044961407]
+      velocities: [-0.07922261057247465, -0.17014325387433665, 0.24925525374958973, -0.1330087698524223, -0.015514238490512207, -0.18231739430070665]
+      accelerations: [0.024289471428813717, 0.005425510188197889, 6.6076842621147674e-15, 0.050879187422905946, 0.004673204423833727, 0.0033208898262426134]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 181800986
+    - 
+      positions: [-0.8986187136709339, -0.4775273196607446, -0.2832792551331849, -2.4900683120306573, -2.347837462156782, -0.9880729646484364]
+      velocities: [-0.07912066015095044, -0.17012047799566196, 0.2492552537495899, -0.13279511571433425, -0.015494690427972592, -0.1823033799646597]
+      accelerations: [0.024242097716906462, 0.005416515565517441, 6.60483017236863e-14, 0.050826812296414434, 0.0046322877524268245, 0.0033503619082321016]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 186002392
+    - 
+      positions: [-0.8989510613736418, -0.4782423261762018, -0.2822315796499806, -2.490626030667635, -2.347902548889511, -0.9888391968684813]
+      velocities: [-0.0790188644567886, -0.17009772999841744, 0.24925525374958973, -0.13258158928912864, -0.01547530577248207, -0.18228923558451615]
+      accelerations: [0.024194869378916566, 0.005407556788128491, -1.3864143001980643e-13, 0.0507744537321783, 0.004591428728745181, 0.003379884263062059]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 190205616
+    - 
+      positions: [-0.8992831252972734, -0.47895754678835945, -0.28118345038155945, -2.4911830932527064, -2.3479675826437254, -0.989605701219229]
+      velocities: [-0.078917222993764, -0.17007500977105763, 0.24925525374958957, -0.1323681903158775, -0.015456084608845407, -0.18227496041981883]
+      accelerations: [0.024147771699813966, 0.005398621406501062, 4.619378614679641e-14, 0.05072220556752957, 0.004550534518070857, 0.003409651635575264]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 194410660
+    - 
+      positions: [-0.8996149060068956, -0.47967298215122184, -0.2801348664190113, -2.491739500026128, -2.348032564093843, -0.9903724777609685]
+      velocities: [-0.07881573525127729, -0.17005231718859426, 0.24925525374958973, -0.1321549186396024, -0.015437026921487147, -0.18226055394392277]
+      accelerations: [0.02410082593348819, 0.0053897281851196755, 3.2981242533330593e-14, 0.050669923389655626, 0.004509745776658566, 0.0034393671769029225]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 198617528
+    - 
+      positions: [-0.8999464040659787, -0.4803886329201845, -0.2790858268502301, -2.4922952512288363, -2.3480974939138566, -0.9911395265558584]
+      velocities: [-0.07871440073053097, -0.17002965213509613, 0.24925525374958962, -0.13194177403904872, -0.015418132763734247, -0.18224601548634378]
+      accelerations: [0.024054004933555306, 0.005380853987224851, -7.912057734988755e-14, 0.05061778284818427, 0.004468889262297563, 0.003469395515387167]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 202826223
+    - 
+      positions: [-0.9002776200372506, -0.48110449975326774, -0.27803633075870265, -2.4928503470999686, -2.3481623727804775, -0.9919068476623458]
+      velocities: [-0.07861321894037823, -0.17000701450033529, 0.24925525374958968, -0.13172875625227837, -0.015399402232124593, -0.18223134428640198]
+      accelerations: [0.024007331909679915, 0.005372019158456765, 1.0544817778448393e-13, 0.050565627451946274, 0.00442811775254912, 0.003499414493511957]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 207036751
+    - 
+      positions: [-0.9006085544819452, -0.48182058331003697, -0.27698637722455965, -2.493404787879063, -2.3482272013703698, -0.9926744411400904]
+      velocities: [-0.07851218937121407, -0.169984404157194, 0.2492552537495898, -0.13151586514927632, -0.015380835297034684, -0.1822165398502077]
+      accelerations: [0.02396079214046079, 0.005363211310908942, -5.270109993988529e-14, 0.050513550745297627, 0.004387338583155379, 0.003529618908051757]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 211249114
+    - 
+      positions: [-0.90093920796026, -0.4825368842522656, -0.27593596532392245, -2.493958573804733, -2.3482919803618363, -0.9934423070469768]
+      velocities: [-0.07841131153190661, -0.1699618209932586, 0.24925525374958976, -0.13130310049042987, -0.015362432040260773, -0.18220160145128977]
+      accelerations: [0.02391439128105032, 0.005354435771454226, 3.950856345755286e-14, 0.05046151105393892, 0.004346591593157075, 0.003559923989110437]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 215463315
+    - 
+      positions: [-0.9012695810311626, -0.483253403243656, -0.2748850941291703, -2.4945117051152534, -2.3483567104340994, -0.9942104454404095]
+      velocities: [-0.07831058493225196, -0.16993926489604863, 0.2492552537495898, -0.13109046203917568, -0.015344192544709558, -0.18218652836183444]
+      accelerations: [0.023868122951170596, 0.005345687176457056, -1.9745641051275776e-14, 0.05040954833837453, 0.004305836585162424, 0.003590414546102585]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 219679360
+    - 
+      positions: [-0.901599674252587, -0.48397014095013097, -0.2738337627086493, -2.4950641820479866, -2.3484213922680377, -0.9949788563760051]
+      velocities: [-0.07821000907798353, -0.16991673574863994, 0.24925525374959007, -0.13087794959603283, -0.015326116860305597, -0.1821713199243801]
+      accelerations: [0.023821995168626445, 0.005336972923322568, 1.5131692646735724e-13, 0.050357604831617546, 0.004265129527283848, 0.003620971892704981]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 223897250
+    - 
+      positions: [-0.9019294881811613, -0.48468709803943905, -0.27278197012705496, -2.4956160048401967, -2.3484860265451712, -0.9957475399094091]
+      velocities: [-0.07810958346356113, -0.1698942334232384, 0.24925525374959007, -0.1306655630489381, -0.015308204953063363, -0.18215597566008185]
+      accelerations: [0.023776004977389947, 0.005328290696382864, -1.644027480650596e-13, 0.05030569664006772, 0.004224454370921863, 0.0036516295049032602]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 228116991
+    - 
+      positions: [-0.9022590233722901, -0.4854042751812777, -0.2717297154453086, -2.496167173728815, -2.348550613947958, -0.9965164960957792]
+      velocities: [-0.0780093076074971, -0.1698717578119019, 0.24925525374958973, -0.13045330213478878, -0.015290456942843813, -0.18214049476698757]
+      accelerations: [0.02373014364610375, 0.005319633327585903, 6.573219696700183e-15, 0.05025387904213998, 0.004183754369493636, 0.003682506551608922]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 232338586
+    - 
+      positions: [-0.9025882803804294, -0.48612167304769643, -0.27067699772014986, -2.496717688949655, -2.348615155160835, -0.9972857249879459]
+      velocities: [-0.07790918101545785, -0.16984930879465232, 0.24925525374958968, -0.13024116668705793, -0.01527287285702634, -0.18212487663886387]
+      accelerations: [0.02368442570320003, 0.005311013612274512, -3.285163056730205e-14, 0.05020205079983143, 0.004143130206887204, 0.003713390641829654]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 236562039
+    - 
+      positions: [-0.9029172597585996, -0.4868392923123918, -0.26962381600483293, -2.4972675507388375, -2.3486796508683834, -0.9980552266396759]
+      velocities: [-0.07780920320577053, -0.16982688626126985, 0.24925525374958968, -0.13002915646513946, -0.015255452800674824, -0.18210912050742845]
+      accelerations: [0.02363883034673649, 0.005302414067436024, 4.597200412230175e-14, 0.05015034796439918, 0.004102444601223478, 0.003744570267877503]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 240787353
+    - 
+      positions: [-0.9032459620590537, -0.4875571336516826, -0.26857016934815015, -2.4978167593308616, -2.348744101757844, -0.9988250011012247]
+      velocities: [-0.07770937368653943, -0.16980449009188475, 0.2492552537495899, -0.12981727130740525, -0.015238196803265278, -0.18209322576499576]
+      accelerations: [0.023593382924578934, 0.0052938566637139445, 5.908075943012782e-14, 0.050098596941182835, 0.004061870698672789, 0.0037756805034261575]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 245014532
+    - 
+      positions: [-0.9035743878324367, -0.4882751977432889, -0.2675160567956443, -2.498365314961056, -2.3488085085159542, -0.9995950484249525]
+      velocities: [-0.07760969196308248, -0.16978212016343533, 0.24925525374958996, -0.1296055110802585, -0.015221104869707187, -0.1820771918563458]
+      accelerations: [0.023548059134156137, 0.005285320874750442, -4.593137568395316e-14, 0.05004695780749106, 0.004021247168757632, 0.00380706081208671]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 249243580
+    - 
+      positions: [-0.9039025376285712, -0.4889934852674838, -0.2664614773884536, -2.4989132178633096, -2.3488728718319067, -1.0003653686600897]
+      velocities: [-0.07751015755742235, -0.16975977636579823, 0.2492552537495899, -0.12939387555087867, -0.015204177108092505, -0.18206101801076313]
+      accelerations: [0.02350287508446185, 0.00527682102588531, 2.6234871856923224e-14, 0.04999531727529322, 0.003980686614622323, 0.003838473260466408]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 253474502
+    - 
+      positions: [-0.9042304119959124, -0.4897119969062924, -0.26540643016410764, -2.4994604682716672, -2.3489371923952906, -1.001135961856396]
+      velocities: [-0.07741076998490161, -0.16973745858242276, 0.24925525374958976, -0.12918236453997944, -0.015187413576476209, -0.18204470356361632]
+      accelerations: [0.0234578175497093, 0.0052683457646844605, -9.1781303784141e-14, 0.04994376305187158, 0.003940100293920221, 0.00387010496186587]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 257707300
+    - 
+      positions: [-0.9045580114819791, -0.4904307333441384, -0.26435091415587314, -2.500007066419087, -2.349001470897725, -1.001906828061274]
+      velocities: [-0.07731152876077962, -0.16971516669594844, 0.24925525374958973, -0.12897097787865536, -0.01517081432506008, -0.18202824786777053]
+      accelerations: [0.02341289950734242, 0.005259906747680435, 7.208182775853355e-14, 0.04989220236453057, 0.0038995807611346676, 0.0039017600886207785]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 261941979
+    - 
+      positions: [-0.904885336632907, -0.49114969526718233, -0.2632949283934155, -2.500553012538746, -2.349065708031165, -1.0026779673227812]
+      velocities: [-0.07721243340046453, -0.16969290058772646, 0.24925525374958968, -0.12875971540952308, -0.015154379396722265, -0.18201165029336308]
+      accelerations: [0.023368107634209184, 0.005251492857879573, -9.169966415090926e-14, 0.04984072231232008, 0.0038590390986131466, 0.0039336257034256715]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 266178543
+    - 
+      positions: [-0.9052123879938814, -0.4918688833639642, -0.2622384719021445, -2.5010983068628025, -2.34912990448954, -1.0034493796867399]
+      velocities: [-0.07711348342525934, -0.16967066014349058, 0.24925525374958968, -0.12854857694377153, -0.015138108869669781, -0.18199491013691177]
+      accelerations: [0.023323452184256337, 0.005243113065004649, 8.51117167624091e-14, 0.04978925047255929, 0.0038185476525353047, 0.003965549041286853]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 270416995
+    - 
+      positions: [-0.9055391661087858, -0.49258829832489304, -0.2611815437037241, -2.50164294962342, -2.349194060967429, -1.004221065199091]
+      velocities: [-0.07701467835268772, -0.16964844524488842, 0.24925525374958962, -0.12833756232880633, -0.015122002788674083, -0.18197802676631974]
+      accelerations: [0.023278924411501572, 0.005234760258112476, -1.0470609272322426e-13, 0.04973784194910679, 0.0037780500336016174, 0.003997648572390419]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 274657340
+    - 
+      positions: [-0.9058656715204796, -0.4933079408426555, -0.2601241428156561, -2.5021869410519773, -2.3492581781611035, -1.0049930239040572]
+      velocities: [-0.07691601770908559, -0.16962625577993573, 0.24925525374958948, -0.12812667136391687, -0.01510606125041292, -0.1819609994414087]
+      accelerations: [0.02323452862253155, 0.005226438468455665, 3.9247217864362826e-14, 0.04968646415555765, 0.0037375782776773074, 0.00402985630188968]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 278899581
+    - 
+      positions: [-0.906191904770642, -0.4940278116119899, -0.25906626825150264, -2.5027302813795274, -2.349322256767943, -1.0057652558451866]
+      velocities: [-0.07681750101548641, -0.16960409163121637, 0.24925525374958962, -0.1279159038933208, -0.015090284310359147, -0.1819438275101271]
+      accelerations: [0.023190262734103136, 0.005218146154783032, 1.9614815010931667e-14, 0.0496351282792914, 0.0036971199470466594, 0.0040621980838085655]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 283143723
+    - 
+      positions: [-0.9065178663998341, -0.49474791132978396, -0.25800791902077946, -2.503272970836636, -2.3493862974866695, -1.0065377610649517]
+      velocities: [-0.07671912778930054, -0.16958195267729853, 0.24925525374958973, -0.12770525979679354, -0.015074671990924188, -0.18192651039157162]
+      accelerations: [0.02314613025722838, 0.005209886674796578, 3.921202117486923e-14, 0.04958380621057072, 0.003656703189096673, 0.00409461403437743]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 287389768
+    - 
+      positions: [-0.9068435569473654, -0.49546824069487827, -0.2569490941291526, -2.5038150096537746, -2.349450301016834, -1.007310539605671]
+      velocities: [-0.07662089756002949, -0.16955983880644454, 0.24925525374958984, -0.12749473888124435, -0.015059224391482908, -0.18190904734233942]
+      accelerations: [0.023102121709529615, 0.005201652032391867, 6.532398541634933e-15, 0.04953256018222982, 0.0036162637670303743, 0.004127240007549019]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 291637723
+    - 
+      positions: [-0.9071689769516037, -0.4961888004085342, -0.25588979257795896, -2.5043563980604304, -2.349514268060008, -1.0080835915073936]
+      velocities: [-0.07652280985948771, -0.16953774990765963, 0.24925525374958982, -0.12728434094815666, -0.015043941621534794, -0.18189143759948434]
+      accelerations: [0.023058245203690084, 0.005193449798989139, -1.3058913390866668e-14, 0.049481330326587226, 0.003575861299557778, 0.004159948807496587]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 295887589
+    - 
+      positions: [-0.9074941269496892, -0.4969095911740069, -0.25483001336462957, -2.504897136285955, -2.349578199318687, -1.00885691680987]
+      velocities: [-0.07642486420491529, -0.16951568585647597, 0.2492552537495898, -0.12707406590990789, -0.015028823680748125, -0.1818736806337542]
+      accelerations: [0.023014499212758367, 0.0051852786725869356, 6.526511312704491e-15, 0.04943012412186347, 0.0035354880288632627, 0.004192757058715531]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 300139372
+    - 
+      positions: [-0.9078190074775745, -0.4976306136966135, -0.2537697554826206, -2.505437224559453, -2.34964209549644, -1.009630515552289]
+      velocities: [-0.07632706012563806, -0.1694936465381702, 0.24925525374958982, -0.12686391360576277, -0.015013870645836917, -0.18185577575324746]
+      accelerations: [0.02297087930155639, 0.005177135295379613, 0.0, 0.04937896832437762, 0.0034951156053215863, 0.004225724137109214]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 304393075
+    - 
+      positions: [-0.9081436190701622, -0.4983518686839393, -0.25270901792119554, -2.5059766631093945, -2.349705957298439, -1.0104043877723485]
+      velocities: [-0.07622939714958857, -0.16947163183576835, 0.2492552537495899, -0.1266538838942432, -0.01499908257770558, -0.18183772230088688]
+      accelerations: [0.022927390283004327, 0.005169024008158886, 3.912365933992669e-14, 0.04932782695368645, 0.0034547799565256363, 0.004258773761732959]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 308648703
+    - 
+      positions: [-0.9084679622611318, -0.4990733568455859, -0.2516477996656771, -2.506515452164126, -2.3497697854307997, -1.0111785335074364]
+      velocities: [-0.07613187481294165, -0.1694496416384911, 0.2492552537495899, -0.12644397658694692, -0.014984459589765829, -0.1818195195094522]
+      accelerations: [0.02288402319804735, 0.005160937488030135, -3.258826912947293e-14, 0.04927675783343739, 0.003414420664126192, 0.004292033358299887]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 312906259
+    - 
+      positions: [-0.9087920375832339, -0.49979507889361435, -0.25058609969698625, -2.507053591951042, -2.3498335806017088, -1.0119529527926432]
+      velocities: [-0.07603449265069913, -0.16942767583360446, 0.24925525374958984, -0.1262341915145368, -0.014970001778990603, -0.18180116664761498]
+      accelerations: [0.022840787278827494, 0.0051528839009676196, 6.514694177077875e-15, 0.04922569400562251, 0.0033741060229328396, 0.004325358088888098]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 317165748
+    - 
+      positions: [-0.909115845567961, -0.5005170355420558, -0.24952391699214146, -2.5075910826975316, -2.3498973435201607, -1.0127276456630077]
+      velocities: [-0.07593725018701118, -0.16940573429814035, 0.24925525374958973, -0.1260245285926954, -0.014955709157820614, -0.18178266316411223]
+      accelerations: [0.022797678118617375, 0.005144859815071836, -7.16290402556265e-14, 0.04917466231502603, 0.0033338076110375568, 0.004358807636298677]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 321427173
+    - 
+      positions: [-0.9094393867456885, -0.5012392275071271, -0.2484612505240293, -2.5081279246305956, -2.349961074896492, -1.0135026121525872]
+      velocities: [-0.07584014695192601, -0.16938381691332538, 0.2492552537495895, -0.12581498770610133, -0.014941581773694977, -0.1817640084343451]
+      accelerations: [0.022754697080121785, 0.00513686661552377, -1.9526292240250332e-14, 0.04912365033904437, 0.003293537547526448, 0.004392356254848881]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 325690540
+    - 
+      positions: [-0.9097626616456153, -0.5019616555071459, -0.24739809926148842, -2.508664117977016, -2.3500247754421615, -1.0142778522948497]
+      velocities: [-0.07574318248835608, -0.16936192357066973, 0.24925525374958962, -0.1256055686598005, -0.01492761976065082, -0.1817452016515958]
+      accelerations: [0.02271183649385865, 0.005128898020660157, 7.156372968656611e-14, 0.04907270766558088, 0.0032532432693277106, 0.004426114520025545]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 329955851
+    - 
+      positions: [-0.9100856707960181, -0.5026843202629196, -0.24633446216890195, -2.5091996629626467, -2.350088445870735, -1.0150533661209438]
+      velocities: [-0.07564635632747478, -0.16934005415051662, 0.24925525374958968, -0.1253962713517197, -0.014913823159552912, -0.18172624220748523]
+      accelerations: [0.022669109258158203, 0.005120965472160045, -5.202255603384526e-14, 0.04902174099706691, 0.0032130211772784362, 0.00445987831707982]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 334223112
+    - 
+      positions: [-0.9104084147237923, -0.5034072224970534, -0.2452703382069063, -2.5097345598137393, -2.350152086896095, -1.0158291536628807]
+      velocities: [-0.07554966801190352, -0.1693182085422803, 0.24925525374958946, -0.1251870956084421, -0.014900192089054314, -0.18170712932927469]
+      accelerations: [0.02262649684327716, 0.005113053208236147, -4.5498892298215214e-14, 0.048970876854258896, 0.0031727386256355902, 0.004493928120700661]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 338492325
+    - 
+      positions: [-0.9107308939550857, -0.5041303629349181, -0.2442057263313846, -2.5102688087551326, -2.350215699234921, -1.0166052149491442]
+      velocities: [-0.07545311707848898, -0.1692963866295304, 0.24925525374958962, -0.12497804130792885, -0.014886726617487616, -0.18168786235259876]
+      accelerations: [0.02258402020468363, 0.005105179648372931, 1.1044662602018219e-13, 0.0489199645250665, 0.0031325519516945868, 0.004527932215483058]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 342763497
+    - 
+      positions: [-0.9110531090145549, -0.5048537423035231, -0.24314062549462878, -2.510802410012402, -2.350279283603778, -1.0173815500098735]
+      velocities: [-0.0753567030546404, -0.16927458828670916, 0.24925525374958982, -0.12476910840459897, -0.01487342673687811, -0.18166844077545585]
+      accelerations: [0.02254166254424279, 0.005097330578496886, -1.2987750570142968e-14, 0.04886911872252365, 0.0030923407603122535, 0.004562145624209011]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 347036630
+    - 
+      positions: [-0.9113750604259415, -0.5055773613323967, -0.24207503464442118, -2.5113353638102147, -2.350342840721369, -1.0181581588728672]
+      velocities: [-0.07526042549320004, -0.16925281340947274, 0.24925525374958973, -0.12456029668309468, -0.014860292620164611, -0.18164886371328867]
+      accelerations: [0.022499428478363986, 0.005089510203148104, -2.5963546147641894e-14, 0.048818304082388776, 0.003052140889576082, 0.004596491906614199]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 351311728
+    - 
+      positions: [-0.9116967487119, -0.5063012207533324, -0.2410089527242918, -2.5118676703728333, -2.3504063713078747, -1.0189350415647729]
+      velocities: [-0.07516428393309942, -0.16923106188039663, 0.24925525374958962, -0.12435160603696174, -0.014847324329772144, -0.1816291305167923]
+      accelerations: [0.022457319631211097, 0.005081720367109837, -1.9463682294121537e-14, 0.04876750481364907, 0.0030119684151179824, 0.004630936774992819]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 355588797
+    - 
+      positions: [-0.9120181743939271, -0.5070253213002799, -0.23994237867362506, -2.5123993299243357, -2.350469876084657, -1.0197121981116204]
+      velocities: [-0.07506827791312254, -0.16920933358130993, 0.24925525374958982, -0.12414303637023205, -0.014834521920148258, -0.18160924055427172]
+      accelerations: [0.022415334178688337, 0.005073959499823987, 1.0375836731143458e-13, 0.04871673165410464, 0.0029718111582251665, 0.004665505711868602]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 359867841
+    - 
+      positions: [-0.9123393379924164, -0.5077496637094402, -0.23887531142755883, -2.512930342688457, -2.3505333557744943, -1.020489628538414]
+      velocities: [-0.0749724069856536, -0.16918762840485818, 0.24925525374958998, -0.12393458750014283, -0.014821885541499207, -0.18158919299220744]
+      accelerations: [0.02237346731869801, 0.005066224042416811, -2.5927592404659184e-14, 0.048666014264298264, 0.002931636722804629, 0.004700266961227489]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 364148863
+    - 
+      positions: [-0.912660240026817, -0.5084742487195082, -0.23780774991671932, -2.513460708888164, -2.350596811102195, -1.0212673328680575]
+      velocities: [-0.07487667068141451, -0.16916594622396994, 0.2492552537495899, -0.12372625940810653, -0.014809415172923428, -0.18156898736080718]
+      accelerations: [0.02233173370258509, 0.005058526687926111, -1.295778903997026e-14, 0.04861524615612518, 0.0028915575922478895, 0.004734981820080227]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 368431868
+    - 
+      positions: [-0.9129808810151007, -0.509199077070862, -0.23673969306806888, -2.5139904287471726, -2.3506602427924923, -1.0220453111250984]
+      velocities: [-0.07478106854597363, -0.16914428692361003, 0.2492552537495899, -0.12351805198087247, -0.014797110897221962, -0.18154862297145263]
+      accelerations: [0.022290111484495383, 0.00505084905120247, 1.9427661605038647e-14, 0.048564577858728065, 0.002851413053769631, 0.0047699905448413595]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 372716860
+    - 
+      positions: [-0.9133012614745252, -0.5099241495067369, -0.2356711398036694, -2.514519502487788, -2.3507236515730696, -1.0228235633303706]
+      velocities: [-0.07468560014617766, -0.16912265040632507, 0.2492552537495898, -0.12330996496216869, -0.014784972953079345, -0.18152809880506868]
+      accelerations: [0.022248612302001557, 0.005043201232470262, -7.120163746097322e-14, 0.048513925455761435, 0.0028112912151801927, 0.00480510657465306]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 377003844
+    - 
+      positions: [-0.9136213819212163, -0.5106494667725973, -0.23460208904133154, -2.5150479303321074, -2.3507870381729132, -1.0236020895039255]
+      velocities: [-0.07459026500792301, -0.16910103653847852, 0.24925525374958968, -0.12310199839694488, -0.014773001262041036, -0.18150741451682179]
+      accelerations: [0.022207243360131683, 0.005035589941739893, 1.940958391024695e-14, 0.048463232149644986, 0.0027712521403799807, 0.004840201240967252]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 381292824
+    - 
+      positions: [-0.9139412428698888, -0.5113750296156981, -0.23353253969507445, -2.515575712502824, -2.3508504033211843, -1.0243808896670505]
+      velocities: [-0.07449506268562583, -0.16907944521000218, 0.24925525374958976, -0.12289415213872126, -0.014761195952585099, -0.18148656932370427]
+      accelerations: [0.022165983890862353, 0.005027997403703085, 1.2933685402556339e-14, 0.048412643875801915, 0.0027311394403363096, 0.004875606963954751]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 385583804
+    - 
+      positions: [-0.9142608448345851, -0.5121008387862406, -0.2324624906739019, -2.5161028492211353, -2.350913747750175, -1.0251599638370275]
+      velocities: [-0.07439999273674665, -0.16905787631282906, 0.2492552537495898, -0.1226864260274548, -0.014749557171443613, -0.1814655624045266]
+      accelerations: [0.022124852967964497, 0.005020440380783498, -6.463820314018181e-15, 0.04836202090265062, 0.002691101137957617, 0.004911008602155571]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 389876789
+    - 
+      positions: [-0.9145801883279774, -0.5128268950362928, -0.23139194088293363, -2.5166293407087417, -2.350977072192522, -1.0259393120320923]
+      velocities: [-0.07430505469956979, -0.16903632972142116, 0.2492552537495898, -0.12247882005044795, -0.014738084911370183, -0.1814443932660792]
+      accelerations: [0.0220838401943136, 0.005012910181873588, 6.460794130938585e-15, 0.04831143412093942, 0.0026510611862711913, 0.004946567773310247]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 394171783
+    - 
+      positions: [-0.9148992738617295, -0.5135531991203572, -0.2303208892228015, -2.5171551871868263, -2.35104037738265, -1.0267189342688827]
+      velocities: [-0.07421024813473485, -0.16901480532882013, 0.24925525374958968, -0.12227133404401277, -0.014726779329208708, -0.18142306106715145]
+      accelerations: [0.022042945286733742, 0.005005406766557537, -5.1662113116523625e-14, 0.04826088285056134, 0.002611019362633707, 0.0049822843978376205]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 398468790
+    - 
+      positions: [-0.9152181019464983, -0.5142797517953799, -0.22924933458963379, -2.51768038887606, -2.3511036640567813, -1.0274988305624315]
+      velocities: [-0.07411557259930779, -0.16899330302403542, 0.24925525374958973, -0.12206396788006268, -0.014715640548502735, -0.18140156503820964]
+      accelerations: [0.0220021699271712, 0.004997931979914789, 8.391149426157913e-14, 0.04821035102066589, 0.0025709916077393214, 0.0050181245139415956]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 402767816
+    - 
+      positions: [-0.9155366730918594, -0.515006553820637, -0.2281772758751676, -2.5182049459968296, -2.351166932952644, -1.028279000926694]
+      velocities: [-0.07402102763595858, -0.16897182268274813, 0.2492552537495898, -0.1218567215444106, -0.014704668573062046, -0.18137990466513587]
+      accelerations: [0.021961518866984477, 0.0049904901017607615, -7.096861953405923e-14, 0.048159801587695894, 0.00253101786124364, 0.005054002669235151]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 407068863
+    - 
+      positions: [-0.9158549878061231, -0.515733605957455, -0.22710471196704177, -2.518728858769766, -2.35123018480872, -1.0290594453758994]
+      velocities: [-0.07392661279846471, -0.1689503641894699, 0.24925525374958957, -0.12164959495258036, -0.01469386348495757, -0.18135807926876218]
+      accelerations: [0.021920981927509825, 0.004983072670271274, -2.579460479704232e-14, 0.04810930416214035, 0.002491021968039302, 0.005090080479632587]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 411371938
+    - 
+      positions: [-0.9161730465966926, -0.5164609089697728, -0.22603164174819457, -2.519252127414738, -2.351293420365695, -1.0298401639219827]
+      velocities: [-0.07383232764922688, -0.16892892743538784, 0.24925525374958943, -0.12144258796735907, -0.014683225427244862, -0.181336088040211]
+      accelerations: [0.02188056501125898, 0.004975684966685408, -3.867363515159131e-14, 0.04805881352602757, 0.002451051905920986, 0.005126256047738113]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 415677043
+    - 
+      positions: [-0.9164908499698401, -0.5171884636238008, -0.2249580640972188, -2.5197747521515037, -2.351356640365558, -1.0306211565761938]
+      velocities: [-0.0737381717427675, -0.16890751230413176, 0.24925525374958957, -0.1212357005174756, -0.01467275447504817, -0.1813139303159471]
+      accelerations: [0.021840265615344898, 0.0049683251487775085, 1.0952346307414328e-13, 0.04800834409566388, 0.0024110914799030346, 0.005162563060835025]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 419984185
+    - 
+      positions: [-0.9168083984307848, -0.5179162706881467, -0.2238839778882223, -2.520296733199495, -2.351419845551913, -1.0314024233485577]
+      velocities: [-0.07364414464233712, -0.16888611868591208, 0.24925525374958968, -0.12102893247844637, -0.01466245076476223, -0.1812916053032961]
+      accelerations: [0.021800081925794388, 0.004960991927578066, -7.083453922124802e-14, 0.0479579060294883, 0.0023711286270076573, 0.005199027175208068]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 424293367
+    - 
+      positions: [-0.9171256924837499, -0.5186443309339114, -0.22280938199071879, -2.52081807077767, -2.3514830366702184, -1.0321839642474593]
+      velocities: [-0.07355024590559604, -0.16886474646540134, 0.24925525374958962, -0.1208222837758535, -0.014652314381665595, -0.18126911231850296]
+      accelerations: [0.021760018087924472, 0.004953689087175266, 5.149157271564786e-14, 0.04790746579478474, 0.0023311993331695644, 0.005235571548490325]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 428604593
+    - 
+      positions: [-0.9174427326317973, -0.5193726451344346, -0.22173427526989475, -2.5213387651049928, -2.351546214467109, -1.0329657792808584]
+      velocities: [-0.07345647508040336, -0.1688433955179529, 0.24925525374958976, -0.1206157544162961, -0.01464234532572542, -0.18124645086092905]
+      accelerations: [0.021720074242664346, 0.004946417090215173, 1.2866771424914211e-14, 0.04785701923673885, 0.0022913073664935974, 0.005272187487940825]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 432917869
+    - 
+      positions: [-0.9177595193768098, -0.5201012140652698, -0.22065865658663067, -2.521858816400487, -2.3516093796903283, -1.0337478684564214]
+      velocities: [-0.07336283173943832, -0.16882206573961608, 0.2492552537495898, -0.12040934423514563, -0.014632543787363096, -0.1812236200246191]
+      accelerations: [0.021680238478706433, 0.004939165802252315, -6.4303209218608524e-15, 0.04780664977847988, 0.0022513608456552667, 0.005309070995076619]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 437233199
+    - 
+      positions: [-0.9180760532199238, -0.5208300385048777, -0.2195825247967512, -2.522378224882034, -2.351672533090492, -1.0345302317783989]
+      velocities: [-0.07326931544245152, -0.1688007570143556, 0.24925525374958968, -0.12020305317245833, -0.014622909845772216, -0.18120061914129892]
+      accelerations: [0.02164052843267764, 0.0049319508801821494, -3.2136261030940665e-14, 0.04775622536556862, 0.002211503380549211, 0.005345915321041343]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 441550588
+    - 
+      positions: [-0.91839233466086, -0.5215591192335687, -0.21850587875215308, -2.5228969907682717, -2.3517356754183516, -1.0353128692525004]
+      velocities: [-0.0731759257446628, -0.16877946922151144, 0.24925525374958973, -0.11999688121023223, -0.014613443537708732, -0.18117744763412685]
+      accelerations: [0.0216009283139267, 0.004924758739144366, 5.13934364356169e-14, 0.0477058584685282, 0.0021716112613900987, 0.005382984137658549]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 445870040
+    - 
+      positions: [-0.918708364198501, -0.522288457034427, -0.21742871729980942, -2.523415114276967, -2.351798807427166, -1.0360957808816877]
+      velocities: [-0.07308266222361054, -0.16875820225902313, 0.24925525374958962, -0.11979082817540243, -0.014604145073442612, -0.1811541045569473]
+      accelerations: [0.021561443311196544, 0.004917594271055873, -9.631654430642734e-14, 0.047655508328479076, 0.002131728014607042, 0.005420184228763717]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 450191559
+    - 
+      positions: [-0.9190241423306897, -0.5230180526929977, -0.21635103928209398, -2.5239325956256047, -2.351861929871878, -1.036878966667656]
+      velocities: [-0.07298952443239323, -0.1687369560026566, 0.24925525374958946, -0.1195848940855984, -0.014595014456844881, -0.1811305894041997]
+      accelerations: [0.02152207928881459, 0.004910462772928304, 6.41802239351231e-15, 0.04760512730696039, 0.0020919058623571434, 0.005457404210349081]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 454515151
+    - 
+      positions: [-0.919339669553991, -0.5237479069969088, -0.2152728435371897, -2.5244494350320688, -2.3519250435081207, -1.0376624266126024]
+      velocities: [-0.07289651193890001, -0.1687157303404334, 0.24925525374958957, -0.11937907885893369, -0.01458605180452531, -0.18110690143068464]
+      accelerations: [0.021482823283326433, 0.004903353203010047, 5.1319502895021543e-14, 0.04755480896740855, 0.002052040633368539, 0.00549486568235075]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 458840820
+    - 
+      positions: [-0.9196549463641739, -0.5244780207366505, -0.21419412889823736, -2.5249656327132883, -2.351988149094221, -1.0384461607156825]
+      velocities: [-0.07280362431819694, -0.16869452516574573, 0.24925525374958957, -0.11917338236888358, -0.014577257286237568, -0.18108303977890566]
+      accelerations: [0.021443684674494704, 0.004896274040995327, -5.770664411806615e-14, 0.04750448028297918, 0.0020122121091842447, 0.005532398369543224]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 463168571
+    - 
+      positions: [-0.9199699732558444, -0.5252083947049938, -0.21311489419395757, -2.525481188886291, -2.352051247389679, -1.0392301689757244]
+      velocities: [-0.07271086112733116, -0.168673340355466, 0.2492552537495894, -0.11896780463197756, -0.014568630916706397, -0.18105900392193786]
+      accelerations: [0.02140466215492333, 0.004889224368918866, -1.922627050964983e-14, 0.04745414802969674, 0.001972412389523828, 0.005570019066180185]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 467498409
+    - 
+      positions: [-0.9202847507224836, -0.5259390296970565, -0.21203513824857376, -2.525996103768102, -2.3521143391553254, -1.040014451390954]
+      velocities: [-0.07261822193707279, -0.16865217579775552, 0.24925525374958957, -0.11876234557306918, -0.01456017281509964, -0.18103479311155612]
+      accelerations: [0.02136575043351464, 0.004882199811797053, 1.0249056512572487e-13, 0.047403847697169266, 0.0019326013103313493, 0.005607812611307461]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 471830337
+    - 
+      positions: [-0.9205992792566355, -0.5266699265106108, -0.2109548598814753, -2.5265103775752236, -2.3521774251541023, -1.0407990079576297]
+      velocities: [-0.07252570632021782, -0.16863103138176655, 0.24925525374958996, -0.11855700511155123, -0.01455188310990205, -0.18101040657986991]
+      accelerations: [0.021326953605277935, 0.004875204209997185, 7.042815764562836e-14, 0.04735354620914079, 0.0018928149359867133, 0.005645702607034541]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 476164362
+    - 
+      positions: [-0.9209135593497421, -0.5274010859458257, -0.2098740579074878, -2.527024010524116, -2.352240506150377, -1.0415838386712606]
+      velocities: [-0.07243331384921178, -0.16860990699547596, 0.24925525374958996, -0.11835178317737555, -0.01454376192196635, -0.18098584357541828]
+      accelerations: [0.021288267480865028, 0.004868234192149753, -5.759509699396222e-14, 0.04730327163022136, 0.001853020964020337, 0.0056837571505449795]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 480500487
+    - 
+      positions: [-0.9212275914922926, -0.5281325088055143, -0.2087927311365968, -2.5275370028307864, -2.352303582910572, -1.042368943525508]
+      velocities: [-0.07234104408943215, -0.16858880251986635, 0.2492552537495899, -0.11814667976449372, -0.014535809303877755, -0.18096110349425856]
+      accelerations: [0.021249699249729248, 0.004861296276651903, 1.9189039848232676e-14, 0.04725296629877218, 0.001813283367153367, 0.005721839507951957]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 484838717
+    - 
+      positions: [-0.9215413761735319, -0.5288641958946655, -0.20771087837445557, -2.5280493547116185, -2.35236665620194, -1.04315432251437]
+      velocities: [-0.07224889661339508, -0.16856771784148417, 0.2492552537495898, -0.11794169482268, -0.014528025360359942, -0.18093618562086422]
+      accelerations: [0.02121123817732098, 0.0048543813053476765, -6.393233957935624e-14, 0.04720270813224367, 0.001773514360491887, 0.005760137171116568]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 489179058
+    - 
+      positions: [-0.9218549138818665, -0.529596148021111, -0.20662849842164907, -2.5285610663822435, -2.352429726794265, -1.043939975629169]
+      velocities: [-0.07215687100354717, -0.1685466528549051, 0.24925525374958968, -0.11773682823429983, -0.014520410275059856, -0.18091108907174885]
+      accelerations: [0.021172890160146524, 0.004847494657581431, 1.2780234469289338e-14, 0.04715245018196064, 0.0017337655568392461, 0.005798539419244064]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 493521514
+    - 
+      positions: [-0.9221682051046259, -0.5303283659951473, -0.20554559007409962, -2.5290721380582166, -2.352492795458876, -1.04472590286032]
+      velocities: [-0.07206496682400898, -0.1685256074378535, 0.24925525374958962, -0.11753208003081747, -0.014512964068042904, -0.18088581331398929]
+      accelerations: [0.02113465748809756, 0.004840638640973327, -3.8321978613389846e-14, 0.04710217060787391, 0.0016940609194637409, 0.005836994806427615]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 497866090
+    - 
+      positions: [-0.922481250327958, -0.531060850629366, -0.20446215212324925, -2.529582569955331, -2.352555862968188, -1.0455121041981525]
+      velocities: [-0.07197318365107075, -0.16850458147784453, 0.2492552537495897, -0.11732745016126463, -0.01450568685514279, -0.18086035761007369]
+      accelerations: [0.021096532013408085, 0.004833806363025762, 7.660645858799682e-14, 0.04705192911957961, 0.0016543325989961985, 0.0058756483281928226]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 502212791
+    - 
+      positions: [-0.9227940500371391, -0.5317936027391702, -0.20337818335548433, -2.5300923622887486, -2.352618930097027, -1.0462985796305715]
+      velocities: [-0.0718815210691793, -0.1684835748686542, 0.24925525374958987, -0.11712293852283853, -0.0144985788137173, -0.18083472109208756]
+      accelerations: [0.0210585178709767, 0.004827001757287358, 0.0, 0.0470016897618762, 0.0016146203451250952, 0.005914414337866389]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 506561621
+    - 
+      positions: [-0.9231066047163968, -0.5325266231424877, -0.20229368255244576, -2.530601515273519, -2.352681997621866, -1.047085329144428]
+      velocities: [-0.07178997864724043, -0.1684625874900721, 0.24925525374958968, -0.11691854513810002, -0.014491639983239974, -0.18080890318707601]
+      accelerations: [0.021020617819251197, 0.004820227247501702, -9.566414198212474e-14, 0.0469514307252203, 0.001574948056776872, 0.005953242121911804]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 510912585
+    - 
+      positions: [-0.9234189148487966, -0.5332599126596006, -0.2012086484912092, -2.531110029124894, -2.352745066320371, -1.0478723527263305]
+      velocities: [-0.07169855596714333, -0.1684416192323722, 0.2492552537495897, -0.11671426993992726, -0.014484870507786428, -0.18078290309851558]
+      accelerations: [0.020982822877286013, 0.004813475513809727, 1.1474050042280123e-13, 0.046901214954717385, 0.0015352439712529803, 0.005992284490516561]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 515265689
+    - 
+      positions: [-0.9237309809165777, -0.5339934721136939, -0.20012307994367476, -2.53161790405741, -2.3528081369728024, -1.0486596503601737]
+      velocities: [-0.07160725260919967, -0.16842066998348607, 0.24925525374958973, -0.11651011288614958, -0.01447827050628792, -0.1807567200853909]
+      accelerations: [0.020945142491280044, 0.0048067548726683385, -9.55699633741054e-14, 0.04685096796670877, 0.001495591602494228, 0.006031362500570567]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 519620938
+    - 
+      positions: [-0.92404280340077, -0.534727302330237, -0.1990369756772441, -2.532125140285967, -2.3528712103604006, -1.049447222030018]
+      velocities: [-0.07151606814516251, -0.16839973962331595, 0.24925525374958973, -0.1163060740056597, -0.014471840020235384, -0.18073035357193457]
+      accelerations: [0.02090757089489268, 0.004800060620182074, 9.552278088534495e-14, 0.04680073151045495, 0.0014559432398883207, 0.00607057849144907]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 523978336
+    - 
+      positions: [-0.9243543827814136, -0.5354614041373519, -0.1979503344544045, -2.53263173802522, -2.3529342872663217, -1.0502350677184318]
+      velocities: [-0.07142500216669821, -0.16837882804843934, 0.24925525374958993, -0.11610215318493605, -0.01446557925684747, -0.1807038026283968]
+      accelerations: [0.020870104456864647, 0.004793389727460143, -1.2730071470594692e-14, 0.04675052912846489, 0.0014162707341985445, 0.006109991950165894]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 528337887
+    - 
+      positions: [-0.9246657195376901, -0.5361957783660384, -0.19686315503247553, -2.5331376974892343, -2.352997368476196, -1.051023187405523]
+      velocities: [-0.071334054250653, -0.1683579351417401, 0.2492552537495899, -0.11589835043427088, -0.014459488285114886, -0.180677066621691]
+      accelerations: [0.020832753351284032, 0.004786751427972529, 6.361881909343807e-15, 0.04670028038524461, 0.001376665875491144, 0.006149406601405291]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 532699599
+    - 
+      positions: [-0.9249768141475042, -0.5369304258494871, -0.1957754361643628, -2.5336430188926515, -2.3530604547763465, -1.0518115810721032]
+      velocities: [-0.0712432239736594, -0.16833706078515326, 0.24925525374958973, -0.11569466577380658, -0.014453567166008461, -0.18065014493617465]
+      accelerations: [0.02079550725279597, 0.0047801368480367605, -8.902213464911299e-14, 0.046650061114507174, 0.0013370407888646438, 0.006189010011417554]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 537063474
+    - 
+      positions: [-0.9252876670878871, -0.5376653474237563, -0.19468717659780163, -2.534147702449585, -2.3531235469555116, -1.0526002486966495]
+      velocities: [-0.0711525109291712, -0.1683162048745574, 0.24925525374958957, -0.1154910991047005, -0.014447816100272286, -0.18062303665754276]
+      accelerations: [0.02075836851847719, 0.0047735483897194415, 6.355561705235255e-15, 0.04659984995894046, 0.0012974194841193368, 0.006228750873929977]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 541429519
+    - 
+      positions: [-0.9255982788348892, -0.5384005439275993, -0.19359837507554015, -2.5346517483739275, -2.3531866458043864, -1.053389190256125]
+      velocities: [-0.0710619147005911, -0.16829536729632338, 0.24925525374958973, -0.11528765041357361, -0.014442235193649407, -0.18059574107514018]
+      accelerations: [0.02072133914323269, 0.004766987931782123, 7.622874363666333e-14, 0.04654962900847809, 0.001257821735114957, 0.006268586434540932]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 545797738
+    - 
+      positions: [-0.9259086498634896, -0.539136016202325, -0.1925090303354895, -2.5351551568796085, -2.3532497521152447, -1.0541784057266645]
+      velocities: [-0.07097143486443463, -0.16827454793020047, 0.24925525374958987, -0.11508431974970285, -0.014436824483444598, -0.18056825762586318]
+      accelerations: [0.020684420032954506, 0.004760456548156749, -1.2698449372557825e-14, 0.046499387434133746, 0.0012182593114028935, 0.0063084912422882375]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 550168136
+    - 
+      positions: [-0.9262187806475466, -0.5398717650917199, -0.1914191411108042, -2.5356579281807528, -2.3533128666817165, -1.054967895083984]
+      velocities: [-0.07088107101087923, -0.16825374666703913, 0.24925525374958976, -0.11488110706629143, -0.014431584120214336, -0.18054058550401092]
+      accelerations: [0.020647603777039177, 0.00475394800630616, -3.807629905769365e-14, 0.04644917996754269, 0.001178668837538943, 0.006348601091419532]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 554540719
+    - 
+      positions: [-0.9265286716600865, -0.5406077914425373, -0.19032870612932956, -2.5361600624908758, -2.353375990300039, -1.0557576583011647]
+      velocities: [-0.07079082273275109, -0.16823296339946697, 0.24925525374958954, -0.1146780123040097, -0.014426514272581887, -0.18051272386524106]
+      accelerations: [0.020610896318205996, 0.004747467647038861, -6.342870760912785e-14, 0.046398957531740004, 0.0011391056540556851, 0.006388797167933858]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 558915491
+    - 
+      positions: [-0.9268383233730533, -0.5413440961040913, -0.18923772411404863, -2.5366615600236013, -2.353439123767982, -1.0565476953505786]
+      velocities: [-0.07070068961609334, -0.1682121980132739, 0.24925525374958973, -0.11447503546616317, -0.014421615040901933, -0.18048467201304125]
+      accelerations: [0.020574294565133093, 0.004741013180999642, 1.5215249829125136e-13, 0.04634874046112032, 0.0010995459023596986, 0.006429129917465716]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 563292458
+    - 
+      positions: [-0.9271477362574195, -0.5420806799284426, -0.18814619378286623, -2.5371624209923587, -2.3535022678853235, -1.0573380062030582]
+      velocities: [-0.07061067124696743, -0.16819145039351302, 0.24925525374958996, -0.11427217656527511, -0.014416886517088338, -0.18045642926881855]
+      accelerations: [0.020537801346888696, 0.004734587153743453, -4.4355498847481155e-14, 0.04629850416782857, 0.001060017504741358, 0.006469540061402227]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 567671625
+    - 
+      positions: [-0.9274569107830615, -0.5428175437702029, -0.18705411384882323, -2.5376626456107423, -2.3535654234533117, -1.0581285908288571]
+      velocities: [-0.07052076721126216, -0.16817072042467074, 0.2492552537495898, -0.11406943562361413, -0.014412328784818844, -0.18042799497157902]
+      accelerations: [0.02050141366258926, 0.004728187200104772, -4.4333155785875167e-14, 0.046248268733287884, 0.0010204965282000153, 0.006510078151360062]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 572052997
+    - 
+      positions: [-0.9277658474188684, -0.5435546884867234, -0.18596148301987986, -2.5381622340922134, -2.353628591275143, -1.058919449196817]
+      velocities: [-0.07043097711004234, -0.16815000800365953, 0.2492552537495898, -0.11386681255379157, -0.014407942059308492, -0.18039936817906754]
+      accelerations: [0.02046512733228558, 0.004721809935019303, 4.431078272826374e-14, 0.04619806405483381, 0.000980947106663244, 0.006550821296700305]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 576436578
+    - 
+      positions: [-0.9280745466329078, -0.5442921149383835, -0.1848682999985801, -2.5386611866496644, -2.353691772156681, -1.0597105812731054]
+      velocities: [-0.07034130052541984, -0.1681293130100259, 0.24925525374958984, -0.11366430742699207, -0.014403726373777171, -0.18037054834020472]
+      accelerations: [0.02042895492951635, 0.004715466586778754, -6.326911371530803e-15, 0.04614778783568955, 0.0009414883632409853, 0.0065915132366149804]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 580822376
+    - 
+      positions: [-0.9283830088918871, -0.5450298239876863, -0.1837745634830678, -2.5391595034969083, -2.353754966904113, -1.0605019870253856]
+      velocities: [-0.07025173705069757, -0.1681086353323736, 0.24925525374958973, -0.11346192023488175, -0.014399681857671943, -0.18034153469748765]
+      accelerations: [0.020392878532420423, 0.004709141721984297, -5.691335955643878e-14, 0.046097578551904966, 0.0009019575653753291, 0.006632503580560155]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 585210394
+    - 
+      positions: [-0.9286912346618923, -0.5457678165005181, -0.18268027216565588, -2.5396571848466545, -2.3538181763271755, -1.0612936664171055]
+      velocities: [-0.07016228628844665, -0.1680879748670318, 0.24925525374958957, -0.11325965090446719, -0.014395808719508185, -0.18031232632376654]
+      accelerations: [0.02035691157834838, 0.004702847168761989, -1.2640995086659394e-14, 0.046047327173590044, 0.000862481597763345, 0.006673519430074349]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 589600637
+    - 
+      positions: [-0.9289992244078147, -0.5465060933451886, -0.18158542473390696, -2.5401542309121004, -2.3538814012366545, -1.0620856194119452]
+      velocities: [-0.07007294782235732, -0.16806733149299094, 0.24925525374958962, -0.11305749952076191, -0.014392106985702879, -0.18028292268344587]
+      accelerations: [0.020321048987115165, 0.004696578924822554, 4.4220988972408654e-14, 0.04599707064104967, 0.0008230168339448141, 0.006714654457963811]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 593993112
+    - 
+      positions: [-0.9293069785935508, -0.5472446553927733, -0.18049001987023605, -2.540650641906389, -2.3539446424452586, -1.0628778459722799]
+      velocities: [-0.06998372125315132, -0.16804670510315445, 0.24925525374958976, -0.11285546604497496, -0.014388576831193621, -0.1802533229224078]
+      accelerations: [0.020285287830817587, 0.0046903345755055035, 1.26281327840019e-14, 0.04594682836571399, 0.0007835394805279039, 0.006755959380860567]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 598387823
+    - 
+      positions: [-0.9296144976821122, -0.5479835035173082, -0.1793940562516864, -2.5411464180423207, -2.3540079007681, -1.0636703460583394]
+      velocities: [-0.06989460617102128, -0.1680260955810029, 0.24925525374958993, -0.1126535505290944, -0.014385218327223503, -0.18022352640957906]
+      accelerations: [0.020249635577177745, 0.004684120743586822, 6.310844291634826e-14, 0.04589653958034779, 0.000744120752850444, 0.006797281277550803]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 602784776
+    - 
+      positions: [-0.929921782135304, -0.548722638595257, -0.1782975325505252, -2.541641559533246, -2.3540711770212916, -1.0644631196307108]
+      velocities: [-0.06980560217439158, -0.1680055028163225, 0.24925525374958984, -0.11245175296838264, -0.014382031615257435, -0.1801935323629695]
+      accelerations: [0.020214080767672008, 0.004677927861659664, -1.0722950304314813e-13, 0.04584629078574308, 0.0007046577635104574, 0.006838840936222108]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 607183976
+    - 
+      positions: [-0.9302288324141923, -0.5494620615063093, -0.17720044743333074, -2.542136066591792, -2.3541344720239996, -1.0652561666467062]
+      velocities: [-0.06971670886916402, -0.1679849267045681, 0.24925525374958957, -0.11225007330890012, -0.014379016898703662, -0.18016333986865585]
+      accelerations: [0.020178631205523503, 0.004671762838113528, -1.2608773965718965e-14, 0.04579601780881087, 0.0006652254656029237, 0.006880476858579259]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 611585429
+    - 
+      positions: [-0.9305356489787666, -0.550201773132817, -0.1761027995616243, -2.5426299394308014, -2.3541977865969645, -1.0660494870630062]
+      velocities: [-0.0696279258462113, -0.1679643671277001, 0.24925525374958957, -0.11204851162397761, -0.014376174233331741, -0.18013294832956106]
+      accelerations: [0.020143285670809623, 0.0046656248208137505, 1.8903455253785208e-14, 0.045745726908615655, 0.0006258162811656205, 0.006922205747000982]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 615989139
+    - 
+      positions: [-0.9308422322879769, -0.550941774359866, -0.17500458759178536, -2.5431231782632415, -2.354261121562662, -1.0668430808353773]
+      velocities: [-0.0695392527010747, -0.16794382397109678, 0.24925525374958968, -0.11184706795918162, -0.014373503710116815, -0.18010235707312205]
+      accelerations: [0.020108043012872296, 0.004659513027376649, 3.1489560600655326e-14, 0.045695424433222144, 0.0005864220073828319, 0.006964044534307365]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 620395112
+    - 
+      positions: [-0.9311485827997721, -0.55168206607535, -0.17390581017495896, -2.543615783302107, -2.3543244777454744, -1.0676369479183887]
+      velocities: [-0.06945068903755498, -0.16792329712646537, 0.24925525374958973, -0.11164574230374125, -0.014371005490667502, -0.18007156527592408]
+      accelerations: [0.020072900383149416, 0.004653425287436262, -1.888400423258341e-14, 0.04564512956783297, 0.0005470190300629472, 0.007006044033653354]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 624803354
+    - 
+      positions: [-0.9314547009712083, -0.5524226491701623, -0.17280646595682964, -2.5441077547601365, -2.354387855972173, -1.0684310882645651]
+      velocities: [-0.06936223446088563, -0.16790278648622947, 0.24925525374958984, -0.11144453464239376, -0.014368679746117786, -0.18004057209367924]
+      accelerations: [0.020037859729462724, 0.004647363367384192, 6.920561572544141e-14, 0.04559482510443314, 0.0005076269082460407, 0.007048162126116874]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 629213869
+    - 
+      positions: [-0.9317605872583603, -0.5531635245380601, -0.17170655357776757, -2.5445990928500657, -2.354451257071539, -1.0692255018250747]
+      velocities: [-0.0692738885699801, -0.16788229193661697, 0.24925525374958962, -0.11124344502007552, -0.014366526578411067, -0.180009376831595]
+      accelerations: [0.020002921721733978, 0.004641328231959273, -1.5720416776292454e-13, 0.045544500898573995, 0.00046825772684448453, 0.00709037236031772]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 633626665
+    - 
+      positions: [-0.9320662421162723, -0.5539046930755795, -0.17060607167292213, -2.545089797784771, -2.3545146818741296, -1.0700201885501537]
+      velocities: [-0.06918565096214843, -0.16786181336174738, 0.24925525374958946, -0.11104247350542054, -0.014364546063624885, -0.17997797885047173]
+      accelerations: [0.019968086168301674, 0.004635319790782409, 8.170382173110422e-14, 0.0454941563414235, 0.000428911356428345, 0.007132675290690673]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 638041745
+    - 
+      positions: [-0.9323716659989596, -0.5546461556820534, -0.16950501887219394, -2.5455798697772813, -2.354578131212294, -1.0708151483890942]
+      velocities: [-0.06909752124689733, -0.1678413506559288, 0.24925525374958973, -0.11084162007513869, -0.014362738392235418, -0.17994637726536222]
+      accelerations: [0.01993334748706055, 0.004629333439197718, 3.1408237796990846e-14, 0.04544383364392992, 0.0003895363626129835, 0.007175180927700256]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 642459115
+    - 
+      positions: [-0.9326768593596385, -0.5553879132600165, -0.16840339379976163, -2.546069309040151, -2.3546416059212105, -1.0716103812884157]
+      velocities: [-0.06900949903004636, -0.1678209037094588, 0.24925525374958993, -0.11064088474425054, -0.014361103711714337, -0.17991457128404828]
+      accelerations: [0.019898712677949047, 0.004623375516992549, 6.278381285172544e-14, 0.045393473208825724, 0.0003502039076269622, 0.007217736520175891]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 646878782
+    - 
+      positions: [-0.9329818226504116, -0.5561299667146704, -0.16730119507468802, -2.5465581157863393, -2.354705106837474, -1.0724058871943836]
+      velocities: [-0.06892158390862925, -0.16780047240428086, 0.2492552537495899, -0.11044026760955652, -0.014359642073886545, -0.17988256032022965]
+      accelerations: [0.019864178472117775, 0.004617443386455239, -7.530132636744374e-14, 0.045343097586877004, 0.0003108863844809538, 0.007260400848261282]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 651300749
+    - 
+      positions: [-0.9332865563223932, -0.5568723169541065, -0.1661984213106617, -2.5470462902288733, -2.3547686347996577, -1.0732016660520265]
+      velocities: [-0.06883377549287822, -0.1677800566333131, 0.2492552537495899, -0.11023976866867738, -0.014358353653638314, -0.17985034352331916]
+      accelerations: [0.019829741919081954, 0.004611534639182231, 6.899018812064957e-14, 0.04529272908055409, 0.00027155597317362533, 0.007303233963759217]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 655725024
+    - 
+      positions: [-0.9335910608258341, -0.5576149648895381, -0.1650950711157172, -2.547533832580521, -2.3548321906488834, -1.0739977178041384]
+      velocities: [-0.06874607339021857, -0.16775965628634917, 0.24925525374958996, -0.11003938795040105, -0.014357238591584843, -0.17981792011647507]
+      accelerations: [0.019795406988580178, 0.0046056530155758925, -4.3879888729264357e-14, 0.04524233126280061, 0.0002322562500394602, 0.007346141706733802]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 660151612
+    - 
+      positions: [-0.9338953366099296, -0.5583579114349702, -0.16399114309261192, -2.548020743054324, -2.3548957752279565, -1.0747940423928253]
+      velocities: [-0.068658477207982, -0.16773927125247604, 0.2492552537495898, -0.10983912549313643, -0.014356297020043905, -0.17978528934052634]
+      accelerations: [0.019761169507307236, 0.0045997950161019135, -3.132635633122964e-14, 0.045191936166224696, 0.0001929476748111951, 0.007389209431908144]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 664580518
+    - 
+      positions: [-0.9341993841229974, -0.5591011575075241, -0.16288663583844154, -2.5485070218631263, -2.3549593893821723, -1.0755906397580854]
+      velocities: [-0.06857098655098473, -0.16771890141795712, 0.24925525374958965, -0.10963898136559855, -0.014355529036954355, -0.1797524505109957]
+      accelerations: [0.019727034534680235, 0.004593965332134348, -2.504792989216966e-14, 0.04514149807912271, 0.00015368554194685185, 0.007432317358257771]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 669011747
+    - 
+      positions: [-0.9345032038122341, -0.5598447040270156, -0.1617815479451256, -2.548992669220244, -2.3550230339582128, -1.076387509839786]
+      velocities: [-0.06848360102908817, -0.16769854667277861, 0.2492552537495895, -0.10943895560292541, -0.014354934784828528, -0.17971940284789814]
+      accelerations: [0.019692994489347814, 0.004588157513199714, -3.1293445707475795e-14, 0.04509107783232646, 0.00011439472265299986, 0.007475627560092986]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 673445306
+    - 
+      positions: [-0.9348067961240492, -0.5605885519165557, -0.16067587799869787, -2.549477685338569, -2.355086709805672, -1.0771846525749667]
+      velocities: [-0.068396320258845, -0.1676782069123101, 0.24925525374958965, -0.10923904819266333, -0.014354514467905605, -0.17968614543743944]
+      accelerations: [0.01965905368259227, 0.004582375498789521, 8.75754776293553e-14, 0.04504063604685966, 7.512275415265283e-05, 0.007519037574436521]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 677881201
+    - 
+      positions: [-0.935110161503857, -0.5613327021021933, -0.15956962457971793, -2.5499620704311488, -2.3551504177761093, -1.0779820678995304]
+      velocities: [-0.06830914384396693, -0.16765788201993906, 0.2492552537495898, -0.10903925923868953, -0.014354268150909568, -0.1796526776668918]
+      accelerations: [0.019625213347664372, 0.004576620672840069, -2.500835526218097e-14, 0.04499015961388183, 3.588529338836639e-05, 0.007562513292089416]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 682319436
+    - 
+      positions: [-0.9354133003960087, -0.5620771555128036, -0.15846278626339239, -2.5504458247113773, -2.3552141587227426, -1.0787797557488044]
+      velocities: [-0.06822207139578992, -0.16763757188510114, 0.24925525374958973, -0.10883958878971148, -0.014354195969384323, -0.17961899877160198]
+      accelerations: [0.01959146856920936, 0.004570888843947613, 0.0, 0.04493968650719057, -3.3649791306975175e-06, 0.007606156540907824]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 686760017
+    - 
+      positions: [-0.9357162132440036, -0.5628219130804722, -0.15735536161912073, -2.5509289483924333, -2.3552779335014167, -1.0795777160558362]
+      velocities: [-0.06813510252748543, -0.1676172763981776, 0.24925525374958973, -0.10864003688934974, -0.014354298068065187, -0.17958510796702892]
+      accelerations: [0.019557823186327334, 0.004565183694434076, 6.245470197547337e-15, 0.04488918104736592, -4.258463659209204e-05, 0.007649873714158941]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 691202951
+    - 
+      positions: [-0.9360189004903006, -0.5635669757401692, -0.15624734921086866, -2.551411441687807, -2.355341742969735, -1.0803759487529456]
+      velocities: [-0.06804823685524364, -0.16759699545177295, 0.24925525374958973, -0.10844060356261179, -0.014354574618483384, -0.1795510044103815]
+      accelerations: [0.01952427175611676, 0.0045595004627672405, -1.2484307999275628e-14, 0.04483868724595509, -8.182885925815045e-05, 0.007693783769864616]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 695648243
+    - 
+      positions: [-0.9363213625765597, -0.5643123444301942, -0.15513874759664037, -2.551893304810647, -2.355405587988191, -1.0811744537697296]
+      velocities: [-0.06796147399092031, -0.16757672893399253, 0.24925525374958968, -0.10824128887897738, -0.014355025740555631, -0.17951668737060622]
+      accelerations: [0.019490821421817562, 0.004553845851052706, -6.238833193782275e-15, 0.044788141090185724, -0.00012101899626459763, 0.007737716737301408]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 700095899
+    - 
+      positions: [-0.9366235999433005, -0.5650580200915727, -0.15402955532917478, -2.552374537974709, -2.3554694694185825, -1.0819732310358947]
+      velocities: [-0.06787481354418254, -0.16755647673017646, 0.24925525374958968, -0.10804209293768513, -0.014355651519428393, -0.17948215619214275]
+      accelerations: [0.01945746578167025, 0.004548214321062524, 6.235507769041648e-15, 0.044737593195588954, -0.0001602177737184364, 0.007781807812283902]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 704545925
+    - 
+      positions: [-0.93692561303018, -0.5658040036685621, -0.15291977095535145, -2.5528551413936005, -2.355533388125296, -1.0827722804789865]
+      velocities: [-0.06778825513688533, -0.16753623873612244, 0.24925525374958987, -0.10784301574196609, -0.0143564521635733, -0.17944740995304714]
+      accelerations: [0.019424205509862263, 0.004542606626745532, 7.478613255654501e-14, 0.04468703611076436, -0.00019941764528840883, 0.00782604078392805]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 708998326
+    - 
+      positions: [-0.9372274022759586, -0.566550296108607, -0.1518093930162298, -2.5533351152808956, -2.3555973449751666, -1.0835716020246544]
+      velocities: [-0.06770179838167478, -0.1675160148388049, 0.24925525374958993, -0.1076440573817104, -0.014357427776862785, -0.1794124479568232]
+      accelerations: [0.0193910438226479, 0.004537025896928018, -4.9830744117154244e-14, 0.04463643833992459, -0.00023857887991744718, 0.00787032975785825]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 713453109
+    - 
+      positions: [-0.9375289681183308, -0.5672968983620393, -0.15069842004739809, -2.5538144598505967, -2.355661340836681, -1.084371195598078]
+      velocities: [-0.0676154428954206, -0.167495804928107, 0.2492552537495898, -0.10744521792019773, -0.014358578498755409, -0.17937726943085758]
+      accelerations: [0.019357975363057896, 0.004531467615740011, -1.2451007324563532e-14, 0.04458584332056587, -0.00027775690009112445, 0.007914793981763816]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 717910278
+    - 
+      positions: [-0.9378303109941676, -0.568043811382528, -0.14958685057843327, -2.5542931753164915, -2.3557253765811175, -1.0851710611219632]
+      velocities: [-0.0675291882939888, -0.16747560889275645, 0.24925525374958984, -0.10724649743708764, -0.014359904451997002, -0.17934187363864718]
+      accelerations: [0.019325005689451443, 0.004525936732718489, 3.7332957867595107e-14, 0.04453520029548652, -0.0003168885422162118, 0.007959297277699118]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 722369841
+    - 
+      positions: [-0.9381314313392428, -0.568791036126598, -0.14847468313346515, -2.554771261892905, -2.3557894530812686, -1.0859711985188163]
+      velocities: [-0.0674430342013882, -0.16745542662788265, 0.2492552537495898, -0.10704789595169382, -0.014361405838509284, -0.1793062596721106]
+      accelerations: [0.01929212534836816, 0.004520425348692994, -6.218810949316831e-14, 0.04448458704467515, -0.00035607214931750923, 0.008004051855933137]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 726831803
+    - 
+      positions: [-0.9384323295886651, -0.569538573554416, -0.1473619162302362, -2.5552487197935423, -2.355853571213464, -1.086771607707371]
+      velocities: [-0.06735698023817396, -0.16743525802496262, 0.24925525374958976, -0.10684941352012509, -0.014363082817220024, -0.17927042671634513]
+      accelerations: [0.019259345089983632, 0.004514942914981188, 4.972366051727669e-14, 0.044433909312605206, -0.0003951898509079372, 0.008048802980241949]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 731296170
+    - 
+      positions: [-0.9387330061763628, -0.5702864246288784, -0.1462485483811741, -2.5557255492328914, -2.355917731855171, -1.087572288606861]
+      velocities: [-0.06727102601446643, -0.16741510296574696, 0.24925525374958976, -0.10665105029791375, -0.014364935424647129, -0.17923437422114585]
+      accelerations: [0.019226658598941942, 0.004509484258372331, -4.969679584235211e-14, 0.04438321680238475, -0.0004343043654863975, 0.008093685922709535]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 735762948
+    - 
+      positions: [-0.9390334615353629, -0.5710345903161165, -0.14513457809278832, -2.556201750425479, -2.35598193588629, -1.0883732411347353]
+      velocities: [-0.06718517115258739, -0.1673949613420757, 0.24925525374958973, -0.1064528063450128, -0.014366963820649704, -0.17919810136988232]
+      accelerations: [0.019194066478491655, 0.004504049947355924, 4.3461156791138775e-14, 0.0443325026745137, -0.000473407983316801, 0.008138684028799846]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 740232143
+    - 
+      positions: [-0.9393336960977571, -0.571783071585454, -0.14402000386571148, -2.556677323585975, -2.3560461841890086, -1.0891744652069328]
+      velocities: [-0.0670994152777839, -0.16737483304786, 0.2492552537495898, -0.10625468170310419, -0.014369168192005812, -0.179161607287309]
+      accelerations: [0.01916156657077433, 0.004498638405467889, -2.4821476660131782e-14, 0.04428178192915133, -0.000512520149859543, 0.008183839304946618]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 744703760
+    - 
+      positions: [-0.9396337102947888, -0.5725318694095725, -0.14290482419449538, -2.5571522689289674, -2.3561104776482122, -1.0899759607371615]
+      velocities: [-0.0670137580136228, -0.16735471797493007, 0.2492552537495896, -0.10605667643662134, -0.014371548699731148, -0.1791248911538559]
+      accelerations: [0.019129161538071784, 0.004493252057395766, -6.201996910262879e-14, 0.044231029388294894, -0.0005516095996685392, 0.00822908399236128]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 749177807
+    - 
+      positions: [-0.9399335045567185, -0.5732809847642812, -0.14178903756787556, -2.557626586669337, -2.3561748171508565, -1.0907777276380348]
+      velocities: [-0.06692819898128018, -0.1673346160124477, 0.2492552537495896, -0.10585879064007435, -0.014374105470400557, -0.17908795222464485]
+      accelerations: [0.019096849542675227, 0.004487889589693584, 6.198619908764715e-14, 0.04418025678615395, -0.0005906918985204704, 0.008274451596713287]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 753654289
+    - 
+      positions: [-0.940233079312894, -0.5740304186286521, -0.14067264246860595, -2.558100277022081, -2.356239203586298, -1.091579765820493]
+      velocities: [-0.0668427378011276, -0.16731452704821817, 0.2492552537495898, -0.10566102442346795, -0.014376838613554571, -0.1790507897917062]
+      accelerations: [0.019064632535429605, 0.004482552836853912, 3.097619074685683e-14, 0.04412944550868143, -0.0006297436096227199, 0.00831989135240201]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 758133212
+    - 
+      positions: [-0.9405324349916493, -0.5747801719848504, -0.1395556373736501, -2.5585733402025905, -2.356303637845824, -1.0923820751946571]
+      velocities: [-0.06675737409820873, -0.1672944509736572, 0.24925525374958987, -0.10546337786429325, -0.014379748282941744, -0.17901340305106594]
+      accelerations: [0.019032506234964476, 0.004477238269470006, 0.0, 0.04407862870680305, -0.0006688076177421419, 0.008365496054199962]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 762614583
+    - 
+      positions: [-0.9408315720204945, -0.5755302458184897, -0.13843802075375358, -2.559045776426155, -2.3563681208235496, -1.0931846556682456]
+      velocities: [-0.06667210750375904, -0.16727438768510242, 0.24925525374958984, -0.10526585099454927, -0.014382834694429986, -0.17897579106414885]
+      accelerations: [0.01900047191133709, 0.004471947136588764, -1.2376920618835038e-14, 0.04402779354215317, -0.0007078684652783167, 0.008411232128600106]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 767098406
+    - 
+      positions: [-0.9411304908260489, -0.5762806411185266, -0.13731979107355782, -2.559517585908156, -2.3564326534161113, -1.093987507147137]
+      velocities: [-0.06658693763482584, -0.16725433706569953, 0.2492552537495897, -0.10506844397815465, -0.01438609789787607, -0.17893795325220746]
+      accelerations: [0.018968534378525647, 0.004466683990042683, -4.9480513647852224e-14, 0.0439768940363361, -0.0007468672701886649, 0.00845697181133045]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 771584690
+    - 
+      positions: [-0.9414291918337878, -0.5770313588768008, -0.13620094679214492, -2.559988768864748, -2.356497236521463, -1.0947906295375223]
+      velocities: [-0.06650186412178162, -0.16723429900978748, 0.24925525374958984, -0.10487115687194935, -0.01438953808372255, -0.17889988873157386]
+      accelerations: [0.018936682639766896, 0.004461439205712517, 1.0508827606568082e-13, 0.04392602392310186, -0.0007859252818972086, 0.008502977930020224]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 776073439
+    - 
+      positions: [-0.9417276754685708, -0.5777824000890235, -0.13508148636184736, -2.560459325511463, -2.356561871041396, -1.0955940227414398]
+      velocities: [-0.06641688659406174, -0.16721427341042383, 0.2492552537495899, -0.10467398974824452, -0.014393155425654879, -0.1788615966548659]
+      accelerations: [0.01890492785788476, 0.004456222891004975, -6.796083330852585e-14, 0.043875082628080174, -0.0008249135309490631, 0.008548970730145381]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 780564660
+    - 
+      positions: [-0.9420259421540836, -0.5785337657537597, -0.1339614082294567, -2.5609292560647106, -2.3566265578788834, -1.0963976866615148]
+      velocities: [-0.06633200467485925, -0.16719426015458522, 0.24925525374958968, -0.10447694274283198, -0.014396950018786082, -0.17882307634487205]
+      accelerations: [0.018873261410929723, 0.004451027567528182, -3.704908212937288e-14, 0.04382414244030058, -0.0008639256403875079, 0.008595153204092086]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 785058359
+    - 
+      positions: [-0.9423239923132467, -0.579285456873194, -0.13284071083530183, -2.5613985607406966, -2.3566912979400314, -1.0972016211974998]
+      velocities: [-0.0662472179980562, -0.16717425913817052, 0.24925525374958965, -0.10428001590530075, -0.014400922072990166, -0.17878432687532286]
+      accelerations: [0.018841686913583146, 0.00444585665465998, 2.4685726519292423e-14, 0.043773169504655, -0.0009029188147294341, 0.008641432458000912]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 789554542
+    - 
+      positions: [-0.9426218263680302, -0.5800374744528033, -0.13171939261362858, -2.561867239755932, -2.3567560921332062, -1.0980058262478463]
+      velocities: [-0.06616252618461557, -0.16715427024480786, 0.2492552537495898, -0.10408320940908389, -0.0144050716405115, -0.17874534766205336]
+      accelerations: [0.018810206254981702, 0.004440712108271959, 3.084005693911148e-14, 0.043722142615277675, -0.0009418654234143828, 0.008687748330692397]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 794053217
+    - 
+      positions: [-0.9429194447393384, -0.5807898195011464, -0.1305974519928495, -2.562335293327545, -2.356820941368471, -1.0988103017107171]
+      velocities: [-0.06607792887292926, -0.16713429337327435, 0.24925525374958973, -0.10388652328105832, -0.014409398967103512, -0.17870613770072646]
+      accelerations: [0.018778809553596607, 0.004435585154331745, -4.315210397963289e-14, 0.043671148156912115, -0.000980878811362392, 0.008734346887899818]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 798554388
+    - 
+      positions: [-0.9432168478475002, -0.5815424930307985, -0.1294748873944099, -2.562802721671992, -2.3568858465599587, -1.0996150474797866]
+      velocities: [-0.06599342569199337, -0.16711432841354878, 0.24925525374958976, -0.10368995763790936, -0.014413904185368443, -0.17866669623209785]
+      accelerations: [0.018747510614975125, 0.004430488388429459, 4.9289250426763873e-14, 0.04362005989661208, -0.0010197950898697186, 0.008780872370038386]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 803058063
+    - 
+      positions: [-0.9435140361115624, -0.5822954960570432, -0.12835169723435297, -2.563269525006948, -2.356950808622472, -1.100420063450297]
+      velocities: [-0.06590901626722934, -0.16709437525165596, 0.24925525374958982, -0.10349351263883395, -0.014418587375449618, -0.1786270226112391]
+      accelerations: [0.01871629698400526, 0.004425410891524631, -2.4630885754621877e-14, 0.0435689851903186, -0.001058754490823464, 0.008827628778034556]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 807564247
+    - 
+      positions: [-0.9438110099498991, -0.5830488295990188, -0.1272278799219348, -2.563735703549695, -2.357015828474419, -1.101225349513859]
+      velocities: [-0.06582470023970691, -0.16707443378707448, 0.2492552537495899, -0.10329718831054366, -0.01442344879357798, -0.17858711581047365]
+      accelerations: [0.018685173918594724, 0.004420357521178204, 6.769709843448719e-14, 0.04351787557221056, -0.0010976946974468997, 0.008874481257568633]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 812072948
+    - 
+      positions: [-0.9441077697799416, -0.5838024946792323, -0.1261034338601973, -2.5642012575178494, -2.357080907036528, -1.1020309055607456]
+      velocities: [-0.0657404772369081, -0.1670545039066183, 0.2492552537495899, -0.103100984809401, -0.014428488529715167, -0.17854697516253915]
+      accelerations: [0.018654141946020986, 0.004415328956346538, -6.765920704459928e-14, 0.04346672199720274, -0.001136603915704352, 0.008921403802607556]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 816584171
+    - 
+      positions: [-0.9444043160181332, -0.5845564923234821, -0.12497835744605738, -2.5646661871295002, -2.3571460452316138, -1.1028367314803282]
+      velocities: [-0.06565634689087513, -0.1670345855007628, 0.2492552537495898, -0.10290490225990526, -0.014433706718220418, -0.17850659990443146]
+      accelerations: [0.018623198273021085, 0.0044103228085742244, 6.147387411802734e-15, 0.04341554770622768, -0.0011755133395723284, 0.008968464038285434]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 821097923
+    - 
+      positions: [-0.9447006490800622, -0.5853108235611245, -0.12385264906997671, -2.5651304926028566, -2.357211243985243, -1.103642827159909]
+      velocities: [-0.06557230883868169, -0.16701467846374135, 0.24925525374958982, -0.10270894074901862, -0.01443910354673059, -0.17846598915673367]
+      accelerations: [0.018592343216985312, 0.004405339715035557, 1.22878657740974e-14, 0.04336434614513709, -0.0012144150852581139, 0.00901564506331719]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 825614211
+    - 
+      positions: [-0.9449967693804318, -0.5860654894250263, -0.12272630711600804, -2.5655941741563493, -2.357276504225584, -1.1044491924849993]
+      velocities: [-0.06548836271368152, -0.1669947826860071, 0.24925525374958987, -0.10251310040548718, -0.014444679150568596, -0.17842514215323274]
+      accelerations: [0.018561577863108594, 0.004400380627902987, 1.2280946836692452e-14, 0.04331310540430125, -0.0012532935500022763, 0.00906291273911396]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 830133040
+    - 
+      positions: [-0.9452926773329939, -0.5868204909514585, -0.12159932996191916, -2.5660572320088084, -2.357341826883093, -1.1052558273398976]
+      velocities: [-0.0654045081542252, -0.16697489806201513, 0.2492552537495898, -0.10231738132027349, -0.014450433718375889, -0.1783840580120138]
+      accelerations: [0.018530898670251348, 0.004395442739100725, -4.29590629553403e-14, 0.04326185415488894, -0.001292187609441601, 0.009110351491071223]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 834654418
+    - 
+      positions: [-0.9455883733507183, -0.5875758291804238, -0.12047171597878416, -2.5665196663790324, -2.3574072128913444, -1.1060627316062261]
+      velocities: [-0.06532074479366112, -0.16695502448106886, 0.24925525374958962, -0.1021217836395738, -0.014456367368951298, -0.1783427360026254]
+      accelerations: [0.01850031114540151, 0.004390531048299009, -3.6801237609794475e-14, 0.04321053936389135, -0.001331027204078616, 0.009157809051181416]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 839178350
+    - 
+      positions: [-0.9458838578454943, -0.588331505155108, -0.11934346353164511, -2.566981477486587, -2.3574726631855722, -1.1068699051655406]
+      velocities: [-0.06523707226669496, -0.16693516183322551, 0.2492552537495897, -0.10192630750480619, -0.014462480230302728, -0.17830117537440066]
+      accelerations: [0.01846980894014106, 0.00438564013843946, 7.356078277239709e-14, 0.043159216225659096, -0.0013698861356476928, 0.009205445694844383]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 843704845
+    - 
+      positions: [-0.9461791312284484, -0.5890875199224939, -0.11821457097875498, -2.567442665550973, -2.3575381787042367, -1.1076773478965616]
+      velocities: [-0.0651534902151582, -0.16691531001442378, 0.24925525374958984, -0.1017309529997249, -0.014468772510031435, -0.17825937520318746]
+      accelerations: [0.01843939500583735, 0.004380772739357986, -1.2253171739037962e-14, 0.04310785510404185, -0.0014087254880065928, 0.00925317697008665]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 848233907
+    - 
+      positions: [-0.9464741939097802, -0.5898438745330665, -0.11708503667192897, -2.5679032307920746, -2.357603760388219, -1.10848505967662]
+      velocities: [-0.06506999827500476, -0.16689546891485343, 0.24925525374958962, -0.10153572026999527, -0.014475244337298455, -0.17821733473521612]
+      accelerations: [0.01840906874320577, 0.004375928575833058, -7.960031957440506e-14, 0.04305645832975168, -0.0014475491913740492, 0.009301011117197437]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 852765544
+    - 
+      positions: [-0.9467690462987793, -0.5906005700408571, -0.11595485895648235, -2.568363173430125, -2.3576694091809194, -1.1092930403815024]
+      velocities: [-0.06498659608935603, -0.16687563843047562, 0.24925525374958965, -0.10134060940404889, -0.014481895920799941, -0.17817505304366957]
+      accelerations: [0.018378827342845995, 0.004371105290030312, 8.567456978268238e-14, 0.04300504888614009, -0.0014863880931788882, 0.009349015345660626]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 857299762
+    - 
+      positions: [-0.9470636888039616, -0.5913576075037166, -0.1148240361708881, -2.568822493685358, -2.357735126028922, -1.1101012898842815]
+      velocities: [-0.0649032832928163, -0.16685581844922984, 0.24925525374958976, -0.10114562057721527, -0.0144887273552031, -0.1781325294490379]
+      accelerations: [0.018348677124532847, 0.004366308690135486, -3.669670634037317e-14, 0.04295356554105084, -0.001525160751999708, 0.00939701249765815]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 861836568
+    - 
+      positions: [-0.947358121832722, -0.5921149879826662, -0.11369256664756365, -2.5692811917789338, -2.357800911880288, -1.1109098080583664]
+      velocities: [-0.06482005952553899, -0.16683600886331107, 0.24925525374958968, -0.10095075392160385, -0.01449573879749798, -0.17808976313644337]
+      accelerations: [0.01831860908129677, 0.004361531007584069, 0.0, 0.04290208863417052, -0.0015639757412720709, 0.009445238444049046]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 866375969
+    - 
+      positions: [-0.9476523457917992, -0.5928727125427995, -0.1125604487117562, -2.5697392679317264, -2.3578667676868674, -1.1117185947734127]
+      velocities: [-0.06473692442913723, -0.16681620956589488, 0.24925525374958984, -0.10075600956402342, -0.014502930413649376, -0.17804675327071373]
+      accelerations: [0.018288631326830514, 0.004356779487890824, 7.941847929575047e-14, 0.04285054027297599, -0.0016027281799167353, 0.009493465466458411]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 870917971
+    - 
+      positions: [-0.9479463610868325, -0.5936307822524501, -0.11142768068255812, -2.5701967223655013, -2.3579326944020926, -1.1125276498992567]
+      velocities: [-0.06465387764496404, -0.16679642044951154, 0.2492552537495899, -0.10056138764029512, -0.014510302361565752, -0.17800349903407078]
+      accelerations: [0.01825873562159508, 0.004352047087223876, -6.716164665076463e-14, 0.042798994404678374, -0.0016415190163017671, 0.009541912566065089]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 875462582
+    - 
+      positions: [-0.9482401681227903, -0.5943891981840288, -0.11029426087186743, -2.570653555301798, -2.3579986929831334, -1.113336973302107]
+      velocities: [-0.06457091882001367, -0.16677664141089313, 0.24925525374958957, -0.10036688824295056, -0.014517854861273053, -0.17795999947354416]
+      accelerations: [0.018228927472373143, 0.004347338910260124, -6.712298578435353e-14, 0.04274739622638847, -0.0016802743499096371, 0.00959041938699179]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 880009807
+    - 
+      positions: [-0.9485337673036603, -0.5951479614134383, -0.10916018758509899, -2.5711097669627585, -2.358064764389344, -1.114146564847314]
+      velocities: [-0.06448804758883844, -0.16675687233539657, 0.24925525374958968, -0.10017251158940203, -0.014525587965605914, -0.17791625399895555]
+      accelerations: [0.018199206603137306, 0.004342654770398838, 1.0977425835954801e-13, 0.04269574567491237, -0.001718994195748861, 0.009638985736542793]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 884559654
+    - 
+      positions: [-0.9488271590324515, -0.595907073020094, -0.1080254591211539, -2.5715653575711306, -2.3581309095822767, -1.1149564243993662]
+      velocities: [-0.06440526359962194, -0.16673711312004913, 0.24925525374958996, -0.09997825777625216, -0.01453350189547839, -0.17787226165459463]
+      accelerations: [0.01816956705298986, 0.00433798963607326, 6.095045104823057e-15, 0.04264409601185076, -0.0017577521134195947, 0.009687771592052734]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 889112130
+    - 
+      positions: [-0.949120343711506, -0.5966665340875422, -0.1068900737716458, -2.5720203273494606, -2.3581971295272637, -1.1157665518190962]
+      velocities: [-0.06432256649842166, -0.16671736365939757, 0.24925525374958973, -0.09978412692798311, -0.01454159683704804, -0.1778280215596651]
+      accelerations: [0.018140015467711094, 0.004333349539723152, -9.137272788870398e-14, 0.04259238180609072, -0.0017964589555695195, 0.009736583147698843]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 893667241
+    - 
+      positions: [-0.9494133217421253, -0.5974263457027505, -0.10575402982176835, -2.5724746765210873, -2.358263425191533, -1.1165769469670432]
+      velocities: [-0.06423995592319476, -0.16669762384018585, 0.24925525374958937, -0.09959011925466366, -0.014549872862370073, -0.17778353308174494]
+      accelerations: [0.018110548517194663, 0.004328731789612008, -7.305576193737168e-14, 0.04254063097685502, -0.001835153414688428, 0.00978550415795806]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 898224994
+    - 
+      positions: [-0.9497060935247353, -0.5981865089564384, -0.10461732554987944, -2.572928405309717, -2.3583297975450477, -1.117387609701982]
+      velocities: [-0.06415743152664491, -0.16667789356205454, 0.24925525374958934, -0.09939623483355914, -0.014558330228941964, -0.17773879518409919]
+      accelerations: [0.018081162813353306, 0.004324133329047679, 5.475995998658008e-14, 0.042488873977772436, -0.0018738778618706065, 0.00983462738461241]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 902785397
+    - 
+      positions: [-0.9499986594590668, -0.5989470249434541, -0.1034799592270267, -2.573381513938965, -2.358396247561428, -1.1181985398792964]
+      velocities: [-0.06407499294807531, -0.1666581727119804, 0.24925525374958957, -0.09920247387842959, -0.014566969009684547, -0.17769380723139072]
+      accelerations: [0.0180518673738925, 0.004319562678975383, 4.2566262851438754e-14, 0.04243702059515235, -0.0019125086687724693, 0.00988368313024504]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 907348455
+    - 
+      positions: [-0.9502910199436365, -0.599707894761763, -0.10234192911818919, -2.5738340026337245, -2.3584627762153216, -1.1190097373556733]
+      velocities: [-0.06399263983932502, -0.16663846118777126, 0.2492552537495898, -0.09900883649031206, -0.014575789436578654, -0.17764856824136224]
+      accelerations: [0.018022647446597533, 0.004315006487686623, 6.077344232489245e-14, 0.04238521049177654, -0.0019512387824867222, 0.00993309205611167]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 911914177
+    - 
+      positions: [-0.9505831753765616, -0.6004691195140719, -0.1012032334802589, -2.574285871618047, -2.358529384486552, -1.119821201981745]
+      velocities: [-0.06391037184688553, -0.16661875888207714, 0.24925525374958984, -0.0988153228289313, -0.014584791662696023, -0.17760307740341527]
+      accelerations: [0.017993519871697505, 0.0043104802712136655, -4.251652023585164e-14, 0.042333278446582676, -0.0019898404450468406, 0.009982357545452417]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 916482569
+    - 
+      positions: [-0.9508751261546019, -0.6012307003059542, -0.10006387056435484, -2.574737121117652, -2.35859607335525, -1.1206329336107586]
+      velocities: [-0.06382818861468406, -0.1665990656843982, 0.24925525374958984, -0.09862193308848428, -0.014593975797653796, -0.17755733400158125]
+      accelerations: [0.017964468696384454, 0.004305969812069397, 4.856182239847285e-14, 0.042281374607423296, -0.0020285219461515062, 0.010031933592144058]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 921053637
+    - 
+      positions: [-0.951166872674041, -0.6019926382476006, -0.09892383861364218, -2.575187751357649, -2.3586628438063415, -1.1214449320906221]
+      velocities: [-0.0637460897944622, -0.16657938149108836, 0.24925525374959004, -0.09842866739497663, -0.014603342048333303, -0.17751133710685052]
+      accelerations: [0.017935506199627478, 0.004301486231878571, 3.63999708253928e-14, 0.04222937884863287, -0.002067117341484414, 0.010081458727181093]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 925627390
+    - 
+      positions: [-0.9514584153299862, -0.6027549344524593, -0.09778313586501382, -2.575637762564363, -2.3587296968259968, -1.1222571972702235]
+      velocities: [-0.06366407503450083, -0.166559706194905, 0.2492552537495898, -0.0982355259147428, -0.014612890569160018, -0.17746508590410282]
+      accelerations: [0.01790662137701648, 0.004297019900041684, -1.3945108395384665e-13, 0.04217739367495683, -0.0021057691888433654, 0.01013124341062772]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 930203834
+    - 
+      positions: [-0.9517497545169739, -0.6035175900384431, -0.09664176054757893, -2.5760871549637767, -2.358796633404714, -1.1230697289939773]
+      velocities: [-0.06358214398591437, -0.16654003969045605, 0.24925525374958957, -0.09804250879630004, -0.014622621541597068, -0.1774185795197396]
+      accelerations: [0.017877823742439534, 0.004292579544019148, 4.2416599366122656e-14, 0.04212532452435793, -0.002144346487734869, 0.01018100194471527]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 934782977
+    - 
+      positions: [-0.9520408906284178, -0.6042806061268541, -0.09549971088399307, -2.5765359287829703, -2.3588636545345127, -1.123882527106825]
+      velocities: [-0.06350029629555601, -0.16652038186825038, 0.24925525374958984, -0.09784961623550878, -0.01463253508562549, -0.17737181721241363]
+      accelerations: [0.017849105403139054, 0.004288158142198652, 6.661525814194131e-14, 0.04207324533648833, -0.002182952978336499, 0.010230961146371668]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 939364825
+    - 
+      positions: [-0.952331824057048, -0.6050439838432733, -0.09435698508934134, -2.5769840842489993, -2.3589307612111887, -1.1246955914502406]
+      velocities: [-0.06341853161697047, -0.1665007326242745, 0.2492552537495899, -0.09765684837267692, -0.0146426314011245, -0.17732479806701212]
+      accelerations: [0.017820471080500232, 0.004283760231584714, -3.026172842016036e-14, 0.0420211065713249, -0.002221519519413056, 0.010280969212856605]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 943949385
+    - 
+      positions: [-0.9526225551946228, -0.6058077243169993, -0.09321358137182992, -2.577431621589647, -2.358997954432836, -1.1255089218648884]
+      velocities: [-0.06333684960232955, -0.16648109185273055, 0.24925525374958962, -0.09746420536918188, -0.014652910661966563, -0.17727752122451268]
+      accelerations: [0.01779191640862658, 0.004279381967607053, -1.0282881052400924e-13, 0.041968948638034805, -0.0022601035056075388, 0.0103311523691947]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 948536666
+    - 
+      positions: [-0.9529130844321716, -0.6065718286815525, -0.09206949793214601, -2.5778785410328133, -2.3590652352011054, -1.1263225181883885]
+      velocities: [-0.0632552499010122, -0.16646145944502355, 0.24925525374958957, -0.09727168741975864, -0.014663372998274141, -0.1772299859200689]
+      accelerations: [0.01776344672255916, 0.004275028322000721, 7.858703028211444e-14, 0.041916716725499306, -0.002298628167843967, 0.010381342443818449]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 953126673
+    - 
+      positions: [-0.9532034121596732, -0.6073362980740493, -0.09092473296423251, -2.5783248428073504, -2.3591326045195586, -1.1271363802582701]
+      velocities: [-0.06317373216819494, -0.1664418352971865, 0.24925525374958968, -0.09707929467133189, -0.014674018611368363, -0.17718219123390277]
+      accelerations: [0.017735053917995028, 0.00427069221962634, -2.416621407072703e-14, 0.041864486555013805, -0.0023372009071018995, 0.010431774027717252]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 957719415
+    - 
+      positions: [-0.95349353876651, -0.608101133636125, -0.0897792846541234, -2.578770527141909, -2.3592000633960133, -1.1279505079078196]
+      velocities: [-0.06309229605289915, -0.16642221929920673, 0.24925525374958973, -0.09688702734071669, -0.014684847605675098, -0.17713413645709908]
+      accelerations: [0.017706748528852324, 0.004266383273729476, 4.830356460426882e-14, 0.04181215213731481, -0.002375671854812734, 0.010482119876157443]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 962314898
+    - 
+      positions: [-0.9537834646408413, -0.6088663365126933, -0.08863315118149075, -2.579215594266557, -2.359267612839305, -1.128764900971849]
+      velocities: [-0.06301094121203846, -0.16640261134782838, 0.24925525374958982, -0.09669488557244538, -0.014695860192042453, -0.17708582064751632]
+      accelerations: [0.01767851634645821, 0.004262088845772982, -1.2068664673370418e-14, 0.04175985097758104, -0.002414236764701136, 0.01053280755996287]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 966913130
+    - 
+      positions: [-0.9540731901704249, -0.609631907853618, -0.08748633071753599, -2.5796600444106828, -2.3593352538635615, -1.1295795592791267]
+      velocities: [-0.06292966730623076, -0.16638301134263503, 0.24925525374958962, -0.0965028694821713, -0.014707056625938382, -0.17703724276485283]
+      accelerations: [0.017650369712262026, 0.0042578202435788115, -7.839927924633566e-14, 0.041707458283288354, -0.0024527190053518044, 0.010583451342315196]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 971514118
+    - 
+      positions: [-0.9543627157418788, -0.6103978488122425, -0.08633882142682742, -2.5801038778049032, -2.3594029874843754, -1.1303944826591863]
+      velocities: [-0.06284847397684208, -0.16636341916545477, 0.2492552537495895, -0.09631097938557823, -0.01471843688070432, -0.17698840238480817]
+      accelerations: [0.017622304414982977, 0.004253573792010655, 4.2189629443386667e-14, 0.041655011978446704, -0.0024911721559617633, 0.010634168048258195]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 976117869
+    - 
+      positions: [-0.95465204174091, -0.6111641605458646, -0.08519062146669934, -2.5805470946804845, -2.359470814719986, -1.131209670940252]
+      velocities: [-0.06276736088879661, -0.16634383471874492, 0.2492552537495895, -0.09611921537129922, -0.014730001256785002, -0.1769392983680944]
+      accelerations: [0.017594314182858024, 0.0042493441104369395, -4.8187685760642424e-14, 0.0416025729425508, -0.002529684444267553, 0.010685150578943398]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 980724392
+    - 
+      positions: [-0.954941168552682, -0.6119308442165011, -0.08404172898627199, -2.5809896952684137, -2.3595387365932248, -1.1320251239458021]
+      velocities: [-0.06268632769941218, -0.16632425789781957, 0.24925525374958946, -0.09592757761050386, -0.014741749940275398, -0.17688992982428575]
+      accelerations: [0.017566408338217012, 0.004245139589152097, 2.407930469936583e-14, 0.04155004456807494, -0.002568117635391015, 0.010736096957402857]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 985333693
+    - 
+      positions: [-0.9552300965612409, -0.612697900989743, -0.08289214212789295, -2.5814316798008785, -2.3596067541285115, -1.1328408414999158]
+      velocities: [-0.06260537406171096, -0.1663046885936621, 0.2492552537495896, -0.09573606632579444, -0.014753683047083698, -0.17684029601595896]
+      accelerations: [0.017538579181508657, 0.004240953630503813, 3.6097117640901946e-14, 0.041497501226161415, -0.002606579085318416, 0.010787241604194546]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 989945780
+    - 
+      positions: [-0.9555188261499654, -0.6134653320356831, -0.08174185902595126, -2.581873048510131, -2.3596748683542206, -1.133656823423098]
+      velocities: [-0.06252449963188884, -0.16628512669957485, 0.24925525374958973, -0.09554468171630501, -0.014765800728731005, -0.176790396127178]
+      accelerations: [0.01751083278485526, 0.004236791730193874, 3.006270502141597e-14, 0.04144487892079411, -0.0026449766177800427, 0.010838383328247315]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 994560660
+    - 
+      positions: [-0.9558073577011854, -0.6142331385281603, -0.08059087780782889, -2.582313801629469, -2.3597430803006785, -1.1344730695358463]
+      velocities: [-0.0624437040702455, -0.16626557211221843, 0.24925525374958973, -0.09535342394702245, -0.014778103189960892, -0.17674022922487898]
+      accelerations: [0.017483161053966023, 0.004232646849457236, -3.004445177433585e-14, 0.041392256532049726, -0.002683425054012353, 0.010889772919472076]
+      effort: []
+      time_from_start: 
+        secs: 13
+        nsecs: 999178341
+    - 
+      positions: [-0.95609569159666, -0.6150013216457506, -0.07943919659263333, -2.5827539393920294, -2.3598113910027005, -1.1352895796541693]
+      velocities: [-0.06236298703401168, -0.16624602472501498, 0.24925525374958968, -0.09516229322128225, -0.014790590583403698, -0.17668979448984617]
+      accelerations: [0.017455573159883282, 0.004228527334132125, -6.0052343134925215e-15, 0.041339538744762934, -0.0027217867049914683, 0.010941109385864565]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:   3798830
+    - 
+      positions: [-0.956383828217008, -0.6157698825706243, -0.07828681349263783, -2.583193462032253, -2.359879801496585, -1.136106353594945]
+      velocities: [-0.06228234818103838, -0.16622648443140833, 0.2492552537495897, -0.09497128974435914, -0.014803263061812823, -0.17663909110158613]
+      accelerations: [0.017428059421418982, 0.004224424741814874, 2.400629147359571e-14, 0.04128682012421028, -0.0027601988827824324, 0.010992693087581728]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:   8422135
+    - 
+      positions: [-0.9566717679422813, -0.6165388224897322, -0.07713372661176643, -2.583632369784433, -2.3599483128231493, -1.1369233911705436]
+      velocities: [-0.06220178717675193, -0.16620695113146733, 0.24925525374958968, -0.09478041365071677, -0.014816120884230344, -0.17658811800624663]
+      accelerations: [0.017400625988525504, 0.004220344553003561, -3.598743603919586e-14, 0.04123403690707199, -0.002798569948177351, 0.011044323696153898]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  13048264
+    - 
+      positions: [-0.956959511151583, -0.617308142594052, -0.07597993404654298, -2.584070662883699, -2.3600169260257333, -1.1377406921923947]
+      velocities: [-0.06212130367409098, -0.1661874247134825, 0.24925525374958968, -0.09458966521019495, -0.014829164116088554, -0.1765368745732315]
+      accelerations: [0.01737327186602538, 0.0042162862903037225, 3.59654023031433e-14, 0.04118119443686065, -0.0028369074255867373, 0.01109601740711298]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  17677224
+    - 
+      positions: [-0.9572470582231047, -0.6180778440786701, -0.07482543388597594, -2.5845083415659356, -2.36008564215038, -1.1385582564706864]
+      velocities: [-0.06204089733749762, -0.1661679050754314, 0.24925525374958976, -0.09439904458538606, -0.014842392981969026, -0.17648535982328564]
+      accelerations: [0.017345992830812673, 0.004212246152317419, 0.0, 0.04112833387157758, -0.0028752722141074305, 0.011147907678481086]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  22309022
+    - 
+      positions: [-0.9575344095343796, -0.618847928143328, -0.07367022421085562, -2.584945406067151, -2.3601544622472006, -1.139376083811962]
+      velocities: [-0.06196056783038567, -0.16614839211431287, 0.24925525374958973, -0.09420855195319344, -0.014855807689183237, -0.1764335728136205]
+      accelerations: [0.017318793298490332, 0.0042082282696461895, -1.7960618417045993e-14, 0.04107540801169744, -0.0029135955931808557, 0.01119984425928454]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  26943668
+    - 
+      positions: [-0.9578215654619974, -0.6196183959918563, -0.07251430309446369, -2.5853818566242066, -2.360223387368873, -1.1401941740217987]
+      velocities: [-0.06188031480637039, -0.1661288857177474, 0.2492552537495897, -0.09401818760051231, -0.014869408286494598, -0.17638151294815696]
+      accelerations: [0.017291672837013675, 0.004204232467318647, 1.1966368321103534e-14, 0.04102241674046883, -0.0029518774908553927, 0.011251826716621019]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  31581167
+    - 
+      positions: [-0.9581085263816097, -0.620389248832197, -0.07135766860253835, -2.585817693474822, -2.3602924185706575, -1.1410125269048073]
+      velocities: [-0.061800137935307704, -0.1661093857874889, 0.2492552537495895, -0.09382795165430709, -0.014883195061692259, -0.1763291791069742]
+      accelerations: [0.017264624625664568, 0.004200252731977626, -9.567184062210458e-14, 0.04096942929914609, -0.002990220697492118, 0.011304080347826526]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  36221529
+    - 
+      positions: [-0.958395292668354, -0.6211604878773079, -0.0702003187921055, -2.5862529168565094, -2.3603615569126957, -1.1418311422605678]
+      velocities: [-0.06172003688057129, -0.1660898922190887, 0.24925525374958957, -0.09363784431521545, -0.01489716819678518, -0.1762765704007066]
+      accelerations: [0.017237658024976954, 0.004196297655428574, 1.1354001814175126e-13, 0.04091634484315316, -0.0030284764745296786, 0.011356279451380033]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  40864760
+    - 
+      positions: [-0.9586818646962427, -0.6219321143439098, -0.06904225171307399, -2.58668752700813, -2.3604308034567283, -1.1426500198894731]
+      velocities: [-0.06164001129925906, -0.16607040490204883, 0.2492552537495899, -0.09344786585762807, -0.014911327768040638, -0.17622368617093465]
+      accelerations: [0.017210766135399257, 0.004192361162256884, 3.583251191143714e-14, 0.04086323257136377, -0.003066747586388593, 0.011408649063481225]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  45510869
+    - 
+      positions: [-0.9589682428385891, -0.6227041294533925, -0.0678834654070662, -2.5871215241688303, -2.360500159268396, -1.1434691595886675]
+      velocities: [-0.061560060858268754, -0.1660509237342627, 0.24925525374958996, -0.09325801646209277, -0.014925673993726695, -0.176170525447906]
+      accelerations: [0.017183951385209305, 0.004188445617839682, -5.96837469643972e-15, 0.040810063898356806, -0.0031049921075866046, 0.011461097282228579]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  50159863
+    - 
+      positions: [-0.959254427467837, -0.6234765344314789, -0.06672395790783874, -2.587554908578486, -2.3605696254163258, -1.1442885611536895]
+      velocities: [-0.06148018522527937, -0.16603144861401864, 0.24925525374958996, -0.09306829630569333, -0.014940207101344652, -0.1761170872403669]
+      accelerations: [0.017157210761381717, 0.004184548396205657, 0.0, 0.04075686900554144, -0.0031432554957496438, 0.01151372403896637]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  54811751
+    - 
+      positions: [-0.9595404189557475, -0.6242493305086404, -0.06556372724073764, -2.5879876804772386, -2.3606392029731653, -1.1451082243766533]
+      velocities: [-0.061400384062461275, -0.1660119794340284, 0.24925525374959007, -0.09287870563249045, -0.014954927221385625, -0.1760633707691006]
+      accelerations: [0.017130549393862684, 0.004180674425591108, 4.768749492636235e-14, 0.040703589091908, -0.0031814502343479605, 0.011566337214593396]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  59466541
+    - 
+      positions: [-0.9598262176730435, -0.6250225189193622, -0.06440277142363446, -2.588419840106404, -2.3607088930136477, -1.1459281490497044]
+      velocities: [-0.06132065703152742, -0.16599251608638194, 0.24925525374958984, -0.09268924470001202, -0.014969834466953363, -0.17600937529213367]
+      accelerations: [0.01710396210396013, 0.00417681895251363, -1.3701582159049982e-13, 0.040650277335420475, -0.0032196559809247014, 0.011619111818015218]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  64124239
+    - 
+      positions: [-0.9601118239897393, -0.6257961009028645, -0.06324108846599133, -2.5888513877076575, -2.3607786966163897, -1.1467483349618492]
+      velocities: [-0.06124100380393631, -0.16597305847160226, 0.24925525374958943, -0.09249991366737026, -0.014984929102017475, -0.17595509973596152]
+      accelerations: [0.017077449632335536, 0.004172983012686649, -4.7627814734920904e-14, 0.04059692300599177, -0.003257857519597883, 0.011672014194770916]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  68784855
+    - 
+      positions: [-0.9603972382750768, -0.6265700777029851, -0.06207867636899672, -2.589282323523199, -2.3608486148635723, -1.1475687818995424]
+      velocities: [-0.06116142404631475, -0.16595360648509966, 0.2492552537495894, -0.09231071275495913, -0.015000211302569299, -0.1759005432197006]
+      accelerations: [0.017051013061319356, 0.004169167671921539, 2.974869238071659e-14, 0.040543510665415346, -0.0032960318866738767, 0.01172499414568112]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  73448396
+    - 
+      positions: [-0.9606824608974377, -0.6273444505680115, -0.06091553312577612, -2.589712647795997, -2.3609186488404466, -1.1483894896475855]
+      velocities: [-0.061081917422381185, -0.16593416001964384, 0.24925525374958943, -0.09212164222001781, -0.015015681191785169, -0.17584570497679872]
+      accelerations: [0.017024652306904062, 0.00416537290220489, -1.1891989051384305e-14, 0.04049004012912522, -0.0033341790217351597, 0.011778051756905572]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  78114870
+    - 
+      positions: [-0.960967492224341, -0.628119220750704, -0.05975165672135109, -2.5901423607697924, -2.3609887996353507, -1.1492104579891138]
+      velocities: [-0.0610024836028451, -0.16591471897383792, 0.24925525374958968, -0.09193270225140972, -0.015031338999308246, -0.17579058400649386]
+      accelerations: [0.016998364206247812, 0.004161596136693421, 1.1290265457596664e-13, 0.04043654105851508, -0.00337234423293214, 0.011831286219396176]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  82784286
+    - 
+      positions: [-0.9612523326226334, -0.6288943895087137, -0.058587045132089365, -2.590571462688644, -2.3610590683407486, -1.1500316867037783]
+      velocities: [-0.06092312225223119, -0.1658952832401906, 0.24925525374958987, -0.09174389311562275, -0.015047184840167614, -0.17573517955933143]
+      accelerations: [0.016972154318799997, 0.004157842455937593, -2.3753959282802555e-14, 0.04038295074011484, -0.003410432768943802, 0.011884489666664649]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  87456651
+    - 
+      positions: [-0.9615369824581032, -0.6296699581037823, -0.05742169632673235, -2.590999953797901, -2.3611294560511182, -1.1508531755715123]
+      velocities: [-0.06084383304433586, -0.16587585271922511, 0.24925525374958968, -0.09155521498266096, -0.015063218980230388, -0.17567949055329685]
+      accelerations: [0.016946012868781148, 0.0041541032572777435, -6.528201945591215e-14, 0.04032937331497684, -0.003448603490753234, 0.011938011050088158]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  92131974
+    - 
+      positions: [-0.96182144209613, -0.6304459278031537, -0.05625560826455102, -2.5914278343425945, -2.36119996386655, -1.151674924366166]
+      velocities: [-0.060764615642335665, -0.16585642730168298, 0.2492552537495896, -0.09136666814560337, -0.015079441500129964, -0.17562351631224388]
+      accelerations: [0.016919953917637176, 0.004150391226802479, 3.558577577337675e-14, 0.040275652241110224, -0.0034866180157448433, 0.011991326909667985]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs:  96810263
+    - 
+      positions: [-0.9621057119007149, -0.631222299877521, -0.055088778898005564, -2.5918551045698677, -2.3612705928873923, -1.1524969328650334]
+      velocities: [-0.06068546971802028, -0.16583700688549435, 0.24925525374958968, -0.09117825281319095, -0.015095852613052307, -0.17556725586830402]
+      accelerations: [0.016893959480045517, 0.004146690517016397, 0.0, 0.040221980219306314, -0.0035247708797944578, 0.012045084023037106]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 101491526
+    - 
+      positions: [-0.9623897922356845, -0.6319990756036188, -0.0539212061693653, -2.592281764725985, -2.361341344220919, -1.1533192008370337]
+      velocities: [-0.06060639494467476, -0.16581759136948923, 0.24925525374958962, -0.09098996918380856, -0.015112452550516485, -0.1755107082125564]
+      accelerations: [0.016868046638620356, 0.004143016486375173, -2.9617064265148964e-14, 0.04016816924845032, -0.0035627751404375615, 0.012098652356459306]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 106175771
+    - 
+      positions: [-0.9626736834635206, -0.632776256261746, -0.052752888013918066, -2.592707815059261, -2.361412218974867, -1.1541417280542083]
+      velocities: [-0.06052739098745525, -0.1657981806450885, 0.2492552537495895, -0.09080181755094405, -0.015129241403097793, -0.1754538726445622]
+      accelerations: [0.01684220154092019, 0.004139356853158946, -1.1839258931272557e-14, 0.04011436680293383, -0.003600857003211982, 0.012152528735093463]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 110863007
+    - 
+      positions: [-0.9629573859462864, -0.6335538431377711, -0.05158382235735473, -2.593133255817767, -2.3614832182625762, -1.1549645142826217]
+      velocities: [-0.060448457522741014, -0.16577877461330004, 0.2492552537495897, -0.09061379809404099, -0.015146219438304322, -0.17539674807450378]
+      accelerations: [0.016816432989674515, 0.004135719704551904, 9.465344631750299e-14, 0.04006047435251248, -0.003638865509764687, 0.01220638166040889]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 115553242
+    - 
+      positions: [-0.9632409000450124, -0.6343318375218338, -0.05041400711744587, -2.5935580872508694, -2.361554343199588, -1.1557875592884135]
+      velocities: [-0.060369594218930414, -0.16575937316738898, 0.2492552537495898, -0.09042591108688533, -0.015163386782713482, -0.17533933372119198]
+      accelerations: [0.016790735338369684, 0.004132100164233623, -5.912045629010247e-14, 0.04000655031358054, -0.003676891017939697, 0.01226040964292812]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 120246484
+    - 
+      positions: [-0.9635242261200672, -0.6351102407091649, -0.04924344020296405, -2.5939823096083234, -2.361625594905717, -1.1566108628341474]
+      velocities: [-0.06029080074811541, -0.16573997620384956, 0.2492552537495897, -0.0902381567703375, -0.015180743616116606, -0.17528162868578256]
+      accelerations: [0.016765112403982266, 0.004128501632163499, 2.363298062333624e-14, 0.03995255054996664, -0.0037148655313248317, 0.012314463342870072]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 124942741
+    - 
+      positions: [-0.9638073645308811, -0.6358890539995162, -0.048072119514421086, -2.5944059231409624, -2.3616969745035292, -1.1574344246815358]
+      velocities: [-0.060212076781716216, -0.16572058361816333, 0.24925525374958962, -0.09005053539867915, -0.015198290101049861, -0.17522363210623312]
+      accelerations: [0.01673956040551431, 0.0041249210449179445, -5.313995066887671e-14, 0.039898513655548654, -0.003752849264855578, 0.012368675199673558]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 129642023
+    - 
+      positions: [-0.964090315636195, -0.6366682786977163, -0.04690004294332667, -2.5948289281001022, -2.361768483119729, -1.1582582445889948]
+      velocities: [-0.06013342199639295, -0.1657011953099235, 0.24925525374958973, -0.08986304717682847, -0.015216026480035744, -0.17516534294382508]
+      accelerations: [0.016714080637918648, 0.004121359617654795, 9.441003260836807e-14, 0.03984442225270176, -0.0037908156674684285, 0.012422986857718386]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 134344338
+    - 
+      positions: [-0.9643730797939536, -0.6374479161134649, -0.045727208372449486, -2.5952513247378146, -2.361840121884581, -1.1590823223126998]
+      velocities: [-0.0600548360614979, -0.16568181117219472, 0.24925525374958973, -0.08967569239686014, -0.01523395286335035, -0.17510676044976706]
+      accelerations: [0.016688674662079617, 0.004117818815480122, -9.434894990072964e-14, 0.0397902568417036, -0.00382873462981706, 0.012477332173099176]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 139049693
+    - 
+      positions: [-0.9646556573611843, -0.6382279675610947, -0.04455361367612025, -2.595673113307236, -2.36191189193124, -1.1599066576077912]
+      velocities: [-0.05997631865295254, -0.16566243110331824, 0.24925525374958943, -0.08948847128466653, -0.015252069467544666, -0.17504788364036208]
+      accelerations: [0.01666333787272002, 0.004114294833709263, -3.5357915656293364e-14, 0.03973606525540621, -0.0038666810273815418, 0.012531875963439344]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 143758098
+    - 
+      positions: [-0.9649380486943046, -0.6390084343602578, -0.0433792567193181, -2.5960942940618232, -2.3619837943974864, -1.1607312502253186]
+      velocities: [-0.059897869448145444, -0.1656430550026225, 0.24925525374958962, -0.08930138405673746, -0.015270376527320443, -0.17498871149106554]
+      accelerations: [0.016638073994086146, 0.004110790958684607, 1.1189397818794012e-13, 0.03968180386033288, -0.003904587303375563, 0.012586469618846626]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 148469561
+    - 
+      positions: [-0.965220254148848, -0.63978931783536, -0.042204135358404705, -2.59651486725604, -2.3620558304242025, -1.1615560999149694]
+      velocities: [-0.05981948811609708, -0.16562368276150213, 0.24925525374958973, -0.08911443103316186, -0.015288874118770203, -0.17492924332593232]
+      accelerations: [0.016612882603137324, 0.004107307175674998, -5.885321769760484e-14, 0.03962747251035677, -0.00394245326004515, 0.012641112551256696]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 153184091
+    - 
+      positions: [-0.9655022740794688, -0.6405706193155806, -0.04102824744108757, -2.596934833145362, -2.362128001155388, -1.162381206425065]
+      velocities: [-0.059741174337955075, -0.165604314282121, 0.24925525374958962, -0.08892761240076491, -0.015307562530238742, -0.17486947800025965]
+      accelerations: [0.016587758723657454, 0.00410383883284799, 1.764444299414544e-14, 0.039573128094828484, -0.003980368731126549, 0.012696003027628926]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 157901697
+    - 
+      positions: [-0.9657841088403029, -0.6413523401357074, -0.03985159080531169, -2.5973541919853935, -2.362200307740246, -1.163206569498878]
+      velocities: [-0.059662927784082734, -0.16558494945659075, 0.24925525374958962, -0.08874092847682989, -0.015326441847118847, -0.1748094148149173]
+      accelerations: [0.016562711645727667, 0.004100394742582997, -1.7632903261088648e-14, 0.03951865866387474, -0.004018157490750503, 0.012750752822665808]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 162622386
+    - 
+      positions: [-0.9660657587842615, -0.6421344816345891, -0.0386741632812863, -2.5977729440336206, -2.362272751329153, -1.1640321888818077]
+      velocities: [-0.059584748130446716, -0.16556558818136594, 0.24925525374958968, -0.08855437952486361, -0.015345512243456042, -0.17474905287540854]
+      accelerations: [0.01653772945777387, 0.004096964158621949, 3.524269214616412e-14, 0.03946419912914543, -0.004056032845561421, 0.012805831591646258]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 167346168
+    - 
+      positions: [-0.9663472242638934, -0.6429170451570665, -0.037495962688930407, -2.5981910895473024, -2.362345333078591, -1.1648580643126563]
+      velocities: [-0.05950663506602899, -0.16554623036471902, 0.24925525374958982, -0.08836796566001465, -0.015364774132749635, -0.17468839075834028]
+      accelerations: [0.016512818295024257, 0.004093552720557339, 2.347969517878023e-14, 0.039409677621586856, -0.004093882506947433, 0.012860992515578666]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 172073052
+    - 
+      positions: [-0.9666285056309308, -0.6437000320530036, -0.03631698683913492, -2.5986086287846057, -2.362418054148586, -1.165684195528191]
+      velocities: [-0.059428588252693065, -0.16552687588988552, 0.24925525374958996, -0.0881816873219314, -0.015384227415823522, -0.17462742816853055]
+      accelerations: [0.016487983245436582, 0.004090165286453944, 2.9330298611969206e-14, 0.03935502890179137, -0.0041316013823399335, 0.01291600374610955]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 176803046
+    - 
+      positions: [-0.966909603235873, -0.6444834436763716, -0.03513723353497072, -2.599025562005626, -2.3624909157003016, -1.1665105822674422]
+      velocities: [-0.059350607369170555, -0.16550752465505109, 0.2492552537495899, -0.08799554476248062, -0.015403872294041275, -0.17456616414777776]
+      accelerations: [0.016463211839546358, 0.004086790577898062, -5.275970815251321e-14, 0.03930039788040365, -0.004169421273666288, 0.012971376375472464]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 181536159
+    - 
+      positions: [-0.9671905174289191, -0.6452672813873569, -0.033956700568886104, -2.5994418894701234, -2.3625639189014165, -1.1673372242621824]
+      velocities: [-0.059272692102912014, -0.1654881765659648, 0.24925525374958984, -0.08780953813628847, -0.015423709128822405, -0.17450459738446805]
+      accelerations: [0.016438512595783113, 0.0040834365730194585, 3.514988398170118e-14, 0.03924568098910849, -0.004207177667056557, 0.013026747593566826]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 186272400
+    - 
+      positions: [-0.9674712485593073, -0.6460515465509116, -0.032775385724613984, -2.599857611439149, -2.362637064922346, -1.1681641212436584]
+      velocities: [-0.05919484212947185, -0.16546883151716646, 0.24925525374958987, -0.08762366774414455, -0.015443738051941262, -0.17444272707178793]
+      accelerations: [0.016413881766723207, 0.00408009993414057, -2.3417729268725267e-14, 0.03919092019124054, -0.00424493752559099, 0.0130822654771252]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 191011778
+    - 
+      positions: [-0.9677517969755871, -0.6468362405373891, -0.03159328677631864, -2.600272728174393, -2.362710354937816, -1.1689912729398193]
+      velocities: [-0.05911705712317078, -0.16544948940189774, 0.24925525374958984, -0.08743793390984472, -0.015463959159946467, -0.17438055247917672]
+      accelerations: [0.016389323362889615, 0.004076784443214441, 1.1701089487895975e-14, 0.039136064121186684, -0.004282618708796332, 0.013137748786983195]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 195754302
+    - 
+      positions: [-0.9680321630252919, -0.6476213647218328, -0.030410401489531953, -2.600687239938995, -2.3627837901249773, -1.169818679078686]
+      velocities: [-0.05903933676701141, -0.1654301501209634, 0.24925525374958973, -0.08725233686053767, -0.015484372708916297, -0.17431807252351506]
+      accelerations: [0.0163648294582308, 0.004073483031235474, -6.431316390150074e-14, 0.039081205106327344, -0.004320370167885552, 0.013193526116922587]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 200499980
+    - 
+      positions: [-0.968312347055538, -0.6484069204853493, -0.029226727619316606, -2.601101146996097, -2.3628573716668932, -1.1706463393821909]
+      velocities: [-0.05896168074121649, -0.16541081357224374, 0.24925525374958962, -0.08706687686330761, -0.015504978893453626, -0.17425528625622155]
+      accelerations: [0.01634040888653246, 0.00407020389570944, 1.7528255591819784e-14, 0.039026234257632034, -0.00435801668851255, 0.01324921108996214]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 205248822
+    - 
+      positions: [-0.9685923494123236, -0.6491929092135555, -0.028042262912319003, -2.601514449610561, -2.3629311007484857, -1.1714742535733917]
+      velocities: [-0.05888408872149482, -0.16539147964912654, 0.24925525374958973, -0.08688155424747454, -0.015525777811209514, -0.1741921929416998]
+      accelerations: [0.01631605446427843, 0.004066940635403835, 3.503307919755627e-14, 0.03897123444517462, -0.004395692149264276, 0.013305098970566673]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 210000837
+    - 
+      positions: [-0.968872170441069, -0.6499793322978203, -0.026857005105108803, -2.6019271480476696, -2.3630049785596765, -1.1723024213709268]
+      velocities: [-0.05880656039439034, -0.1653721482546012, 0.24925525374958976, -0.08669636921845378, -0.015546769763487955, -0.17412879139381393]
+      accelerations: [0.016291768551505333, 0.004063695505855163, -2.333974102657751e-14, 0.03891617523290562, -0.00443334803858894, 0.013361083049355559]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 214756034
+    - 
+      positions: [-0.9691518104864223, -0.6507661911348569, -0.025670951924708106, -2.6023392425736094, -2.363079006294283, -1.173130842490996]
+      velocities: [-0.05872909543599335, -0.16535281928190268, 0.24925525374958987, -0.08651132211420398, -0.015567954839741431, -0.17406508089241662]
+      accelerations: [0.01626755292778011, 0.004060470255078447, 6.997221628368576e-14, 0.03886103152572671, -0.004470943300444478, 0.01341707271438411]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 219514422
+    - 
+      positions: [-0.9694312698920989, -0.6515534871263818, -0.02448410108903778, -2.6027507334558724, -2.3631531851490792, -1.1739595166490513]
+      velocities: [-0.058651693531327445, -0.1653334926319595, 0.24925525374958996, -0.08632641317172896, -0.015589333297661885, -0.17400106034529506]
+      accelerations: [0.016243401801508132, 0.004057259801214569, -4.0789663742408364e-14, 0.038805871088053265, -0.004508589261502244, 0.01347331367789105]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 224276010
+    - 
+      positions: [-0.9697105490013268, -0.6523412216801532, -0.023296450305518378, -2.6031616209621906, -2.363227516326429, -1.1747884435551526]
+      velocities: [-0.05857435436230171, -0.1653141682025726, 0.24925525374958993, -0.08614164267287673, -0.015610905324725902, -0.17393672881412595]
+      accelerations: [0.016219322008467683, 0.004054070435806396, 3.493899380427212e-14, 0.0387506075881904, -0.004546144719384073, 0.013529494434513031]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 229040808
+    - 
+      positions: [-0.9699896481562862, -0.6531293962087249, -0.02210799727272458, -2.6035719053619055, -2.3633020010309997, -1.1756176229198227]
+      velocities: [-0.05849707760722597, -0.16529484588803706, 0.24925525374958976, -0.08595701094973603, -0.015632671029029623, -0.17387208553439135]
+      accelerations: [0.016195307969817208, 0.004050897240784065, -1.0474614815404133e-13, 0.03869530648808693, -0.004583717067333992, 0.013585852145056447]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 233808824
+    - 
+      positions: [-0.9702685676985393, -0.653918012130451, -0.0209187396790316, -2.603981586924937, -2.363376640472307, -1.1764470544495584]
+      velocities: [-0.058419862953192875, -0.16527552559029612, 0.2492552537495898, -0.08577251823434925, -0.01565463068693413, -0.1738071293690821]
+      accelerations: [0.01617136131655558, 0.004047741821144628, 1.104904960039139e-13, 0.038639944584709734, -0.0046212691308717664, 0.01364230478296023]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 238580067
+    - 
+      positions: [-0.9705473079688839, -0.6547070708691798, -0.01972867520301291, -2.604390665922158, -2.3634514358638663, -1.1772767378483584]
+      velocities: [-0.058342710081540926, -0.16525620720574452, 0.24925525374958996, -0.08558816483555923, -0.0156767844514654, -0.17374185945227805]
+      accelerations: [0.016147482569830403, 0.004044604797344277, -3.486805231677534e-14, 0.03858451310901999, -0.004658785904953177, 0.013698819365443272]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 243354548
+    - 
+      positions: [-0.9708258693072962, -0.6554965738541514, -0.01853780151356564, -2.6047991426255344, -2.363526388422866, -1.1781066728183345]
+      velocities: [-0.05826561867583341, -0.16523689063247204, 0.2492552537495898, -0.08540395104246061, -0.015699132511255508, -0.1736762748384133]
+      accelerations: [0.01612367001676696, 0.0040414847367413916, -4.065172165952204e-14, 0.038529029365654256, -0.004696296881456442, 0.01375546097673237]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 248132276
+    - 
+      positions: [-0.9711042520530503, -0.6562865225202966, -0.017346116269500524, -2.60520701730786, -2.3636014993708865, -1.178936859058459]
+      velocities: [-0.0581885884187579, -0.16521757576743196, 0.24925525374959, -0.08521987716214728, -0.0157216750287952, -0.17361037463853077]
+      accelerations: [0.01609992547510703, 0.004038383444065433, 1.3928230843220866e-13, 0.038473468795858654, -0.004733761222114975, 0.01381213962706485]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 252913259
+    - 
+      positions: [-0.9713824565445569, -0.6570769183078964, -0.016153617119985433, -2.605614290243149, -2.363676769932961, -1.1797672962662562]
+      velocities: [-0.058111618997931394, -0.1651982625118566, 0.24925525374959, -0.08503594344508772, -0.015744412263986013, -0.17354415774678816]
+      accelerations: [0.016076244804242627, 0.004035297223509429, -1.3918714002197572e-13, 0.038417879876724015, -0.004771260030712851, 0.013869034645798575]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 257697508
+    - 
+      positions: [-0.9716604831196887, -0.6578677626633608, -0.014960301703489132, -2.6060209617058736, -2.36375220133952, -1.1805979841343794]
+      velocities: [-0.058034710094785315, -0.16517895076103994, 0.24925525374958968, -0.08485215022825711, -0.015767344335897597, -0.17347762336794753]
+      accelerations: [0.016052634466011004, 0.004032232147932198, 0.0, 0.03836217826592375, -0.004808652947650289, 0.01392583569201445]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 262485032
+    - 
+      positions: [-0.9719383321152242, -0.6586590570379706, -0.013766167649462011, -2.6064270319723066, -2.363827794823094, -1.1814289223564922]
+      velocities: [-0.05795786139429088, -0.16515964041325454, 0.24925525374958973, -0.08466849780821865, -0.01579047143444224, -0.1734107705485624]
+      accelerations: [0.016029086263105143, 0.004029180800470913, 1.7374545714410177e-14, 0.038306465421659976, -0.00484610942254327, 0.01398291776036939]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 267275840
+    - 
+      positions: [-0.9722160038675222, -0.6594508028894707, -0.012571212576179757, -2.6068325013189173, -2.363903551622355, -1.1822601106201178]
+      velocities: [-0.057881072586522905, -0.1651403313710632, 0.24925525374958962, -0.0844849864252379, -0.0158137938469098, -0.17334359811846967]
+      accelerations: [0.016005605992622587, 0.004026148699410596, -5.2087784688970033e-14, 0.038250663694547424, -0.004883500289874829, 0.014039995189304093]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 272069942
+    - 
+      positions: [-0.9724934987120122, -0.6602430016809135, -0.011375434092289232, -2.60723737002361, -2.3639794729790786, -1.1830915486120581]
+      velocities: [-0.05780434335165428, -0.16512102352765234, 0.24925525374958968, -0.08430161645326324, -0.015837311640295684, -0.17327610539396632]
+      accelerations: [0.015982191729861005, 0.004023134138071363, 6.36189610737409e-14, 0.03819479519250399, -0.0049208622932931465, 0.014097149223484207]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 276867347
+    - 
+      positions: [-0.9727708169833419, -0.6610356548810319, -0.010178829796296685, -2.607641638365378, -2.364055560139042, -1.183923236016832]
+      velocities: [-0.057727673379155964, -0.16510171678445812, 0.24925525374958984, -0.08411838815216677, -0.01586102507619608, -0.17320829125962312]
+      accelerations: [0.015958841259352593, 0.004020135278247137, 5.779546075356229e-15, 0.038138885673397176, -0.004958239420919424, 0.014154477397871562]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 281668065
+    - 
+      positions: [-0.9730479590155526, -0.6618287639646785, -0.008981397275959119, -2.6080453066239, -2.364131814353098, -1.184755172514792]
+      velocities: [-0.057651062353263394, -0.1650824110379684, 0.24925525374958984, -0.08393530185674378, -0.015884934292684016, -0.1731401548714589]
+      accelerations: [0.015935558712164875, 0.004017155914456029, 0.0, 0.03808287845529474, -0.0049955358012869315, 0.014211767824258432]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 286472107
+    - 
+      positions: [-0.9733249251417035, -0.6626223304119774, -0.0077831341094251735, -2.6084483750804486, -2.3642082368749158, -1.1855873577861606]
+      velocities: [-0.057574509964121535, -0.16506310618971615, 0.24925525374958968, -0.08375235783123638, -0.015909039552030296, -0.17307169510984705]
+      accelerations: [0.015912337235393297, 0.004014190050272464, -7.502996762676692e-14, 0.0380268598275938, -0.005032898489866241, 0.01426934565974433]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 291279480
+    - 
+      positions: [-0.9736017156944531, -0.663416355709716, -0.0065840378633334725, -2.608850844016521, -2.3642848289645206, -1.1864197915047843]
+      velocities: [-0.057498015897949326, -0.16504380213716668, 0.24925525374958946, -0.08356955639852601, -0.015933341019672864, -0.17300291106828514]
+      accelerations: [0.01588918504528649, 0.004011245265973229, -1.1535043362176079e-14, 0.03797071943318131, -0.0050701397794918925, 0.014326795935393578]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 296090196
+    - 
+      positions: [-0.9738783310053207, -0.6642108413496405, -0.005384106095113701, -2.6092527137156036, -2.364361591883831, -1.1872524733460685]
+      velocities: [-0.057421579840818554, -0.16502449877767913, 0.2492552537495895, -0.08338689788869152, -0.015957838852307695, -0.17293380185785873]
+      accelerations: [0.01586609372841721, 0.0040083139252520385, 2.8817506076381437e-14, 0.03791456486665084, -0.005107443189581508, 0.014384524747356686]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 300904265
+    - 
+      positions: [-0.974154771405413, -0.665005788830198, -0.004183336350613184, -2.6096539844614632, -2.3644385269010804, -1.1880854029791705]
+      velocities: [-0.05734520148403377, -0.1650051960130649, 0.24925525374958946, -0.08320438257086975, -0.015982533312998315, -0.17286436635314129]
+      accelerations: [0.015843069252399096, 0.004005401704677926, -4.607579647913095e-14, 0.037858314202568424, -0.0051446690510621226, 0.014442223166375874]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 305721695
+    - 
+      positions: [-0.9744310372248755, -0.6658011996552724, -0.002981726165799459, -2.610054656539459, -2.3645156352874968, -1.1889185800729134]
+      velocities: [-0.05726888051363367, -0.1649858937399366, 0.24925525374958957, -0.08302201078913751, -0.01600742454154875, -0.17279460370002614]
+      accelerations: [0.0158201075737867, 0.004002504984761504, 9.784250894252133e-14, 0.0378020184817684, -0.005181905301862299, 0.0145000859026421]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 310542496
+    - 
+      positions: [-0.9747071287932398, -0.6665970753350374, -0.001779273065589232, -2.610454730235736, -2.364592918319441, -1.1897520042920229]
+      velocities: [-0.05719261661699301, -0.16496659185591916, 0.24925525374958984, -0.08283978287840368, -0.0160325126957673, -0.17272451300401273]
+      accelerations: [0.015797211913997702, 0.003999626856129549, 1.7254207891334895e-14, 0.037745630825732596, -0.005219071119235755, 0.01455793387759895]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 315366680
+    - 
+      positions: [-0.9749830464391089, -0.6673934173852369, -0.0005759745648185081, -2.6108542058379767, -2.364670377276489, -1.1905856753005581]
+      velocities: [-0.057116409485542516, -0.164947290262078, 0.24925525374958996, -0.08265769912423684, -0.016057798021993787, -0.17265409317247005]
+      accelerations: [0.015774377105351914, 0.003996762698278654, 2.873678664950546e-14, 0.037689218825409355, -0.005256283507837124, 0.01461602681067407]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 320194255
+    - 
+      positions: [-0.9752587904906186, -0.6681902273283208, 0.0006281718333200107, -2.611253083634331, -2.364748013444281, -1.1914195927568867]
+      velocities: [-0.05704025881027815, -0.16492798885879473, 0.24925525374958973, -0.08247575982433697, -0.016083280749289525, -0.17258334314946555]
+      accelerations: [0.015751608223344277, 0.003993917306383259, -1.3209603310670083e-13, 0.03763271018016555, -0.005293417889064235, 0.014674088510490804]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 325025232
+    - 
+      positions: [-0.9755343612749499, -0.6689875066923102, 0.0018331686357404354, -2.611651363914577, -2.3648258281115435, -1.1922537563189934]
+      velocities: [-0.056964164276608865, -0.16490868754115812, 0.2492552537495895, -0.08229396535960481, -0.016108960965703238, -0.17251226219088883]
+      accelerations: [0.01572890224251481, 0.003991087972893695, 4.5913983925055847e-14, 0.03757614301982603, -0.005330539947211313, 0.014732264583947644]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 329859621
+    - 
+      positions: [-0.9758097591185897, -0.6697852570114532, 0.003039018360367433, -2.6120490469695157, -2.3649038225717036, -1.1930881656416528]
+      velocities: [-0.05688812557953347, -0.1648893862127539, 0.24925525374958962, -0.0821123159858954, -0.01613483898022767, -0.17244084906090706]
+      accelerations: [0.015706257950562737, 0.003988273781741347, -5.735183925378974e-15, 0.03751953127405467, -0.0053676749839165015, 0.014790611570848246]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 334697432
+    - 
+      positions: [-0.9760849843474307, -0.6705834798264976, 0.004245723536525891, -2.6124461330907587, -2.3649819981235316, -1.1939228203753083]
+      velocities: [-0.05681214240915544, -0.16487008477242862, 0.24925525374958965, -0.08193081203193103, -0.016160914978791865, -0.17236910279550616]
+      accelerations: [0.01568367831233095, 0.003985477501502371, 2.2924454313405127e-14, 0.0374628311700493, -0.005404746328888499, 0.014848959112514307]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 339538674
+    - 
+      positions: [-0.9763600372864738, -0.6713821766840097, 0.005453286704017929, -2.612842622571432, -2.365060356069312, -1.1947577201693593]
+      velocities: [-0.05673621445097725, -0.1648507831143997, 0.2492552537495899, -0.08174945389828914, -0.016187189023946485, -0.1722970227029536]
+      accelerations: [0.01566116199909982, 0.003982698169683951, 7.445148019333571e-14, 0.03740605712119912, -0.005441779227417187, 0.014907363719375049]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 344383359
+    - 
+      positions: [-0.9766349182599299, -0.6721813491366458, 0.006661710413508469, -2.613238515705953, -2.3651388977154815, -1.1955928646710479]
+      velocities: [-0.05666034140027574, -0.16483148114181462, 0.2492552537495898, -0.08156824185669323, -0.016213661407863636, -0.1722246075806032]
+      accelerations: [0.015638706034623938, 0.003979932953883066, -1.2018203378252713e-13, 0.037349248241644706, -0.005478842794891586, 0.014965978482289768]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 349231497
+    - 
+      positions: [-0.9769096275914907, -0.6729809987438474, 0.007870997227484739, -2.6136338127894114, -2.365217624374341, -1.1964282535224597]
+      velocities: [-0.05658452294923587, -0.16481217875476772, 0.24925525374958962, -0.08138717622570725, -0.01624033234383545, -0.17215185639926878]
+      accelerations: [0.015616314396588308, 0.003977185837334999, 6.290751191866737e-14, 0.03729234639805568, -0.005515834905068854, 0.015024577348654535]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 354083097
+    - 
+      positions: [-0.9771841656039324, -0.673781127070912, 0.009081149719002677, -2.614028514118508, -2.3652965373615995, -1.1972638863649068]
+      velocities: [-0.05650875878791601, -0.1647928758509553, 0.24925525374958982, -0.0812062573611557, -0.01626720198369891, -0.1720787682649924]
+      accelerations: [0.015593983716639781, 0.003974453720009445, 1.1429538231710054e-14, 0.03723539464798883, -0.0055528318197602036, 0.01508332908702241]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 358938170
+    - 
+      positions: [-0.9774585326194148, -0.6745817356897518, 0.01029217047273296, -2.6144226199908696, -2.365375637998261, -1.1980997628356151]
+      velocities: [-0.05643304861104976, -0.16477357233223128, 0.2492552537495898, -0.08102548556051102, -0.016294270585236206, -0.17200534204714102]
+      accelerations: [0.015571715163514306, 0.0039717378789844915, -1.7132001490240867e-14, 0.03717837431625396, -0.005589800495556034, 0.015142161118063354]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 363796727
+    - 
+      positions: [-0.9777327289593555, -0.6753828261786227, 0.011504062084605879, -2.6148161307053566, -2.3654549276098504, -1.1989358825691228]
+      velocities: [-0.05635739210796237, -0.16475426809527666, 0.24925525374958968, -0.08084486120236975, -0.01632153826554853, -0.17193157692552208]
+      accelerations: [0.015549509524416001, 0.003969039058911507, -2.85327942506973e-14, 0.03712127099846822, -0.005626715576959698, 0.015201016780305405]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 368658777
+    - 
+      positions: [-0.9780067549443323, -0.6761844001219229, 0.012716827161543043, -2.6152090465623026, -2.36553440752582, -1.199772245198371]
+      velocities: [-0.056281788974223174, -0.1647349630422653, 0.24925525374958973, -0.08066438458320965, -0.01634900529209074, -0.1718574717453411]
+      accelerations: [0.015527363172243201, 0.003966354147429622, 5.132199745527929e-14, 0.03706413319607771, -0.005663663778507793, 0.01526008891955444]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 373524332
+    - 
+      positions: [-0.9782806108944228, -0.6769864591110533, 0.013930468322656566, -2.61560136786274, -2.3656140790817064, -1.2006088503509036]
+      velocities: [-0.05620623890071334, -0.16471565707067232, 0.24925525374958993, -0.08048405607502651, -0.016376671800222287, -0.17178302564355108]
+      accelerations: [0.01550528138596333, 0.003963688077164508, 2.2793292341646306e-14, 0.03700688172559503, -0.0057005036699057906, 0.015319063468810283]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 378393401
+    - 
+      positions: [-0.9785542971286572, -0.6777890047431131, 0.015144988197462904, -2.615993094909683, -2.3656939436156894, -1.2014456976550074]
+      velocities: [-0.05613074158010664, -0.16469635007973, 0.24925525374958973, -0.0803038760269292, -0.016404537969545323, -0.17170823765674392]
+      accelerations: [0.015483257882388171, 0.003961035087534981, -1.024955209439407e-13, 0.036949605470876806, -0.005737394310979695, 0.015378294139482206]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 383265996
+    - 
+      positions: [-0.9788278139656374, -0.6785920386224595, 0.016360389428044596, -2.616384228006702, -2.3657740024725307, -1.2022827867327515]
+      velocities: [-0.056055296710923824, -0.1646770419735199, 0.24925525374958962, -0.08012384471128775, -0.016432604121268242, -0.1716331065059628]
+      accelerations: [0.015461296264728927, 0.003958398835705491, 5.121055542927264e-14, 0.03689224740854475, -0.005774234352621617, 0.015437555447076708]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 388142127
+    - 
+      positions: [-0.9791011617231463, -0.6793955623597737, 0.017576674667778538, -2.6167747674588524, -2.3658542570011134, -1.2031201172043897]
+      velocities: [-0.05597990398200098, -0.16465773264694933, 0.24925525374958984, -0.07994396254945879, -0.01646087031239181, -0.1715576314979404]
+      accelerations: [0.015439396630967455, 0.003955779320179085, 3.980144974927572e-14, 0.03683480375390047, -0.0058110162299354114, 0.015496831057637269]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 393021804
+    - 
+      positions: [-0.9793743407181202, -0.6801995775720348, 0.018793846581306096, -2.6171647135727403, -2.3659347085542834, -1.2039576886886698]
+      velocities: [-0.055904563091225316, -0.1646384220033235, 0.24925525374958987, -0.07976422983232002, -0.016489336838144433, -0.17148181140796187]
+      accelerations: [0.015417554899554205, 0.003953172990089603, -2.272709851335695e-14, 0.03677733212052749, -0.005847844680456219, 0.015556353706272107]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 397905039
+    - 
+      positions: [-0.9796473512670564, -0.6810040858835634, 0.02001190784599479, -2.6175540666556034, -2.366015358491469, -1.2047955007982238]
+      velocities: [-0.05582927373321663, -0.16461910994262724, 0.2492552537495898, -0.07958464690609142, -0.016518003897185475, -0.17140564522460927]
+      accelerations: [0.015395776210274596, 0.003950584643916855, -5.677621407506772e-15, 0.03671975257974718, -0.005884574962729171, 0.01561580190975414]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 402791842
+    - 
+      positions: [-0.9799201936854545, -0.6818090889246741, 0.021230861150080427, -2.6179428270166065, -2.366096208175133, -1.2056335531458875]
+      velocities: [-0.055754035599762775, -0.16459979636181396, 0.24925525374958984, -0.07940521416780008, -0.016546871600392532, -0.1713291321305414]
+      accelerations: [0.01537405631198557, 0.003948010616143138, 1.7020385153203187e-14, 0.03666212458145312, -0.005921315341124763, 0.015675416113540622]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 407682223
+    - 
+      positions: [-0.9801928682882387, -0.6826145883327538, 0.02245070919417845, -2.6183309949658913, -2.3661772589734835, -1.206471845339934]
+      velocities: [-0.055678848388076796, -0.16458048116285426, 0.24925525374958976, -0.0792259319378294, -0.016575940199764383, -0.17125227099256568]
+      accelerations: [0.015352396958371484, 0.003945452406645498, -4.5354364357376016e-14, 0.036604420422276414, -0.005958014872796509, 0.015735083785404273]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 412576195
+    - 
+      positions: [-0.9804653753895618, -0.6834205857518215, 0.02367145469068046, -2.61871857081503, -2.3662585122592446, -1.2073103769862774]
+      velocities: [-0.05560371179367801, -0.16456116424588474, 0.24925525374958968, -0.07904680056771712, -0.016605209894738446, -0.17117506079264813]
+      accelerations: [0.015330796811393897, 0.003942909155315987, 1.6995368623830227e-14, 0.03654665538538751, -0.005994702469469866, 0.015794868781025474]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 417473766
+    - 
+      positions: [-0.9807377153029195, -0.6842270828328415, 0.024893100364207815, -2.6191055548767874, -2.3663399694104053, -1.208149147687186]
+      velocities: [-0.05552862551302806, -0.16454184551155898, 0.24925525374958965, -0.07886782040141672, -0.01663468090306891, -0.17109750047131134]
+      accelerations: [0.015309256545554198, 0.003940381399145825, -3.3965662161530325e-14, 0.03648881764253269, -0.006031356221248635, 0.01585472271299017]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 422374950
+    - 
+      positions: [-0.9810098883410665, -0.6850340812335587, 0.02611564895139184, -2.619491947465321, -2.3664216318097084, -1.2089881570422192]
+      velocities: [-0.055453589242780495, -0.1645225248607621, 0.24925525374958973, -0.07868899178449851, -0.016664353442373808, -0.17101958896683706]
+      accelerations: [0.015287775129867452, 0.003937868395447545, 7.353785383891722e-14, 0.03643091869703962, -0.006067997457063839, 0.015914693319817565]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 427279755
+    - 
+      positions: [-0.9812818948161027, -0.6858415826187496, 0.027339103201236975, -2.619877748896001, -2.3665035008452153, -1.209827404647259]
+      velocities: [-0.055378602676882265, -0.16450320219151127, 0.24925525374958982, -0.07851031511187341, -0.016694227642625348, -0.17094132541136797]
+      accelerations: [0.015266354420608709, 0.003935371943565812, -4.522052595016047e-14, 0.03637292730979316, -0.006104568655223721, 0.015974652406700016]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 432188195
+    - 
+      positions: [-0.981553735039252, -0.6866495886597039, 0.02856346587441105, -2.620262959485926, -2.3665855779089005, -1.2106668900970394]
+      velocities: [-0.055303665513218, -0.1644838774051804, 0.24925525374958968, -0.0783317907229634, -0.01672430373987329, -0.1708627086997141]
+      accelerations: [0.015244990679961712, 0.003932888765148672, -1.1296733895581176e-14, 0.03631489767839657, -0.00614117003749796, 0.016034823310284958]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 437100278
+    - 
+      positions: [-0.9818254093212515, -0.6874581010352431, 0.029788739744679195, -2.620647579553052, -2.3666678643991914, -1.211506612980675]
+      velocities: [-0.05522877745047296, -0.16446455040391872, 0.24925525374958968, -0.07815341894965738, -0.016754581988066248, -0.17078373768456942]
+      accelerations: [0.015223687035572095, 0.003930421708319193, 1.6932484755383918e-14, 0.03625677904711194, -0.006177708205029537, 0.016094998404993826]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 442016018
+    - 
+      positions: [-0.9820969179719924, -0.6882671214308596, 0.031014927597714157, -2.621031609417026, -2.3667503617186654, -1.2123465728857796]
+      velocities: [-0.05515393818043945, -0.16444522108323323, 0.24925525374958948, -0.07797520023895281, -0.016785062430148136, -0.17070441168712241]
+      accelerations: [0.015202442888198853, 0.003927970516107627, -1.0151909359022839e-13, 0.036198575701783094, -0.006214190188535165, 0.016155193145813526]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 446935424
+    - 
+      positions: [-0.9823682613005519, -0.6890766515388246, 0.03224203223126021, -2.621415049399122, -2.3668330712742542, -1.2131867693981413]
+      velocities: [-0.05507914740576835, -0.1644258893482466, 0.2492552537495894, -0.0777971348741952, -0.01681574541724368, -0.17062472934083733]
+      accelerations: [0.015181254141344927, 0.003925531422789484, 6.762877329933834e-14, 0.03614035026453738, -0.006250733757032722, 0.016215670171084436]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 451858508
+    - 
+      positions: [-0.9826394396156451, -0.6898866930593834, 0.033470056456817276, -2.621797899821234, -2.366915994480241, -1.2140272020964378]
+      velocities: [-0.05500440482287207, -0.16440655509844987, 0.24925525374958954, -0.07761922323947096, -0.016846631116367, -0.17054468968740347]
+      accelerations: [0.015160127139140368, 0.00392311036618913, -1.1263011929479978e-14, 0.03608199956839765, -0.006287145877989041, 0.01627599954735951]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 456785282
+    - 
+      positions: [-0.9829104532248866, -0.6906972476989178, 0.03469900309708399, -2.6221801610075626, -2.3669991327534365, -1.2148678705608338]
+      velocities: [-0.0549297101301827, -0.16438721823490482, 0.24925525374958962, -0.07744146569314125, -0.016877719747395634, -0.17046429164873853]
+      accelerations: [0.015139054440371441, 0.003920700661486489, 3.939091939337247e-14, 0.03602363752637809, -0.006323640402258094, 0.016336657987758758]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 461715756
+    - 
+      positions: [-0.9831813024356134, -0.6915083171720814, 0.03592887498895971, -2.62256183328277, -2.3670824875186036, -1.2157087743633885]
+      velocities: [-0.05485506302601161, -0.16436787865828312, 0.24925525374958965, -0.07726386260376245, -0.016909011512972538, -0.17038353418405094]
+      accelerations: [0.015118043246510506, 0.003918309032670564, -2.249214318877977e-14, 0.03596514654702842, -0.006359996133507051, 0.016397152447853575]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 466649943
+    - 
+      positions: [-0.9834519875540383, -0.6923199031996775, 0.03715967498058531, -2.6229429169739022, -2.367166060202908, -1.216549913077942]
+      velocities: [-0.054780463204805716, -0.16434853626556936, 0.24925525374958973, -0.07708641440709027, -0.016940506492843344, -0.170302416524659]
+      accelerations: [0.015097087646966307, 0.003915930140376729, 6.180669821334485e-14, 0.03590661731492406, -0.006396383836899931, 0.016457863885435152]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 471587853
+    - 
+      positions: [-0.9837225088859077, -0.6931320075103823, 0.0383914059337693, -2.6233234124089213, -2.3672498522402674, -1.217391286272431]
+      velocities: [-0.05470591037039066, -0.16432919096227225, 0.24925525374958973, -0.07690912139160243, -0.016972205048529754, -0.1702209372719412]
+      accelerations: [0.01507618946445589, 0.003913565752951042, -7.298900740753489e-14, 0.035848019237195425, -0.006432746476761339, 0.01651866517917004]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 476529498
+    - 
+      positions: [-0.9839928667362826, -0.693944631840231, 0.039624070723285304, -2.6237033199172144, -2.3673338650699463, -1.2182328935114222]
+      velocities: [-0.05463140421995493, -0.16430984264753917, 0.2492552537495895, -0.07673198395923467, -0.017004107330998792, -0.1701390954951079]
+      accelerations: [0.015055349277100484, 0.003911216563450444, -1.1220561275543124e-14, 0.035789337315935164, -0.006469055267413289, 0.016579492335804497]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 481474889
+    - 
+      positions: [-0.9842630614094332, -0.6947577779323819, 0.04085767223655, -2.624082639829846, -2.3674181001358603, -1.2190747343573816]
+      velocities: [-0.05455694445190035, -0.16429049122152123, 0.2492552537495894, -0.07655500249950316, -0.017036213517597404, -0.17005689020262182]
+      accelerations: [0.015034565732740963, 0.003908881357826153, -3.92421088647086e-14, 0.03573059197449342, -0.006505349164963736, 0.016640432380081595]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 486424038
+    - 
+      positions: [-0.9845330932089882, -0.6955714475375478, 0.042092213374244035, -2.6244613724792347, -2.3675025588876006, -1.2199168083688943]
+      velocities: [-0.054482530766366444, -0.1642711365858232, 0.24925525374958954, -0.07637817737597026, -0.01706852383890172, -0.16997432028269455]
+      accelerations: [0.015013839194278452, 0.0039065606461317305, 1.0083138767630524e-13, 0.035671773684566276, -0.006541610237845322, 0.016701445369917717]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 491376958
+    - 
+      positions: [-0.984802962437868, -0.6963856424138649, 0.04332769705014233, -2.624839518199318, -2.367587242780014, -1.2207591151014474]
+      velocities: [-0.05440816286255642, -0.16425177864086551, 0.2492552537495899, -0.07620150897679351, -0.017101038481947647, -0.16989138471927717]
+      accelerations: [0.014993169390392002, 0.0039042542811732212, 4.477972197465278e-14, 0.03561288242690002, -0.00657783830082281, 0.016762530962738376]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 496333658
+    - 
+      positions: [-0.9850726693982887, -0.6972003643269419, 0.044564126191194715, -2.625217077325561, -2.3676721532732348, -1.2216016541074162]
+      velocities: [-0.05433384044162218, -0.16423241728889673, 0.2492552537495899, -0.07602499766007823, -0.017133757695343012, -0.16980808235640332]
+      accelerations: [0.014972555518064947, 0.0039019615562374058, -5.0338619985320345e-14, 0.035553930735179554, -0.006614057851165038, 0.016823744336212153]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 501294152
+    - 
+      positions: [-0.9853422143918535, -0.69801561505015, 0.04580150373795034, -2.6255940501947643, -2.367757291833346, -1.2224444249349156]
+      velocities: [-0.054259563201444594, -0.1642130524289469, 0.2492552537495898, -0.07584864384447525, -0.01716668161408219, -0.16972441229049168]
+      accelerations: [0.014951999411034545, 0.003899684358594626, 1.6766664002960142e-14, 0.035494882082529954, -0.0066501980947641145, 0.01688492702595098]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 506258451
+    - 
+      positions: [-0.9856115977192885, -0.6988313963639694, 0.04703983264364755, -2.625970437145667, -2.367842659930606, -1.2232874271310044]
+      velocities: [-0.05418533084402312, -0.16419368396353295, 0.24925525374958996, -0.07567244788701433, -0.017199810496276325, -0.16964037334144286]
+      accelerations: [0.0149314972893737, 0.0038974192807086977, 5.0261303156897704e-14, 0.03543579820179115, -0.006686378857845214, 0.01694634718979327]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 511226566
+    - 
+      positions: [-0.9858808196808995, -0.6996477100572295, 0.04827911587597986, -2.6263462385179484, -2.367928259042555, -1.2241306602361957]
+      velocities: [-0.05411114306908541, -0.16417431179308092, 0.24925525374958987, -0.07549641018701012, -0.01723314452123273, -0.16955596450289356]
+      accelerations: [0.014911053554857827, 0.0038951704522267043, -8.928453920530028e-14, 0.03537660078226714, -0.006722448145355145, 0.01700766529408652]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 516198511
+    - 
+      positions: [-0.9861498805759947, -0.7004645579256441, 0.04951935641503889, -2.62672145465352, -2.3680140906501514, -1.2249741237913578]
+      velocities: [-0.054036999576553085, -0.16415493581799023, 0.24925525374958957, -0.07532053114551793, -0.017266683868850267, -0.16947118476585493]
+      accelerations: [0.014890663442084458, 0.003892933639750579, -2.7879856844557474e-14, 0.03531736779945165, -0.0067585575721375085, 0.017069220103214353]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 521174296
+    - 
+      positions: [-0.9864187807034662, -0.7012819417733773, 0.05076055725554349, -2.6270960858952583, -2.3681001562417063, -1.2258178173307772]
+      velocities: [-0.05396290006969555, -0.16413555594168822, 0.24925525374958965, -0.07514481111104379, -0.017300428824524344, -0.16938603288357873]
+      accelerations: [0.014870330075285636, 0.0038907117388053583, 5.571652229917223e-14, 0.03525804285435568, -0.006794597490610919, 0.01713076699585953]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 526153933
+    - 
+      positions: [-0.9866875203613718, -0.7020998634119964, 0.05200272140537042, -2.6274701325879386, -2.3681864573101, -1.226661740387128]
+      velocities: [-0.05388884424949987, -0.16411617206538046, 0.24925525374958973, -0.07496925047507602, -0.017334379594909563, -0.16930050778304723]
+      accelerations: [0.014850050956164056, 0.003888502630644401, -1.6701978806515708e-14, 0.03519866542826059, -0.006830645270286451, 0.017192478907055466]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 531137436
+    - 
+      positions: [-0.986956099847233, -0.7029183246612992, 0.05324585188674273, -2.6278435950775987, -2.368272995354816, -1.2275058924879094]
+      velocities: [-0.05381483181519401, -0.1640967840881492, 0.24925525374958976, -0.07479384967006725, -0.017368536308189957, -0.16921460856573523]
+      accelerations: [0.01482982899654859, 0.0038863091657924116, 2.2251973888604997e-14, 0.035139180073006225, -0.0068665916156688996, 0.0172541114509377]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 536124815
+    - 
+      positions: [-0.9872245194576219, -0.7037373273482623, 0.054489951734750686, -2.6282164737124565, -2.368359771879153, -1.2283502731604317]
+      velocities: [-0.0537408624675746, -0.16407739191071274, 0.24925525374958976, -0.07461860910335334, -0.017402899145325224, -0.16912833421285883]
+      accelerations: [0.01480966036719786, 0.0038841277208029232, -2.2234615302420606e-14, 0.03507965271915401, -0.006902566418030987, 0.01731595551322264]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 541116083
+    - 
+      positions: [-0.9874927794886563, -0.7045568733084085, 0.05573502399930412, -2.628588768841841, -2.3684467883936238, -1.2291948819258245]
+      velocities: [-0.05366693591152341, -0.16405799543747504, 0.24925525374958968, -0.07444352911314506, -0.0174374684280554, -0.16904168338887532]
+      accelerations: [0.014789546961951583, 0.0038819603206875558, -5.554307313112532e-15, 0.03502004558075925, -0.006938495719711171, 0.01737784560726411]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 546111253
+    - 
+      positions: [-0.9877608802357197, -0.7053769643851059, 0.05698107174415566, -2.628960480816822, -2.3685340464140814, -1.2300397183024048]
+      velocities: [-0.05359305184815595, -0.1640385945690829, 0.24925525374958962, -0.07426861011065197, -0.01747224433813792, -0.1689546550695683]
+      accelerations: [0.014769488100167809, 0.0038798063272909816, -1.6649861761046314e-14, 0.03496036758463634, -0.006974396793304269, 0.017439820679380755]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 551110336
+    - 
+      positions: [-0.9880288219935303, -0.7061976024298011, 0.05822809804724315, -2.6293316099900745, -2.3686215474622054, -1.2308847818048536]
+      velocities: [-0.05351920997862242, -0.16401918920611305, 0.2492552537495896, -0.07409385251258088, -0.017507227048918435, -0.16886724824762686]
+      accelerations: [0.014749484154238272, 0.003877666286351243, 0.0, 0.0349006080599436, -0.00701024850464, 0.017501833444894647]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 556113345
+    - 
+      positions: [-0.9882966050560628, -0.7070187893018555, 0.059476106000472526, -2.6297021567160646, -2.3687092930649913, -1.2317300719451674]
+      velocities: [-0.05344541000495927, -0.16399977924981962, 0.24925525374958984, -0.07391925672420403, -0.017542416760213654, -0.1687794618547142]
+      accelerations: [0.014729534102847565, 0.0038755392616042755, 9.974207585873998e-14, 0.03484078268571448, -0.007046082033261274, 0.01756395391524364]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 561120293
+    - 
+      positions: [-0.9885642297166676, -0.7078405268689135, 0.06072509871025471, -2.630072121350801, -2.3687972847556016, -1.2325755882311833]
+      velocities: [-0.053907666198072426, -0.16562826969661387, 0.2517602690497734, -0.07448508247775472, -0.01775464914349705, -0.1703861982159336]
+      accelerations: [-0.20112759071106429, -0.6601008562625363, 1.0093799238736447, -0.2631556859823147, -0.07840708283741651, -0.665148942256927]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 566131191
+    - 
+      positions: [-0.9888316962680347, -0.7086628170068524, 0.06197507929744998, -2.630441504251938, -2.368885524073132, -1.2334213301670442]
+      velocities: [-0.054369223041898444, -0.16725656016312238, 0.25426528434995666, -0.07504932025141185, -0.01796744779447218, -0.1719916610248866]
+      accelerations: [0.015286261248346351, 0.004028517034668506, 1.1287347856744296e-14, 0.03613071032582727, -0.007406635483418664, 0.018406595353560838]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 571047240
+    - 
+      positions: [-0.9890990050020729, -0.7094856615995114, 0.0632260508969946, -2.6308103057790415, -2.368974012561821, -1.2342672972546385]
+      velocities: [-0.054294066083103866, -0.1672367454080274, 0.25426528434995643, -0.07487171273072976, -0.01800397961018584, -0.17190094177749]
+      accelerations: [0.015265669084395684, 0.004026344814779221, -1.0150555889074071e-13, 0.03606823302411379, -0.0074438334411686905, 0.018471499428334412]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 575967186
+    - 
+      positions: [-0.9893661562101521, -0.7103090625393867, 0.06447801665890852, -2.6311785262930916, -2.369062751772731, -1.235113488990663]
+      velocities: [-0.05421895065114277, -0.16721692556752044, 0.2542652843499563, -0.07469427188926148, -0.018040723513446516, -0.17180983070288025]
+      accelerations: [0.015245132873040435, 0.004024186419085802, 5.6347143943913035e-14, 0.03600567577758881, -0.007480989811192258, 0.01853646546348019]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 580891043
+    - 
+      positions: [-0.9896331501829426, -0.7111330217272566, 0.06573097974777337, -2.6315461661568356, -2.3691517432626874, -1.2359599048685475]
+      velocities: [-0.05414387644211838, -0.16719710054038905, 0.25426528434995643, -0.07451699816232718, -0.01807767968316086, -0.17171832675719279]
+      accelerations: [0.015224652358974793, 0.004022041827473412, -1.1260447896581357e-14, 0.0359430384932447, -0.007518104503842162, 0.01860149331277297]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 585818822
+    - 
+      positions: [-0.9898999872104192, -0.7119575410722361, 0.06698494334282744, -2.631913225734804, -2.369240988594315, -1.2368065443784346]
+      velocities: [-0.0540688431520571, -0.16717727022511614, 0.25426528434995654, -0.07433989199515287, -0.018114848280823694, -0.17162642893413088]
+      accelerations: [0.015204227517716506, 0.0040199110564640315, 5.625726363238106e-14, 0.03588031773989791, -0.0075551700110852915, 0.018666566179541405]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 590750535
+    - 
+      positions: [-0.9901666675818352, -0.7127826224917586, 0.06823991063795001, -2.6322797053933744, -2.369330489335889, -1.2376534070074907]
+      velocities: [-0.053993850478841726, -0.16715743452196447, 0.25426528434995666, -0.0741629537996362, -0.018152229539351146, -0.17153413606481605]
+      accelerations: [0.015183857308151168, 0.004017793240311598, -1.1242443247329953e-14, 0.0358175309439639, -0.007592222239454962, 0.01873176501658161]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 595686196
+    - 
+      positions: [-0.9904331915858543, -0.713608267911987, 0.06949588484226732, -2.6326456055005067, -2.369420247062287, -1.2385004922382534]
+      velocities: [-0.053918898121486855, -0.16713759333199718, 0.25426528434995654, -0.07398618397201627, -0.018189823727843817, -0.1714414468974766]
+      accelerations: [0.015163541995930372, 0.004015688792148225, -3.370025828095042e-14, 0.03575466748894295, -0.007629239358148529, 0.018797040632257137]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 600625818
+    - 
+      positions: [-0.9906995595104751, -0.7144344792676567, 0.07075286917994214, -2.633010926425924, -2.369510263354479, -1.239347799549593]
+      velocities: [-0.05384398577684468, -0.16711774655421788, 0.25426528434995654, -0.07380958295391346, -0.01822763102673715, -0.17134836037740667]
+      accelerations: [0.01514328187550187, 0.004013598005040622, 3.367314370646249e-14, 0.035691720079675984, -0.007666206690197121, 0.01886236054828423]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 605569412
+    - 
+      positions: [-0.9909657716429767, -0.7152612585019852, 0.07201086689005878, -2.6333756685412406, -2.369600539799196, -1.2401953284173368]
+      velocities: [-0.05376911314192686, -0.16709789408769732, 0.25426528434995654, -0.07363315118826264, -0.01826565161672887, -0.17125487544710719]
+      accelerations: [0.015123076273602237, 0.004011520430336416, -4.4861314571219124e-14, 0.03562869597647719, -0.007703138459081677, 0.01892775659906955]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 610516991
+    - 
+      positions: [-0.9912318282699761, -0.7160886075668731, 0.07326988122692561, -2.633739832219857, -2.3696910779893336, -1.241043078313605]
+      velocities: [-0.05369427991613404, -0.16707803583358088, 0.2542652843499565, -0.07345688907649359, -0.01830388576785513, -0.17116099084647945]
+      accelerations: [0.015102924579844048, 0.0040094555488678525, 2.2412523233004548e-14, 0.03556560518014888, -0.007740055971860805, 0.018993277016695596]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 615468569
+    - 
+      positions: [-0.9914977296775046, -0.7169165284231749, 0.0745299154604802, -2.634103417836814, -2.3697818795245404, -1.241891048705805]
+      velocities: [-0.05361948579871431, -0.16705817169303486, 0.2542652843499565, -0.07328079702231763, -0.01834233375055886, -0.17106670531215584]
+      accelerations: [0.01508282714531126, 0.004007403741969271, -2.2394360248098185e-14, 0.03550243722874969, -0.007776937460827304, 0.019058872960500302]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 620424158
+    - 
+      positions: [-0.9917634761509311, -0.7177450230405436, 0.07579097287608007, -2.6344664257689727, -2.369872946010708, -1.2427392390575898]
+      velocities: [-0.05354473048479154, -0.16703830156281357, 0.2542652843499563, -0.07310487552481788, -0.018380995639814962, -0.1709720180182268]
+      accelerations: [0.015062784966986516, 0.004005366279435301, -5.594042068950321e-14, 0.035439164603038545, -0.007813725243434601, 0.019124414928228868]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 625383771
+    - 
+      positions: [-0.9920290679747581, -0.7185740933969048, 0.07705305677376276, -2.634828856395461, -2.3699642790585327, -1.2435876488314548]
+      velocities: [-0.053470013674472905, -0.1670184253445682, 0.2542652843499562, -0.07292912498215948, -0.01841987172449213, -0.17087692765625118]
+      accelerations: [0.015042794721207692, 0.004003339787745227, 3.353692087463866e-14, 0.035375856010875395, -0.007850562653569046, 0.01919022512036484]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 630347421
+    - 
+      positions: [-0.9922945054331389, -0.7194037414799648, 0.07831617047042742, -2.6351907100965946, -2.3700558802872385, -1.244436277482179]
+      velocities: [-0.05339533506745944, -0.16699854293955432, 0.25426528434995643, -0.0727535458027733, -0.018458962276211216, -0.1707814329542391]
+      accelerations: [0.015022859569065582, 0.004001327666979487, 4.467939420869076e-14, 0.035312439119977765, -0.00788729886639653, 0.019255964896872268]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 635315121
+    - 
+      positions: [-0.9925597888093364, -0.7202339692857478, 0.07958031729774967, -2.635551987255042, -2.3701477513207485, -1.2452851244636665]
+      velocities: [-0.05332069435969894, -0.1669786542451187, 0.2542652843499564, -0.07257813848182151, -0.018498267388787536, -0.17068553303754563]
+      accelerations: [0.015002977543299859, 0.003999327962700517, -6.696425334888947e-14, 0.03524895180695592, -0.007924012439148883, 0.0193218108526376]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 640286885
+    - 
+      positions: [-0.9928249183860085, -0.7210647788194516, 0.08084550060342321, -2.635912688255232, -2.3702398937897478, -1.2461341892253326]
+      velocities: [-0.05324609125268287, -0.16695875916406772, 0.2542652843499562, -0.07240290339752098, -0.018537787405532833, -0.1705892264689933]
+      accelerations: [0.014983148057098128, 0.0039973403004058845, 0.0, 0.03518540377209577, -0.007960724645380012, 0.019387810939290127]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 645262724
+    - 
+      positions: [-0.9930898944452855, -0.721896172095722, 0.08211172375157706, -2.6362728134832127, -2.3703323093322806, -1.2469834712110932]
+      velocities: [-0.05317152544409455, -0.1669388575953859, 0.25426528434995643, -0.07222784101410808, -0.01857752249250079, -0.17049251220744896]
+      accelerations: [0.014963372902366885, 0.0039953664590426695, 7.799669969891908e-14, 0.035121751230819113, -0.007997342344260033, 0.0194537560781767]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 650242654
+    - 
+      positions: [-0.9933547172684388, -0.7227281511377783, 0.0833789901215248, -2.6366323633273634, -2.37042499959139, -1.247832969863606]
+      velocities: [-0.053096996632619395, -0.1669189494389004, 0.2542652843499564, -0.07205295178063023, -0.018617472851300214, -0.17039538913001318]
+      accelerations: [0.01494364956362707, 0.003993404190812373, -8.906561640043419e-14, 0.035058044562609435, -0.008033972312958198, 0.019519886190793635]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 655226686
+    - 
+      positions: [-0.9936193871362653, -0.7235607179785482, 0.08464730310942055, -2.6369913381776002, -2.3705179662179243, -1.2486826846193324]
+      velocities: [-0.05302250451817188, -0.16689903459556094, 0.2542652843499563, -0.07187823612255899, -0.01865763873742391, -0.17029785599035713]
+      accelerations: [0.01492397973553179, 0.0039914551589154, 5.562001855736661e-14, 0.03499424339600351, -0.008070528870594998, 0.019586009147830874]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 660214834
+    - 
+      positions: [-0.993883904328783, -0.7243938746598726, 0.08591666612712545, -2.6373497384260394, -2.3706112108683657, -1.2495326149124482]
+      velocities: [-0.052948048798887044, -0.1668791129646935, 0.25426528434995627, -0.07170369450468835, -0.0186980203268788, -0.17019991171862248]
+      accelerations: [0.014904362112259206, 0.003989518219974014, -6.668874374786453e-14, 0.03493037282028703, -0.008107065154659102, 0.019652244250691724]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 665207113
+    - 
+      positions: [-0.9941482691254215, -0.7252276232331003, 0.08718708260308261, -2.6377075644666044, -2.3707047352062536, -1.250382760172362]
+      velocities: [-0.05287362917559557, -0.16685918444794073, 0.25426528434995643, -0.07152932733923967, -0.01873861791139203, -0.17010155498304186]
+      accelerations: [0.014884796590784368, 0.003987593455259105, 1.4437231582303094e-13, 0.034866429338033855, -0.008143573807793928, 0.019718575258337173]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 670203534
+    - 
+      positions: [-0.9944124818050009, -0.7260619657590834, 0.08845855598232785, -2.6380648166950977, -2.370798540902044, -1.2512331198240212]
+      velocities: [-0.05279924534608914, -0.1668392489440498, 0.2542652843499566, -0.07135513511065139, -0.018779431632080748, -0.17000278478776348]
+      accelerations: [0.0148652841626828, 0.0039856818091386255, -8.877056059389298e-14, 0.034802388060192424, -0.00818000128703576, 0.0197848820049828]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 675204112
+    - 
+      positions: [-0.9946765426455384, -0.7268969043076929, 0.08973108972580077, -2.638421495509613, -2.370892629631758, -1.2520836932903525]
+      velocities: [-0.0527248970103177, -0.1668193063538941, 0.25426528434995654, -0.071181118255439, -0.01882046173705977, -0.16990359989452838]
+      accelerations: [0.014845822646185463, 0.003983781353850311, 6.652237528488042e-14, 0.03473829356317916, -0.008216443298405334, 0.01985137961939952]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 680208860
+    - 
+      positions: [-0.9949404519245962, -0.7277324409588636, 0.09100468731187776, -2.638777601309833, -2.37098700307953, -1.252934479987803]
+      velocities: [-0.05265058386904406, -0.166799356578931, 0.25426528434995654, -0.07100727719513755, -0.018861708510307676, -0.1698039989819232]
+      accelerations: [0.014826413564053603, 0.003981893647944313, -7.754453098911848e-14, 0.03467410779400754, -0.008252817885096972, 0.01991788431843395]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 685217792
+    - 
+      positions: [-0.9952042099189877, -0.7285685778018208, 0.0922793522352672, -2.6391331344976554, -2.3710816629355143, -1.2537854793300958]
+      velocities: [-0.052576305620426284, -0.16677939951818502, 0.2542652843499564, -0.07083361241462371, -0.01890317210312724, -0.16970398102505047]
+      accelerations: [0.014807056103918097, 0.003980017970896336, 2.2137005649996477e-14, 0.03460984401594083, -0.008289153345846744, 0.01998445937829464]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 690230922
+    - 
+      positions: [-0.9954678169048822, -0.729405316935438, 0.09355508800754031, -2.6394880954769913, -2.3711766108966725, -1.2546366907268964]
+      velocities: [-0.052502061964409735, -0.16675943507224367, 0.25426528434995643, -0.07066012436346661, -0.018944852747017137, -0.16960354481646034]
+      accelerations: [0.014787750033825766, 0.003978154284053244, 0.0, 0.034545503616318196, -0.008325452811309498, 0.02005111250001205]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 695248264
+    - 
+      positions: [-0.9957312731578177, -0.7302426604683331, 0.09483189815729158, -2.639842484653759, -2.3712718486669053, -1.2554881135836204]
+      velocities: [-0.05242785260092536, -0.1667394631416118, 0.25426528434995654, -0.07048681349280418, -0.018986750673794642, -0.16950268914542801]
+      accelerations: [0.014768495257767305, 0.003976302523507549, 4.419953332167226e-14, 0.03448108511534761, -0.008361712648105155, 0.02011783528618672]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 700269831
+    - 
+      positions: [-0.9959945789526902, -0.7310806105189015, 0.09610978623020022, -2.640196302435921, -2.3713673779570064, -1.2563397473015776]
+      velocities: [-0.05235367722991953, -0.16671948362696146, 0.2542652843499567, -0.07031368025546482, -0.019028866115850925, -0.1694014127981166]
+      accelerations: [0.01474929153087317, 0.003974462550681774, 2.208110217213136e-14, 0.03441658985331874, -0.0083979360803814, 0.02018463534884213]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 705295637
+    - 
+      positions: [-0.9962577345637664, -0.7319191692154176, 0.09738875578919426, -2.6405495492334774, -2.3714632004847975, -1.2571915912777811]
+      velocities: [-0.0522795355506188, -0.16669949642808018, 0.25426528434995654, -0.07014072512599825, -0.019071199261538548, -0.16929971465726695]
+      accelerations: [0.014730139049684645, 0.003972634719741113, -9.928083420531455e-14, 0.03435200839914821, -0.0084341017478443, 0.02025146467480451]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 710325697
+    - 
+      positions: [-0.9965207402646105, -0.7327583386958803, 0.09866881041424325, -2.64090222545863, -2.371559317974614, -1.2580436449059162]
+      velocities: [-0.05220542726416064, -0.1666795014466793, 0.2542652843499563, -0.06996794853240577, -0.019113750405895205, -0.16919759336284942]
+      accelerations: [0.014711036520801178, 0.003970817775197373, 1.1021841439053772e-14, 0.03428736922009345, -0.008470272762989008, 0.02031846570643392]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 715360024
+    - 
+      positions: [-0.9967835963283108, -0.7335981211087427, 0.09994995370343697, -2.6412543315253423, -2.371655732159027, -1.25889590757334]
+      velocities: [-0.05213135206958128, -0.16665949858233303, 0.2542652843499565, -0.06979535096039644, -0.01915651972057137, -0.16909504783119572]
+      accelerations: [0.014691985733472513, 0.003969013683365232, 6.607478381790898e-14, 0.034222621492159995, -0.008506336406723589, 0.020385384285089493]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 720398633
+    - 
+      positions: [-0.9970463030270793, -0.7344385186118021, 0.10123218927138304, -2.6416058678501684, -2.3717524447759044, -1.2597483786663493]
+      velocities: [-0.05205730966677845, -0.16663948773534798, 0.25426528434995677, -0.06962293287746077, -0.019199507421691124, -0.16899207687593243]
+      accelerations: [0.01467298422121644, 0.003967220051312975, 5.501535679655707e-14, 0.03415782380065752, -0.008542422353194246, 0.02045251315950371]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 725441537
+    - 
+      positions: [-0.9973088606327175, -0.7352795333736281, 0.1025155207513076, -2.6419568348513267, -2.3718494575719067, -1.2606010575640363]
+      velocities: [-0.051983299756669245, -0.1666194688072438, 0.2542652843499569, -0.06945069472424899, -0.019242713787730396, -0.16888867916735326]
+      accelerations: [0.014654033703492268, 0.003965438650927495, -2.1987327146446945e-14, 0.03409292879811818, -0.008578425106748165, 0.020519614578331406]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 730488752
+    - 
+      positions: [-0.9975712694162405, -0.7361211675725319, 0.10379995179356666, -2.642307232949477, -2.3719467722997334, -1.2614539436432284]
+      velocities: [-0.05190932203809185, -0.1665994416972883, 0.25426528434995666, -0.06927863699911829, -0.019286138973970923, -0.16878485365191023]
+      accelerations: [0.014635132945905746, 0.00396366846572908, -7.6889684057819e-14, 0.034027961490224135, -0.008614400626046043, 0.020586814626847808]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 735540291
+    - 
+      positions: [-0.9978335296480799, -0.7369634233972193, 0.10508548606661747, -2.642657062567332, -2.372044390719664, -1.262307036275814]
+      velocities: [-0.05183537621234258, -0.16657940630724818, 0.25426528434995643, -0.06910676013862786, -0.0193297832774355, -0.16868059895375248]
+      accelerations: [0.014616281866839402, 0.003961909383100233, 0.0, 0.033962921923328525, -0.008650348476093394, 0.02065411286912425]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 740596169
+    - 
+      positions: [-0.9980956415980832, -0.7378063030468648, 0.10637212725714243, -2.643006324129673, -2.3721423145996017, -1.2631603348287168]
+      velocities: [-0.05176146197845791, -0.1665593625366145, 0.2542652843499566, -0.06893506464360866, -0.019373646854067263, -0.16857591401299404]
+      accelerations: [0.014597481099040861, 0.0039601622765952655, 6.579209299134053e-14, 0.033897785193290314, -0.008686212639100369, 0.0207213826781303]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 745656401
+    - 
+      positions: [-0.9983576055353176, -0.7386498087305899, 0.10765987906930251, -2.6433550180637653, -2.372240545713626, -1.2640138386665278]
+      velocities: [-0.051687579037491604, -0.16653931028690774, 0.25426528434995654, -0.06876355095821418, -0.019417729992867262, -0.16847079746691518]
+      accelerations: [0.014578728869233589, 0.003958425331557125, -8.764704008153808e-14, 0.0338325991568021, -0.008722101032078537, 0.0207888681900702]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 750721000
+    - 
+      positions: [-0.9986194217284546, -0.7394939426686807, 0.1089487452265394, -2.6437031447986032, -2.3723390858449394, -1.2648675471463287]
+      velocities: [-0.051613727089318356, -0.1665192494584311, 0.2542652843499564, -0.068592219562709, -0.019462032903834983, -0.16836524812908557]
+      accelerations: [0.014560027068482383, 0.003956700701574767, 2.1892791689165435e-14, 0.03376730229811028, -0.008757873960751669, 0.0208562537160498]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 755789982
+    - 
+      positions: [-0.9988810904452764, -0.7403387070911803, 0.11023872946952705, -2.6440507047659167, -2.3724379367821715, -1.265721459624316]
+      velocities: [-0.051539905833208846, -0.16649917995089245, 0.25426528434995666, -0.06842107095879774, -0.01950655575311301, -0.1682592649098479]
+      accelerations: [0.014541373701612436, 0.003954986329347738, 8.749517042043562e-14, 0.03370194822149563, -0.008793653085227891, 0.020923814481818463]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 760863362
+    - 
+      positions: [-0.9991426119531094, -0.7411841042392555, 0.11152983555819274, -2.644397698399323, -2.3725371003227025, -1.266575575449956]
+      velocities: [-0.051211514837231714, -0.16565499740801456, 0.2530065453185214, -0.06791265670574172, -0.019454399278870178, -0.16732067037615417]
+      accelerations: [0.11418775748371056, 0.32676890659479035, -0.4930994940495453, 0.1656616001827453, 0.029174093699588722, 0.34688425948311546]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 765941153
+    - 
+      positions: [-0.9994039865186776, -0.7420301363648273, 0.11282206727119706, -2.6447441261346425, -2.372636578271593, -1.2674298939679502]
+      velocities: [-0.05063180113489853, -0.1639950591188899, 0.25050153001833797, -0.06707200004274749, -0.0193060789231956, -0.1655587578204101]
+      accelerations: [0.11169435979441553, 0.3200144380375079, -0.4829618966437133, 0.1618962538308926, 0.02861764076535443, 0.3396330873529425]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 771074194
+    - 
+      positions: [-0.9996652144078809, -0.7428768057299784, 0.11411542840507188, -2.6450899884103483, -2.3727363724399364, -1.268284414521214]
+      velocities: [-0.05005857572930299, -0.16235174304495098, 0.2480213168498395, -0.06624151228322117, -0.01915900372883498, -0.16381490534475585]
+      accelerations: [0.10925509393846937, 0.3133989009979741, -0.4730316856356019, 0.1582156425877689, 0.028071987270006947, 0.3325322698412193]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 776263096
+    - 
+      positions: [-0.9999262958862049, -0.7437241146082493, 0.11540992277615003, -2.6454352856667813, -2.3728364846480097, -1.2691391364453488]
+      velocities: [-0.04949176639204149, -0.16072488274817257, 0.2455656602473657, -0.0654210731271615, -0.01901316173936609, -0.16208893091258833]
+      accelerations: [0.10686879140032657, 0.3069194505517332, -0.4633046359187695, 0.15461784017430444, 0.027537003035607636, 0.3255785201804638]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 781508479
+    - 
+      positions: [-1.000187231218399, -0.7445720652837511, 0.11670555421927553, -2.645780018346802, -2.3729369167228835, -1.2699940590729468]
+      velocities: [-0.04893130169537722, -0.15911431345587337, 0.2431343170765996, -0.06461056373661647, -0.018868540975296534, -0.16038065465051524]
+      accelerations: [0.1045343070423483, 0.3005732982375258, -0.45377660834032285, 0.15110101225713, 0.027012447833063835, 0.3187688740316813]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 786810970
+    - 
+      positions: [-1.0004480206685786, -0.7454206600515342, 0.11800232658836003, -2.646124186895605, -2.3730376704992167, -1.2708491817322383]
+      velocities: [-0.04837711100768139, -0.15751987204818085, 0.24072704661049454, -0.06380986658263257, -0.01872512975055324, -0.15868989811062417]
+      accelerations: [0.1022505205056725, 0.2943577125572207, -0.44444354759796467, 0.14766336763798338, 0.026498078545571676, 0.31210044522534475]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 792171201
+    - 
+      positions: [-1.0007086645003596, -0.7462699012180787, 0.11930024375713104, -2.646467791760481, -2.3731387478203496, -1.271704503745217]
+      velocities: [-0.04782912448115868, -0.15594139703832657, 0.2383436105054401, -0.06301886553191544, -0.01858291643334363, -0.1570164847907352]
+      accelerations: [0.10001633669827471, 0.2882700188742946, -0.43530148081779313, 0.144303114006671, 0.025993753371297293, 0.30557018852413187]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 797589814
+    - 
+      positions: [-1.0009691629766144, -0.7471197911006277, 0.12059930961815737, -2.6468108333913056, -2.373240150536469, -1.2725600244309627]
+      velocities: [-0.047287273043296676, -0.1543787285560862, 0.23598377277766353, -0.06223744584093022, -0.018441889420729808, -0.15536024017076017]
+      accelerations: [0.09783068295258274, 0.28230759628124696, -0.42634651590465206, 0.14101853577871098, 0.0254992462090079, 0.2991753186185999]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 803067457
+    - 
+      positions: [-1.0012295163595735, -0.7479703320275586, 0.12189952808341895, -2.6471533122403677, -2.3733418805054107, -1.2734157431042747]
+      velocities: [-0.046751488391278184, -0.15283170833482768, 0.23364729977986498, -0.06146549402753257, -0.018302037402355822, -0.15372099109509274]
+      accelerations: [0.09569250972912757, 0.276467877039057, -0.41757483961502595, 0.13780795951295888, 0.025014325777378173, 0.292913128995492]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 808604785
+    - 
+      positions: [-1.0014897249109689, -0.7488215263389113, 0.12320090308510398, -2.6474952287620988, -2.3734439395938445, -1.2742716590736378]
+      velocities: [-0.04622170298094659, -0.15130017969302736, 0.23133396017808405, -0.060702897937473896, -0.018163349167855107, -0.15209856618760637]
+      accelerations: [0.09360079093585383, 0.2707483469805748, -0.4089827161748156, 0.13466971501790698, 0.024538844508826343, 0.28678079009424956]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 814202461
+    - 
+      positions: [-1.0017497888918558, -0.7496733763859108, 0.12450343857492217, -2.647836583413452, -2.373546329675914, -1.2751277716437002]
+      velocities: [-0.04569785001808534, -0.14978398751767807, 0.22904352492879593, -0.059949546749842694, -0.018025813556798276, -0.15049279594448528]
+      accelerations: [0.09155452186824097, 0.26514654248429914, -0.4005664857590106, 0.13160219538429344, 0.02407259662985894, 0.2807756685761185]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 819861156
+    - 
+      positions: [-1.0020097085626858, -0.7505258845312667, 0.1258071385245647, -2.648177376653772, -2.373649052633852, -1.2759840801142452]
+      velocities: [-0.04517986345113219, -0.14828297825019962, 0.22677576725623375, -0.05920533091317655, -0.01788941957197069, -0.14890351245807815]
+      accelerations: [0.08955271980310921, 0.25966005048704927, -0.3923225628320935, 0.12860382051111727, 0.023615400680630904, 0.27489513958501605]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 825581546
+    - 
+      positions: [-1.0022694841832938, -0.7513790531492204, 0.12711200692579158, -2.648517608944839, -2.373752110357943, -1.276840583780328]
+      velocities: [-0.044667677962063404, -0.14679699986971823, 0.22453046262993454, -0.05847014217089414, -0.01775415628252424, -0.14733054961550351]
+      accelerations: [0.08759442315379937, 0.2542865073890839, -0.38424743474465617, 0.1256730400024522, 0.023167092187533794, 0.26913660203615763]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 831364319
+    - 
+      positions: [-1.0025291160128307, -0.752232884625403, 0.12841804779023616, -2.648857280751021, -2.373855504746005, -1.2776972819332586]
+      velocities: [-0.04416122895965744, -0.14532590187881755, 0.22230738874250935, -0.05774387349499917, -0.01762001294727074, -0.14577374280021468]
+      accelerations: [0.08567869058928484, 0.2490235972878714, -0.3763376601237451, 0.12280836076723428, 0.02272745406204504, 0.26349763449501407]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 837210168
+    - 
+      positions: [-1.0027886043099423, -0.753087381357473, 0.12972526515037464, -2.6491963925389497, -2.373959237704866, -1.27855417385805]
+      velocities: [-0.04366045257027394, -0.1438695352875866, 0.22010632548763304, -0.057026419103813536, -0.01748697893564142, -0.14423292905095586]
+      accelerations: [0.08380460189397634, 0.2438690523660988, -0.36858986751669326, 0.12000828900452172, 0.02229635571377361, 0.25797567967935175]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 843119793
+    - 
+      positions: [-1.0030479493325788, -0.7539425457546071, 0.13103366305878258, -2.649534944777902, -2.3740633111489022, -1.2794112588360804]
+      velocities: [-0.04316528562984169, -0.14242775259828572, 0.21792705493825051, -0.056317674452008, -0.017355043716930814, -0.14270794706676593]
+      accelerations: [0.0819712558682438, 0.2388206504633789, -0.3610007539778727, 0.11727139601698677, 0.02187359112277095, 0.25256840907628636]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 849093905
+    - 
+      positions: [-1.0033071513381633, -0.7547983802381054, 0.13234324558905833, -2.6498729379395036, -2.374167727001423, -1.2802685361427057]
+      velocities: [-0.042675665676432085, -0.1410004077906597, 0.2157693613250005, -0.05561753620874818, -0.017224196876718237, -0.14119863715119177]
+      accelerations: [0.08017777138225478, 0.23387621540792633, -0.35356708366922757, 0.11459625570177762, 0.02145902975832567, 0.2472733806450054]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 855133222
+    - 
+      positions: [-1.0035662105834269, -0.7556548872409519, 0.13365401683518047, -2.6502103724980586, -2.374272487193395, -1.2811260050495918]
+      velocities: [-0.04219153094225403, -0.13958735630716618, 0.21363303101485193, -0.054925902244863545, -0.017094428112968227, -0.13970484120125265]
+      accelerations: [0.07842328571704546, 0.2290336149010968, -0.34628568649810654, 0.1119815019367331, 0.02105247409098857, 0.24208836014179402]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 861238468
+    - 
+      positions: [-1.0038251273245757, -0.756512069208424, 0.13496598091243864, -2.650547248930254, -2.374377593664828, -1.2819836648223244]
+      velocities: [-0.04171282034567206, -0.13818845503808252, 0.21151785248995242, -0.05424267162131531, -0.01696572723024814, -0.13822640270211425]
+      accelerations: [0.07670695540327381, 0.22429076088092728, -0.3391534567942392, 0.10942577008367492, 0.02065380096623586, 0.23701099958902025]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 867410378
+    - 
+      positions: [-1.004083901817113, -0.7573699285976193, 0.13627914195674376, -2.65088356771552, -2.3744830483634103, -1.2828415147229038]
+      velocities: [-0.04123947348388586, -0.13680356230706536, 0.20942361632668577, -0.05356774457613731, -0.01683808413595208, -0.13676316671706715]
+      accelerations: [0.07502795440204814, 0.21964560728160434, -0.3321673520030942, 0.10692775407758, 0.020262820906472426, 0.23203915512951195]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 873649695
+    - 
+      positions: [-1.0043425343160082, -0.7582284678780629, 0.13759350412555305, -2.651219329335724, -2.37458885324589, -1.2836995540073617]
+      velocities: [-0.04057074385449086, -0.13476545629657993, 0.20632873635037152, -0.05264077645075737, -0.016629070805428203, -0.13464866972208533]
+      accelerations: [0.13599066912288374, 0.4233396618565035, -0.6441893019084067, 0.18562452018374578, 0.04564142777495484, 0.43511163130098907]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 879957169
+    - 
+      positions: [-1.0046010250755892, -0.7590876895314635, 0.13890907159752397, -2.6515545342754, -2.374695010277285, -1.2845577819272425]
+      velocities: [-0.03971309316950796, -0.13209390766874604, 0.2022632451233911, -0.05147069542880699, -0.016340725311183225, -0.13190340464320457]
+      accelerations: [0.13038343988888107, 0.4063998784591817, -0.6184853555035118, 0.17778795282738102, 0.043912952121716455, 0.41752490798993414]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 886397323
+    - 
+      positions: [-1.0048593743496403, -0.7599475960520963, 0.14022584857310427, -2.651889183021583, -2.374801521431692, -1.2854161977282261]
+      velocities: [-0.0388735078326121, -0.1294753085118408, 0.19827786013468401, -0.05032643867036733, -0.01605746244420419, -0.12921368678453668]
+      accelerations: [0.1250069662520353, 0.39013699650968103, -0.5938056298570195, 0.17028120939186284, 0.042250174259611986, 0.40064696766954044]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 892972965
+    - 
+      positions: [-1.0051175823911778, -0.7608081899461825, 0.1415438392736231, -2.6522232760642526, -2.374908388690548, -1.2862748006533054]
+      velocities: [-0.03805160831016476, -0.1269086095085395, 0.19437100297488885, -0.0492074401566958, -0.01577919064361091, -0.12657839894740988]
+      accelerations: [0.11985176755037713, 0.3745240006675849, -0.5701093635168869, 0.1630904787880499, 0.0406505110298331, 0.3844494898633726]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 899686960
+    - 
+      positions: [-1.0053756494528987, -0.7616694737334092, 0.1428630479435851, -2.6525568138955116, -2.375015614046302, -1.2871335899363299]
+      velocities: [-0.03724702302720222, -0.1243927821347807, 0.1905411263355444, -0.04811314621509759, -0.015505819988472058, -0.12399644641780777]
+      accelerations: [0.11490875338942064, 0.3595349541051737, -0.5473574155242144, 0.15620245996527987, 0.03911164821985245, 0.3689049045678751]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 906542235
+    - 
+      positions: [-1.0056335757866286, -0.7625314499452482, 0.1441834788481681, -2.652889797010638, -2.3751231994979958, -1.2879925648099266]
+      velocities: [-0.03645938820048922, -0.12192681824737016, 0.1867867133962792, -0.047043015262572964, -0.015237262141343882, -0.12146675657594347]
+      accelerations: [0.11016920504768596, 0.34514495268315437, -0.5255122010553954, 0.1496044726403327, 0.03763119990489013, 0.3539871114427417]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 913541780
+    - 
+      positions: [-1.0058913616437362, -0.763394121126371, 0.14550513627536404, -2.6532222259073377, -2.3752311470546648, -1.288851724499546]
+      velocities: [-0.03568834767680844, -0.11950972968181856, 0.18310627722407527, -0.045996517462379774, -0.014973430521966619, -0.11898827799280134]
+      accelerations: [0.10562476224670869, 0.33133008584198237, -0.5045376292943621, 0.14328432786528839, 0.036206970696372534, 0.339670832441308]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 920688649
+    - 
+      positions: [-1.0061490072749317, -0.7642574898340949, 0.1468280245351684, -2.653554101086134, -2.375339458733775, -1.289711068226306]
+      velocities: [-0.03476246280342306, -0.11656644976705219, 0.17861859607022962, -0.04475300009557895, -0.014642033194251391, -0.11598889996224523]
+      accelerations: [0.14692791129895338, 0.47139201200353803, -0.7193731762699952, 0.19594500953764232, 0.054147107693404146, 0.4784026671239485]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 927985959
+    - 
+      positions: [-1.0064065129303759, -0.7651215586388238, 0.1481521479602579, -2.653885423050193, -2.375448136562144, -1.290570595205435]
+      velocities: [-0.03369028818934047, -0.11312436275519137, 0.17336544958243227, -0.043323885200848844, -0.01424618801970471, -0.11249646641075592]
+      accelerations: [0.13808696185591873, 0.4436046260760908, -0.677049089081494, 0.18395798572342892, 0.051076948929311236, 0.4499809045894937]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 935511404
+    - 
+      positions: [-1.0066638788595983, -0.765986330123873, 0.14947751090574712, -2.654216192305494, -2.3755571825753354, -1.291430304647429]
+      velocities: [-0.03265112549123092, -0.10978390765326515, 0.1682667973557556, -0.04194025262991812, -0.013861112129459015, -0.10910882068257746]
+      accelerations: [0.12977749295962815, 0.41745419996515376, -0.6372135832851056, 0.1727032347004618, 0.04818105154985148, 0.4232454229844605]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 943272137
+    - 
+      positions: [-1.0069211053115557, -0.7668518068857534, 0.15080411774963615, -2.6545464093607403, -2.3756665988181975, -1.292290195757168]
+      velocities: [-0.0316439597080694, -0.10654208386215444, 0.16331809573683365, -0.04060065970419095, -0.013486510213956235, -0.10582282822716402]
+      accelerations: [0.12196758192576947, 0.39284435723480626, -0.5997204197221089, 0.16213608354081854, 0.04544951321906357, 0.39809629602245467]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 951275531
+    - 
+      positions: [-1.0071781925346235, -0.7677179915342363, 0.1521319728929254, -2.654876074727404, -2.375776387344835, -1.2931502677340518]
+      velocities: [-0.030518364620715967, -0.10289178878238703, 0.15774191887719782, -0.039112294902440836, -0.01305802381990515, -0.10213512118346582]
+      accelerations: [0.14952295213788833, 0.48750214555143095, -0.7450799094874563, 0.1968838075132301, 0.057865726076969964, 0.4913160697241918]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 959529196
+    - 
+      positions: [-1.0074351407765265, -0.7685848866922173, 0.15346108075942957, -2.6552051889198682, -2.3758865502180933, -1.294010519772992]
+      velocities: [-0.02928404137075505, -0.09886481778445902, 0.15158688354199001, -0.03748787115627816, -0.012579452587603176, -0.09807769847310258]
+      accelerations: [0.13775292126415506, 0.44972079409682875, -0.6874194099033839, 0.1811880841404003, 0.05351245914981252, 0.4529991825495663]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 968126096
+    - 
+      positions: [-1.007691950284455, -0.7694524949961962, 0.15479144579651918, -2.655533752455239, -2.375997089510583, -1.2948709510626724]
+      velocities: [-0.02796335482574695, -0.09453455773938194, 0.14496521641326848, -0.035756678471822165, -0.012059605271537275, -0.09372434293514006]
+      accelerations: [0.15592214185303455, 0.5130924068158709, -0.7848651289201218, 0.2037970383038811, 0.06205182876366154, 0.514988610799106]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 977080526
+    - 
+      positions: [-1.0079486213049393, -0.7703208190959591, 0.1561230724746619, -2.6558617658535955, -2.376108007303691, -1.2957315607873905]
+      velocities: [-0.026566607313829503, -0.08993530239215294, 0.13792942931371172, -0.03393204826182894, -0.011502707879087394, -0.08910933233917956]
+      accelerations: [0.14081562087219548, 0.46399882270839077, -0.7098540765496346, 0.1838494285610722, 0.05625479516457277, 0.4654566003608199]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 986500646
+    - 
+      positions: [-1.00820515408407, -0.771189861655399, 0.15745596528868247, -2.656189229637616, -2.37621930568947, -1.2965923481237824]
+      velocities: [-0.02511783273044589, -0.08514679751042567, 0.13060159845972752, -0.032045174569630665, -0.010918547126072604, -0.08431244678207298]
+      accelerations: [0.1503491463219997, 0.4982845681877039, -0.7627136035272547, 0.19538603630152385, 0.06111740166470035, 0.49854599935670746]
+      effort: []
+      time_from_start: 
+        secs: 14
+        nsecs: 996410702
+    - 
+      positions: [-1.0084615488670963, -0.7720596253512896, 0.15879012875592216, -2.6565161443333216, -2.376330986767342, -1.297453312246762]
+      velocities: [-0.02351347459603969, -0.07981706695575652, 0.12244171721685063, -0.029964219974598492, -0.010261739282716814, -0.07898562367232978]
+      accelerations: [0.15319954922628656, 0.5100390401339737, -0.7810313318078906, 0.19835972968558657, 0.06312469978158809, 0.5092615096705612]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs:   6940454
+    - 
+      positions: [-1.0087178058990127, -0.7729301128753241, 0.1601255674193488, -2.656842510469045, -2.3764430526490665, -1.2983144523207815]
+      velocities: [-0.02169063512115612, -0.0737298414248888, 0.11311763740635905, -0.027609882134873788, -0.009503780339474216, -0.07291614514789235]
+      accelerations: [0.16674750455073692, 0.5582771585367309, -0.8553401069052659, 0.21491473936401426, 0.06986828211838475, 0.5559952401649998]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs:  18240563
+    - 
+      positions: [-1.0089739254239287, -0.7738013269321258, 0.1614622858445623, -2.657168328576586, -2.3765555054535215, -1.2991757675091817]
+      velocities: [-0.019616751757447877, -0.06677147351448387, 0.10245458640888884, -0.024941622291005303, -0.008629267304464866, -0.06599301910440139]
+      accelerations: [0.1660660801919648, 0.558275684121403, -0.8556570721272994, 0.21331969180874477, 0.07042941740463848, 0.5549550188361984]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs:  30611170
+    - 
+      positions: [-1.0092299076854607, -0.7746732702406512, 0.16280028862193519, -2.657493599190526, -2.37666834731004, -1.30003725696836]
+      velocities: [-0.017202836853976167, -0.05863460575630474, 0.08998033266601034, -0.021847670273730038, -0.007597349562766457, -0.05791456922428123]
+      accelerations: [0.1773194727885875, 0.5990264893061965, -0.9185228943861055, 0.22686170660759486, 0.076293237967304, 0.594124416483884]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs:  44425926
+    - 
+      positions: [-1.0094857529267098, -0.7755459455342092, 0.16413958036666812, -2.6578183228483, -2.3767815803582852, -1.3008989198480692]
+      velocities: [-0.017175098094076326, -0.058626792889101026, 0.08998033266601034, -0.02178549457919735, -0.00761782176259664, -0.05786700052665271]
+      accelerations: [-0.17345777745987245, -0.5974500611584636, 0.9177053024320558, -0.21835766847341925, -0.07895890998749618, -0.5872438935694516]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs:  60541099
+    - 
+      positions: [-1.0097414613901696, -0.7764193555602743, 0.16548016571852225, -2.6581425000903773, -2.3768952067475566, -1.301760755292747]
+      velocities: [-0.019527118355300927, -0.06674622746755757, 0.10245458640888894, -0.02474071192180881, -0.008695419966813741, -0.06583930806868815]
+      accelerations: [-0.1603924026162387, -0.5552271574735202, 0.8532306538228364, -0.20105300937515264, -0.07406951948331503, -0.5444591459419779]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs:  74382519
+    - 
+      positions: [-1.00999703331773, -0.7772935030805868, 0.1668220493419921, -2.658466131460283, -2.3770092286368527, -1.3026227624414848]
+      velocities: [-0.021527200237151073, -0.07368380851129606, 0.11311763740635913, -0.027243549985256743, -0.009624401151000175, -0.07263587176251426]
+      accelerations: [-0.15928515085828462, -0.5537382583922271, 0.8512633060636151, -0.19894547083587127, -0.07445618939226367, -0.5419108814015501]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs:  86800927
+    - 
+      positions: [-1.0102524689506531, -0.7781683908711841, 0.16816523592636984, -2.6587892175046575, -2.377123648194752, -1.3034849404283342]
+      velocities: [-0.023266780469547072, -0.07974758327580529, 0.12244171721685054, -0.029411269999080586, -0.010443808527463138, -0.0785625665432709]
+      accelerations: [-0.1442360910424121, -0.504389427425102, 0.7758037567033192, -0.17923979767083012, -0.06856079482621656, -0.49223958019913217]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs:  98166598
+    - 
+      positions: [-1.0105077685297132, -0.7790440217229716, 0.16950973018663823, -2.659111758773038, -2.3772384676006424, -1.3043472883802127]
+      velocities: [-0.023458153780281144, -0.0805114461032424, 0.12362941883757536, -0.029619953647983054, -0.010570902108894997, -0.07926479948544327]
+      accelerations: [0.11042046459923736, 0.3687526333070367, -0.564828704982764, 0.14256934618152284, 0.04585052329173941, 0.36781130733105044]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 108777884
+    - 
+      positions: [-1.0107629322950362, -0.7799203984412991, 0.1708555368628401, -2.659433755818165, -2.377353689043441, -1.3052098054192642]
+      velocities: [-0.021862325672934693, -0.07513727491813707, 0.11539130191822684, -0.02757333014555216, -0.009891168346477502, -0.07392573314863465]
+      accelerations: [0.17015113571966392, 0.5758972487163478, -0.8832038801468719, 0.2173250320324159, 0.07357592158782772, 0.5707690152191711]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 119941340
+    - 
+      positions: [-1.0110179604861718, -0.7807975238462947, 0.17220266072061113, -2.659755209195877, -2.377469314722247, -1.3060724906617982]
+      velocities: [-0.019771728250021374, -0.06804602745109797, 0.10451392359570738, -0.02490786744983295, -0.008981321390723652, -0.06690483297518617]
+      accelerations: [0.16944484591345638, 0.5758826167210654, -0.8835130167804564, 0.2156889887925535, 0.07417366677991469, 0.5696410242660689]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 132162596
+    - 
+      positions: [-1.0112728533421582, -0.7816754007732168, 0.1735511065517335, -2.660076119465022, -2.3775853468469967, -1.306935343217216]
+      velocities: [-0.017449300902620667, -0.06013600084366845, 0.09237608873677317, -0.02195682207973143, -0.007958226818498613, -0.059088497721577815]
+      accelerations: [0.16715234442102678, 0.5703975861029636, -0.8754189737327459, 0.21206100967525648, 0.07405091553912051, 0.5631306696705104]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 145810845
+    - 
+      positions: [-1.0115276111014702, -0.7825540320723701, 0.1749008791740303, -2.6603964871875747, -2.3777017876380517, -1.3077983621888323]
+      velocities: [-0.014652479898973506, -0.05056618197080545, 0.07768519972110051, -0.01841649293780752, -0.006709271171032372, -0.0496528203316296]
+      accelerations: [0.1786056547936319, 0.6124194297114142, -0.9403202078405387, 0.22569163123390268, 0.08025360743428202, 0.6032270839428667]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 161514592
+    - 
+      positions: [-1.011782234001828, -0.7834334206085677, 0.176251983430562, -2.66071631292899, -2.377818639324632, -1.3086615466767626]
+      velocities: [-0.014627914319624527, -0.05055920812708905, 0.07768519972110044, -0.01836194263454769, -0.006728142090266757, -0.049609100874621]
+      accelerations: [-0.17565644114179296, -0.6110867950800496, 0.9394909147071783, -0.21929334884730745, -0.08232737023639414, -0.5977266887748968]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 180977868
+    - 
+      positions: [-1.0120367222805358, -0.784313569262403, 0.17760442419158864, -2.6610355972576407, -2.377935904147791, -1.3095248957727257]
+      velocities: [-0.01736826020411928, -0.06011299445411014, 0.09237608873677318, -0.021776863634646582, -0.008020481168171842, -0.058944268793252666]
+      accelerations: [-0.1623334149240372, -0.5675185891710466, 0.872889592055594, -0.20181990507565328, -0.07716779540569027, -0.5537867867374473]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 196712657
+    - 
+      positions: [-1.0122910761743678, -0.7851944809299797, 0.17895820635418155, -2.661354340745043, -2.3780535843595314, -1.3103884085617168]
+      velocities: [-0.018542663568177006, -0.06426420532747693, 0.09876718595873188, -0.02322317427376925, -0.00859648590994392, -0.06297350195327178]
+      accelerations: [0.0029533910397939664, 0.003690837646841722, -0.004772828834031622, 0.005678297941413664, -0.0011822818424914987, 0.006742077891559237]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 210414917
+    - 
+      positions: [-1.0125452959193715, -0.786076158522338, 0.1803133348413625, -2.661672543966216, -2.3781716822211303, -1.311252084125076]
+      velocities: [-0.01958475017394698, -0.06797337465143609, 0.10448119721426502, -0.02449883456791553, -0.009117690890315805, -0.06656147438959192]
+      accelerations: [-0.1632411792105815, -0.5738481507650982, 0.8830567260980576, -0.202003693202032, -0.07884384706121338, -0.5584396497931605]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 224139898
+    - 
+      positions: [-1.0127993817511465, -0.7869586049665385, 0.1816698146037825, -2.661990207499231, -2.378290200005646, -1.3121159215361384]
+      velocities: [-0.021374907414732653, -0.07428937802786753, 0.11420360029750208, -0.026707178117121495, -0.009991365985134986, -0.07269688780739751]
+      accelerations: [-0.12234442933991371, -0.4339472646210278, 0.668298011144651, -0.1502365281665899, -0.060611930083437904, -0.4204465682662115]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 236446032
+    - 
+      positions: [-1.013053333904622, -0.7878418232050085, 0.18302765061874277, -2.662307331925612, -2.3784091399960534, -1.312979919863643]
+      velocities: [-0.021140641054962536, -0.07357411714015802, 0.1131176374063591, -0.02638473259844154, -0.009920702278376468, -0.071949287058828]
+      accelerations: [0.15989288726709602, 0.5479061112738889, -0.8412119503430445, 0.20212403178119312, 0.07166955784874796, 0.5399329594900472]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 247935662
+    - 
+      positions: [-1.0133071526143034, -0.788725816196517, 0.18438684789171023, -2.6626239178299516, -2.378528504487465, -1.3138440781678928]
+      velocities: [-0.019118713452581593, -0.06663033692121206, 0.10245458640888888, -0.02383337481267702, -0.009008466308951454, -0.06511391152851018]
+      accelerations: [0.15921705210378254, 0.5478776277520923, -0.841486246854472, 0.200578001530836, 0.0722586196432843, 0.5387994404267527]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 260514298
+    - 
+      positions: [-1.0135608381139727, -0.7896105869152514, 0.18574741145491924, -2.6629399658004322, -2.3786482957845805, -1.314708395505379]
+      velocities: [-0.01679503198906534, -0.05861360569698304, 0.09013879273966938, -0.020912302736615984, -0.007945746540670156, -0.057240109091022076]
+      accelerations: [0.16644219394767862, 0.5754754295015736, -0.8842532514138018, 0.2088571439085775, 0.07661054252139732, 0.564610661572392]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 274561992
+    - 
+      positions: [-1.0138143906369783, -0.7904961383519499, 0.18710934636913348, -2.663255476428373, -2.378768516204303, -1.3155728709242454]
+      velocities: [-0.013963692714713035, -0.048799764248489655, 0.07505584201594243, -0.01736677353835385, -0.006632893474577751, -0.0476234666788174]
+      accelerations: [0.17052525921428183, 0.5922535835959596, -0.9104018491600075, 0.2131834523118489, 0.0795381057799506, 0.5797755941762299]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 290887366
+    - 
+      positions: [-1.0140678104159493, -0.7913824735130174, 0.18847265772230534, -2.663570450308727, -2.378889168073284, -1.3164375034687468]
+      velocities: [-0.013939891109055424, -0.04879295370864588, 0.07505584201594245, -0.017314451175971073, -0.006651898487830673, -0.047579534464231264]
+      accelerations: [-0.16778506757404943, -0.5909813099573331, 0.9095840164924053, -0.2073050083709094, -0.08153231696870648, -0.5744797612490349]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 311330721
+    - 
+      positions: [-1.0143210976830928, -0.7922695954217008, 0.1898373506314043, -2.6638848880396155, -2.379010253730641, -1.3173022921745319]
+      velocities: [-0.01433401459532516, -0.050236569297589406, 0.0772852711847831, -0.017784967622739418, -0.006865474585510365, -0.04895586154101411]
+      accelerations: [0.129312837106093, 0.4492391051693568, -0.690578299660877, 0.16162019409927544, 0.06035608463298165, 0.43973017805359077]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 327689155
+    - 
+      positions: [-1.0145742526700088, -0.7931575071175588, 0.19120343024162492, -2.664198790222662, -2.379131775526384, -1.3181672360715428]
+      velocities: [-0.011057473292996963, -0.03880496776142381, 0.05970567973879748, -0.01370427914544282, -0.0053167676039460755, -0.037790283147611646]
+      accelerations: [0.17898689781771787, 0.6259105102478507, -0.9627271590892394, 0.22248795043681302, 0.08517360744561081, 0.6106379014403821]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 346890196
+    - 
+      positions: [-1.0148272756077121, -0.7940462116566674, 0.19257090172672045, -2.66451215746298, -2.379253735821693, -1.3190323341836263]
+      velocities: [-0.006806968399830296, -0.02392009717942635, 0.036808036800457064, -0.008426949394672645, -0.0032857166432294204, -0.023278958535647057]
+      accelerations: [0.10317274091291606, 0.36181217198175475, -0.5566517159237572, 0.1279457031724251, 0.049503653222448075, 0.3524810744170674]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 375222626
+    - 
+      positions: [-1.0150801667266462, -0.7949357121117883, 0.1939397702892845, -2.6648249903691803, -2.3793761369891007, -1.3198975855283208]
+      velocities: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
+      accelerations: [0.1734700898826768, 0.6101508212342098, -0.9389722880992801, 0.21458702300624422, 0.08396080337423827, 0.5935171988952498]
+      effort: []
+      time_from_start: 
+        secs: 15
+        nsecs: 429219608
+multi_dof_joint_trajectory: 
+  header: 
+    seq: 0
+    stamp: 
+      secs: 0
+      nsecs:         0
+    frame_id: ''
+  joint_names: []
+  points: []

+ 20 - 0
catkin_ws/src/lstrobot_planning/date/新建文本文档.txt

@@ -0,0 +1,20 @@
+#Singular point:
+self.move_l([1.1636083662919032, 1.1417886771810597, 0.1, pi, -pi/4, 0,
+             1.1636083662919032, -1.1417886771810597, 0.1, pi, -pi/4, 0] ,2)
+
+ARM:
+  kinematics_solver: kdl_kinematics_plugin/KDLKinematicsPlugin
+  kinematics_solver_search_resolution: 0.005
+  kinematics_solver_timeout: 0.05
+  goal_joint_tolerance: 0.0001
+  goal_position_tolerance: 0.0001
+  goal_orientation_tolerance: 0.001            
+
+  ARM:
+  kinematics_solver: trac_ik_kinematics_plugin/TRAC_IKKinematicsPlugin
+  kinematics_solver_search_resolution: 0.005
+  kinematics_solver_timeout: 0.05
+  goal_joint_tolerance: 0.0001
+  goal_position_tolerance: 0.0001
+  goal_orientation_tolerance: 0.001
+  

+ 5 - 0
catkin_ws/src/lstrobot_planning/launch/moveit_control_server.launch

@@ -0,0 +1,5 @@
+<launch>
+	<node name="moveit_control_server" pkg="lstrobot_planning" type="moveitServer2.py" output="screen">
+   
+	</node>
+</launch>

+ 7 - 0
catkin_ws/src/lstrobot_planning/launch/publish_pointcloud.launch

@@ -0,0 +1,7 @@
+<launch>
+  <!-- 启动publish_pointcloud节点 -->
+  <node pkg="lstrobot_planning" name="publish_pointcloud" type="dycl.py" required="true" output="screen">
+  </node>
+
+</launch>
+

+ 5 - 0
catkin_ws/src/lstrobot_planning/launch/set_update_paramter_p.launch

@@ -0,0 +1,5 @@
+<launch>
+  <node pkg="lstrobot_planning" name="set_update_paramter_p" type="set_update_paramter_p.py" required="true" output="screen">
+  </node>
+
+</launch>

+ 20 - 0
catkin_ws/src/lstrobot_planning/launch/start_ur5.launch

@@ -0,0 +1,20 @@
+<launch>
+  <arg name="limited" default="false" />
+  <arg name="config" default="true"/>
+
+  <!-- Launch ur5_bringup -->
+  <include file="$(find ur_modern_driver)/launch/ur5_bringup.launch">
+  </include>
+
+
+  <!-- Launch moveit -->
+  <include file="$(find ur5_moveit_config)/launch/ur5_moveit_planning_execution.launch">
+    <arg name="limited" default="$(arg limited)"/>
+  </include>
+
+  <!--start rviz  -->
+  <include file="$(find ur5_moveit_config)/launch/moveit_rviz.launch">
+    <arg name="config" default="$(arg config)"/>
+  </include>
+
+</launch>

+ 30 - 0
catkin_ws/src/lstrobot_planning/launch/ur5_bringup.launch

@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+  Universal robot ur5 launch.  Loads ur5 robot description (see ur_common.launch
+  for more info)
+
+  Usage:
+    ur5_bringup.launch robot_ip:=<value>
+-->
+<launch>
+  
+  <!-- robot_ip: IP-address of the robot's socket-messaging server -->
+  <arg name="robot_ip" default="192.168.50.100"/>
+  <arg name="limited" default="false"/>
+  <arg name="min_payload"  default="0.0"/>
+  <arg name="max_payload"  default="5.0"/>
+  <arg name="prefix" default="" />
+  <!-- robot model -->
+  <include file="$(find ur_description)/launch/ur5_upload.launch">
+    <arg name="limited" value="$(arg limited)"/>
+  </include>
+  
+  <!-- ur common -->
+  <include file="$(find ur_modern_driver)/launch/ur_common.launch">
+    <arg name="prefix"  value="$(arg prefix)" />
+    <arg name="robot_ip" value="$(arg robot_ip)"/>
+    <arg name="min_payload"  value="$(arg min_payload)"/>
+    <arg name="max_payload"  value="$(arg max_payload)"/>
+  </include>
+
+</launch>

+ 7 - 0
catkin_ws/src/lstrobot_planning/msg/JointTrajectoryPoint_ex.msg

@@ -0,0 +1,7 @@
+float64[] positions
+float64[] velocities
+float64[] accelerations
+float64[] effort
+duration time_from_start
+string type
+float64[] sequence

+ 3 - 0
catkin_ws/src/lstrobot_planning/msg/JointTrajectory_ex.msg

@@ -0,0 +1,3 @@
+Header header
+string[] joint_names
+JointTrajectoryPoint_ex[] points

+ 70 - 0
catkin_ws/src/lstrobot_planning/package.xml

@@ -0,0 +1,70 @@
+<?xml version="1.0"?>
+<package format="2">
+  <name>lstrobot_planning</name>
+  <version>0.0.0</version>
+  <description>The lstrobot_planning package</description>
+
+  <!-- One maintainer tag required, multiple allowed, one person per tag -->
+  <!-- Example:  -->
+  <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
+  <maintainer email="chen@todo.todo">chen</maintainer>
+
+
+  <!-- One license tag required, multiple allowed, one license per tag -->
+  <!-- Commonly used license strings: -->
+  <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
+  <license>TODO</license>
+
+
+  <!-- Url tags are optional, but multiple are allowed, one per tag -->
+  <!-- Optional attribute type can be: website, bugtracker, or repository -->
+  <!-- Example: -->
+  <!-- <url type="website">http://wiki.ros.org/lstrobot_planning</url> -->
+
+
+  <!-- Author tags are optional, multiple are allowed, one per tag -->
+  <!-- Authors do not have to be maintainers, but could be -->
+  <!-- Example: -->
+  <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
+
+
+  <!-- The *depend tags are used to specify dependencies -->
+  <!-- Dependencies can be catkin packages or system dependencies -->
+  <!-- Examples: -->
+  <!-- Use depend as a shortcut for packages that are both build and exec dependencies -->
+  <!--   <depend>roscpp</depend> -->
+  <!--   Note that this is equivalent to the following: -->
+  <!--   <build_depend>roscpp</build_depend> -->
+  <!--   <exec_depend>roscpp</exec_depend> -->
+  <!-- Use build_depend for packages you need at compile time: -->
+  <!--   <build_depend>message_generation</build_depend> -->
+  <!-- Use build_export_depend for packages you need in order to build against this package: -->
+  <!--   <build_export_depend>message_generation</build_export_depend> -->
+  <!-- Use buildtool_depend for build tool packages: -->
+  <!--   <buildtool_depend>catkin</buildtool_depend> -->
+  <!-- Use exec_depend for packages you need at runtime: -->
+  <!--   <exec_depend>message_runtime</exec_depend> -->
+  <!-- Use test_depend for packages you need only for testing: -->
+  <!--   <test_depend>gtest</test_depend> -->
+  <!-- Use doc_depend for packages you need only for building documentation: -->
+  <!--   <doc_depend>doxygen</doc_depend> -->
+  <buildtool_depend>catkin</buildtool_depend>
+  <build_depend>roscpp</build_depend>
+  <build_depend>rospy</build_depend>
+  <build_depend>std_msgs</build_depend>
+  <build_export_depend>roscpp</build_export_depend>
+  <build_export_depend>rospy</build_export_depend>
+  <build_export_depend>std_msgs</build_export_depend>
+  <exec_depend>roscpp</exec_depend>
+  <exec_depend>rospy</exec_depend>
+  <exec_depend>std_msgs</exec_depend>
+  
+ <build_depend>message_generation</build_depend>
+ <exec_depend>message_runtime</exec_depend>
+
+  <!-- The export tag contains other, unspecified, tags -->
+  <export>
+    <!-- Other tools can request additional information be placed here -->
+
+  </export>
+</package>

+ 23 - 0
catkin_ws/src/lstrobot_planning/scripts/11.py

@@ -0,0 +1,23 @@
+#! /usr/bin/env python3
+import rospy
+import os
+from std_srvs.srv import Empty
+from subprocess import Popen
+
+def Start_up_test():
+    # 设置各种类型参数
+    
+    # rospy.set_param("folder_path","/home/chen/catkin_ws/data/20240703-11-法兰盘")
+    rospy.set_param("folder_path","/home/chen/catkin_ws/data/20240710-2")
+    # rospy.set_param("culling_radius",10)
+    rospy.set_param("sign_control",1)
+    # rospy.set_param("sign_control",2)
+if __name__ == '__main__':
+    
+    rospy.init_node("test")
+    
+   
+    Start_up_test()
+
+
+     

+ 70 - 0
catkin_ws/src/lstrobot_planning/scripts/CloudFunc.py

@@ -0,0 +1,70 @@
+import numpy as np
+import open3d as o3d
+
+
+# 读取文件
+def open_file(file_path):
+    """
+    读取文件
+    :param file_path: 文件路径
+    :return: 读取的内容
+    """
+
+    if '.txt' in file_path:
+        print('txt文档')
+        pcd = o3d.io.read_point_cloud(file_path, format='xyz')
+    else:
+        pcd = o3d.io.read_point_cloud(file_path)
+    return pcd
+
+
+def save_file(content, file_path, write_ascii=True):
+    """
+    保存文件
+    :param write_ascii: 是否使用ASCII编码
+    :param content: 文件内容
+    :param file_path: 保存路径
+    :return: None
+    """
+    if '.txt' in file_path:
+        np.savetxt(file_path, np.asarray(content.points), fmt='%f %f %f')
+    else:
+        o3d.io.write_point_cloud(file_path, content, write_ascii=write_ascii)
+
+
+def voxel_down_sample(pcd, voxel_size):
+    """
+    体素方法点云降采样
+    :param pcd: 点云数据
+    :param voxel_size: 体素降采样的网格长度
+    :return: 降采样点云数据
+    """
+    return pcd.voxel_down_sample(voxel_size=voxel_size)
+
+
+def add_rgb_to_pcd(pcd):
+    """
+    给点云天啊及颜色信息
+    :param pcd: 点云数据
+    :return:
+    """
+    # 为点云中的每个点指定RGB颜色,这里我们使用红色作为示例
+    # RGB值范围为[0, 1],红色可以表示为(1, 0, 0)
+    pcd = np.asarray(pcd.points).shape[0]
+    colors = np.repeat([[1, 0, 0]], pcd, axis=0)  # 创建一个全是红色的颜色数组
+    # 将颜色信息添加到点云对象中
+    pcd.colors = o3d.utility.Vector3dVector(colors)
+    return pcd
+
+
+def pcd_visualization(pcd):
+    """
+    可视化点云数据
+    :param pcd: 点云数据
+    :return: None
+    """
+    o3d.visualization.draw_geometries([pcd],
+                                      zoom=0.3412,
+                                      front=[0.4257, -0.2125, -0.8795],
+                                      lookat=[2.6172, 2.0475, 1.532],
+                                      up=[-0.0694, -0.9768, 0.2024])

+ 148 - 0
catkin_ws/src/lstrobot_planning/scripts/check.py

@@ -0,0 +1,148 @@
+import rospy, sys
+import numpy as np
+from tf.transformations import euler_from_quaternion,quaternion_from_euler,quaternion_from_euler, quaternion_multiply
+
+# def traj_validity_check(trajectory):
+#     if type (trajectory)is moveit_msgs.msg._RobotTrajectory.RobotTrajectory:
+#         point_num=len(trajectory.joint_trajectory.point)
+#         trajectory.joint_trajectory.point.positions
+        
+#         # for i
+#         trajectory.joint_trajectory.point.velocities
+
+#         trajectory.joint_trajectory.point.accelerations
+        
+#         return 0
+#     # else:
+#     #         raise MoveItCommanderException(
+#     #             "Expected value in the range from 0 to 1 for scaling factor"
+#     #         )
+#     def scale_trajectory_speed(traj, scale):
+#        # Create a new trajectory object
+#        new_traj = RobotTrajectory()
+       
+#        # Initialize the new trajectory to be the same as the input trajectory
+#        new_traj.joint_trajectory = traj.joint_trajectory
+       
+#        # Get the number of joints involved
+#        n_joints = len(traj.joint_trajectory.joint_names)
+       
+#        # Get the number of points on the trajectory
+#        n_points = len(traj.joint_trajectory.points)
+        
+#        # Store the trajectory points
+#        points = list(traj.joint_trajectory.points)
+       
+#        # Cycle through all points and joints and scale the time from start,
+#        # as well as joint speed and acceleration
+#        for i in range(n_points):
+#            point = JointTrajectoryPoint()
+           
+#            # The joint positions are not scaled so pull them out first
+#            point.positions = list(traj.joint_trajectory.points[i].positions)
+
+#            # Next, scale the time_from_start for this point
+#             # point.time_from_start = traj.joint_trajectory.points[i].time_from_start / scale
+           
+#            # Get the joint velocities for this point
+#            point.velocities = list(traj.joint_trajectory.points[i].velocities)
+           
+#            # Get the joint accelerations for this point
+#            point.accelerations = list(traj.joint_trajectory.points[i].accelerations)
+           
+#            # Scale the velocity and acceleration for each joint at this point
+#            for j in range(n_joints):
+#             #    if point.positions[j]
+#                if has_velocity_limits:
+#                 if point.velocities[j] > joint_max_velocity[j]:
+#                     vel_exception_point
+#                     rospy.loginfo("velocities Test OK") 
+#                 else:
+#                     raise MoveItCommanderException("Expected value in the range from 0 to 1 for scaling factor")     
+#                if has_acceleration_limits:
+#                 point.accelerations[j] = point.accelerations[j] * scale * scale
+        
+#            # Store the scaled trajectory point
+#            points[i] = point
+
+#        rospy.loginfo("velocities Check OK") 
+
+#        # Assign the modified points to the new trajectory
+#        new_traj.joint_trajectory.points = points
+
+#        # Return the new trajecotry
+#        return new_traj
+
+#     else:
+#         print("traj type is not std")
+    
+def check_joint_positions(joint_trajectory):
+    is_limited = False
+    Limit_margin = True
+    percentage = 0
+    for i in range(len(joint_trajectory.joint_trajectory.points) - 1):
+        if  not is_limited:
+            joint_positions1 = joint_trajectory.joint_trajectory.points[i].positions
+            joint_positions2 = joint_trajectory.joint_trajectory.points[i + 1].positions 
+
+            for j in range(len(joint_positions1)):
+                position_diff = abs(joint_positions1[j] - joint_positions2[j])
+                if position_diff > 6:
+                    rospy.loginfo("point{}-joint{}:{}".format(i,j+1,joint_positions1))
+                    new_start_point = list(joint_trajectory.joint_trajectory.points[0].positions)
+                    
+                    #关节限位值
+                    joint_limt =[[],[],[],[-3.314,3.314],[],[-3.838,3.838]] 
+                    #检查关节限位余量
+                    # midpoint = (joint_limt[j][0] + joint_limt[j][1])/2
+                    # distance_to_midpoint = abs(joint_trajectory.joint_trajectory.points[0].positions[j]- midpoint)
+                    Limit_point = joint_positions1[j]
+                    distance_to_Limit_point = abs(joint_trajectory.joint_trajectory.points[0].positions[j]- Limit_point)
+                    Joint_range = abs(joint_limt[j][0] - joint_limt[j][1])
+                    margin = distance_to_Limit_point / Joint_range
+                    if margin > 0.4:
+                        Limit_margin = True
+                    else:
+                        Limit_margin = False
+                    rospy.loginfo("margin = {}".format(margin))
+                    # if joint_positions1[j]>0:
+                    #     new_start_point[j] -= np.pi*2
+                    # else:
+                    #     new_start_point[j] += np.pi*2
+                    # rospy.loginfo("new point{}:{}".format(i,new_start_point))
+                    percentage = i/len(joint_trajectory.joint_trajectory.points)
+                    is_limited = True
+                    break
+                if position_diff > 3:
+                    rospy.loginfo("point{}-joint{}:{}".format(i,j+1,joint_positions1))
+                    
+                    
+                    
+                    Limit_margin = True
+                    
+                    
+                    is_limited = True
+                    break
+        if  is_limited:
+            break
+    if not is_limited:
+        rospy.loginfo("joint positions check OK")         
+    return is_limited,Limit_margin
+
+def angle_adjustment(pose,axis,angle):
+    if len(pose) == 6:
+        q_initial = quaternion_from_euler(pose[3], pose[4], pose[5])
+    else:
+        q_initial = (pose[3], pose[4], pose[5],pose[6])
+    if axis == 'z':
+        q_rotation = quaternion_from_euler(0, 0, angle)
+    if axis == 'y':
+        q_rotation = quaternion_from_euler(0, angle, 0)
+    if axis == 'x':
+        q_rotation = quaternion_from_euler(angle, 0, 0)    
+    q_new = quaternion_multiply(q_initial, q_rotation)
+    pose[3:] = q_new
+    return pose
+
+
+

+ 32 - 0
catkin_ws/src/lstrobot_planning/scripts/command.py

@@ -0,0 +1,32 @@
+#! /usr/bin/env python3
+import subprocess
+import rospy
+import os
+
+file_path = "moveitServer2"
+script_directory = os.path.dirname(os.path.abspath(__file__))
+
+def load_rviz():
+    command = "roslaunch lstrobot_moveit_config_0419 demo.launch"
+    subprocess.Popen(['gnome-terminal', '--', 'bash', '-c', command])
+def launch_publish_pointcloud():
+    file_name = "dycl_0506.py"
+    absolute_path = os.path.join(script_directory, file_name)
+    command = "python3 {}".format(absolute_path)
+    subprocess.Popen(['gnome-terminal', '--', 'bash', '-c', command])
+def launch_moveit_control_server():
+    file_name = "moveitServer2.py"
+    absolute_path = os.path.join(script_directory, file_name)
+    command = "python3 {}".format(absolute_path)
+    subprocess.Popen(['gnome-terminal', '--', 'bash', '-c', command])
+
+def launch_publish_pointcloud_background():
+    file_name = "dycl_0506.py"
+    absolute_path = os.path.join(script_directory, file_name)
+    command = ["python3", absolute_path]
+    subprocess.call(command)
+def launch_moveit_control_server_background():
+    file_name = "moveitServer2.py"
+    absolute_path = os.path.join(script_directory, file_name)
+    command = ["python3", absolute_path]
+    subprocess.call(command)

+ 215 - 0
catkin_ws/src/lstrobot_planning/scripts/dycl_0506.py

@@ -0,0 +1,215 @@
+#!/usr/bin/env python3
+import rospy
+import numpy as np
+import open3d as o3d
+from scipy.spatial.transform import Rotation as R
+import os
+from sensor_msgs.msg import PointCloud2
+from sensor_msgs.msg import PointField
+
+
+
+folder_path = rospy.get_param("folder_path")
+file_path = os.path.join(folder_path, 'pointcloud.txt')
+file_path_points = os.path.join(folder_path, 'points.txt')
+file_path_down = os.path.join(folder_path, 'pointcloud_down.pcd')
+file_path_octomap = os.path.join(folder_path, 'pointcloud_octomap.pcd')
+#chen############################################################################################
+def cull_pointcloud(data,culling_radius):
+    data_retained,data_culled = [],[]
+    for i in range(data.shape[0]):  # 遍历每一个点 P
+
+        for j in range(len(vectors)):  # 遍历每一个向量 u
+            A = start_points[j] - culling_radius * (vectors[j] / np.linalg.norm(vectors[j]))
+            B = end_points[j] + culling_radius * (vectors[j] / np.linalg.norm(vectors[j]))
+            aaa = (np.linalg.norm(data[i] - A) + np.linalg.norm(data[i] - B)) <= (2 * culling_radius + np.linalg.norm(B - A))
+            distance = np.linalg.norm(np.cross(vectors[j], data[i]-start_points[j])) / np.linalg.norm(vectors[j])
+
+            # 如果有任何一个距离小于等于10,则标记为不满足条件
+            if distance <= culling_radius and aaa:
+            # if aaa:
+                data_culled.append(data[i])
+                break
+            # 如果该点对所有向量的距离都大于10,则保留该点
+            elif j == len(vectors)-1:
+                data_retained.append(data[i])
+
+    data_retained = np.array(data_retained)
+    data_culled = np.array(data_culled)
+    return data_retained,data_culled    
+
+def visual_data(data):
+    # 可视化
+    pt_cloud_circular = o3d.geometry.PointCloud()
+    pt_cloud_circular.points = o3d.utility.Vector3dVector(data)
+    o3d.visualization.draw_geometries([pt_cloud_circular]) 
+################################点云降采样################################
+
+# 从文件中读取焊缝起点和终点,并计算两点构成的向量
+def read_and_calculate_vectors(file_path):
+    with open(file_path, 'r') as file:
+        # 逐行读取文件内容
+        lines = file.readlines()
+    start_points,end_points,vectors = [],[],[]
+    for line in lines:
+        # 去除行尾的换行符并按'/'分割每一行
+        points_str = line.strip().split('/')
+        
+        # 确保每一行都正确地分为两部分
+        if len(points_str) == 2:
+            point1_str = points_str[0].split(',')
+            point2_str = points_str[1].split(',')
+            
+            # 转换字符串为浮点数列表,构造三维点
+            point1 = [float(coord) for coord in point1_str]
+            point2 = [float(coord) for coord in point2_str]
+
+            start_points.append(point1)
+            end_points.append(point2)
+            # 计算向量:向量 = 点2 - 点1
+            vector = [p2 - p1 for p1, p2 in zip(point1, point2)]
+            
+            vectors.append(vector)
+    
+    return start_points,end_points,vectors
+
+# 读取文件
+def load_point_cloud_from_binary_txt(file_path):
+    with open(file_path, 'rb') as f:
+        binary_data = f.read()
+
+        # 将二进制数据转换为 NumPy 数组
+        point_cloud = np.frombuffer(binary_data, dtype=np.float64).reshape(-1, 3)
+        # 将数组转换为可写状态
+        point_cloud = np.copy(point_cloud)
+    return point_cloud
+
+def open_file(file_path):
+    if '.txt' in file_path:
+        pcd = o3d.io.read_point_cloud(file_path, format='xyz')
+    else:
+        pcd = o3d.io.read_point_cloud(file_path)
+    return pcd
+
+def save_file(content, file_path, write_ascii=True):
+    if '.txt' in file_path:
+        np.savetxt(file_path, np.asarray(content.points), fmt='%f %f %f')
+    else:
+        o3d.io.write_point_cloud(file_path, content, write_ascii=write_ascii)
+
+def voxel_down_sample(pcd, voxel_size):
+    """
+    体素方法点云降采样
+    :param pcd: 点云数据
+    :param voxel_size: 体素降采样的网格长度
+    :return: 降采样点云数据
+    """
+    return pcd.voxel_down_sample(voxel_size=voxel_size)
+
+def add_rgb_to_pcd(pcd):
+
+    # 为点云中的每个点指定RGB颜色,这里我们使用红色作为示例
+    # RGB值范围为[0, 1],红色可以表示为(1, 0, 0)
+    pcd = np.asarray(pcd.points).shape[0]
+    colors = np.repeat([[1, 0, 0]], pcd, axis=0)  # 创建一个全是红色的颜色数组
+    # 将颜色信息添加到点云对象中
+    pcd.colors = o3d.utility.Vector3dVector(colors)
+    return pcd
+
+# 降采样
+# pcd = open_file(file_path)
+
+pcd = o3d.geometry.PointCloud()
+pcd.points = o3d.utility.Vector3dVector(load_point_cloud_from_binary_txt(file_path))
+pcd = pcd.voxel_down_sample(voxel_size = 4)
+save_file(pcd,file_path_down)
+
+################################去掉焊缝周围的点云#################################
+
+# 计算焊缝向量
+
+start_points,end_points,vectors = np.array(read_and_calculate_vectors(file_path_points))
+# 使用pcread直接读取点云数据
+ptCloud = o3d.io.read_point_cloud(file_path_down)
+data = np.asarray(ptCloud.points)
+
+culling_radius1 = 20
+culling_radius2 = float(rospy.get_param('culling_radius'))
+# culling_radius2 = 6
+
+data_retained2,data_culled2 =cull_pointcloud(data,culling_radius2)
+# rospy.loginfo('Point cloud culling is complete')
+#分批剔除
+# data_retained1,data_culled1 =cull_pointcloud(data,culling_radius1)
+# # visual_data(data_culled1)
+# data_retained2,data_culled2 =cull_pointcloud(data_culled1,culling_radius2)
+# visual_data(data_retained2)
+# visual_data(data_culled2)
+################################变换单位并保存################################
+
+# 将点云数据的小数点向前移动三位(即乘以1000)
+# data_scaled1 = np.array(data_retained1) / 1000
+data_scaled2 = np.array(data_retained2) / 1000
+# 创建一个新的pointCloud对象来存储缩放后的数据
+ptCloud_scaled1 = o3d.geometry.PointCloud()
+# ptCloud_scaled1.points = o3d.utility.Vector3dVector(data_scaled1)
+ptCloud_scaled2 = o3d.geometry.PointCloud()
+ptCloud_scaled2.points = o3d.utility.Vector3dVector(data_scaled2)
+# 将缩放后的点云数据写入新的 PCD 文件
+# o3d.io.write_point_cloud(file_path_octomap, ptCloud_scaled1, write_ascii=True)
+
+# 读取保存的点云数据
+# pcd = o3d.io.read_point_cloud(file_path_octomap)
+
+#####################################################################################################################################################################
+def build_pointcloud2_msg(points):
+    msg = PointCloud2()
+    msg.header.stamp = rospy.Time(0)
+    msg.header.frame_id = "base_link"
+
+    if len(points.shape) == 3:
+        msg.height = points.shape[1]
+        msg.width = points.shape[0]
+    else:
+        msg.height = 1
+        msg.width = len(points)
+
+    msg.fields = [
+        PointField('x', 0, PointField.FLOAT32, 1),
+        PointField('y', 4, PointField.FLOAT32, 1),
+        PointField('z', 8, PointField.FLOAT32, 1)]
+    msg.is_bigendian = False
+    msg.point_step = 12
+    msg.row_step = msg.point_step * points.shape[0]
+    msg.is_dense = False
+    msg.data = np.asarray(points, np.float32).tobytes()
+    return msg
+def talker():
+    pointcloud_topic = rospy.get_param('pointcloud_topic')
+    pub1 = rospy.Publisher("/pointcloud/output", PointCloud2, queue_size=10)
+    # pub2 = rospy.Publisher("/pointcloud/output2", PointCloud2, queue_size=10)
+    rospy.init_node('publish_pointcloud', anonymous=True)
+    rate = rospy.Rate(10)
+
+    
+    points1 = np.asarray(ptCloud_scaled1.points)
+    points2 = np.asarray(ptCloud_scaled2.points)
+    # msg1 = build_pointcloud2_msg(points1)
+    msg2 = build_pointcloud2_msg(points2)
+    
+    while not rospy.is_shutdown():
+
+        #机械臂完毕,退出点云发布
+        sign_pointcloud = str(rospy.get_param("sign_pointcloud"))
+        if sign_pointcloud == "1":
+            rospy.set_param("sign_pointcloud",0)
+            break
+
+        pub1.publish(msg2)
+        # pub2.publish(msg2)
+        # print("pointcloud has published,sign_pointcloud ={}".format(sign_pointcloud))
+        rate.sleep()
+
+if __name__ == '__main__':     
+
+    talker()

+ 455 - 0
catkin_ws/src/lstrobot_planning/scripts/hanqiangpose.py

@@ -0,0 +1,455 @@
+import numpy as np
+from scipy.spatial.transform import Rotation as R
+import open3d as o3d
+from scipy.spatial import KDTree
+import tf.transformations as tft
+import os
+import rospy
+from math import acos,tan,atan,degrees,sqrt
+
+def corner_angle_discrimination(point,data,fangxiang):
+    # 构建KDTree索引
+    tree = KDTree(data)
+    indices = np.array(tree.query_ball_point(point, r=30, p=2)) # 返回这些点的索引数组
+    distances = np.array([np.linalg.norm(point - data[index]) for index in indices])
+    distance_filter = distances >= 10
+    filtered_indices = indices[distance_filter]
+    data_circular = data[filtered_indices]
+
+    # 可视化
+    # pt_cloud_circular = o3d.geometry.PointCloud()
+    # pt_cloud_circular.points = o3d.utility.Vector3dVector(data_circular)
+    # o3d.visualization.draw_geometries([pt_cloud_circular])
+
+    # 获取与方向向量相似的点云
+    data_similar = []
+    for i in range(len(data_circular)):
+        v = np.array(data_circular[i]) - point
+        angle = acos(np.dot(v, fangxiang) / (np.linalg.norm(v) * np.linalg.norm(fangxiang)))
+        angle_deg = degrees(angle)
+        if angle_deg <= 15:
+            data_similar.append(data_circular[i])
+    
+    if len(data_similar) >= 1:
+        corner = True
+    else:
+        corner = False
+    return corner
+def set_yaw_angle(R_mat,yaw):
+    pz1 = np.array([[1, 0, 0],
+                    [0, np.cos(yaw), -np.sin(yaw)],
+                    [0, np.sin(yaw),  np.cos(yaw)]])
+    Z_PI = np.array([[np.cos(np.pi), -np.sin(np.pi), 0],
+                    [np.sin(np.pi), np.cos(np.pi), 0],
+                    [0, 0, 1]])
+    R1_mat = np.matmul(R_mat,pz1)
+    
+    sign = check_x_axis_direction(R1_mat)
+    if sign == 1:
+        pass
+    elif sign == -1:
+        R1_mat = np.matmul(R1_mat, Z_PI)
+
+    q = R.from_matrix(R1_mat).as_quat()
+    q = q.tolist()  # 将NumPy数组转换为列表
+    return q
+def calculate_angle_with_xy_plane(point1,point2):
+    # 计算方向向量
+    dir_vector = np.array([point2[0] - point1[0], point2[1] - point1[1], point2[2] - point1[2]])
+    
+    # 计算方向向量在 xy 平面上的投影
+    proj_vector = np.array([point2[0] - point1[0], point2[1] - point1[1], 0])
+    
+    # 计算夹角
+    angle = acos(np.dot(dir_vector, proj_vector) / (np.linalg.norm(dir_vector) * np.linalg.norm(proj_vector)))
+    angle_deg = degrees(angle)
+
+    return angle_deg
+def check_x_axis_direction(rotation_matrix):
+    # 提取旋转后的 x 轴方向向量
+    x_prime = rotation_matrix[:, 0]
+    # 检查 x 轴的 z 分量
+    if x_prime[2] > 0:
+        return 1
+    elif x_prime[2] < 0:
+        return -1
+    else:
+        return 0
+def load_point_cloud_from_txt(file_path):
+    """导入点云数据"""
+    points = []
+    with open(file_path, 'r') as file:
+        for line in file:
+            # 假设每一行是“x y z”格式,没有多余空格
+            coordinates = line.strip().split()
+            if len(coordinates) == 3:  # 检查是否为有效的三维点
+                point = [float(coord) for coord in coordinates]
+                points.append(point)
+
+    return np.array(points)
+def load_point_cloud_from_binary_txt(file_path):
+    with open(file_path, 'rb') as f:
+        binary_data = f.read()
+
+        # 将二进制数据转换为 NumPy 数组
+        point_cloud = np.frombuffer(binary_data, dtype=np.float64).reshape(-1, 3)
+    return point_cloud
+
+def get_hanfeng(file_path):
+    """从文件中读取焊缝起点、终点和中间点,并计算两点构成的向量"""
+    with open(file_path, 'r') as file:
+        # 逐行读取文件内容
+        lines = file.readlines()
+    start_points, end_points, midpoints , hanfeng = [],[],[],[]
+    for line in lines:
+        # 去除行尾的换行符并按'/'分割每一行
+        points_str = line.strip().split('/')
+        
+        # 确保每一行都正确地分为两部分
+        if len(points_str) == 2:
+            point1_str = points_str[0].split(',')
+            point2_str = points_str[1].split(',')
+            
+            # 转换字符串为浮点数列表,构造三维点
+            point1 = [float(coord) for coord in point1_str]
+            point2 = [float(coord) for coord in point2_str]
+
+            midpoint = [(p2 + p1)/2 for p1, p2 in zip(point1, point2)]
+            vector = [p2 - p1 for p1, p2 in zip(point1, point2)]
+            
+            start_points.append(point1)
+            end_points.append(point2)
+            midpoints.append(midpoint)  
+            hanfeng.append(vector)   
+
+    return start_points, end_points, midpoints, hanfeng
+
+def compute_Rc2w_tc2w(file_path_Tw2c):
+    """相机和基底坐标系的转换关系"""
+    # 读取文件
+    with open(file_path_Tw2c, 'r') as file:
+        lines = file.readlines()
+
+    lines = [line.strip().replace('[', '').replace(']', '').split() for line in lines]
+    data = [[float(num) for num in line] for line in lines]
+    data = np.array(data)
+    # 提取Rw2c和tw2c
+    Rw2c = data[:3,:3]
+    tw2c = data[:3,-1]
+
+    Rc2w = Rw2c.T
+    tc2w = -np.matmul(Rc2w, tw2c)
+    
+    return Rc2w,tc2w
+
+def compute_pose_R(fangxiang, hanfeng,start_point, end_point):
+    """根据计算出的焊接时z轴负方向的向量和由起(fangxiang)点指向终点的向量(hanfeng)计算旋转矩阵"""
+    x, y, z = fangxiang
+
+    # 计算旋转角度
+    rotx = -np.arctan2(y, z)
+    roty = np.arctan2(x, np.sqrt(y**2 + z**2))
+
+    # 构造旋转矩阵
+    A = np.array([[1, 0, 0],
+                [0, np.cos(rotx), -np.sin(rotx)],
+                [0, np.sin(rotx), np.cos(rotx)]])
+    B = np.array([[np.cos(roty), 0, np.sin(roty)],
+                [0, 1, 0],
+                [-np.sin(roty), 0, np.cos(roty)]])
+    bb = np.matmul(hanfeng, np.matmul(A, B))
+    # 区分平缝竖缝
+    angle = calculate_angle_with_xy_plane(start_point,end_point)
+    ispingfeng = abs(angle) < 30
+    if ispingfeng: 
+        rotz = np.arctan2(bb[0], -bb[1])
+    else:
+        rotz = np.arctan2(bb[1], bb[0])
+
+    C = np.array([[np.cos(rotz), -np.sin(rotz), 0],
+                [np.sin(rotz), np.cos(rotz), 0],
+                [0, 0, 1]])
+    D = np.array([[1, 0, 0],
+                    [0, np.cos(np.pi), -np.sin(np.pi)],
+                    [0, np.sin(np.pi), np.cos(np.pi)]])
+
+    R_mat = np.matmul(A, np.matmul(B, np.matmul(C, D)))
+
+    return R_mat, ispingfeng
+
+def get_quaternion(data, midpoint, hanfeng, start_point, end_point,result_ping,result_shu,result_wai,file_path_Tw2c): 
+
+    # 构建KDTree索引
+    tree = KDTree(data)
+    # 查询半径范围内的点,找出"data"中所有距离"midpoint"点在r以内的点,这里使用的是欧几里得距离(由p=2表示)
+    indices = np.array(tree.query_ball_point(midpoint, r=30, p=2)) # 返回这些点的索引数组
+    distances = np.array([np.linalg.norm(midpoint - data[index]) for index in indices])
+    # 对numpy数组进行布尔索引
+    # distance_filter = np.logical_and(distances >= 10, distances <= 50)
+    distance_filter = distances >= 10
+    # 使用布尔索引过滤出符合条件的索引
+    filtered_indices = indices[distance_filter]
+    # 提取符合条件的点
+    data_circular = data[filtered_indices]
+
+    # 可视化
+    # pt_cloud_circular = o3d.geometry.PointCloud()
+    # pt_cloud_circular.points = o3d.utility.Vector3dVector(data_circular)
+    # o3d.visualization.draw_geometries([pt_cloud_circular])
+
+    # 获取竖直方向上的点云
+    data_shu = []
+    for i in range(len(data_circular)):
+        P = np.array(data_circular[i])
+        v = P - midpoint
+        anglecos = np.dot(v, hanfeng) / (np.linalg.norm(v) * np.linalg.norm(hanfeng))
+        
+        if abs(anglecos) <= 0.015:
+            # print(anglecos)
+            data_shu.append(P)
+    data_shu = np.array(data_shu)
+    # # 可视化
+    # pt_cloud_shu = o3d.geometry.PointCloud()
+    # pt_cloud_shu.points = o3d.utility.Vector3dVector(np.array(data_shu))
+    # o3d.visualization.draw_geometries([pt_cloud_shu])
+
+ ##################################################
+ ##################################################
+    random_point = data_shu[np.random.randint(0, len(data_shu))]
+    # 与midpoint一起定义直线向量
+    nohanfeng = random_point - midpoint  #data_shu中任意一点midpoint构成的向量,计算所有点和该向量的距离判断是否是外缝(只拍到一面)
+
+    distances_to_line = []
+
+    for i in range(data_shu.shape[0]):  # 遍历每一个点 P
+        P = data_shu[i]
+        A = midpoint
+        u = nohanfeng
+        v = P - A
+        distance = np.linalg.norm(np.cross(u, v)) / np.linalg.norm(u)
+        distances_to_line.append(distance)
+
+    distances_to_line = np.array(distances_to_line)
+
+    all_distances_less_than_10 = np.all(distances_to_line < 5)#都小于10为true,也就是data_shu只有一列,侧着拍得外缝
+
+    if all_distances_less_than_10:
+
+        # 随机选取data_shu中的第一个点
+        random_index = np.random.randint(0, data_shu.shape[0])
+        vector1 = data_shu[random_index] - midpoint
+        vector1 /= np.linalg.norm(vector1)  # 单位化vector1
+        fa_xian = np.cross(vector1, hanfeng)
+        fa_xian /= np.linalg.norm(fa_xian) 
+
+        point = []
+        point1 = midpoint + 50 * fa_xian
+        point2 = midpoint - 50 * fa_xian
+
+        Rc2w,tc2w = compute_Rc2w_tc2w(file_path_Tw2c)
+
+        point1_c = np.matmul(Rc2w, point1) + tc2w
+        point2_c = np.matmul(Rc2w, point2) + tc2w
+        a = np.linalg.norm(point1_c)
+        b = np.linalg.norm(point2_c)      
+
+        if a < b:
+            point = point1
+        else:
+            point = point2
+
+        faxian = point - midpoint
+        vector2 =  faxian / np.linalg.norm(faxian)  # 单位化vector2
+
+        fangxiang = vector1  + vector2*1.2
+
+        R_mat, ispingfeng = compute_pose_R(fangxiang, hanfeng, start_point, end_point)
+        if ispingfeng:
+            ##偏转##
+            pz1 = np.array([[1, 0, 0],
+                        [0, np.cos(yaw), -np.sin(yaw)],
+                        [0, np.sin(yaw),  np.cos(yaw)]])
+            pz2 = np.array([[1, 0, 0],
+                        [0, np.cos(-yaw), -np.sin(-yaw)],
+                        [0, np.sin(-yaw),  np.cos(-yaw)]])
+            Z_PI = np.array([[np.cos(np.pi), -np.sin(np.pi), 0],
+                    [np.sin(np.pi), np.cos(np.pi), 0],
+                    [0, 0, 1]])
+            R1_mat = np.matmul(R_mat,pz1)
+            R2_mat = np.matmul(R_mat,pz2)
+
+            sign = check_x_axis_direction(R1_mat)
+            if sign == 1:
+                pass
+            elif sign == -1:
+                R1_mat = np.matmul(R1_mat, Z_PI)
+                R2_mat = np.matmul(R2_mat, Z_PI)
+
+            q1 = R.from_matrix(R1_mat).as_quat()
+            q2 = R.from_matrix(R2_mat).as_quat()
+            q1 = q1.tolist()  # 将NumPy数组转换为列表
+            q2 = q2.tolist()
+            # print("一个点云面的平外缝")
+            # print(q1,q2)
+            result_ping.append(("pw", start_point, end_point, q1, q2))
+            
+            return result_ping,result_shu,result_wai
+        else:
+            ##偏转##
+            E = np.array([[np.cos(-pitch_of_Verticalweld), 0, np.sin(-pitch_of_Verticalweld)],
+                        [0, 1, 0],
+                        [-np.sin(-pitch_of_Verticalweld), 0, np.cos(-pitch_of_Verticalweld)]])
+
+            R_mat = np.matmul(R_mat,E)
+            
+            q1 = R.from_matrix(R_mat).as_quat()
+            q2 = R.from_matrix(R_mat).as_quat()
+            q1 = q1.tolist()  # 将NumPy数组转换为列表
+            q2 = q2.tolist()
+            # print("即一个点云面的竖外缝")
+            # print(q1,q2)
+            result_wai.append(("sw", start_point, end_point, q1, q2))
+            return result_ping,result_shu,result_wai
+
+    else:
+        # 选择位于平面两侧的点
+        # 随机选取data_shu中的第一个点
+        random_index = np.random.randint(0, data_shu.shape[0])
+        vector1 = data_shu[random_index] - midpoint
+        vector1 /= np.linalg.norm(vector1)  # 单位化vector1
+
+        # 随机选取下一个点,直到找到与vector1夹角大于10度的向量
+        found = False
+        while not found:
+            random_index = np.random.randint(0, data_shu.shape[0])
+            random_point = data_shu[random_index] - midpoint
+            vector2 = random_point / np.linalg.norm(random_point)  # 单位化vector2
+            
+            # 计算两个向量之间的夹角(弧度)
+            dot_product = np.dot(vector1, vector2)
+            angle_rad = np.arccos(dot_product)
+            
+            # 判断角度是否大于10度(转换为弧度)
+            if angle_rad > np.deg2rad(20) and angle_rad < np.deg2rad(180):
+                found = True
+                # 如果找到了,则保存vector2
+            else:
+                continue
+
+        # 计算并保存最终的fangxiang向量, vector1与vector2均为单位向量
+        vector1_sim_to_z = np.dot(vector1, [0,0,1]) / (np.linalg.norm(vector1))
+        vector2_sim_to_z = np.dot(vector2, [0,0,1]) / (np.linalg.norm(vector2))
+        if vector1_sim_to_z > vector2_sim_to_z:
+            vector_shu = vector1
+            vector_ping = vector2
+        else:
+            vector_shu = vector2
+            vector_ping = vector1
+        fangxiang = vector_ping + vector_shu*tan(pitch_of_Horizontalweld)
+        # fangxiang = vector1 + vector2
+        fangxiang /= np.linalg.norm(fangxiang)  # 单位化fangxiang
+
+        #########################################根据vector1和vector2判断内缝外缝#########################################
+        point1 = midpoint + 50 * fangxiang 
+        point2 = midpoint - 50 * fangxiang 
+
+        Rc2w,tc2w = compute_Rc2w_tc2w(file_path_Tw2c)
+        
+        point1_c = np.matmul(Rc2w, point1) + tc2w
+        point2_c = np.matmul(Rc2w, point2) + tc2w
+        a = np.linalg.norm(point1_c)
+        b = np.linalg.norm(point2_c)    
+
+        if a < b: # 内缝
+            # print("两个点云面的内缝")
+            fangxiang = fangxiang
+        else: # 外缝
+            # print("两个点云面的外缝")
+            fangxiang = -fangxiang
+
+        R_mat, ispingfeng = compute_pose_R(fangxiang, hanfeng, start_point, end_point)
+        if ispingfeng:
+            ##偏转##
+            corner_of_start_point = corner_angle_discrimination(start_point,data,fangxiang)
+            corner_of_end_point = corner_angle_discrimination(end_point,data,fangxiang)
+            pi4_pz = atan(1 / (sqrt(2) * tan(np.pi/4)))#CL公式
+            yaw_pz =atan(1 / (sqrt(2) * tan(yaw)))
+            if corner_of_start_point:
+                q1 = set_yaw_angle(R_mat,pi4_pz)
+                if not corner_of_end_point:
+                    len_hanfeng = np.linalg.norm(hanfeng)
+                    angle = pi4_pz-(pi4_pz)*len_hanfeng/yaw_rate
+                    if angle < -yaw_pz:
+                        angle =-yaw_pz
+                    q2 = set_yaw_angle(R_mat,angle)
+            if corner_of_end_point:
+                q2 = set_yaw_angle(R_mat,-pi4_pz)
+                if not corner_of_start_point:
+                    len_hanfeng = np.linalg.norm(hanfeng)
+                    angle = -pi4_pz+(pi4_pz)*len_hanfeng/yaw_rate
+                    if angle > yaw_pz:
+                        angle = yaw_pz
+                    q1 = set_yaw_angle(R_mat,angle)
+            if not corner_of_start_point and not corner_of_end_point:     
+                q1 = set_yaw_angle(R_mat,yaw_pz)
+                len_hanfeng = np.linalg.norm(hanfeng)
+                angle = yaw_pz-(pi4_pz)*len_hanfeng/yaw_rate
+                if angle < -yaw_pz:
+                    angle =-yaw_pz
+                q2 = set_yaw_angle(R_mat,angle)
+            
+            result_ping.append(("p", start_point, end_point, q1, q2))
+            
+            return result_ping,result_shu,result_wai
+        else:
+            ##偏转##
+            E = np.array([[np.cos(-pitch_of_Verticalweld), 0, np.sin(-pitch_of_Verticalweld)],
+                        [0, 1, 0],
+                        [-np.sin(-pitch_of_Verticalweld), 0, np.cos(-pitch_of_Verticalweld)]])
+
+            R_mat = np.matmul(R_mat,E)
+            
+            q1 = R.from_matrix(R_mat).as_quat()
+            q2 = R.from_matrix(R_mat).as_quat()
+            q1 = q1.tolist()  # 将NumPy数组转换为列表
+            q2 = q2.tolist()
+            # print(q1,q2)
+            result_wai.append(("s", start_point, end_point, q1, q2))
+            return result_ping,result_shu,result_wai        
+
+def run():
+    global yaw,yaw_rate,pitch_of_Horizontalweld,pitch_of_Verticalweld
+    # yaw = np.pi/8
+    yaw = np.pi/2-rospy.get_param("yaw")
+    pitch_of_Verticalweld = rospy.get_param("pitch_of_Verticalweld")
+    pitch_of_Horizontalweld = rospy.get_param("pitch_of_Horizontalweld")
+    yaw_rate = rospy.get_param("yaw_rate")
+    file_path = rospy.get_param("folder_path")
+    # file_path = ('/home/chen/catkin_ws/data/0603')
+    file_path_pointcloud = os.path.join(file_path, 'pointcloud.txt')
+    file_path_points = os.path.join(file_path, 'points_guihua.txt')
+    file_path_result = os.path.join(file_path, 'result.txt')
+    file_path_Tw2c = os.path.join(file_path, 'Tw2c.txt')
+
+    # 获取数据
+    data = load_point_cloud_from_binary_txt(file_path_pointcloud)
+    start_points, end_points, midpoints, hanfeng = get_hanfeng(file_path_points)
+
+    # 计算位姿
+    result_ping,result_shu,result_wai = [],[],[]
+    for i in range(len(midpoints)):
+        result_ping,result_shu,result_wai = get_quaternion(data, midpoints[i], hanfeng[i], start_points[i], end_points[i],result_ping,result_shu,result_wai, file_path_Tw2c)
+        # print(q1," ",q2)
+    result = result_ping + result_shu + result_wai
+
+    # 打开文件准备写入
+    with open(file_path_result, "w") as file:
+        for group in result:
+            # 对于每个数据组,将每个部分用逗号连接,然后在各部分间插入斜杠
+            line = "/".join([",".join(map(str, sublist)) for sublist in group]) + "\n"
+            file.write(line)
+
+    rospy.loginfo("Welding Angle calculation completed")
+if __name__ == '__main__':     
+    
+    run()

+ 143 - 0
catkin_ws/src/lstrobot_planning/scripts/hjsx.py

@@ -0,0 +1,143 @@
+import numpy as np
+import os
+import rospy
+from math import acos, degrees
+def calculate_distance(point1, point2):
+    return np.linalg.norm(np.array(point1) - np.array(point2))
+
+def calculate_angle_with_xy_plane(point1,point2):
+    # 计算方向向量
+    dir_vector = np.array([point2[0] - point1[0], point2[1] - point1[1], point2[2] - point1[2]])
+    
+    # 计算方向向量在 xy 平面上的投影
+    proj_vector = np.array([point2[0] - point1[0], point2[1] - point1[1], 0])
+    
+    # 计算夹角
+    angle = acos(np.dot(dir_vector, proj_vector) / (np.linalg.norm(dir_vector) * np.linalg.norm(proj_vector)))
+    angle_deg = degrees(angle)
+
+    return angle_deg
+
+def read_points_from_file(file_path):
+    """从文件中读取焊缝数据"""
+    with open(file_path, 'r') as file:
+        lines = file.readlines()
+    data = [line.strip().split('/') for line in lines]
+    points_list = [[tuple(map(float, pair.split(','))) for pair in line] for line in data]
+    return points_list
+########
+# 从文件中读取焊缝起点和终点,并计算两点构成的向量
+def get_hanfeng(file_path):
+
+    data_ping, data_shu = [],[]
+
+    with open(file_path, 'r') as file:
+        # 逐行读取文件内容
+        lines = file.readlines()
+    flag_sequence = 0
+    for line in lines:
+        flag_sequence += 1
+        # 去除行尾的换行符并按'/'分割每一行
+        points_str = line.strip().split('/')
+        
+        point1_str = points_str[0].split(',')
+        point2_str = points_str[1].split(',')
+        
+        # 转换字符串为浮点数列表,构造三维点
+        point1 = [float(coord) for coord in point1_str]
+        point2 = [float(coord) for coord in point2_str]
+
+        angle = calculate_angle_with_xy_plane(point1,point2)
+        
+        if abs(angle) < 30:
+            data_ping.append([point1, point2, flag_sequence])
+        else:
+            data_shu.append([*sorted([point1, point2], key=lambda p: p[2]), flag_sequence]) 
+
+        data = data_ping + data_shu
+
+        # midpoint = [(p2 + p1)/2 for p1, p2 in zip(point1, point2)]
+        # vector = [p2 - p1 for p1, p2 in zip(point1, point2)]
+        
+        # start_points.append(point1)
+        # end_points.append(point2)
+        # midpoints.append(midpoint)  
+        # hanfeng.append(vector)   
+    # return start_points, end_points, midpoints, hanfeng
+    return data_ping, data_shu, data
+
+
+################################################################################################################
+################################################################################################################
+def sort_welds_by_distance_ping(data_ping, reference_point):
+    """根据与参考点的距离对焊缝进行排序"""
+    sorted_data_ping = []
+    for i in range(len(data_ping)):
+        # 计算起点到参考点的距离并排序
+        data_with_distances = [[calculate_distance(start, reference_point),calculate_distance(end, reference_point), start, end,flag_sequence] for start, end,flag_sequence in data_ping]
+        for i in range(len(data_with_distances)):
+            if data_with_distances[i][0] > data_with_distances[i][1]:
+                data_with_distances[i][0] = data_with_distances[i][1]
+                tem = data_with_distances[i][2]
+                data_with_distances[i][2] = data_with_distances[i][3]
+                data_with_distances[i][3] = tem
+        data_with_distances.sort(key=lambda x: x[0])
+
+        # 初始化结果和当前终点
+        sorted_data_ping.append(data_with_distances.pop(0)[-3:])
+        reference_point = sorted_data_ping[-1][1]
+        data_ping = [[start, end,flag_sequence] for distances1,distances2, start,end,flag_sequence in data_with_distances]
+    return sorted_data_ping
+def sort_welds_by_distance_shu(data_shu, reference_point):
+    """根据与参考点的距离对焊缝进行排序"""
+    sorted_data_shu = []
+    for i in range(len(data_shu)):
+        # 计算起点到参考点的距离并排序
+        data_with_distances = [[calculate_distance(start, reference_point), start, end ,flag_sequence] for start, end ,flag_sequence in data_shu]
+        
+        data_with_distances.sort(key=lambda x: x[0])
+
+        # 初始化结果和当前终点
+        sorted_data_shu.append(data_with_distances.pop(0)[-3:])
+        reference_point = sorted_data_shu[-1][1]
+        data_shu = [[start, end ,flag_sequence] for distances, start,end ,flag_sequence in data_with_distances]
+    return sorted_data_shu
+def run():
+    
+    # 定义参考点
+    reference_point = (1172.85077147, -1.50259925, 668.30298144)
+
+    # file_path = '/home/chen/catkin_ws/src/publish_pointcloud/data/pointclouddata/20240520r'
+    file_path = rospy.get_param("folder_path")
+    file_path_pointcloud = os.path.join(file_path, 'pointcloud.txt')
+    file_path_points = os.path.join(file_path, 'points.txt')
+    file_path_result = os.path.join(file_path, 'result.txt')
+    file_path_points_guihua = os.path.join(file_path, 'points_guihua.txt')
+
+    data_ping, data_shu, data = get_hanfeng(file_path_points)
+
+    
+    # 对焊缝排序
+    sorted_data_ping = sort_welds_by_distance_ping(data_ping, reference_point)
+    if len(data_ping) > 0:
+        a = tuple(sorted_data_ping[-1][1])
+    else:
+        a = reference_point
+    sorted_welds_shu = sort_welds_by_distance_shu(data_shu, a)
+    sorted_welds = sorted_data_ping + sorted_welds_shu
+
+    flag_sequence = [flag_sequence for start,end ,flag_sequence in sorted_welds]
+    #传递焊接顺序
+    rospy.set_param('welding_sequence',flag_sequence)
+    sorted_welds_withnoflag = [[start,end]for start,end ,flag_sequence in sorted_welds]
+
+    with open(file_path_points_guihua, "w") as file:
+        for start, end in sorted_welds_withnoflag:
+            # 将每一对起点和终点转换为字符串,并用逗号连接,最后以换行符分隔不同的焊缝对
+            line = "{},{},{}".format(start[0], start[1], start[2]) + "/" + "{},{},{}".format(end[0], end[1], end[2]) + "\n"
+            file.write(line)
+    
+    rospy.loginfo("Welding sequence calculation completed")
+
+if __name__ == '__main__':    
+    run()

+ 762 - 0
catkin_ws/src/lstrobot_planning/scripts/moveitServer2.py

@@ -0,0 +1,762 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+# 导入基本ros和moveit库
+from logging.handlers import RotatingFileHandler
+import os
+import rospy, sys
+import moveit_commander      
+import moveit_msgs
+
+from moveit_commander import MoveGroupCommander, PlanningSceneInterface, RobotCommander
+from moveit_msgs.msg import  PlanningScene, ObjectColor,CollisionObject, AttachedCollisionObject,RobotTrajectory
+from moveit_msgs.msg import RobotState
+from moveit_msgs.msg import Constraints, PositionConstraint, OrientationConstraint
+from shape_msgs.msg import SolidPrimitive
+from sensor_msgs.msg import JointState
+import tf.transformations
+from trajectory_msgs.msg import JointTrajectory,JointTrajectoryPoint
+from geometry_msgs.msg import PoseStamped, Pose,Point,Vector3
+
+from copy import deepcopy
+import numpy as np
+import tf
+from tf.transformations import euler_from_quaternion,quaternion_from_euler,quaternion_from_euler, quaternion_multiply
+import math
+import traceback
+import check
+from lstrobot_planning.msg import JointTrajectoryPoint_ex,JointTrajectory_ex
+
+pi = np.pi
+
+class MoveIt_Control:
+    # 初始化程序
+    def __init__(self, is_use_gripper=False):
+        # Init ros config
+        moveit_commander.roscpp_initialize(sys.argv)
+        # 初始化ROS节点
+        rospy.init_node('moveit_control_server', anonymous=False)   
+        self.arm = moveit_commander.MoveGroupCommander('manipulator')
+        self.arm.set_goal_joint_tolerance(0.0001)
+        self.arm.set_goal_position_tolerance(0.0005)
+        self.arm.set_goal_orientation_tolerance(0.1)
+
+        self.end_effector_link = self.arm.get_end_effector_link()
+        # 设置机械臂基座的参考系
+        self.reference_frame = 'base_link'
+        self.arm.set_pose_reference_frame(self.reference_frame)
+
+        # # 设置最大规划时间和是否允许重新规划
+        self.arm.set_planning_time(10)
+        self.arm.allow_replanning(True)
+        planner_id = rospy.get_param("planner_id")
+        # self.arm.set_planner_id(planner_id)
+        # self.arm.set_planner_id("RRTstar")
+        # self.arm.set_planner_id("SBL")
+        # self.arm.set_planner_id("BKPIECE")#速度快,比较稳定
+        # self.arm.set_planner_id("BiEST")#还不错
+        
+        # 设置允许的最大速度和加速度(范围:0~1)
+        robot_params = {
+            'velocity_limits': True,
+            'joint_max_velocity': [3.541, 3.541, 3.733, 6.838, 4.815, 23.655],
+            'acceleration_limits': False,
+            'joint_max_acceleration': [0, 0, 0, 0, 0, 0]
+        }
+        self.arm.set_max_acceleration_scaling_factor(1)
+        self.arm.set_max_velocity_scaling_factor(1)
+
+        # 机械臂初始姿态
+        self.go_home()
+        
+        
+
+    def close(self):
+        moveit_commander.roscpp_shutdown()
+        moveit_commander.os._exit(0)
+
+    # 测试程序用
+    def testRobot(self):
+        try:
+            rospy.loginfo("Test for robot...")
+           
+            file_path_result = os.path.join(folder_path, 'result.txt')
+            all_data = process_welding_data(file_path_result)
+
+            points,trajectory,trajectory_with_type = [],[],[]
+            for i in range(len(all_data)):
+                rospy.loginfo("共读取到%d条焊缝,开始规划第%d条",len(all_data),i+1)
+                start_point = all_data[i][0]
+                end_point = all_data[i][1]
+                q1 = all_data[i][2]
+                q2 = all_data[i][3]
+
+                point11 = [start_point[0]/1000, start_point[1]/1000, start_point[2]/1000, q1[0],q1[1],q1[2],q1[3]]
+                self.move_p(point11)
+                point22 = [end_point[0]/1000, end_point[1]/1000, end_point[2]/1000, q2[0],q2[1],q2[2],q2[3]]
+                self.move_p(point22)
+                rospy.loginfo("第%d条焊缝规划完毕",i+1)
+
+            # joint_position = [x * math.pi / 180 for x in [11.016, 3.716, -19.553, -5.375, -32.4173, 109.158]]
+            # self.move_j(joint_position)
+            # self.show_current_pose()
+            
+            print("Test OK")
+            rospy.sleep(1)
+            
+        except Exception as e:
+            print("Test fail! Exception:", str(e))
+            traceback.print_exc()
+        # except:
+        #     print("Test fail! ")
+
+    def show_current_pose(self):
+        # 获取机械臂当前位姿
+        current_pose = self.arm.get_current_pose(self.end_effector_link).pose
+        pose=[]
+        pose.append(current_pose.position.x)
+        pose.append(current_pose.position.y)
+        pose.append(current_pose.position.z)
+        pose.append(current_pose.orientation.x)
+        pose.append(current_pose.orientation.y)
+        pose.append(current_pose.orientation.z)
+        # 打印位姿信息
+
+        rospy.loginfo("Current Pose: {}".format(pose))
+
+    def set_scene(self):
+        rospy.loginfo("set scene")
+        ## set table
+        self.scene = PlanningSceneInterface()
+        self.scene_pub = rospy.Publisher('planning_scene', PlanningScene, queue_size=5)
+        self.colors = dict()
+        # rospy.sleep(1)
+        table_id = 'table'
+        self.scene.remove_world_object(table_id)
+        rospy.sleep(1)
+        table_size = [2, 2, 0.01]
+        table_pose = PoseStamped()
+        table_pose.header.frame_id = self.reference_frame
+        table_pose.pose.position.x = 0.0
+        table_pose.pose.position.y = 0.0
+        table_pose.pose.position.z = -table_size[2]/2
+        table_pose.pose.orientation.w = 1.0
+
+        box2_id = 'box2'
+        self.scene.remove_world_object(box2_id)
+        rospy.sleep(1)
+        box2_size = [0.01, 0.6, 0.4]
+        box2_pose = PoseStamped()
+        box2_pose.header.frame_id = self.reference_frame
+        box2_pose.pose.position.x = 1.15194-box2_size[0]/2-0.005
+        box2_pose.pose.position.y = -0.707656
+        box2_pose.pose.position.z = 0.4869005
+        box2_pose.pose.orientation.w = 1.0
+
+        box3_id = 'box3'
+        self.scene.remove_world_object(box3_id)
+        rospy.sleep(1)
+        box3_size = [0.2, 0.01, 0.4]
+        box3_pose = PoseStamped()
+        box3_pose.header.frame_id = self.reference_frame
+        box3_pose.pose.position.x = 1.15194+box3_size[0]/2
+        box3_pose.pose.position.y = -0.707656-box3_size[1]/2-0.005
+        box3_pose.pose.position.z = 0.4869005
+        box3_pose.pose.orientation.w = 1.0
+
+        # self.scene.add_box(table_id, table_pose, table_size)
+        # self.scene.add_box(box2_id, box2_pose, box2_size)
+        # self.scene.add_box(box3_id, box3_pose, box3_size)
+
+        self.setColor(table_id, 0.5, 0.5, 0.5, 1.0)
+        self.sendColors()
+
+        rospy.loginfo("set scene end")
+
+    def plan_cartesian_path(self,waypoints):
+        fraction = 0.0  # 路径规划覆盖率
+        maxtries = 100  # 最大尝试规划次数
+        attempts = 0  # 已经尝试规划次数
+
+        # 尝试规划一条笛卡尔空间下的路径,依次通过所有路点
+        while fraction < 1.0 and attempts < maxtries:
+            (plan, fraction) = self.arm.compute_cartesian_path(
+                waypoints,  # waypoint poses,路点列表
+                0.001,  # eef_step,终端步进值
+                0.0,  # jump_threshold,跳跃阈值
+                True)  # avoid_collisions,避障规划
+            attempts += 1
+        if fraction == 1.0:
+            rospy.loginfo("Path computed successfully.")
+            traj = plan
+        else:
+            rospy.loginfo(
+                "Path planning failed with only " + str(fraction) +
+                " success after " + str(maxtries) + " attempts.")   
+        return fraction,plan
+    
+    # 关节规划,输入6个关节角度(单位:弧度)
+    def move_j(self, joint_configuration=None,a=1,v=1):
+        # 设置机械臂的目标位置,使用六轴的位置数据进行描述(单位:弧度)
+        if joint_configuration==None:
+            joint_configuration = [0, -1.5707, 0, -1.5707, 0, 0]
+        self.arm.set_max_acceleration_scaling_factor(a)
+        self.arm.set_max_velocity_scaling_factor(v)
+        self.arm.set_joint_value_target(joint_configuration)
+        rospy.loginfo("move_j:"+str(joint_configuration))
+        self.arm.go()
+        rospy.sleep(1)
+
+    # 空间规划,输入xyzRPY
+    def move_p(self, tool_configuration=None,a=1,v=1):
+        if tool_configuration==None:
+            tool_configuration = [0.3,0,0.3,0,-np.pi/2,0]
+        self.arm.set_max_acceleration_scaling_factor(a)
+        self.arm.set_max_velocity_scaling_factor(v)
+
+        target_pose = PoseStamped()
+        target_pose.header.frame_id = 'base_link'
+        target_pose.header.stamp = rospy.Time.now()
+        target_pose.pose.position.x = tool_configuration[0]
+        target_pose.pose.position.y = tool_configuration[1]
+        target_pose.pose.position.z = tool_configuration[2]
+        if len(tool_configuration) == 6:
+            q = quaternion_from_euler(tool_configuration[3],tool_configuration[4],tool_configuration[5])
+            target_pose.pose.orientation.x = q[0]
+            target_pose.pose.orientation.y = q[1]
+            target_pose.pose.orientation.z = q[2]
+            target_pose.pose.orientation.w = q[3]
+        else:
+            target_pose.pose.orientation.x = tool_configuration[3]
+            target_pose.pose.orientation.y = tool_configuration[4]
+            target_pose.pose.orientation.z = tool_configuration[5]
+            target_pose.pose.orientation.w = tool_configuration[6]
+
+        self.arm.set_start_state_to_current_state()
+        self.arm.set_pose_target(target_pose, self.end_effector_link)
+        rospy.loginfo("move_p:" + str(tool_configuration))
+        traj = self.arm.plan()
+        path = traj[1]
+        # file_path = "/home/chen/catkin_ws/src/lstrobot_planning/date/p_traj.txt"
+        # if os.path.exists(file_path):
+        #     os.remove(file_path)
+        # with open(file_path, "w") as file:
+        #     file.write(str(path))
+        self.arm.execute(path)
+        # rospy.sleep(1)
+
+    def move_p2(self,point,points,trajectory,trajectory_with_type,a=1,v=1):
+        self.arm.set_max_acceleration_scaling_factor(a)
+        self.arm.set_max_velocity_scaling_factor(v)
+        # self.arm.set_start_state_to_current_state()
+        if trajectory:
+            state = self.arm.get_current_state()
+            state.joint_state.position = trajectory[-1].joint_trajectory.points[-1].positions
+            self.arm.set_start_state(state)
+            
+        self.arm.set_pose_target(point, self.end_effector_link)
+        rospy.loginfo("move_p:" + str(point))
+        traj = self.arm.plan()
+        trajj = traj[1]
+        error_code =traj[3]
+        rospy.loginfo("Move to start point planned successfully")
+
+        trajj_with_type = mark_the_traj(trajj,"during-p",welding_sequence)
+                   
+        points.append(point)
+        trajectory.append(trajj)
+        trajectory_with_type.append(trajj_with_type)
+        return points,trajectory,trajectory_with_type
+    def move_pl(self,point,points,trajectory,trajectory_with_type,a=1,v=1):
+        self.arm.set_max_acceleration_scaling_factor(a)
+        self.arm.set_max_velocity_scaling_factor(v)
+
+        # self.arm.set_start_state_to_current_state()
+        #重规划起点次数
+        a = 5
+        for j in range(a):
+            if trajectory:
+                state = self.arm.get_current_state()
+                state.joint_state.position = trajectory[-1].joint_trajectory.points[-1].positions
+                self.arm.set_start_state(state)
+            
+            self.arm.set_pose_target(point, self.end_effector_link)
+            rospy.loginfo("move_pl:" + str(point))
+            
+            # 创建路径约束
+            path_constraints = self.create_path_constraints(points[-1],point)
+            self.arm.set_path_constraints(path_constraints)
+            
+            #当前起点规划次数
+            b = 3
+            for i in range(b):
+                traj = self.arm.plan()
+                trajj = traj[1]  
+                rospy.loginfo("Planning complete. Track validity check in progress...")
+                error,Limit_margin = check.check_joint_positions(trajj)
+                if not error:
+                    rospy.loginfo("Trajectory verification complete. Successful planning")
+                    break
+                
+                if not Limit_margin or i == b-1:
+                    prePoint = points.pop()
+                    trajectory.pop()
+                    trajectory_with_type.pop()
+                    #清除约束
+                    self.arm.clear_path_constraints()
+                    points,trajectory,trajectory_with_type = self.move_p2(prePoint,points,trajectory,trajectory_with_type)
+                    break
+                rospy.loginfo("The {}-{}th replanning".format(j,i+1))
+            if not error:
+                break
+        #规划失败
+        if error:
+            rospy.loginfo("Plan Fail,Error code 1")
+            sys.exit() 
+        #清除约束
+        self.arm.clear_path_constraints()
+
+        trajj_with_type = mark_the_traj(trajj,"during-l",welding_sequence)
+        trajj_with_type.points[-len(trajj.joint_trajectory.points)].type = "start"  
+        trajj_with_type.points[-1].type = "end"      
+
+        points.append(point)
+        trajectory.append(trajj)
+        trajectory_with_type.append(trajj_with_type)
+        return points,trajectory,trajectory_with_type
+    def create_path_constraints(self,start_point,end_point):
+        #计算起点指向终点的向量
+        vector = np.array([end_point[0]- start_point[0], end_point[1]- start_point[1], end_point[2]- start_point[2]])
+        height = np.linalg.norm(vector)+0.002
+        radius = 0.001
+
+        constraints = Constraints()
+        
+        # 位置约束
+        position_constraint = PositionConstraint()
+        position_constraint.header.frame_id = "base_link"
+        position_constraint.link_name = self.end_effector_link
+        position_constraint.target_point_offset = Vector3(0, 0, 0)
+        #构建 shape_msgs/SolidPrimitive 消息
+        bounding_volume = SolidPrimitive()
+        bounding_volume.type = SolidPrimitive.CYLINDER
+        # bounding_volume.dimensions = [0.003,1]
+        bounding_volume.dimensions = [height,radius]
+        #构建 geometry_msgs/Pose 消息,用于指定圆柱体在空间中的位置和姿态
+        pose = Pose()
+        pose.position.x = start_point[0] + vector[0] / 2
+        pose.position.y = start_point[1] + vector[1] / 2 
+        pose.position.z = start_point[2] + vector[2] / 2
+        
+        # 计算圆柱体的旋转矩阵
+        z_axis = np.array([0, 0, 1])
+        axis = np.cross(z_axis, vector)
+        angle = np.arccos(np.dot(z_axis, vector) / np.linalg.norm(vector))
+        q = tf.transformations.quaternion_about_axis(angle, axis)
+        pose.orientation.x = q[0]
+        pose.orientation.y = q[1]
+        pose.orientation.z = q[2]
+        pose.orientation.w = q[3]
+
+        position_constraint.constraint_region.primitives.append(bounding_volume)
+        position_constraint.constraint_region.primitive_poses.append(pose)
+        position_constraint.weight = 1.0
+
+        # 姿态约束
+        # orientation_constraint = OrientationConstraint()
+        # orientation_constraint.header.frame_id = "base_link"
+        # orientation_constraint.link_name = self.end_effector_link
+        # orientation_constraint.orientation = target_pose.orientation
+        # orientation_constraint.absolute_x_axis_tolerance = 0.01
+        # orientation_constraint.absolute_y_axis_tolerance = 0.01
+        # orientation_constraint.absolute_z_axis_tolerance = 0.01
+        # orientation_constraint.weight = 1.0
+
+        constraints.position_constraints.append(position_constraint)
+        # constraints.orientation_constraints.append(orientation_constraint)
+
+        return constraints
+
+    
+    def move_l(self, tool_configuration,waypoints_number=1,a=0.5,v=0.5):
+        if tool_configuration==None:
+            tool_configuration = [0.3,0,0.3,0,-np.pi/2,0]
+        self.arm.set_max_acceleration_scaling_factor(a)
+        self.arm.set_max_velocity_scaling_factor(v)
+
+        # 设置路点
+        waypoints = []
+        for i in range(waypoints_number):
+            target_pose = PoseStamped()
+            target_pose.header.frame_id = self.reference_frame
+            target_pose.header.stamp = rospy.Time.now()
+            target_pose.pose.position.x = tool_configuration[6*i+0]
+            target_pose.pose.position.y = tool_configuration[6*i+1]
+            target_pose.pose.position.z = tool_configuration[6*i+2]
+            q = quaternion_from_euler(tool_configuration[6*i+3],tool_configuration[6*i+4],tool_configuration[6*i+5])
+            target_pose.pose.orientation.x = q[0]
+            target_pose.pose.orientation.y = q[1]
+            target_pose.pose.orientation.z = q[2]
+            target_pose.pose.orientation.w = q[3]
+            waypoints.append(target_pose.pose)
+        rospy.loginfo("move_l:" + str(tool_configuration))
+        self.arm.set_start_state_to_current_state()
+        fraction = 0.0  # 路径规划覆盖率
+        maxtries = 100  # 最大尝试规划次数
+        attempts = 0  # 已经尝试规划次数
+
+        # 设置机器臂当前的状态作为运动初始状态
+        self.arm.set_start_state_to_current_state()
+
+        # 尝试规划一条笛卡尔空间下的路径,依次通过所有路点
+        while fraction < 1.0 and attempts < maxtries:
+            (plan, fraction) = self.arm.compute_cartesian_path(
+                waypoints,  # waypoint poses,路点列表
+                0.001,  # eef_step,终端步进值
+                0.00,  # jump_threshold,跳跃阈值
+                True)  # avoid_collisions,避障规划
+            attempts += 1
+        if fraction == 1.0:
+            rospy.loginfo("Path computed successfully. Moving the arm.")
+            self.arm.execute(plan)
+            rospy.loginfo("Path execution complete.")
+        else:
+            rospy.loginfo(
+                "Path planning failed with only " + str(fraction) +
+                " success after " + str(maxtries) + " attempts.")
+        rospy.sleep(1)
+
+    def move_l22(self,point,points,trajectory,trajectory_with_type,a=0.5,v=0.5):
+        self.arm.set_max_acceleration_scaling_factor(a)
+        self.arm.set_max_velocity_scaling_factor(v)
+
+        if trajectory:
+            state = self.arm.get_current_state()
+            state.joint_state.position = trajectory[-1].joint_trajectory.points[-1].positions
+            self.arm.set_start_state(state)
+        
+        start_rotation_angle,end_rotation_angle = 0,0
+        new_start_pose,new_end_pose = 0,0
+        num_planed = 0
+        while not start_rotation_angle == 2*pi:
+            waypoints = []
+            target_pose = point_to_PoseStamped(point,self.reference_frame)
+            waypoints.append(target_pose.pose)
+            rospy.loginfo("move_l2:" )
+        
+            num_remake = 2
+            for _ in range(num_remake):
+                num_planed +=1
+                rospy.loginfo("第{}次规划".format(num_planed))
+                rospy.loginfo("new_start_pose:{} new_end_pose:{}".format(new_start_pose,new_end_pose))
+                fraction,traj = self.plan_cartesian_path(waypoints)
+                if fraction == 1:
+                    error,percentage = check.check_joint_positions(traj)
+                    if not error:
+                        break
+            if fraction != 1:
+                break
+            error,percentage = check.check_joint_positions(traj)
+            if error:
+                #三次重规划结束,仍然不符合,插点或转点
+                angle_list = ([0,pi/4,-pi/4,pi/2,-pi/2,pi*3/4,-pi*3/4,pi,2*pi])
+                if start_rotation_angle < pi: 
+                    if end_rotation_angle < pi:
+                        index = angle_list.index(end_rotation_angle)
+                        end_rotation_angle = angle_list[index+1]
+                        new_end_pose = check.angle_adjustment(point,'z', start_rotation_angle)  # 将目标位姿旋转一定角度
+                        point = new_end_pose # 将新的点替换原来位姿
+                    else:
+                        index = angle_list.index(start_rotation_angle)
+                        start_rotation_angle = angle_list[index+1]
+                        new_start_pose = check.angle_adjustment(points[-1],'z', start_rotation_angle)  # 将目标位姿旋转一定角度
+                        #go home,plan p
+                        state = self.arm.get_current_state()
+                        state.joint_state.position = trajectory[-1].joint_trajectory.points[0].positions
+                        self.arm.set_start_state(state)
+                        del points[-1]
+                        del trajectory[-1]
+                        points,trajectory,trajectory_with_type = self.move_p2(new_start_pose,points,trajectory,trajectory_with_type)
+                        state.joint_state.position = trajectory[-1].joint_trajectory.points[-1].positions
+                        self.arm.set_start_state(state)
+                        
+                        end_rotation_angle = 0
+  
+            else:
+                break
+        if fraction != 1:
+            rospy.loginfo("Plan Fail,Error code 1")
+            sys.exit() 
+        elif error:
+            rospy.loginfo("Plan Fail,Error code 2")
+            sys.exit()
+        else:
+            traj_with_type = mark_the_traj(traj,"during-l",welding_sequence)
+            traj_with_type.points[-len(traj.joint_trajectory.points)].type = "start"  
+            traj_with_type.points[-1].type = "end"         
+            
+            points.append(point)
+            trajectory.append(traj)
+            trajectory_with_type.append(traj_with_type) 
+            return points,trajectory,trajectory_with_type
+        
+    def go_home(self,a=1,v=1):
+        rospy.loginfo("go_home start")
+        self.arm.set_max_acceleration_scaling_factor(a)
+        self.arm.set_max_velocity_scaling_factor(v)
+        # “up”为自定义姿态,你可以使用“home”或者其他姿态
+        self.arm.set_named_target('home')
+        self.arm.go()
+        rospy.loginfo("go_home end")
+        # rospy.sleep(1)
+    
+    def go_home_justplan(self,trajectory,trajectory_with_type,a=1,v=1):
+        self.arm.set_max_acceleration_scaling_factor(a)
+        self.arm.set_max_velocity_scaling_factor(v)
+        # “up”为自定义姿态,你可以使用“home”或者其他姿态
+        state = self.arm.get_current_state()
+        state.joint_state.position = trajectory[-1].joint_trajectory.points[-1].positions
+        self.arm.set_start_state(state)
+        self.arm.set_named_target('home')
+        traj = self.arm.plan()
+        trajj = traj[1]
+        traj_with_type = mark_the_traj(trajj,"go-home",welding_sequence)
+        trajectory.append(trajj)
+        trajectory_with_type.append(traj_with_type)
+        return trajectory,trajectory_with_type
+    
+    def setColor(self, name, r, g, b, a=0.9):
+        # 初始化moveit颜色对象
+        color = ObjectColor()
+        # 设置颜色值
+        color.id = name
+        color.color.r = r
+        color.color.g = g
+        color.color.b = b
+        color.color.a = a
+        # 更新颜色字典
+        self.colors[name] = color
+
+    # 将颜色设置发送并应用到moveit场景当中
+    def sendColors(self):
+        # 初始化规划场景对象
+        p = PlanningScene()
+        # 需要设置规划场景是否有差异
+        p.is_diff = True
+        # 从颜色字典中取出颜色设置
+        for color in self.colors.values():
+            p.object_colors.append(color)
+        # 发布场景物体颜色设置
+        self.scene_pub.publish(p)
+
+    def path_planning(self,folder_path,gohome=True):
+        file_path_result = os.path.join(folder_path, 'result.txt')
+        all_data = process_welding_data(file_path_result)
+
+        points,trajectory,trajectory_with_type = [],[],[]
+        for i in range(len(all_data)):
+            rospy.loginfo("共读取到%d条焊缝,开始规划第%d条",len(all_data),i+1)
+            start_point = all_data[i][0]
+            end_point = all_data[i][1]
+            q1 = all_data[i][2]
+            q2 = all_data[i][3]
+
+            point11 = [start_point[0]/1000, start_point[1]/1000, start_point[2]/1000, q1[0],q1[1],q1[2],q1[3]]
+            points,trajectory,trajectory_with_type = self.move_p2(point11,points,trajectory,trajectory_with_type)
+            point22 = [end_point[0]/1000, end_point[1]/1000, end_point[2]/1000, q2[0],q2[1],q2[2],q2[3]]
+            points,trajectory,trajectory_with_type = self.move_pl(point22,points,trajectory,trajectory_with_type)
+            rospy.loginfo("第%d条焊缝规划完毕",i+1)
+        if gohome:
+            trajectory,trajectory_with_type = self.go_home_justplan(trajectory,trajectory_with_type)
+        traj_merge= merge_trajectories(trajectory)
+        trajectory_with_type_merge= merge_trajectories_with_type(trajectory_with_type)
+        rospy.loginfo("All of The trajectory Plan successfully")
+        return trajectory,traj_merge,trajectory_with_type_merge
+    def path_planning_test(self,folder_path,i,reverse=False,gohome=True):
+        file_path_result = os.path.join(folder_path, 'result.txt')
+        all_data = process_welding_data(file_path_result)
+
+        points,trajectory,trajectory_with_type = [],[],[]
+        i -= 1
+        rospy.loginfo("共读取到%d条焊缝,开始规划第%d条",len(all_data),i+1)
+        start_point = all_data[i][0]
+        end_point = all_data[i][1]
+        q1 = all_data[i][2]
+        q2 = all_data[i][3]
+        if reverse:
+            start_point = all_data[i][1]
+            end_point = all_data[i][0]
+            q1 = all_data[i][3]
+            q2 = all_data[i][2]
+
+        point11 = [start_point[0]/1000, start_point[1]/1000, start_point[2]/1000, q1[0],q1[1],q1[2],q1[3]]
+        points,trajectory,trajectory_with_type = self.move_p2(point11,points,trajectory,trajectory_with_type)
+        point22 = [end_point[0]/1000, end_point[1]/1000, end_point[2]/1000, q2[0],q2[1],q2[2],q2[3]]
+        points,trajectory,trajectory_with_type = self.move_pl(point22,points,trajectory,trajectory_with_type)
+        rospy.loginfo("第%d条焊缝规划完毕",i+1)
+        if gohome:
+            trajectory,trajectory_with_type = self.go_home_justplan(trajectory,trajectory_with_type)
+        traj_merge= merge_trajectories(trajectory)
+        trajectory_with_type_merge= merge_trajectories_with_type(trajectory_with_type)
+        rospy.loginfo("All of The trajectory Plan successfully")
+        return trajectory,traj_merge,trajectory_with_type_merge
+def point_to_PoseStamped(point,reference_frame):
+    target_pose = PoseStamped()
+    target_pose.header.frame_id = reference_frame
+    target_pose.header.stamp = rospy.Time.now()
+    target_pose.pose.position.x = point[0]
+    target_pose.pose.position.y = point[1]
+    target_pose.pose.position.z = point[2]
+    if len(point) == 6:
+        q = quaternion_from_euler(point[3],point[4],point[5])
+        target_pose.pose.orientation.x = q[0]
+        target_pose.pose.orientation.y = q[1]
+        target_pose.pose.orientation.z = q[2]
+        target_pose.pose.orientation.w = q[3]
+    else:
+        target_pose.pose.orientation.x = point[3]
+        target_pose.pose.orientation.y = point[4]
+        target_pose.pose.orientation.z = point[5]
+        target_pose.pose.orientation.w = point[6]
+
+    return target_pose
+def calculate_waypoints(start_pose,end_pose,spacing):
+    start_position = np.array([start_pose.pose.position.x, start_pose.pose.position.y, start_pose.pose.position.z])
+    start_orientation = euler_from_quaternion([start_pose.pose.orientation.x,start_pose.pose.orientation.y,start_pose.pose.orientation.z,start_pose.pose.orientation.w])
+    end_position = np.array([end_pose.pose.position.x, end_pose.pose.position.y, end_pose.pose.position.z])
+    end_orientation = euler_from_quaternion([end_pose.pose.orientation.x,end_pose.pose.orientation.y,end_pose.pose.orientation.z,end_pose.pose.orientation.w])
+
+
+    distance = np.linalg.norm(np.array(end_position) - np.array(start_position))
+    num_points = int(distance/spacing)
+    trajectory = []
+    for i in range(num_points + 1):
+        alpha = float(i) / num_points
+        position = [start + alpha * (end - start) for start, end in zip(start_position, end_position)]
+        orientation = [start + alpha * (end - start) for start, end in zip(start_orientation, end_orientation)]
+        trajectory.append(position + orientation)
+
+    return trajectory,num_points + 1
+ 
+def process_welding_data(filename):
+    all_data = []  # 用来存储每一行处理后的数据
+    with open(filename, 'r') as file:
+        for line in file:
+            parts = line.strip().split('/')
+            coordinates_and_poses = [part.split(',') for part in parts[1:]]
+            
+            start_point = tuple(map(float, coordinates_and_poses[0][:3]))  # 使用元组以避免修改
+            end_point = tuple(map(float, coordinates_and_poses[1][:3]))
+            q1 = tuple(map(float, coordinates_and_poses[2][:4]))
+            q2 = tuple(map(float, coordinates_and_poses[3][:4]))
+            
+            # 收集每行处理后的数据
+            all_data.append((start_point, end_point, q1, q2))
+
+    return all_data
+
+def mark_the_traj(traj,TYPE,SEQUENCE):
+    traj_with_type = JointTrajectory_ex()
+    traj_with_type.header = traj.joint_trajectory.header
+    traj_with_type.joint_names = traj.joint_trajectory.joint_names
+    traj_with_type.points = [
+        JointTrajectoryPoint_ex(
+            positions=point.positions,
+            velocities=point.velocities,
+            accelerations=point.accelerations,
+            effort=point.effort,
+            type=TYPE,
+            sequence=SEQUENCE
+        ) for point in traj.joint_trajectory.points
+    ]
+    return traj_with_type
+def merge_trajectories(trajectories):
+    if not trajectories:
+        return None
+    
+    # 创建一个新的 JointTrajectory 对象
+    merged_trajectory = JointTrajectory()
+    merged_trajectory.header = trajectories[0].joint_trajectory.header
+    merged_trajectory.joint_names = trajectories[0].joint_trajectory.joint_names
+    
+    # 初始化时间累加器
+    last_time_from_start = rospy.Duration(0)
+    
+    # 合并所有 trajectories 的 points
+    for traj in trajectories:
+
+        for point in traj.joint_trajectory.points:
+            # 创建新的轨迹点
+            new_point = deepcopy(point)
+            # 累加时间
+            new_point.time_from_start += last_time_from_start
+            merged_trajectory.points.append(new_point)
+        
+        # 更新时间累加器为当前轨迹的最后一个点的时间
+        if traj.joint_trajectory.points:
+            last_time_from_start = traj.joint_trajectory.points[-1].time_from_start + last_time_from_start
+    
+    return merged_trajectory
+def merge_trajectories_with_type(trajectory_with_type):
+    if not trajectory_with_type:
+        return None
+    
+    # 创建一个新的 JointTrajectory 对象
+    merged_trajectory_with_type = JointTrajectory_ex()
+    merged_trajectory_with_type.header = trajectory_with_type[0].header
+    merged_trajectory_with_type.joint_names = trajectory_with_type[0].joint_names
+    
+    # 初始化时间累加器
+    last_time_from_start = rospy.Duration(0)
+    
+    # 合并所有 trajectories 的 points
+    for traj in trajectory_with_type:
+
+        for point in traj.points:
+            # 创建新的轨迹点
+            new_point = deepcopy(point)
+            # 累加时间
+            new_point.time_from_start += last_time_from_start
+            merged_trajectory_with_type.points.append(new_point)
+        
+        # 更新时间累加器为当前轨迹的最后一个点的时间
+        if traj.points:
+            last_time_from_start = traj.points[-1].time_from_start + last_time_from_start
+    
+    return merged_trajectory_with_type
+def pub_trajectories(trajectory_with_type_merge):
+   
+    pub = rospy.Publisher("/joint_path", JointTrajectory_ex, queue_size=5)
+    count = 1
+    rate = rospy.Rate(1)
+    rospy.loginfo("正在发布轨迹信息..")
+    while not rospy.is_shutdown():
+        #轨迹接受完毕,关闭当前发布
+        sign_traj_accepted = str(rospy.get_param("sign_traj_accepted"))
+        if sign_traj_accepted == "1":
+            rospy.set_param("sign_traj_accepted",0)
+            break
+
+        pub.publish(trajectory_with_type_merge)
+        # rospy.loginfo("发布计数,count = %d",count)
+        # count += 1
+        rate.sleep()
+
+if __name__ =="__main__":
+
+    folder_path = rospy.get_param("folder_path")
+    moveit_server = MoveIt_Control(is_use_gripper=False)
+    moveit_server.arm.set_num_planning_attempts(10)
+    
+    #获取规划信息,并规划
+    # folder_path = ("/home/chen/catkin_ws/data/0412")
+    welding_sequence = rospy.get_param('welding_sequence')
+    trajectory,trajectory_merge,trajectory_with_type_merge = moveit_server.path_planning(folder_path)
+    # trajectory,trajectory_merge,trajectory_with_type_merge = moveit_server.path_planning_test(folder_path,1,True)
+    #执行动作
+    moveit_server.arm.execute(trajectory_merge)
+    
+    # for i in range(1 * 2 - 0): #执行到第i条焊缝
+    #     moveit_server.arm.execute(trajectory[i])
+    
+    #发布规划完毕的轨迹信息
+    pub_trajectories(trajectory_with_type_merge)

+ 115 - 0
catkin_ws/src/lstrobot_planning/scripts/set_update_paramter_p.py

@@ -0,0 +1,115 @@
+#! /usr/bin/env python3
+import rospy
+import os
+import hanqiangpose
+import command
+import subprocess
+import hjsx
+import threading
+import numpy as np
+import multiprocessing
+from moveit_msgs.msg import PlanningScene
+from dynamic_reconfigure.client import Client
+from rospy.exceptions import ROSException
+from std_srvs.srv import Empty
+from rospy.service import ServiceException
+
+waited_once = False
+
+def wait_for_topic(topic_name, message_type):
+    try:
+        rospy.loginfo("等待场景地图加载完毕...")
+        message = rospy.wait_for_message(topic_name, message_type, timeout=None)
+        rospy.loginfo(f"场景地图已加载完毕")
+        return message
+    except rospy.ROSException as e:
+        rospy.logerr(f"等待话题 {topic_name} 时程序被中断: {e}")
+        return None
+    
+def clear_octomap():
+    try:
+        clear_octomap_service = rospy.ServiceProxy('/clear_octomap', Empty)  # 创建服务代理
+        clear_octomap_service()  # 尝试调用服务
+        rospy.loginfo("Octomap has been cleared.")
+    except ServiceException as e:
+        rospy.loginfo("Failed to call /clear_octomap service or it is not available. Skipping operation.")
+
+if __name__ == "__main__":
+    rospy.init_node("set_update_paramter_p")
+
+    # 初始化各种类型参数
+    rospy.set_param("sequence_ready",0)
+    rospy.set_param("sign_control",0)
+    rospy.set_param("sign_pointcloud",0)
+    rospy.set_param("sign_traj_accepted",0)
+    rospy.set_param("yaw",np.pi/6)  #内收角(偏航角)
+    rospy.set_param("yaw_rate",100) #偏航角过渡速度(角度变化45度/100mm)
+    rospy.set_param("pitch_of_Horizontalweld",np.pi/4)  #和底面夹角(俯仰角)
+    rospy.set_param("pitch_of_Verticalweld",np.pi/5)
+    rospy.set_param("planner_id","RRTConnect")
+    rospy.set_param("pointcloud_topic","/pointcloud/output")
+    rospy.set_param("culling_radius",7) #焊缝剔除半径
+    # rospy.set_param("/move_group/octomap_resolution",0.006)
+    rospy.set_param("folder_path","/home/chen/catkin_ws/src/publish_pointcloud/publish_pointcloud/data")
+
+    # 显示参数当前值
+    sign_pointcloud = rospy.get_param("sign_pointcloud")
+
+    rospy.loginfo("当前参数值:")
+    rospy.loginfo("sign_pointcloud = %s",sign_pointcloud)
+    rospy.loginfo("yaw = %s",rospy.get_param("yaw")/np.pi*180)
+    rospy.loginfo("pitch_of_Horizontalweld = %s",rospy.get_param("pitch_of_Horizontalweld")/np.pi*180)
+    rospy.loginfo("pitch_of_Verticalweld = %s",rospy.get_param("pitch_of_Verticalweld")/np.pi*180)
+    while True:
+        sign_control = str(rospy.get_param("sign_control"))
+        if sign_control == "0":
+            if not waited_once:
+                print("等待点云数据准备完成...")
+                waited_once = True
+        elif sign_control == "1":
+            # 初始化参数
+            rospy.set_param("sign_control",0)
+            rospy.set_param("sign_traj_accepted",0)
+            
+            # 获取新的文件夹值
+            new_folder_path = rospy.get_param("folder_path")
+            rospy.loginfo("folder_path:%s",new_folder_path)
+            
+            # 清除场景
+            clear_octomap()
+
+            rospy.loginfo("launch pointcloud node now")
+            process = multiprocessing.Process(target=command.launch_publish_pointcloud_background)
+            # 启动子进程
+            process.start()
+            # command.launch_publish_pointcloud()
+
+            hjsx.run()
+            hanqiangpose.run()
+
+            # 等待 /move_group/monitored_planning_scene 话题发布消息
+            planning_scene = wait_for_topic('/move_group/monitored_planning_scene', PlanningScene)
+            rospy.set_param("sign_pointcloud",1)
+            rospy.loginfo("终止点云发布,关闭发布窗口")
+            
+            rospy.loginfo("launch moveitserver node now")
+            process = multiprocessing.Process(target=command.launch_moveit_control_server_background)
+            process.start()
+            
+            #运行结束,重置参数
+            waited_once = False
+ 
+        elif sign_control == "2":
+            # 重置参数
+            rospy.set_param("sign_control",0)
+
+            rospy.set_param("planner_id","BiEST")
+            rospy.loginfo("launch moveitserver node now")
+            process = multiprocessing.Process(target=command.launch_moveit_control_server_background)
+            process.start()
+            rospy.set_param("planner_id","RRTConnect")
+            #运行结束,重置参数
+            waited_once = False
+        
+
+    

+ 79 - 0
catkin_ws/src/lstrobot_planning/src/add_octomap.cpp

@@ -0,0 +1,79 @@
+#include <ros/ros.h>
+#include <moveit/move_group_interface/move_group_interface.h>
+#include <moveit/planning_scene_interface/planning_scene_interface.h>
+#include <octomap_msgs/Octomap.h>
+#include <octomap_msgs/conversions.h>
+#include <octomap/OcTree.h>
+
+void appendScene(const std::string& octoFile)
+{
+    ros::NodeHandle nh("~");
+
+    // 创建 MoveIt MoveGroup Interface
+    moveit::planning_interface::MoveGroupInterface group("manipulator");
+    std::string frameId = group.getPlanningFrame();
+
+    // 从文件加载 OctoMap
+    octomap::OcTree* octree = new octomap::OcTree(octoFile);
+
+    // 将 Octomap 数据转换为 ROS 消息
+    octomap_msgs::Octomap octomap_msg;
+    if (!octomap_msgs::fullMapToMsg(*octree, octomap_msg))
+    {
+        ROS_ERROR("Failed to convert Octomap to ROS message.");
+        return;
+    }
+
+    // 创建 PlanningSceneInterface 实例
+    moveit::planning_interface::PlanningSceneInterface psi;
+
+    // 创建 PlanningScene 消息
+    moveit_msgs::PlanningScene planning_scene_msg;
+    planning_scene_msg.is_diff = true;
+
+    // 设置 Octomap 的相关信息
+    planning_scene_msg.world.octomap.header.frame_id = "base_link";
+    planning_scene_msg.world.octomap.octomap = octomap_msg;
+
+    // 设置Octomap的原点位置
+    // planning_scene_msg.world.octomap.origin.position.x = 0.0;
+    // planning_scene_msg.world.octomap.origin.position.y = 0.0;
+    // planning_scene_msg.world.octomap.origin.position.z = 0.0;
+
+    // // 设置有效的四元数
+    // planning_scene_msg.world.octomap.origin.orientation.x = 0.0;
+    // planning_scene_msg.world.octomap.origin.orientation.y = 0.0;
+    // planning_scene_msg.world.octomap.origin.orientation.z = 0.0;
+    // planning_scene_msg.world.octomap.origin.orientation.w = 1.0;
+
+    planning_scene_msg.world.octomap.header.stamp = ros::Time::now();
+
+    // 将 PlanningScene 消息应用到 MoveIt 中
+    psi.applyPlanningScene(planning_scene_msg);
+
+    delete octree; // 释放内存
+}
+
+int main(int argc, char **argv)
+{
+    ros::init(argc, argv, "append_scene_node");
+    ros::NodeHandle nh;
+
+    // 检查是否传入了OctoMap文件名参数
+    if (argc < 2)
+    {
+        ROS_ERROR("Usage: %s [octomap_file]", argv[0]);
+        return 1;
+    }
+
+    std::string octoFile = argv[1];
+
+    appendScene(octoFile);
+
+    // 确保所有更改都已发送给MoveIt!
+    ros::Duration(1.0).sleep(); // 等待一段时间以确保消息被处理
+
+    ROS_INFO("Planning scene updated with OctoMap.");
+
+    return 0;
+}

+ 148 - 0
catkin_ws/src/lstrobot_planning/src/moveit_cartesian_demo.py

@@ -0,0 +1,148 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+import rospy, sys
+import moveit_commander
+from moveit_commander import MoveGroupCommander
+from geometry_msgs.msg import Pose
+from copy import deepcopy
+ 
+class MoveItCartesianDemo:
+    def __init__(self):
+ 
+        # 初始化move_group的API
+        moveit_commander.roscpp_initialize(sys.argv)
+ 
+        # 初始化ROS节点
+        rospy.init_node('moveit_cartesian_demo', anonymous=True)
+ 
+        # 是否需要使用笛卡尔空间的运动规划,获取参数,如果没有设置,则默认为True,即走直线
+        cartesian = rospy.get_param('~cartesian', True)
+                      
+        # 初始化需要使用move group控制的机械臂中的arm group
+        arm = MoveGroupCommander('manipulator')
+        
+        # 当运动规划失败后,允许重新规划
+        arm.allow_replanning(True)
+        
+        # 设置目标位置所使用的参考坐标系
+        arm.set_pose_reference_frame('base_link')
+                
+        # 设置位置(单位:米)和姿态(单位:弧度)的允许误差
+        arm.set_goal_position_tolerance(0.001)
+        arm.set_goal_orientation_tolerance(0.001)
+        
+        # 设置允许的最大速度和加速度
+        arm.set_max_acceleration_scaling_factor(0.5)
+        arm.set_max_velocity_scaling_factor(0.5)
+        
+        # 获取终端link的名称
+        end_effector_link = arm.get_end_effector_link()
+ 
+        # 控制机械臂先回到初始化位置
+        arm.set_named_target('home')
+        arm.go()
+        rospy.sleep(1)
+                                               
+        # 获取当前位姿数据最为机械臂运动的起始位姿
+        start_pose = arm.get_current_pose(end_effector_link).pose
+                
+        # 初始化路点列表
+        waypoints = []
+ 
+        # 如果为True,将初始位姿加入路点列表
+        if cartesian:
+            waypoints.append(start_pose)
+            
+        # 设置路点数据,并加入路点列表,所有的点都加入
+        wpose = deepcopy(start_pose)#拷贝对象
+        wpose.position.z -= 0.2
+ 
+        if cartesian:  #如果设置为True,那么走直线
+            waypoints.append(deepcopy(wpose))
+        else:          #否则就走曲线
+            arm.set_pose_target(wpose)  #自由曲线
+            arm.go()
+            rospy.sleep(1)
+ 
+        wpose.position.x += 0.15
+ 
+        if cartesian:
+            waypoints.append(deepcopy(wpose))
+        else:
+            arm.set_pose_target(wpose)
+            arm.go()
+            rospy.sleep(1)
+        
+        wpose.position.y += 0.1
+ 
+        if cartesian:
+            waypoints.append(deepcopy(wpose))
+        else:
+            arm.set_pose_target(wpose)
+            arm.go()
+            rospy.sleep(1)
+ 
+        wpose.position.x -= 0.15
+        wpose.position.y -= 0.1
+ 
+        if cartesian:
+            waypoints.append(deepcopy(wpose))
+        else:
+            arm.set_pose_target(wpose)
+            arm.go()
+            rospy.sleep(1)
+ 
+ 
+        #规划过程
+ 
+        if cartesian:
+		fraction = 0.0   #路径规划覆盖率
+		maxtries = 100   #最大尝试规划次数
+		attempts = 0     #已经尝试规划次数
+		
+		# 设置机器臂当前的状态作为运动初始状态
+		arm.set_start_state_to_current_state()
+	 
+		# 尝试规划一条笛卡尔空间下的路径,依次通过所有路点
+		while fraction < 1.0 and attempts < maxtries:
+        #规划路径 ,fraction返回1代表规划成功
+		    (plan, fraction) = arm.compute_cartesian_path (
+		                            waypoints,   # waypoint poses,路点列表,这里是5个点
+		                            0.01,        # eef_step,终端步进值,每隔0.01m计算一次逆解判断能否可达
+		                            0.0,         # jump_threshold,跳跃阈值,设置为0代表不允许跳跃
+		                            True)        # avoid_collisions,避障规划
+		    
+		    # 尝试次数累加
+		    attempts += 1
+		    
+		    # 打印运动规划进程
+		    if attempts % 10 == 0:
+		        rospy.loginfo("Still trying after " + str(attempts) + " attempts...")
+		             
+		# 如果路径规划成功(覆盖率100%),则开始控制机械臂运动
+		if fraction == 1.0:
+		    rospy.loginfo("Path computed successfully. Moving the arm.")
+		    arm.execute(plan)
+		    rospy.loginfo("Path execution complete.")
+		# 如果路径规划失败,则打印失败信息
+		else:
+		    rospy.loginfo("Path planning failed with only " + str(fraction) + " success after " + str(maxtries) + " attempts.")  
+ 
+		rospy.sleep(1)
+ 
+        # 控制机械臂先回到初始化位置
+        arm.set_named_target('home')
+        arm.go()
+        rospy.sleep(1)
+        
+        # 关闭并退出moveit
+        moveit_commander.roscpp_shutdown()
+        moveit_commander.os._exit(0)
+ 
+if __name__ == "__main__":
+    try:
+        MoveItCartesianDemo()
+    except rospy.ROSInterruptException:
+        pass
+

+ 44 - 0
catkin_ws/src/lstrobot_planning/src/pcd2octomap.cpp

@@ -0,0 +1,44 @@
+#include <iostream>
+#include <assert.h>
+
+//pcl
+#include <pcl/io/pcd_io.h>
+#include <pcl/point_types.h>
+
+//octomap
+#include <octomap/octomap.h>
+using namespace std;
+
+int main( int argc, char** argv )
+{
+    if (argc != 3)
+    {
+        cout<<"Usage: pcd2octomap <input_file> <output_file>"<<endl;
+        return -1;
+    }
+
+    string input_file = argv[1], output_file = argv[2];
+    pcl::PointCloud<pcl::PointXYZ> cloud;
+    pcl::io::loadPCDFile<pcl::PointXYZ> ( input_file, cloud );
+
+    cout<<"point cloud loaded, piont size = "<<cloud.points.size()<<endl;
+
+    //声明octomap变量
+    cout<<"copy data into octomap..."<<endl;
+    // 创建八叉树对象,参数为分辨率,这里设成了0.05
+    octomap::OcTree tree( 0.005 );
+
+    for (auto p:cloud.points)
+    {
+        // 将点云里的点插入到octomap中
+        tree.updateNode( octomap::point3d(p.x, p.y, p.z), true );
+    }
+
+    // 更新octomap
+    tree.updateInnerOccupancy();
+    // 存储octomap
+    tree.writeBinary( output_file );
+    cout<<"done."<<endl;
+
+    return 0;
+}

+ 14 - 0
catkin_ws/src/mr12urdf20240605/CMakeLists.txt

@@ -0,0 +1,14 @@
+cmake_minimum_required(VERSION 2.8.3)
+
+project(mr12urdf20240605)
+
+find_package(catkin REQUIRED)
+
+catkin_package()
+
+find_package(roslaunch)
+
+foreach(dir config launch meshes urdf)
+	install(DIRECTORY ${dir}/
+		DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
+endforeach(dir)

+ 1 - 0
catkin_ws/src/mr12urdf20240605/config/joint_names_mr12urdf20240605.yaml

@@ -0,0 +1 @@
+controller_joint_names: ['', 'joint1', 'joint2', 'joint3', 'joint4', 'joint5', 'joint6', ]

+ 20 - 0
catkin_ws/src/mr12urdf20240605/launch/display.launch

@@ -0,0 +1,20 @@
+<launch>
+  <arg
+    name="model" />
+  <param
+    name="robot_description"
+    textfile="$(find mr12urdf20240605)/urdf/mr12urdf20240605.urdf" />
+  <node
+    name="joint_state_publisher_gui"
+    pkg="joint_state_publisher_gui"
+    type="joint_state_publisher_gui" />
+  <node
+    name="robot_state_publisher"
+    pkg="robot_state_publisher"
+    type="robot_state_publisher" />
+  <node
+    name="rviz"
+    pkg="rviz"
+    type="rviz"
+    args="-d $(find mr12urdf20240605)/urdf.rviz" />
+</launch>

+ 20 - 0
catkin_ws/src/mr12urdf20240605/launch/gazebo.launch

@@ -0,0 +1,20 @@
+<launch>
+  <include
+    file="$(find gazebo_ros)/launch/empty_world.launch" />
+  <node
+    name="tf_footprint_base"
+    pkg="tf"
+    type="static_transform_publisher"
+    args="0 0 0 0 0 0 base_link base_footprint 40" />
+  <node
+    name="spawn_model"
+    pkg="gazebo_ros"
+    type="spawn_model"
+    args="-file $(find mr12urdf20240605)/urdf/mr12urdf20240605.urdf -urdf -model mr12urdf20240605"
+    output="screen" />
+  <node
+    name="fake_joint_calibration"
+    pkg="rostopic"
+    type="rostopic"
+    args="pub /calibrated std_msgs/Bool true" />
+</launch>

BIN
catkin_ws/src/mr12urdf20240605/meshes/Link1.STL


BIN
catkin_ws/src/mr12urdf20240605/meshes/Link2.STL


BIN
catkin_ws/src/mr12urdf20240605/meshes/Link3.STL


BIN
catkin_ws/src/mr12urdf20240605/meshes/Link4.STL


BIN
catkin_ws/src/mr12urdf20240605/meshes/Link5.STL


BIN
catkin_ws/src/mr12urdf20240605/meshes/Link6.STL


BIN
catkin_ws/src/mr12urdf20240605/meshes/base_link.STL


+ 21 - 0
catkin_ws/src/mr12urdf20240605/package.xml

@@ -0,0 +1,21 @@
+<package format="2">
+  <name>mr12urdf20240605</name>
+  <version>1.0.0</version>
+  <description>
+    <p>URDF Description package for mr12urdf20240605</p>
+    <p>This package contains configuration data, 3D models and launch files
+for mr12urdf20240605 robot</p>
+  </description>
+  <author>TODO</author>
+  <maintainer email="TODO@email.com" />
+  <license>BSD</license>
+  <buildtool_depend>catkin</buildtool_depend>
+  <depend>roslaunch</depend>
+  <depend>robot_state_publisher</depend>
+  <depend>rviz</depend>
+  <depend>joint_state_publisher_gui</depend>
+  <depend>gazebo</depend>
+  <export>
+    <architecture_independent />
+  </export>
+</package>

+ 8 - 0
catkin_ws/src/mr12urdf20240605/urdf/mr12urdf20240605.csv

@@ -0,0 +1,8 @@
+Link Name,Center of Mass X,Center of Mass Y,Center of Mass Z,Center of Mass Roll,Center of Mass Pitch,Center of Mass Yaw,Mass,Moment Ixx,Moment Ixy,Moment Ixz,Moment Iyy,Moment Iyz,Moment Izz,Visual X,Visual Y,Visual Z,Visual Roll,Visual Pitch,Visual Yaw,Mesh Filename,Color Red,Color Green,Color Blue,Color Alpha,Collision X,Collision Y,Collision Z,Collision Roll,Collision Pitch,Collision Yaw,Collision Mesh Filename,Material Name,SW Components,Coordinate System,Axis Name,Joint Name,Joint Type,Joint Origin X,Joint Origin Y,Joint Origin Z,Joint Origin Roll,Joint Origin Pitch,Joint Origin Yaw,Parent,Joint Axis X,Joint Axis Y,Joint Axis Z,Limit Effort,Limit Velocity,Limit Lower,Limit Upper,Calibration rising,Calibration falling,Dynamics Damping,Dynamics Friction,Safety Soft Upper,Safety Soft Lower,Safety K Position,Safety K Velocity
+base_link,-0.0389794721428083,3.18209550907445E-05,0.114464775769165,0,0,0,27.8470958329326,0.333719655951858,-0.000162752951771119,-0.0150515703369821,0.572256719027697,6.64144679179418E-05,0.74716855955823,0,0,0,0,0,0,package://mr12urdf20240605/meshes/base_link.STL,0,1,1,1,0,0,0,0,0,0,package://mr12urdf20240605/meshes/base_link.STL,,base_link-1,坐标系word,,,,0,0,0,0,0,0,,0,0,0,,,,,,,,,,,,
+Link1,0.0015836,0.02481,-0.16429,0,0,0,28.856,0.80293,0.2052,-0.085925,0.84748,-0.048338,0.87668,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link1.STL,1,1,1,1,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link1.STL,,link1rebuild-1,坐标系1,基准轴1,joint1,revolute,0,0,0.55,0,0,0,base_link,0,0,1,150,3.541,-2.878,2.878,,,,,,,,
+Link2,0.318649688799688,-0.000235571433145232,0.186136694407231,0,0,0,7.80684304255034,0.0281236828911867,0.000281518665603689,-0.00939923269411962,0.185870193003645,1.16807601383937E-05,0.200135929390865,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link2.STL,1,1,1,1,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link2.STL,,link2-1,坐标系2,基准轴2,joint2,revolute,0.14974,0.035343,0,1.5708,-1.5708,0,Link1,0,0,-1,150,3.541,-2.529,1.396,,,,,,,,
+Link3,0.108553296371736,-0.0970725190395638,0.00155584136936515,0,0,0,13.1020677700115,0.0894771695987357,0.00373169975921231,0.00305911419576535,0.0755527499176048,0.00497831742143842,0.0627128517779011,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link3.STL,1,1,1,1,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link3.STL,,link3rebuild2-1,坐标系3,基准轴3,joint3,revolute,0.76075,0,0.033754,0,0,0,Link2,0,0,-1,150,3.733,-1.308,2.529,,,,,,,,
+Link4,0.0144892098854688,-0.000636132360795127,-0.376459479520837,0,0,0,8.67998704574409,0.466226625992446,0.000500906822306766,-0.015294045664646,0.451075373457536,0.000649456671583942,0.036563182959402,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link4.STL,0,1,1,1,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link4.STL,,link4-1,坐标系4,基准轴4,joint4,revolute,0.19783,-1.0829,0,1.5708,0,0,Link3,0,0,1,88.5,6.838,-3.314,3.314,,,,,,,,
+Link5,-6.1697E-06,-0.048434,-0.0024999,0,0,0,1.2351,0.0041541,-7.1529E-06,-1.1135E-05,0.0031617,0.00015352,0.0035434,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link5.STL,0.79216,0.81961,0.93333,1,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link5.STL,,link5-1,坐标系5,基准轴5,joint5,revolute,0,0,0,1.5708,1.5708,0,Link4,0,0,-1,45.52,4.815,-3.663,0.75,,,,,,,,
+Link6,0.048649,-0.00090428,0.27553,0,0,0,1.8877,0.0086566,0.00012203,-0.00084157,0.0053122,0.00012437,0.0064842,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link6.STL,0.75294,0.75294,0.75294,1,0,0,0,0,0,0,package://mr12urdf20240605/meshes/Link6.STL,,hanqiangrebuild-2;0517A-1;0516h-1,坐标系6,基准轴6,joint6,revolute,0,0,0,1.5708,0,0,Link5,0,0,-1,32.64,23.655,-3.838,3.838,,,,,,,,

+ 430 - 0
catkin_ws/src/mr12urdf20240605/urdf/mr12urdf20240605.urdf

@@ -0,0 +1,430 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner (brawner@gmail.com) 
+     Commit Version: 1.6.0-4-g7f85cfe  Build Version: 1.6.7995.38578
+     For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
+<robot
+  name="mr12urdf20240605">
+  <link
+    name="base_link">
+    <!-- <inertial>
+      <origin
+        xyz="-0.0389794721428083 3.18209550907445E-05 0.114464775769165"
+        rpy="0 0 0" />
+      <mass
+        value="27.8470958329326" />
+      <inertia
+        ixx="0.333719655951858"
+        ixy="-0.000162752951771119"
+        ixz="-0.0150515703369821"
+        iyy="0.572256719027697"
+        iyz="6.64144679179418E-05"
+        izz="0.74716855955823" />
+    </inertial> -->
+    <visual>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/base_link.STL" />
+      </geometry>
+      <material
+        name="">
+        <color
+          rgba="0 1 1 1" />
+      </material>
+    </visual>
+    <collision>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/base_link.STL" />
+      </geometry>
+    </collision>
+  </link>
+  <link
+    name="Link1">
+    <inertial>
+      <origin
+        xyz="0.0015836 0.02481 -0.16429"
+        rpy="0 0 0" />
+      <mass
+        value="28.856" />
+      <inertia
+        ixx="0.80293"
+        ixy="0.2052"
+        ixz="-0.085925"
+        iyy="0.84748"
+        iyz="-0.048338"
+        izz="0.87668" />
+    </inertial>
+    <visual>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link1.STL" />
+      </geometry>
+      <material
+        name="">
+        <color
+          rgba="1 1 1 1" />
+      </material>
+    </visual>
+    <collision>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link1.STL" />
+      </geometry>
+    </collision>
+  </link>
+  <joint
+    name="joint1"
+    type="revolute">
+    <origin
+      xyz="0 0 0.55"
+      rpy="0 0 0" />
+    <parent
+      link="base_link" />
+    <child
+      link="Link1" />
+    <axis
+      xyz="0 0 1" />
+    <limit
+      lower="-2.878"
+      upper="2.878"
+      effort="150"
+      velocity="3.541" />
+  </joint>
+  <link
+    name="Link2">
+    <inertial>
+      <origin
+        xyz="0.318649688799688 -0.000235571433145232 0.186136694407231"
+        rpy="0 0 0" />
+      <mass
+        value="7.80684304255034" />
+      <inertia
+        ixx="0.0281236828911867"
+        ixy="0.000281518665603689"
+        ixz="-0.00939923269411962"
+        iyy="0.185870193003645"
+        iyz="1.16807601383937E-05"
+        izz="0.200135929390865" />
+    </inertial>
+    <visual>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link2.STL" />
+      </geometry>
+      <material
+        name="">
+        <color
+          rgba="1 1 1 1" />
+      </material>
+    </visual>
+    <collision>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link2.STL" />
+      </geometry>
+    </collision>
+  </link>
+  <joint
+    name="joint2"
+    type="revolute">
+    <origin
+      xyz="0.14974 0.035343 0"
+      rpy="1.5708 -1.5708 0" />
+    <parent
+      link="Link1" />
+    <child
+      link="Link2" />
+    <axis
+      xyz="0 0 1" />
+    <limit
+      lower="-2.529"
+      upper="1.396"
+      effort="150"
+      velocity="3.541" />
+  </joint>
+  <link
+    name="Link3">
+    <inertial>
+      <origin
+        xyz="0.108553296371736 -0.0970725190395638 0.00155584136936515"
+        rpy="0 0 0" />
+      <mass
+        value="13.1020677700115" />
+      <inertia
+        ixx="0.0894771695987357"
+        ixy="0.00373169975921231"
+        ixz="0.00305911419576535"
+        iyy="0.0755527499176048"
+        iyz="0.00497831742143842"
+        izz="0.0627128517779011" />
+    </inertial>
+    <visual>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link3.STL" />
+      </geometry>
+      <material
+        name="">
+        <color
+          rgba="1 1 1 1" />
+      </material>
+    </visual>
+    <collision>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link3.STL" />
+      </geometry>
+    </collision>
+  </link>
+  <joint
+    name="joint3"
+    type="revolute">
+    <origin
+      xyz="0.76075 0 0.033754"
+      rpy="0 0 0" />
+    <parent
+      link="Link2" />
+    <child
+      link="Link3" />
+    <axis
+      xyz="0 0 1" />
+    <limit
+      lower="-1.308"
+      upper="2.529"
+      effort="150"
+      velocity="3.733" />
+  </joint>
+  <link
+    name="Link4">
+    <inertial>
+      <origin
+        xyz="0.0144892098854688 -0.000636132360795127 -0.376459479520837"
+        rpy="0 0 0" />
+      <mass
+        value="8.67998704574409" />
+      <inertia
+        ixx="0.466226625992446"
+        ixy="0.000500906822306766"
+        ixz="-0.015294045664646"
+        iyy="0.451075373457536"
+        iyz="0.000649456671583942"
+        izz="0.036563182959402" />
+    </inertial>
+    <visual>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link4.STL" />
+      </geometry>
+      <material
+        name="">
+        <color
+          rgba="0 1 1 1" />
+      </material>
+    </visual>
+    <collision>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link4.STL" />
+      </geometry>
+    </collision>
+  </link>
+  <joint
+    name="joint4"
+    type="revolute">
+    <origin
+      xyz="0.19783 -1.0829 0"
+      rpy="1.5708 0 0" />
+    <parent
+      link="Link3" />
+    <child
+      link="Link4" />
+    <axis
+      xyz="0 0 1" />
+    <limit
+      lower="-3.314"
+      upper="3.314"
+      effort="88.5"
+      velocity="6.838" />
+  </joint>
+  <link
+    name="Link5">
+    <inertial>
+      <origin
+        xyz="-6.1697E-06 -0.048434 -0.0024999"
+        rpy="0 0 0" />
+      <mass
+        value="1.2351" />
+      <inertia
+        ixx="0.0041541"
+        ixy="-7.1529E-06"
+        ixz="-1.1135E-05"
+        iyy="0.0031617"
+        iyz="0.00015352"
+        izz="0.0035434" />
+    </inertial>
+    <visual>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link5.STL" />
+      </geometry>
+      <material
+        name="">
+        <color
+          rgba="0.79216 0.81961 0.93333 1" />
+      </material>
+    </visual>
+    <collision>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link5.STL" />
+      </geometry>
+    </collision>
+  </link>
+  <joint
+    name="joint5"
+    type="revolute">
+    <origin
+      xyz="0 0 0"
+      rpy="1.5708 1.5708 0" />
+    <parent
+      link="Link4" />
+    <child
+      link="Link5" />
+    <axis
+      xyz="0 0 1" />
+    <limit
+      lower="-3.663"
+      upper="0.75"
+      effort="45.52"
+      velocity="4.815" />
+  </joint>
+  <link
+    name="Link6">
+    <inertial>
+      <origin
+        xyz="0.048649 -0.00090428 0.27553"
+        rpy="0 0 0" />
+      <mass
+        value="1.8877" />
+      <inertia
+        ixx="0.0086566"
+        ixy="0.00012203"
+        ixz="-0.00084157"
+        iyy="0.0053122"
+        iyz="0.00012437"
+        izz="0.0064842" />
+    </inertial>
+    <visual>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link6.STL" />
+      </geometry>
+      <material
+        name="">
+        <color
+          rgba="0.75294 0.75294 0.75294 1" />
+      </material>
+    </visual>
+    <collision>
+      <origin
+        xyz="0 0 0"
+        rpy="0 0 0" />
+      <geometry>
+        <mesh
+          filename="package://mr12urdf20240605/meshes/Link6.STL" />
+      </geometry>
+    </collision>
+  </link>
+  <joint
+    name="joint6"
+    type="revolute">
+    <origin
+      xyz="0 0 0"
+      rpy="1.5708 0 0" />
+    <parent
+      link="Link5" />
+    <child
+      link="Link6" />
+    <axis
+      xyz="0 0 1" />
+    <limit
+      lower="-3.838"
+      upper="3.838"
+      effort="32.64"
+      velocity="23.655" />
+  </joint>
+
+    <joint
+  name="joint_flp"
+  type="fixed">
+    <parent
+	link="Link6"/>
+    <child
+	link="link_flp"/>
+    <!-- 法兰盘 -->
+    <origin rpy=" 0 0 3.1415926" xyz="0  0  0.100"/>
+  </joint>
+
+  <link name="link_flp">
+    <collision>
+      <geometry>
+        <box size="0.0001 0.0001 0.0001"/>
+      </geometry>
+      <origin rpy="0 0 0" xyz="0 0 0"/>
+    </collision>
+  </link>
+
+  <joint
+  name="joint_end"
+  type="fixed">
+    <parent
+	link="link_flp"/>
+    <child
+	link="link_end"/>
+    <origin rpy="0.0 0.325888 3.1415926" xyz="-0.06371  0.004214  0.7387658"/>
+  </joint>
+
+  <link name="link_end">
+  </link>
+
+
+</robot>

+ 228 - 0
catkin_ws/src/publish_pointcloud/CMakeLists.txt

@@ -0,0 +1,228 @@
+cmake_minimum_required(VERSION 2.8.3)
+project(publish_pointcloud)
+
+## Find catkin macros and libraries
+## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
+## is used, also find other catkin packages
+find_package(catkin REQUIRED COMPONENTS
+	roscpp
+	rospy
+	std_msgs
+	rostime 
+	sensor_msgs 
+	message_filters 
+	moveit_ros_planning_interface
+	moveit_msgs
+	octomap_msgs
+	geometry_msgs
+)
+
+
+find_package(OpenCV REQUIRED)
+find_package(OpenMP)
+find_package(PCL REQUIRED)
+
+
+
+## System dependencies are found with CMake's conventions
+# find_package(Boost REQUIRED COMPONENTS system)
+
+
+## Uncomment this if the package has a setup.py. This macro ensures
+## modules and global scripts declared therein get installed
+## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html
+# catkin_python_setup()
+
+################################################
+## Declare ROS messages, services and actions ##
+################################################
+
+## To declare and build messages, services or actions from within this
+## package, follow these steps:
+## * Let MSG_DEP_SET be the set of packages whose message types you use in
+##   your messages/services/actions (e.g. std_msgs, actionlib_msgs, ...).
+## * In the file package.xml:
+##   * add a build_depend tag for "message_generation"
+##   * add a build_depend and a run_depend tag for each package in MSG_DEP_SET
+##   * If MSG_DEP_SET isn't empty the following dependency has been pulled in
+##     but can be declared for certainty nonetheless:
+##     * add a run_depend tag for "message_runtime"
+## * In this file (CMakeLists.txt):
+##   * add "message_generation" and every package in MSG_DEP_SET to
+##     find_package(catkin REQUIRED COMPONENTS ...)
+##   * add "message_runtime" and every package in MSG_DEP_SET to
+##     catkin_package(CATKIN_DEPENDS ...)
+##   * uncomment the add_*_files sections below as needed
+##     and list every .msg/.srv/.action file to be processed
+##   * uncomment the generate_messages entry below
+##   * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...)
+
+## Generate messages in the 'msg' folder
+# add_message_files(
+#   FILES
+#   Message1.msg
+#   Message2.msg
+# )
+
+## Generate services in the 'srv' folder
+# add_service_files(
+#   FILES
+#   Service1.srv
+#   Service2.srv
+# )
+
+## Generate actions in the 'action' folder
+# add_action_files(
+#   FILES
+#   Action1.action
+#   Action2.action
+# )
+
+## Generate added messages and services with any dependencies listed here
+# generate_messages(
+#   DEPENDENCIES
+#   std_msgs
+# )
+
+################################################
+## Declare ROS dynamic reconfigure parameters ##
+################################################
+
+## To declare and build dynamic reconfigure parameters within this
+## package, follow these steps:
+## * In the file package.xml:
+##   * add a build_depend and a run_depend tag for "dynamic_reconfigure"
+## * In this file (CMakeLists.txt):
+##   * add "dynamic_reconfigure" to
+##     find_package(catkin REQUIRED COMPONENTS ...)
+##   * uncomment the "generate_dynamic_reconfigure_options" section below
+##     and list every .cfg file to be processed
+
+## Generate dynamic reconfigure parameters in the 'cfg' folder
+# generate_dynamic_reconfigure_options(
+#   cfg/DynReconf1.cfg
+#   cfg/DynReconf2.cfg
+# )
+
+###################################
+## catkin specific configuration ##
+###################################
+## The catkin_package macro generates cmake config files for your package
+## Declare things to be passed to dependent projects
+## INCLUDE_DIRS: uncomment this if you package contains header files
+## LIBRARIES: libraries you create in this project that dependent projects also need
+## CATKIN_DEPENDS: catkin_packages dependent projects also need
+## DEPENDS: system dependencies of this project that dependent projects also need
+catkin_package(
+#  INCLUDE_DIRS include
+#  LIBRARIES my_cameracalibrate
+#  CATKIN_DEPENDS roscpp rospy std_msgs
+#  DEPENDS system_lib
+)
+
+###########
+## Build ##
+###########
+
+## Specify additional locations of header files
+## Your package locations should be listed before other locations
+# include_directories(include)
+include_directories(
+	${catkin_INCLUDE_DIRS}
+	${OpenCV_INCLUDE_DIRS}
+	${PCL_INCLUDE_DIRS}
+)
+
+
+# add_executable(publish_pointcloud src/publish_pointcloud.cpp)
+
+# target_link_libraries(publish_pointcloud
+# 	${catkin_LIBRARIES}
+# 	${OpenCV_LIBRARIES}
+# 	${PCL_LIBRARIES}
+# )
+
+
+## Declare a C++ library
+# add_library(my_cameracalibrate
+#   src/${PROJECT_NAME}/my_cameracalibrate.cpp
+# )
+
+## Add cmake target dependencies of the library
+## as an example, code may need to be generated before libraries
+## either from message generation or dynamic reconfigure
+# add_dependencies(my_cameracalibrate ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
+
+## Declare a C++ executable
+# add_executable(my_cameracalibrate_node src/my_cameracalibrate_node.cpp)
+
+## Add cmake target dependencies of the executable
+## same as for the library above
+# add_dependencies(my_cameracalibrate_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
+
+## Specify libraries to link a library or executable target against
+# target_link_libraries(my_cameracalibrate_node
+#   ${catkin_LIBRARIES}
+# )
+
+#############
+## Install ##
+#############
+
+# all install targets should use catkin DESTINATION variables
+# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html
+
+## Mark executable scripts (Python etc.) for installation
+## in contrast to setup.py, you can choose the destination
+# install(PROGRAMS
+#   scripts/my_python_script
+#   DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
+# )
+
+## Mark executables and/or libraries for installation
+#   install(TARGETS publish_pointcloud
+# #   ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
+# #   LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
+#     RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
+#   )
+
+## Mark cpp header files for installation
+# install(DIRECTORY include/${PROJECT_NAME}/
+#   DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
+#   FILES_MATCHING PATTERN "*.h"
+#   PATTERN ".svn" EXCLUDE
+# )
+
+## Mark other files for installation (e.g. launch and bag files, etc.)
+# install(FILES
+#   # myfile1
+#   # myfile2
+#   DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
+# )
+
+#############
+## Testing ##
+#############
+
+## Add gtest based cpp test target and link libraries
+# catkin_add_gtest(${PROJECT_NAME}-test test/test_my_cameracalibrate.cpp)
+# if(TARGET ${PROJECT_NAME}-test)
+#   target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME})
+# endif()
+
+## Add folders to be run by python nosetests
+# catkin_add_nosetests(test)
+
+add_executable(add_octomap src/add_octomap.cpp)
+add_executable(pcd2octomap src/pcd2octomap.cpp)
+
+target_link_libraries(add_octomap
+	${catkin_LIBRARIES}
+	${OpenCV_LIBRARIES}
+	${PCL_LIBRARIES}
+)
+target_link_libraries(pcd2octomap
+	${catkin_LIBRARIES}
+	${OpenCV_LIBRARIES}
+	${PCL_LIBRARIES}
+)

+ 22 - 0
catkin_ws/src/publish_pointcloud/launch/demo.launch

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launch>
+ 
+  <node name="publish_pointcloud" pkg="publish_pointcloud" type="publish_pointcloud" output="screen">
+    <param name="path" value="$(find publish_pointcloud)/data/zhangai.pcd" type="str" />
+    <param name="frame_id" value="base_link" type="str" />
+    <param name="topic" value="/pointcloud/output" type="str" />
+    <param name="hz" value="2" type="int" />
+  </node>
+
+  <!-- Load ocotmap launch -->
+  <include file="$(find publish_pointcloud)/launch/octomaptransform.launch" />
+
+  <!-- RViz -->
+  <node pkg="rviz" type="rviz" name="$(anon rviz)" respawn="false" output="screen" args="-d $(find publish_pointcloud)/rviz/OctomapShow.rviz"/>
+
+</launch>
+
+ 
+
+		
+ 

+ 22 - 0
catkin_ws/src/publish_pointcloud/launch/octomaptransform.launch

@@ -0,0 +1,22 @@
+<launch>
+  <node pkg="octomap_server" type="octomap_server_node" name="octomap_server">
+
+    <!-- resolution in meters per pixel -->
+    <param name="resolution" value="0.001" />
+
+    <!-- name of the fixed frame, needs to be "/map" for SLAM -->
+    <param name="frame_id" type="string" value="base_link" />
+
+    <!-- max range / depth resolution of the kinect in meter -->
+    <param name="sensor_model/max_range" value="100.0" />
+    <param name="latch" value="true" />
+
+    <!-- max/min height for occupancy map, should be in meters -->
+    <param name="pointcloud_max_z" value="1000" />
+    <param name="pointcloud_min_z" value="0" />
+
+    <!-- topic from where pointcloud2 messages are subscribed -->
+    <remap from="/cloud_in" to="/pointcloud/output" />
+ 
+  </node>
+</launch>

+ 7 - 0
catkin_ws/src/publish_pointcloud/launch/publish_pointcloud.launch

@@ -0,0 +1,7 @@
+<launch>
+  <!-- 启动publish_pointcloud节点 -->
+  <node pkg="lstrobot_planning" name="publish_pointcloud" type="dycl.py" required="true" output="screen">
+  </node>
+
+</launch>
+

+ 56 - 0
catkin_ws/src/publish_pointcloud/package.xml

@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<package>
+  <name>publish_pointcloud</name>
+  <version>0.0.0</version>
+  <description>The publish_pointcloud package</description>
+
+  <!-- One maintainer tag required, multiple allowed, one person per tag --> 
+  <!-- Example:  -->
+  <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
+  <maintainer email="crp@todo.todo">crp</maintainer>
+
+
+  <!-- One license tag required, multiple allowed, one license per tag -->
+  <!-- Commonly used license strings: -->
+  <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
+  <license>TODO</license>
+
+
+  <!-- Url tags are optional, but mutiple are allowed, one per tag -->
+  <!-- Optional attribute type can be: website, bugtracker, or repository -->
+  <!-- Example: -->
+  <!-- <url type="website">http://wiki.ros.org/my_cameracalibrate</url> -->
+
+
+  <!-- Author tags are optional, mutiple are allowed, one per tag -->
+  <!-- Authors do not have to be maintianers, but could be -->
+  <!-- Example: -->
+  <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
+
+
+  <!-- The *_depend tags are used to specify dependencies -->
+  <!-- Dependencies can be catkin packages or system dependencies -->
+  <!-- Examples: -->
+  <!-- Use build_depend for packages you need at compile time: -->
+  <!--   <build_depend>message_generation</build_depend> -->
+  <!-- Use buildtool_depend for build tool packages: -->
+  <!--   <buildtool_depend>catkin</buildtool_depend> -->
+  <!-- Use run_depend for packages you need at runtime: -->
+  <!--   <run_depend>message_runtime</run_depend> -->
+  <!-- Use test_depend for packages you need only for testing: -->
+  <!--   <test_depend>gtest</test_depend> -->
+  <buildtool_depend>catkin</buildtool_depend>
+  <build_depend>roscpp</build_depend>
+  <build_depend>rospy</build_depend>
+  <build_depend>std_msgs</build_depend>
+  <run_depend>roscpp</run_depend>
+  <run_depend>rospy</run_depend>
+  <run_depend>std_msgs</run_depend>
+
+
+  <!-- The export tag contains other, unspecified, tags -->
+  <export>
+    <!-- Other tools can request additional information be placed here -->
+
+  </export>
+</package>

+ 199 - 0
catkin_ws/src/publish_pointcloud/rviz/OctomapShow.rviz

@@ -0,0 +1,199 @@
+Panels:
+  - Class: rviz/Displays
+    Help Height: 135
+    Name: Displays
+    Property Tree Widget:
+      Expanded:
+        - /Global Options1
+        - /Status1
+        - /DepthCloud1/Auto Size1
+        - /PointCloud21
+        - /OccupancyGrid1
+        - /OccupancyGrid1/Status1
+      Splitter Ratio: 0.5
+    Tree Height: 718
+  - Class: rviz/Selection
+    Name: Selection
+  - Class: rviz/Tool Properties
+    Expanded:
+      - /2D Pose Estimate1
+      - /2D Nav Goal1
+      - /Publish Point1
+    Name: Tool Properties
+    Splitter Ratio: 0.588679016
+  - Class: rviz/Views
+    Expanded:
+      - /Current View1
+    Name: Views
+    Splitter Ratio: 0.475836009
+  - Class: rviz/Time
+    Experimental: false
+    Name: Time
+    SyncMode: 0
+    SyncSource: PointCloud2
+Toolbars:
+  toolButtonStyle: 2
+Visualization Manager:
+  Class: ""
+  Displays:
+    - Alpha: 0.5
+      Cell Size: 1
+      Class: rviz/Grid
+      Color: 160; 160; 164
+      Enabled: true
+      Line Style:
+        Line Width: 0.0299999993
+        Value: Lines
+      Name: Grid
+      Normal Cell Count: 0
+      Offset:
+        X: 0
+        Y: 0
+        Z: 0
+      Plane: XY
+      Plane Cell Count: 10
+      Reference Frame: <Fixed Frame>
+      Value: true
+    - Alpha: 1
+      Auto Size:
+        Auto Size Factor: 1
+        Value: true
+      Autocompute Intensity Bounds: true
+      Autocompute Value Bounds:
+        Max Value: 10
+        Min Value: -10
+        Value: true
+      Axis: Z
+      Channel Name: intensity
+      Class: rviz/DepthCloud
+      Color: 255; 255; 255
+      Color Image Topic: ""
+      Color Transformer: RGB8
+      Color Transport Hint: raw
+      Decay Time: 0
+      Depth Map Topic: /camera/depth/image
+      Depth Map Transport Hint: raw
+      Enabled: false
+      Invert Rainbow: false
+      Max Color: 255; 255; 255
+      Max Intensity: 4096
+      Min Color: 0; 0; 0
+      Min Intensity: 0
+      Name: DepthCloud
+      Occlusion Compensation:
+        Occlusion Time-Out: 30
+        Value: false
+      Position Transformer: XYZ
+      Queue Size: 5
+      Selectable: true
+      Size (Pixels): 3
+      Style: Flat Squares
+      Topic Filter: true
+      Use Fixed Frame: true
+      Use rainbow: true
+      Value: false
+    - Alpha: 1
+      Autocompute Intensity Bounds: true
+      Autocompute Value Bounds:
+        Max Value: 10.8072996
+        Min Value: -10.6227999
+        Value: true
+      Axis: Z
+      Channel Name: x
+      Class: rviz/PointCloud2
+      Color: 255; 255; 255
+      Color Transformer: FlatColor
+      Decay Time: 0
+      Enabled: true
+      Invert Rainbow: false
+      Max Color: 255; 255; 255
+      Max Intensity: 11.6080999
+      Min Color: 0; 0; 0
+      Min Intensity: -12.2123003
+      Name: PointCloud2
+      Position Transformer: XYZ
+      Queue Size: 10
+      Selectable: true
+      Size (Pixels): 3
+      Size (m): 0.00999999978
+      Style: Flat Squares
+      Topic: /pointcloud/output
+      Unreliable: false
+      Use Fixed Frame: true
+      Use rainbow: true
+      Value: true
+    - Class: octomap_rviz_plugin/OccupancyGrid
+      Enabled: true
+      Max. Height Display: 3.40282347e+38
+      Max. Octree Depth: 16
+      Min. Height Display: -3.40282347e+38
+      Name: OccupancyGrid
+      Octomap Topic: /octomap_full
+      Queue Size: 5
+      Value: true
+      Voxel Alpha: 1
+      Voxel Coloring: Z-Axis
+      Voxel Rendering: Occupied Voxels
+  Enabled: true
+  Global Options:
+    Background Color: 48; 48; 48
+    Default Light: true
+    Fixed Frame: base_link
+    Frame Rate: 60
+  Name: root
+  Tools:
+    - Class: rviz/Interact
+      Hide Inactive Objects: true
+    - Class: rviz/MoveCamera
+    - Class: rviz/Select
+    - Class: rviz/FocusCamera
+    - Class: rviz/Measure
+    - Class: rviz/SetInitialPose
+      Topic: /initialpose
+    - Class: rviz/SetGoal
+      Topic: /move_base_simple/goal
+    - Class: rviz/PublishPoint
+      Single click: true
+      Topic: /clicked_point
+  Value: true
+  Views:
+    Current:
+      Class: rviz/Orbit
+      Distance: 7.21805525
+      Enable Stereo Rendering:
+        Stereo Eye Separation: 0.0599999987
+        Stereo Focal Distance: 1
+        Swap Stereo Eyes: false
+        Value: false
+      Focal Point:
+        X: 0
+        Y: 0
+        Z: 0
+      Focal Shape Fixed Size: true
+      Focal Shape Size: 0.0500000007
+      Invert Z Axis: false
+      Name: Current View
+      Near Clip Distance: 0.00999999978
+      Pitch: 0.275203168
+      Target Frame: <Fixed Frame>
+      Value: Orbit (rviz)
+      Yaw: 5.93320608
+    Saved: ~
+Window Geometry:
+  Displays:
+    collapsed: false
+  Height: 1056
+  Hide Left Dock: false
+  Hide Right Dock: false
+  QMainWindow State: 000000ff00000000fd0000000400000000000001f100000396fc0200000009fb0000001200530065006c0065006300740069006f006e00000001e10000009b0000006100fffffffb0000001e0054006f006f006c002000500072006f007000650072007400690065007302000001ed000001df00000185000000a3fb000000120056006900650077007300200054006f006f02000001df000002110000018500000122fb000000200054006f006f006c002000500072006f0070006500720074006900650073003203000002880000011d000002210000017afc0000002800000396000000d700fffffffa000000010100000002fb0000000a0049006d0061006700650000000000ffffffff0000000000000000fb000000100044006900730070006c00610079007301000000000000016a0000016a00fffffffb0000002000730065006c0065006300740069006f006e00200062007500660066006500720200000138000000aa0000023a00000294fb00000014005700690064006500530074006500720065006f02000000e6000000d2000003ee0000030bfb0000000c004b0069006e0065006300740200000186000001060000030c00000261fb0000000a0049006d006100670065000000022e000000be0000000000000000000000010000010f00000396fc0200000003fb0000001e0054006f006f006c002000500072006f00700065007200740069006500730100000041000000780000000000000000fb0000000a00560069006500770073010000002800000396000000ad00fffffffb0000001200530065006c0065006300740069006f006e010000025a000000b200000000000000000000000200000490000000a9fc0100000001fb0000000a00560069006500770073030000004e00000080000002e100000197000000030000073f0000003efc0100000002fb0000000800540069006d006501000000000000073f0000030000fffffffb0000000800540069006d00650100000000000004500000000000000000000004330000039600000004000000040000000800000008fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
+  Selection:
+    collapsed: false
+  Time:
+    collapsed: false
+  Tool Properties:
+    collapsed: false
+  Views:
+    collapsed: false
+  Width: 1855
+  X: 65
+  Y: 24

+ 83 - 0
catkin_ws/src/publish_pointcloud/scripts/CLoudDownSample.py

@@ -0,0 +1,83 @@
+import numpy as np
+import open3d as o3d
+import CloudFunc
+
+################################点云降采样#################################
+
+def voxel_down_sample(pcd, voxel_size):
+    """
+    体素方法点云降采样
+    :param pcd: 点云数据
+    :param voxel_size: 体素降采样的网格长度
+    :return: 降采样点云数据
+    """
+    return pcd.voxel_down_sample(voxel_size=voxel_size)
+
+
+def add_rgb_to_pcd(pcd):
+    """
+    给点云天啊及颜色信息
+    :param pcd: 点云数据
+    :return:
+    """
+    # 为点云中的每个点指定RGB颜色,这里我们使用红色作为示例
+    # RGB值范围为[0, 1],红色可以表示为(1, 0, 0)
+    pcd = np.asarray(pcd.points).shape[0]
+    colors = np.repeat([[1, 0, 0]], pcd, axis=0)  # 创建一个全是红色的颜色数组
+    # 将颜色信息添加到点云对象中
+    pcd.colors = o3d.utility.Vector3dVector(colors)
+    return pcd
+
+print("读取txt点云并展示")
+path1 = '/home/lzx/catkin_ws_LstRobot/src/publish_pointcloud/data/Ts.txt'
+path_down = '/home/lzx/catkin_ws_LstRobot/src/publish_pointcloud/data/Ts_down.pcd'
+path_octomap = '/home/lzx/catkin_ws_LstRobot/src/publish_pointcloud/data/Ts_octomap.pcd'
+
+pcd = CloudFunc.open_file(path1)
+# print("用长度为n的体素网格进行降采样,长度越长,降采样能力越强,直接用10和从1逐步到10的降采样结果会更加杂乱一点更贴近真实的感觉")
+pcd = pcd.voxel_down_sample(voxel_size=2)
+print('保存降采样信息')
+CloudFunc.save_file(pcd,path_down)
+
+################################去掉焊缝周围的点云#################################
+
+# 焊缝起点终点
+# A = np.array([976.2632995614695, -146.89913794322, 296.23875340524336])
+# B = np.array([1448.1832002237788, -126.02872682427278, 293.0279482693677])
+A = np.array([1408.9291859593534, -463.1764424856121, 644.0476051625956])
+B = np.array([1421.5816519558423, -459.93745136356836, 387.3775419764174])
+u = B - A  # 焊缝向量
+c = np.linalg.norm(u)
+
+# 使用pcread直接读取点云数据
+ptCloud = o3d.io.read_point_cloud(path_down)
+data = np.asarray(ptCloud.points)
+
+# 初始化一个新的空数组来存储保留的点云数据
+data_retained = []
+for i in range(data.shape[0]):
+    P = data[i]
+    v = P - A
+    distance = np.linalg.norm(np.cross(u, v)) / c
+    if distance >= 5:
+        # 将满足条件的点加入新的数组中
+        data_retained.append(P)
+
+################################将单位由mm换为m,并保存为pcd文件#################################
+
+data_scaled = np.array(data_retained) / 1000
+
+# 创建一个新的pointCloud对象来存储缩放后的数据
+ptCloud_scaled = o3d.geometry.PointCloud()
+ptCloud_scaled.points = o3d.utility.Vector3dVector(data_scaled)
+
+# 将缩放后的点云数据写入新的 PCD 文件
+o3d.io.write_point_cloud(path_octomap, ptCloud_scaled, write_ascii=True)
+
+print('Scaled point cloud saved to', path_octomap)
+
+# 读取保存的点云数据
+pcd = o3d.io.read_point_cloud(path_octomap)
+
+# 显示点云
+o3d.visualization.draw_geometries([pcd])

+ 70 - 0
catkin_ws/src/publish_pointcloud/scripts/CloudFunc.py

@@ -0,0 +1,70 @@
+import numpy as np
+import open3d as o3d
+
+
+# 读取文件
+def open_file(file_path):
+    """
+    读取文件
+    :param file_path: 文件路径
+    :return: 读取的内容
+    """
+
+    if '.txt' in file_path:
+        print('txt文档')
+        pcd = o3d.io.read_point_cloud(file_path, format='xyz')
+    else:
+        pcd = o3d.io.read_point_cloud(file_path)
+    return pcd
+
+
+def save_file(content, file_path, write_ascii=True):
+    """
+    保存文件
+    :param write_ascii: 是否使用ASCII编码
+    :param content: 文件内容
+    :param file_path: 保存路径
+    :return: None
+    """
+    if '.txt' in file_path:
+        np.savetxt(file_path, np.asarray(content.points), fmt='%f %f %f')
+    else:
+        o3d.io.write_point_cloud(file_path, content, write_ascii=write_ascii)
+
+
+def voxel_down_sample(pcd, voxel_size):
+    """
+    体素方法点云降采样
+    :param pcd: 点云数据
+    :param voxel_size: 体素降采样的网格长度
+    :return: 降采样点云数据
+    """
+    return pcd.voxel_down_sample(voxel_size=voxel_size)
+
+
+def add_rgb_to_pcd(pcd):
+    """
+    给点云天啊及颜色信息
+    :param pcd: 点云数据
+    :return:
+    """
+    # 为点云中的每个点指定RGB颜色,这里我们使用红色作为示例
+    # RGB值范围为[0, 1],红色可以表示为(1, 0, 0)
+    pcd = np.asarray(pcd.points).shape[0]
+    colors = np.repeat([[1, 0, 0]], pcd, axis=0)  # 创建一个全是红色的颜色数组
+    # 将颜色信息添加到点云对象中
+    pcd.colors = o3d.utility.Vector3dVector(colors)
+    return pcd
+
+
+def pcd_visualization(pcd):
+    """
+    可视化点云数据
+    :param pcd: 点云数据
+    :return: None
+    """
+    o3d.visualization.draw_geometries([pcd],
+                                      zoom=0.3412,
+                                      front=[0.4257, -0.2125, -0.8795],
+                                      lookat=[2.6172, 2.0475, 1.532],
+                                      up=[-0.0694, -0.9768, 0.2024])

+ 100 - 0
catkin_ws/src/publish_pointcloud/scripts/dycl.py

@@ -0,0 +1,100 @@
+import numpy as np
+import open3d as o3d
+import CloudFunc
+from scipy.spatial.transform import Rotation as R
+
+################################点云降采样#################################
+
+def voxel_down_sample(pcd, voxel_size):
+    """
+    体素方法点云降采样
+    :param pcd: 点云数据
+    :param voxel_size: 体素降采样的网格长度
+    :return: 降采样点云数据
+    """
+    return pcd.voxel_down_sample(voxel_size=voxel_size)
+
+def add_rgb_to_pcd(pcd):
+    """
+    给点云天啊及颜色信息
+    :param pcd: 点云数据
+    :return:
+    """
+    # 为点云中的每个点指定RGB颜色,这里我们使用红色作为示例
+    # RGB值范围为[0, 1],红色可以表示为(1, 0, 0)
+    pcd = np.asarray(pcd.points).shape[0]
+    colors = np.repeat([[1, 0, 0]], pcd, axis=0)  # 创建一个全是红色的颜色数组
+    # 将颜色信息添加到点云对象中
+    pcd.colors = o3d.utility.Vector3dVector(colors)
+    return pcd
+
+print("读取txt点云并展示")
+file_path = '/home/lzx/catkin_ws_LstRobot/src/publish_pointcloud/data/Ts.txt'
+pcd = CloudFunc.open_file(file_path)
+
+# print("用长度为n的体素网格进行降采样,长度越长,降采样能力越强,直接用10和从1逐步到10的降采样结果会更加杂乱一点更贴近真实的感觉")
+pcd = pcd.voxel_down_sample(voxel_size=2)
+print('保存降采样信息')
+CloudFunc.save_file(pcd,'/home/lzx/catkin_ws_LstRobot/src/publish_pointcloud/data/Ts_down.pcd')
+
+################################去掉焊缝周围的点云#################################
+
+# 焊缝起点终点
+# A = np.array([976.2632995614695, -146.89913794322, 296.23875340524336])
+# B = np.array([1448.1832002237788, -126.02872682427278, 293.0279482693677])
+A = np.array([1408.9291859593534, -463.1764424856121, 644.0476051625956])
+B = np.array([1421.5816519558423, -459.93745136356836, 387.3775419764174])
+
+u = B - A  # 焊缝向量
+c = np.linalg.norm(u)
+
+# 使用pcread直接读取点云数据
+filename = '/home/lzx/catkin_ws_LstRobot/src/publish_pointcloud/data/Ts_down.pcd'
+ptCloud = o3d.io.read_point_cloud(filename)
+data = np.asarray(ptCloud.points)
+
+# 初始化一个新的空数组来存储保留的点云数据
+data_retained = []
+
+for i in range(data.shape[0]):
+    P = data[i]
+    v = P - A
+    distance = np.linalg.norm(np.cross(u, v)) / c
+    if distance >= 5:
+        # 将满足条件的点加入新的数组中
+        data_retained.append(P)
+
+################################计算焊枪位姿#################################
+
+
+
+
+
+
+
+
+
+
+
+
+
+# 将点云数据的小数点向前移动三位(即乘以1000)
+data_scaled = np.array(data_retained) / 1000
+
+# 创建一个新的pointCloud对象来存储缩放后的数据
+ptCloud_scaled = o3d.geometry.PointCloud()
+ptCloud_scaled.points = o3d.utility.Vector3dVector(data_scaled)
+
+# 定义新的PCD文件名
+new_filename = '/home/lzx/catkin_ws_LstRobot/src/publish_pointcloud/data/Ts_octomap.pcd'
+
+# 将缩放后的点云数据写入新的 PCD 文件
+o3d.io.write_point_cloud(new_filename, ptCloud_scaled, write_ascii=True)
+
+print('Scaled point cloud saved to', new_filename)
+
+# 读取保存的点云数据
+pcd = o3d.io.read_point_cloud(new_filename)
+
+# 显示点云
+o3d.visualization.draw_geometries([pcd])

+ 79 - 0
catkin_ws/src/publish_pointcloud/src/add_octomap.cpp

@@ -0,0 +1,79 @@
+#include <ros/ros.h>
+#include <moveit/move_group_interface/move_group_interface.h>
+#include <moveit/planning_scene_interface/planning_scene_interface.h>
+#include <octomap_msgs/Octomap.h>
+#include <octomap_msgs/conversions.h>
+#include <octomap/OcTree.h>
+
+void appendScene(const std::string& octoFile)
+{
+    ros::NodeHandle nh("~");
+
+    // 创建 MoveIt MoveGroup Interface
+    moveit::planning_interface::MoveGroupInterface group("manipulator");
+    std::string frameId = group.getPlanningFrame();
+
+    // 从文件加载 OctoMap
+    octomap::OcTree* octree = new octomap::OcTree(octoFile);
+
+    // 将 Octomap 数据转换为 ROS 消息
+    octomap_msgs::Octomap octomap_msg;
+    if (!octomap_msgs::fullMapToMsg(*octree, octomap_msg))
+    {
+        ROS_ERROR("Failed to convert Octomap to ROS message.");
+        return;
+    }
+
+    // 创建 PlanningSceneInterface 实例
+    moveit::planning_interface::PlanningSceneInterface psi;
+
+    // 创建 PlanningScene 消息
+    moveit_msgs::PlanningScene planning_scene_msg;
+    planning_scene_msg.is_diff = true;
+
+    // 设置 Octomap 的相关信息
+    planning_scene_msg.world.octomap.header.frame_id = "base_link";
+    planning_scene_msg.world.octomap.octomap = octomap_msg;
+
+    // 设置Octomap的原点位置
+    // planning_scene_msg.world.octomap.origin.position.x = 0.0;
+    // planning_scene_msg.world.octomap.origin.position.y = 0.0;
+    // planning_scene_msg.world.octomap.origin.position.z = 0.0;
+
+    // // 设置有效的四元数
+    // planning_scene_msg.world.octomap.origin.orientation.x = 0.0;
+    // planning_scene_msg.world.octomap.origin.orientation.y = 0.0;
+    // planning_scene_msg.world.octomap.origin.orientation.z = 0.0;
+    // planning_scene_msg.world.octomap.origin.orientation.w = 1.0;
+
+    planning_scene_msg.world.octomap.header.stamp = ros::Time::now();
+
+    // 将 PlanningScene 消息应用到 MoveIt 中
+    psi.applyPlanningScene(planning_scene_msg);
+
+    delete octree; // 释放内存
+}
+
+int main(int argc, char **argv)
+{
+    ros::init(argc, argv, "append_scene_node");
+    ros::NodeHandle nh;
+
+    // 检查是否传入了OctoMap文件名参数
+    if (argc < 2)
+    {
+        ROS_ERROR("Usage: %s [octomap_file]", argv[0]);
+        return 1;
+    }
+
+    std::string octoFile = argv[1];
+
+    appendScene(octoFile);
+
+    // 确保所有更改都已发送给MoveIt!
+    ros::Duration(1.0).sleep(); // 等待一段时间以确保消息被处理
+
+    ROS_INFO("Planning scene updated with OctoMap.");
+
+    return 0;
+}

+ 44 - 0
catkin_ws/src/publish_pointcloud/src/pcd2octomap.cpp

@@ -0,0 +1,44 @@
+#include <iostream>
+#include <assert.h>
+
+//pcl
+#include <pcl/io/pcd_io.h>
+#include <pcl/point_types.h>
+
+//octomap
+#include <octomap/octomap.h>
+using namespace std;
+
+int main( int argc, char** argv )
+{
+    if (argc != 3)
+    {
+        cout<<"Usage: pcd2octomap <input_file> <output_file>"<<endl;
+        return -1;
+    }
+
+    string input_file = argv[1], output_file = argv[2];
+    pcl::PointCloud<pcl::PointXYZ> cloud;
+    pcl::io::loadPCDFile<pcl::PointXYZ> ( input_file, cloud );
+
+    cout<<"point cloud loaded, piont size = "<<cloud.points.size()<<endl;
+
+    //声明octomap变量
+    cout<<"copy data into octomap..."<<endl;
+    // 创建八叉树对象,参数为分辨率,这里设成了0.05
+    octomap::OcTree tree( 0.003 );
+
+    for (auto p:cloud.points)
+    {
+        // 将点云里的点插入到octomap中
+        tree.updateNode( octomap::point3d(p.x, p.y, p.z), true );
+    }
+
+    // 更新octomap
+    tree.updateInnerOccupancy();
+    // 存储octomap
+    tree.writeBinary( output_file );
+    cout<<"done."<<endl;
+
+    return 0;
+}