diff --git a/elite_moveit/config/ec66.srdf b/elite_moveit/config/ec66.srdf index 5d4d407..a3e41d7 100644 --- a/elite_moveit/config/ec66.srdf +++ b/elite_moveit/config/ec66.srdf @@ -42,6 +42,14 @@ + + + + + + + + diff --git a/neo_arm_tutorial/src/plan_with_external_elements.cpp b/neo_arm_tutorial/src/plan_with_external_elements.cpp index 602d214..2778f95 100644 --- a/neo_arm_tutorial/src/plan_with_external_elements.cpp +++ b/neo_arm_tutorial/src/plan_with_external_elements.cpp @@ -43,13 +43,13 @@ int main(int argc, char** argv) /* A default pose */ geometry_msgs::msg::Pose pose; - pose.position.z = 0.03; + pose.position.z = 0.04; pose.orientation.w = 1.0; shape_msgs::msg::SolidPrimitive primitive; primitive.type = primitive.CYLINDER; primitive.dimensions.resize(2); - primitive.dimensions[0] = 0.042; + primitive.dimensions[0] = 0.05; primitive.dimensions[1] = 0.08; attached_object.object.primitives.push_back(primitive);