diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 23e59a05..ba80eeea 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,6 +11,7 @@
# pre-commit autoupdate
#
# See https://github.com/pre-commit/pre-commit
+exclude: ^src/external_dependencies/
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
diff --git a/README.md b/README.md
index a7e459df..5979e544 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ git submodule update --recursive --init
## Working with Git Subtrees
This repository was created through the combination of multiple repositories using git subtree.
-If you have no intrest in manually pulling or pushing upstream changes, you can ignore the following section and treat this repository as a single repository.
+If you have no interest in manually pulling or pushing upstream changes, you can ignore the following section and treat this repository as a single repository.
### Repository Structure
diff --git a/src/example_behaviors/src/ndt_registration.cpp b/src/example_behaviors/src/ndt_registration.cpp
index 12129edc..3b8c6e63 100644
--- a/src/example_behaviors/src/ndt_registration.cpp
+++ b/src/example_behaviors/src/ndt_registration.cpp
@@ -75,7 +75,7 @@ BT::PortsList NDTRegistration::providedPorts()
}
BT::KeyValueVector NDTRegistration::metadata()
{
- return { {"description", "Finds the pose of a target point cloud relative to the base frame of a base point cloud using the Normal Distributions Transform (NDT) algorithm"} };
+return { {"subcategory", "Perception - 3D Point Cloud"}, {"description", "Finds the pose of a target point cloud relative to the base frame of a base point cloud using the Normal Distributions Transform (NDT) algorithm"} };
}
diff --git a/src/example_behaviors/src/ransac_registration.cpp b/src/example_behaviors/src/ransac_registration.cpp
index d2419124..c25f81ea 100644
--- a/src/example_behaviors/src/ransac_registration.cpp
+++ b/src/example_behaviors/src/ransac_registration.cpp
@@ -82,7 +82,7 @@ BT::PortsList RANSACRegistration::providedPorts()
BT::KeyValueVector RANSACRegistration::metadata()
{
- return { {"description", "Finds the pose of a target point cloud relative to the base frame of a base point cloud using the Normal Distributions Transform (NDT) algorithm"} };
+ return { {"subcategory", "Perception - 3D Point Cloud"}, {"description", "Finds the pose of a target point cloud relative to the base frame of a base point cloud using the Normal Distributions Transform (NDT) algorithm"} };
}
diff --git a/src/fanuc_sim/objectives/move_to_waypoint.xml b/src/fanuc_sim/objectives/move_to_waypoint.xml
index 6e9ca2a0..ca42e19e 100644
--- a/src/fanuc_sim/objectives/move_to_waypoint.xml
+++ b/src/fanuc_sim/objectives/move_to_waypoint.xml
@@ -1,20 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/fanuc_sim/objectives/teleoperate.xml b/src/fanuc_sim/objectives/teleoperate.xml
index 88f087eb..69fb6eca 100644
--- a/src/fanuc_sim/objectives/teleoperate.xml
+++ b/src/fanuc_sim/objectives/teleoperate.xml
@@ -1,6 +1,16 @@
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
diff --git a/src/fanuc_sim/waypoints/waypoints.yaml b/src/fanuc_sim/waypoints/waypoints.yaml
index 0637a088..fe51488c 100644
--- a/src/fanuc_sim/waypoints/waypoints.yaml
+++ b/src/fanuc_sim/waypoints/waypoints.yaml
@@ -1 +1 @@
-[]
\ No newline at end of file
+[]
diff --git a/src/lab_sim/objectives/3_waypoint_pick_and_place.xml b/src/lab_sim/objectives/3_waypoint_pick_and_place.xml
index 584a6148..9693c3f9 100644
--- a/src/lab_sim/objectives/3_waypoint_pick_and_place.xml
+++ b/src/lab_sim/objectives/3_waypoint_pick_and_place.xml
@@ -1 +1,122 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/add_waypoints_to_mtc_task.xml b/src/lab_sim/objectives/add_waypoints_to_mtc_task.xml
index 2d465825..04947544 100644
--- a/src/lab_sim/objectives/add_waypoints_to_mtc_task.xml
+++ b/src/lab_sim/objectives/add_waypoints_to_mtc_task.xml
@@ -1,22 +1,38 @@
-
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/src/lab_sim/objectives/apriltag_pick_object.xml b/src/lab_sim/objectives/apriltag_pick_object.xml
index 6f82ae0a..6fb0d97e 100644
--- a/src/lab_sim/objectives/apriltag_pick_object.xml
+++ b/src/lab_sim/objectives/apriltag_pick_object.xml
@@ -1 +1,71 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/constrained_pick_place.xml b/src/lab_sim/objectives/constrained_pick_place.xml
index a85428fd..4885df26 100644
--- a/src/lab_sim/objectives/constrained_pick_place.xml
+++ b/src/lab_sim/objectives/constrained_pick_place.xml
@@ -1 +1,151 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/create_pose_vector.xml b/src/lab_sim/objectives/create_pose_vector.xml
index 9f8ff718..2b563292 100644
--- a/src/lab_sim/objectives/create_pose_vector.xml
+++ b/src/lab_sim/objectives/create_pose_vector.xml
@@ -1,31 +1,103 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/lab_sim/objectives/cycle_between_waypoints.xml b/src/lab_sim/objectives/cycle_between_waypoints.xml
index 1c022b36..71ff91b6 100644
--- a/src/lab_sim/objectives/cycle_between_waypoints.xml
+++ b/src/lab_sim/objectives/cycle_between_waypoints.xml
@@ -1 +1,28 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/joint_diagnostic.xml b/src/lab_sim/objectives/joint_diagnostic.xml
index 7f2e71e2..1bbb7714 100644
--- a/src/lab_sim/objectives/joint_diagnostic.xml
+++ b/src/lab_sim/objectives/joint_diagnostic.xml
@@ -1 +1,38 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/joint_trajectory.yaml b/src/lab_sim/objectives/joint_trajectory.yaml
index ed4bea93..defe73c1 100644
--- a/src/lab_sim/objectives/joint_trajectory.yaml
+++ b/src/lab_sim/objectives/joint_trajectory.yaml
@@ -40471,4 +40471,4 @@ points:
effort: []
time_from_start:
sec: 14
- nanosec: 440000000
\ No newline at end of file
+ nanosec: 440000000
diff --git a/src/lab_sim/objectives/load_and_execute_joint_trajectory.xml b/src/lab_sim/objectives/load_and_execute_joint_trajectory.xml
index f9e9e5c0..ba73574d 100644
--- a/src/lab_sim/objectives/load_and_execute_joint_trajectory.xml
+++ b/src/lab_sim/objectives/load_and_execute_joint_trajectory.xml
@@ -1,11 +1,25 @@
-
+
-
+
-
-
-
+
+
+
diff --git a/src/lab_sim/objectives/look_at_table.xml b/src/lab_sim/objectives/look_at_table.xml
index c07ce338..d7a11bed 100644
--- a/src/lab_sim/objectives/look_at_table.xml
+++ b/src/lab_sim/objectives/look_at_table.xml
@@ -1 +1,15 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/move_with_velocity_and_force.xml b/src/lab_sim/objectives/move_with_velocity_and_force.xml
index aabc85f8..630d784b 100644
--- a/src/lab_sim/objectives/move_with_velocity_and_force.xml
+++ b/src/lab_sim/objectives/move_with_velocity_and_force.xml
@@ -1 +1,75 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/pick_and_place_example.xml b/src/lab_sim/objectives/pick_and_place_example.xml
index f1d6253f..4529916f 100644
--- a/src/lab_sim/objectives/pick_and_place_example.xml
+++ b/src/lab_sim/objectives/pick_and_place_example.xml
@@ -1,25 +1,68 @@
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/lab_sim/objectives/pick_up_cube.xml b/src/lab_sim/objectives/pick_up_cube.xml
index c6d2506a..666ba3f1 100644
--- a/src/lab_sim/objectives/pick_up_cube.xml
+++ b/src/lab_sim/objectives/pick_up_cube.xml
@@ -1 +1,12 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/place_object.xml b/src/lab_sim/objectives/place_object.xml
index adc9e195..7f1ade17 100644
--- a/src/lab_sim/objectives/place_object.xml
+++ b/src/lab_sim/objectives/place_object.xml
@@ -1 +1,29 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/plan_and_save_trajectory.xml b/src/lab_sim/objectives/plan_and_save_trajectory.xml
index 89ba336d..232e1f08 100644
--- a/src/lab_sim/objectives/plan_and_save_trajectory.xml
+++ b/src/lab_sim/objectives/plan_and_save_trajectory.xml
@@ -1,16 +1,53 @@
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/plan_to_pose.xml b/src/lab_sim/objectives/plan_to_pose.xml
index 0ba21856..d52b7e56 100644
--- a/src/lab_sim/objectives/plan_to_pose.xml
+++ b/src/lab_sim/objectives/plan_to_pose.xml
@@ -1,27 +1,55 @@
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/src/lab_sim/objectives/record_trajectory.xml b/src/lab_sim/objectives/record_trajectory.xml
index d4a58ff9..e850d695 100644
--- a/src/lab_sim/objectives/record_trajectory.xml
+++ b/src/lab_sim/objectives/record_trajectory.xml
@@ -1 +1,29 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/register_cad_part.xml b/src/lab_sim/objectives/register_cad_part.xml
index b9ffe6c0..83cdbb6e 100644
--- a/src/lab_sim/objectives/register_cad_part.xml
+++ b/src/lab_sim/objectives/register_cad_part.xml
@@ -1 +1,55 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/take_snap.xml b/src/lab_sim/objectives/take_snap.xml
index cd79db33..a4aed6e5 100644
--- a/src/lab_sim/objectives/take_snap.xml
+++ b/src/lab_sim/objectives/take_snap.xml
@@ -1 +1,14 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/objectives/visualize_pose.xml b/src/lab_sim/objectives/visualize_pose.xml
index 410008c5..f9b1580f 100644
--- a/src/lab_sim/objectives/visualize_pose.xml
+++ b/src/lab_sim/objectives/visualize_pose.xml
@@ -1,10 +1,14 @@
-
+
-
-
+
+
diff --git a/src/lab_sim/objectives/wrist_snap.xml b/src/lab_sim/objectives/wrist_snap.xml
index 3749b530..be708d77 100644
--- a/src/lab_sim/objectives/wrist_snap.xml
+++ b/src/lab_sim/objectives/wrist_snap.xml
@@ -1 +1,13 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lab_sim/waypoints/ur_waypoints.yaml b/src/lab_sim/waypoints/ur_waypoints.yaml
index 398cda42..0bec6a94 100644
--- a/src/lab_sim/waypoints/ur_waypoints.yaml
+++ b/src/lab_sim/waypoints/ur_waypoints.yaml
@@ -1,9 +1,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -12,23 +12,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.039808309949994805
- - -0.5839327290315586
- - -0.2687381616263423
- - -1.4142103820838365
- - 1.1521752505644343
- - -1.3067562163163808
- - -1.5708040696131618
- - -0.2687661213277525
+ - 0.039808309949994805
+ - -0.5839327290315586
+ - -0.2687381616263423
+ - -1.4142103820838365
+ - 1.1521752505644343
+ - -1.3067562163163808
+ - -1.5708040696131618
+ - -0.2687661213277525
velocity: []
multi_dof_joint_state:
header:
@@ -44,9 +44,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -55,23 +55,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.36093425387337075
- - 0.3468469487674742
- - -0.08122232656648681
- - -1.1118986430431266
- - 0.7735698103006698
- - -1.2414135949062157
- - 3.14
- - -0.0803135811027271
+ - 0.36093425387337075
+ - 0.3468469487674742
+ - -0.08122232656648681
+ - -1.1118986430431266
+ - 0.7735698103006698
+ - -1.2414135949062157
+ - 3.14
+ - -0.0803135811027271
velocity: []
multi_dof_joint_state:
header:
@@ -87,9 +87,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -98,23 +98,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.02639307417885356
- - -0.0368978637919646
- - -0.05133733759107817
- - -1.0646673321083444
- - 1.6085719305391477
- - -2.116413476868559
- - -1.5570186007251205
- - -0.04927977068008667
+ - 0.02639307417885356
+ - -0.0368978637919646
+ - -0.05133733759107817
+ - -1.0646673321083444
+ - 1.6085719305391477
+ - -2.116413476868559
+ - -1.5570186007251205
+ - -0.04927977068008667
velocity: []
multi_dof_joint_state:
header:
@@ -130,9 +130,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -141,23 +141,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.06656710453529632
- - -0.026311129005491703
- - 0.391188076851874
- - -0.6421557305136849
- - 1.2200227002982904
- - -2.1172063445999307
- - -1.5707036597762196
- - 0.39119709035689026
+ - 0.06656710453529632
+ - -0.026311129005491703
+ - 0.391188076851874
+ - -0.6421557305136849
+ - 1.2200227002982904
+ - -2.1172063445999307
+ - -1.5707036597762196
+ - 0.39119709035689026
velocity: []
multi_dof_joint_state:
header:
@@ -173,9 +173,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -184,23 +184,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.36093425387337075
- - 0.3468469487674742
- - -0.08122232656648681
- - -1.1118986430431266
- - 0.7735698103006698
- - -1.2414135949062157
- - -3.14
- - -0.0803135811027271
+ - 0.36093425387337075
+ - 0.3468469487674742
+ - -0.08122232656648681
+ - -1.1118986430431266
+ - 0.7735698103006698
+ - -1.2414135949062157
+ - -3.14
+ - -0.0803135811027271
velocity: []
multi_dof_joint_state:
header:
@@ -216,9 +216,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -227,23 +227,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.36093425387337075
- - 0.3468469487674742
- - -0.08122232656648681
- - -1.1118986430431266
- - 0.7735698103006698
- - -1.2414135949062157
- - -1.5575126426436692
- - -0.0803135811027271
+ - 0.36093425387337075
+ - 0.3468469487674742
+ - -0.08122232656648681
+ - -1.1118986430431266
+ - 0.7735698103006698
+ - -1.2414135949062157
+ - -1.5575126426436692
+ - -0.0803135811027271
velocity: []
multi_dof_joint_state:
header:
@@ -259,9 +259,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -270,23 +270,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.06656709465883658
- - 0.31742962464478663
- - -0.07518824419393247
- - -0.7207568718596512
- - 0.8665668564352057
- - -1.6837956156664982
- - -1.5707507158288945
- - -0.07517349313281775
+ - 0.06656709465883658
+ - 0.31742962464478663
+ - -0.07518824419393247
+ - -0.7207568718596512
+ - 0.8665668564352057
+ - -1.6837956156664982
+ - -1.5707507158288945
+ - -0.07517349313281775
velocity: []
multi_dof_joint_state:
header:
@@ -302,9 +302,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -313,23 +313,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.06656709575770764
- - 0.2544520984236789
- - 0.00297097958947393
- - -0.5454836524482858
- - 1.028930149174636
- - -2.02088483587436
- - -1.5709145918870968
- - 0.002734726536987722
+ - 0.06656709575770764
+ - 0.2544520984236789
+ - 0.00297097958947393
+ - -0.5454836524482858
+ - 1.028930149174636
+ - -2.02088483587436
+ - -1.5709145918870968
+ - 0.002734726536987722
velocity: []
multi_dof_joint_state:
header:
@@ -345,9 +345,9 @@
- description: ''
favorite: false
joint_group_names:
- - gripper
- - linear_actuator
- - manipulator
+ - gripper
+ - linear_actuator
+ - manipulator
joint_state:
effort: []
header:
@@ -356,23 +356,23 @@
nanosec: 0
sec: 0
name:
- - robotiq_85_left_knuckle_joint
- - linear_rail_joint
- - shoulder_pan_joint
- - shoulder_lift_joint
- - elbow_joint
- - wrist_1_joint
- - wrist_2_joint
- - wrist_3_joint
+ - robotiq_85_left_knuckle_joint
+ - linear_rail_joint
+ - shoulder_pan_joint
+ - shoulder_lift_joint
+ - elbow_joint
+ - wrist_1_joint
+ - wrist_2_joint
+ - wrist_3_joint
position:
- - 0.06656710337674145
- - 0.1162925924535442
- - 0.2054240147028693
- - -0.987070953194143
- - 1.3146849599773849
- - -1.8698622612624394
- - -1.5707050706852668
- - 0.20529114323213696
+ - 0.06656710337674145
+ - 0.1162925924535442
+ - 0.2054240147028693
+ - -0.987070953194143
+ - 1.3146849599773849
+ - -1.8698622612624394
+ - -1.5707050706852668
+ - 0.20529114323213696
velocity: []
multi_dof_joint_state:
header:
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/launch/agent_bridge.launch.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/launch/agent_bridge.launch.xml
index 1729a3c8..70ee0b38 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/launch/agent_bridge.launch.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/launch/agent_bridge.launch.xml
@@ -1,5 +1,9 @@
-
+
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/3_waypoint_pick_and_place.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/3_waypoint_pick_and_place.xml
index 917be905..64786abb 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/3_waypoint_pick_and_place.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/3_waypoint_pick_and_place.xml
@@ -1,32 +1,101 @@
-
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/clear_snapshot.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/clear_snapshot.xml
index 2550ff7d..e8095851 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/clear_snapshot.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/clear_snapshot.xml
@@ -1,7 +1,10 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/close_gripper.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/close_gripper.xml
index 10ae314a..60d18f8c 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/close_gripper.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/close_gripper.xml
@@ -1,8 +1,12 @@
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/cycle_between_waypoints.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/cycle_between_waypoints.xml
index 4164da10..e9bf21b2 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/cycle_between_waypoints.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/cycle_between_waypoints.xml
@@ -1,11 +1,24 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/get_imarker_pose_from_mesh_visualization.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/get_imarker_pose_from_mesh_visualization.xml
index 06d40f3d..9be4f855 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/get_imarker_pose_from_mesh_visualization.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/get_imarker_pose_from_mesh_visualization.xml
@@ -1,19 +1,31 @@
-
-
+
+
-
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/interpolate_to_joint_state.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/interpolate_to_joint_state.xml
index 3adb3dc7..ef1e22e5 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/interpolate_to_joint_state.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/interpolate_to_joint_state.xml
@@ -1,20 +1,58 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_along_path.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_along_path.xml
index 4444e05e..802809cd 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_along_path.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_along_path.xml
@@ -1,24 +1,95 @@
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_joint_state.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_joint_state.xml
index 9a352adf..a8270920 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_joint_state.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_joint_state.xml
@@ -1,20 +1,52 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_pose.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_pose.xml
index a52c754a..24d83b61 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_pose.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_pose.xml
@@ -1,21 +1,56 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_waypoint.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_waypoint.xml
index eb299026..dd1dac8a 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_waypoint.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/move_to_waypoint.xml
@@ -1,18 +1,43 @@
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/open_gripper.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/open_gripper.xml
index a05b6179..edf64720 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/open_gripper.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/open_gripper.xml
@@ -1,9 +1,13 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/reactivate_gripper.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/reactivate_gripper.xml
index a9666a46..3ba73b6a 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/reactivate_gripper.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/reactivate_gripper.xml
@@ -1,16 +1,19 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/request_teleoperation.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/request_teleoperation.xml
index bf3d5b7e..90696f74 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/request_teleoperation.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/request_teleoperation.xml
@@ -1,35 +1,54 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/reset_plannning_scene.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/reset_plannning_scene.xml
index 8e43ac5a..999da975 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/reset_plannning_scene.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/reset_plannning_scene.xml
@@ -1,7 +1,15 @@
-
+
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/teleoperate.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/teleoperate.xml
index f9b45da4..d230d7ee 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/teleoperate.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/teleoperate.xml
@@ -1,7 +1,17 @@
-
+
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/wait_for_trajectory_approval_if_user_available.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/wait_for_trajectory_approval_if_user_available.xml
index 7abb4108..2f64f16a 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/wait_for_trajectory_approval_if_user_available.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/objectives/wait_for_trajectory_approval_if_user_available.xml
@@ -1,11 +1,17 @@
-
-
-
+
+
+
-
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/package.xml b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/package.xml
index bbde377c..ea20cb24 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_base_config/package.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_base_config/package.xml
@@ -1,4 +1,4 @@
-
+
kinova_gen3_base_config
5.1.0
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/gen3_7dof.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/gen3_7dof.xml
index 0ce558f8..52672908 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/gen3_7dof.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/gen3_7dof.xml
@@ -1,96 +1,179 @@
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -98,133 +181,444 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
@@ -242,25 +636,43 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/gen3_7dof_rafti_fingers.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/gen3_7dof_rafti_fingers.xml
index f010402e..2f220b14 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/gen3_7dof_rafti_fingers.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/gen3_7dof_rafti_fingers.xml
@@ -1,96 +1,179 @@
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -98,152 +181,515 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
@@ -260,32 +706,68 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/landsat_scene.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/landsat_scene.xml
index 45ede67d..987fcaf4 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/landsat_scene.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/landsat_scene.xml
@@ -1,75 +1,134 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/rafti_fingers_scene.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/rafti_fingers_scene.xml
index 946ea60e..80678631 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/rafti_fingers_scene.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/rafti_fingers_scene.xml
@@ -1,88 +1,139 @@
-
-
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -117,5 +168,4 @@
-
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/scene.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/scene.xml
index df3736b6..1134c64b 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/scene.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/description/mujoco/scene.xml
@@ -1,88 +1,139 @@
-
-
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -117,5 +168,4 @@
-
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/launch/agent_bridge.launch.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/launch/agent_bridge.launch.xml
index 40edf98a..4ca979bd 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/launch/agent_bridge.launch.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/launch/agent_bridge.launch.xml
@@ -1,4 +1,8 @@
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/april_tag_object_registration.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/april_tag_object_registration.xml
index 53b7be3c..89beb80e 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/april_tag_object_registration.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/april_tag_object_registration.xml
@@ -1,83 +1,257 @@
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/clear_snapshot.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/clear_snapshot.xml
index 2550ff7d..e8095851 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/clear_snapshot.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/clear_snapshot.xml
@@ -1,7 +1,10 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/close_gripper.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/close_gripper.xml
index a8807a3d..7d0fa975 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/close_gripper.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/close_gripper.xml
@@ -1,8 +1,12 @@
-
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_landsat.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_landsat.xml
index b07be581..ce7e2526 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_landsat.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_landsat.xml
@@ -1,37 +1,95 @@
-
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_rafti.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_rafti.xml
index e2ca7db3..f795d79a 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_rafti.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_rafti.xml
@@ -1,79 +1,244 @@
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_rafti_vfc.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_rafti_vfc.xml
index 15a7a3c3..758573d9 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_rafti_vfc.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/compliant_grasp_rafti_vfc.xml
@@ -1,84 +1,260 @@
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/constrained_pick_place.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/constrained_pick_place.xml
index 9b0b8420..063de3b0 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/constrained_pick_place.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/constrained_pick_place.xml
@@ -1,19 +1,43 @@
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/cycle_between_waypoints.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/cycle_between_waypoints.xml
index 4164da10..e9bf21b2 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/cycle_between_waypoints.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/cycle_between_waypoints.xml
@@ -1,11 +1,24 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/interpolate_to_joint_state.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/interpolate_to_joint_state.xml
index 3adb3dc7..ef1e22e5 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/interpolate_to_joint_state.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/interpolate_to_joint_state.xml
@@ -1,20 +1,58 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/joint_diagnostic.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/joint_diagnostic.xml
index 361fe472..f823ccb7 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/joint_diagnostic.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/joint_diagnostic.xml
@@ -1,13 +1,32 @@
-
+
-
+
-
+
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path.xml
index 9cf2142f..d029f10d 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path.xml
@@ -1,25 +1,103 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path_admittance.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path_admittance.xml
index a9692485..35ab7337 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path_admittance.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_along_path_admittance.xml
@@ -1,28 +1,111 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_to_joint_state.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_to_joint_state.xml
index 9a352adf..a8270920 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_to_joint_state.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_to_joint_state.xml
@@ -1,20 +1,52 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_to_pose.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_to_pose.xml
index fd8ed037..51a3f183 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_to_pose.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/move_to_pose.xml
@@ -1,30 +1,68 @@
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/open_gripper.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/open_gripper.xml
index a05b6179..edf64720 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/open_gripper.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/open_gripper.xml
@@ -1,9 +1,13 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/re_zero_force_torque_sensors.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/re_zero_force_torque_sensors.xml
index 400cf41b..9c4f1ec4 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/re_zero_force_torque_sensors.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/re_zero_force_torque_sensors.xml
@@ -1,15 +1,23 @@
-
+
-
+
-
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/reactivate_gripper.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/reactivate_gripper.xml
index a9666a46..3ba73b6a 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/reactivate_gripper.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/reactivate_gripper.xml
@@ -1,16 +1,19 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/request_teleoperation.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/request_teleoperation.xml
index bf3d5b7e..90696f74 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/request_teleoperation.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/request_teleoperation.xml
@@ -1,35 +1,54 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/reset_planning_scene.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/reset_planning_scene.xml
index 8e43ac5a..999da975 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/reset_planning_scene.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/reset_planning_scene.xml
@@ -1,7 +1,15 @@
-
+
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/sample_april_tag.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/sample_april_tag.xml
index 09ddad25..78f8523c 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/sample_april_tag.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/sample_april_tag.xml
@@ -1,25 +1,61 @@
-
+
-
+
-
-
+
+
-
-
-
+
+
+
-
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/take_snapshot.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/take_snapshot.xml
index 070f8158..4b1c1bca 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/take_snapshot.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/take_snapshot.xml
@@ -1,12 +1,29 @@
-
+
-
+
-
-
-
-
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/teleoperate.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/teleoperate.xml
index f9b45da4..d230d7ee 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/teleoperate.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/teleoperate.xml
@@ -1,7 +1,17 @@
-
+
-
-
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/test.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/test.xml
index 29e1e3da..eebdaa56 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/test.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/test.xml
@@ -1,13 +1,16 @@
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/velocity_force_controller_test.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/velocity_force_controller_test.xml
index c23743d7..79e136ca 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/velocity_force_controller_test.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/velocity_force_controller_test.xml
@@ -1,14 +1,36 @@
-
+
-
+
-
-
-
-
+
+
+
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/velocity_force_controller_zero.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/velocity_force_controller_zero.xml
index abbb369b..73cc3ba7 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/velocity_force_controller_zero.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/velocity_force_controller_zero.xml
@@ -1,13 +1,35 @@
-
+
-
+
-
-
-
+
+
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/visual_servo_teach_reference.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/visual_servo_teach_reference.xml
index 8f96994b..4fd3b5e4 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/visual_servo_teach_reference.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/visual_servo_teach_reference.xml
@@ -1,13 +1,52 @@
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/visual_servo_to_reference.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/visual_servo_to_reference.xml
index ffef0f9f..8e7d9c84 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/visual_servo_to_reference.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/visual_servo_to_reference.xml
@@ -1,31 +1,100 @@
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/wait_for_trajectory_approval_if_user_available.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/wait_for_trajectory_approval_if_user_available.xml
index 7abb4108..2f64f16a 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/wait_for_trajectory_approval_if_user_available.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/wait_for_trajectory_approval_if_user_available.xml
@@ -1,11 +1,17 @@
-
-
-
+
+
+
-
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/write_picknik.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/write_picknik.xml
index c773808c..3340ce35 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/write_picknik.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/objectives/write_picknik.xml
@@ -1,19 +1,64 @@
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
diff --git a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/package.xml b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/package.xml
index ae4861d8..5f8a2151 100644
--- a/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/package.xml
+++ b/src/moveit_pro_kinova_configs/kinova_gen3_mujoco_config/package.xml
@@ -1,9 +1,11 @@
-
+
kinova_gen3_mujoco_config
5.1.0
- Configuration package for a UR arm that can be simulated with mock hardware
+
+ Configuration package for a UR arm that can be simulated with mock hardware
+
Paul Gesel
David Yackzan
diff --git a/src/moveit_pro_kinova_configs/moveit_studio_kinova_pstop_manager/package.xml b/src/moveit_pro_kinova_configs/moveit_studio_kinova_pstop_manager/package.xml
index 54f0feba..aa66e38a 100644
--- a/src/moveit_pro_kinova_configs/moveit_studio_kinova_pstop_manager/package.xml
+++ b/src/moveit_pro_kinova_configs/moveit_studio_kinova_pstop_manager/package.xml
@@ -1,9 +1,12 @@
-
+
moveit_studio_kinova_pstop_manager
5.1.0
- Provides a node to monitor the protective stop state of the Kinova, and reset protective stops when necessary.
+
+ Provides a node to monitor the protective stop state of the Kinova, and
+ reset protective stops when necessary.
+
Lovro Ivanov
Proprietary
diff --git a/src/moveit_pro_mobile_manipulation/README.md b/src/moveit_pro_mobile_manipulation/README.md
index 04f9294c..1c2fcf7f 100644
--- a/src/moveit_pro_mobile_manipulation/README.md
+++ b/src/moveit_pro_mobile_manipulation/README.md
@@ -1 +1 @@
-# moveit_pro_mobile_manipulation
\ No newline at end of file
+# moveit_pro_mobile_manipulation
diff --git a/src/moveit_pro_ur_configs/README.md b/src/moveit_pro_ur_configs/README.md
index e359df7d..158f3b50 100644
--- a/src/moveit_pro_ur_configs/README.md
+++ b/src/moveit_pro_ur_configs/README.md
@@ -1 +1 @@
-# MoveIt Pro family of UR configuration packages
\ No newline at end of file
+# MoveIt Pro family of UR configuration packages
diff --git a/src/moveit_pro_ur_configs/picknik_ur_base_config/objectives/move_to_waypoint.xml b/src/moveit_pro_ur_configs/picknik_ur_base_config/objectives/move_to_waypoint.xml
index f98b5775..36f0e3d8 100644
--- a/src/moveit_pro_ur_configs/picknik_ur_base_config/objectives/move_to_waypoint.xml
+++ b/src/moveit_pro_ur_configs/picknik_ur_base_config/objectives/move_to_waypoint.xml
@@ -1,20 +1,49 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_ur_configs/picknik_ur_sim_config/objectives/pick_up_cube.xml b/src/moveit_pro_ur_configs/picknik_ur_sim_config/objectives/pick_up_cube.xml
index e085e131..bf782d26 100644
--- a/src/moveit_pro_ur_configs/picknik_ur_sim_config/objectives/pick_up_cube.xml
+++ b/src/moveit_pro_ur_configs/picknik_ur_sim_config/objectives/pick_up_cube.xml
@@ -1,12 +1,12 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/moveit_pro_ur_configs/picknik_ur_sim_config/objectives/record_trajectory.xml b/src/moveit_pro_ur_configs/picknik_ur_sim_config/objectives/record_trajectory.xml
index 1c9d9c3e..e0af5266 100644
--- a/src/moveit_pro_ur_configs/picknik_ur_sim_config/objectives/record_trajectory.xml
+++ b/src/moveit_pro_ur_configs/picknik_ur_sim_config/objectives/record_trajectory.xml
@@ -1,18 +1,29 @@
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/src/moveit_pro_ur_configs/picknik_ur_site_config/objectives/dsfxghsedf.xml b/src/moveit_pro_ur_configs/picknik_ur_site_config/objectives/dsfxghsedf.xml
deleted file mode 100644
index 16cb1210..00000000
--- a/src/moveit_pro_ur_configs/picknik_ur_site_config/objectives/dsfxghsedf.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/moveit_pro_ur_configs/picknik_ur_site_config/objectives/dzfgsedr.xml b/src/moveit_pro_ur_configs/picknik_ur_site_config/objectives/dzfgsedr.xml
deleted file mode 100644
index 24635c00..00000000
--- a/src/moveit_pro_ur_configs/picknik_ur_site_config/objectives/dzfgsedr.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file