You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even it's almost not constraints motion just moveit2 stuck on somewhere
[move_group-1] [INFO] [1721890419.513828154] [moveit_move_group_default_capabilities.move_action_capability]: Planning request received for MoveGroup action. Forwarding to planning pipeline.
[move_group-1] [WARN] [1721890419.516572647] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.517029779] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.517131139] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.517278986] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [INFO] [1721890419.517840695] [moveit.ompl_planning.model_based_planning_context]: Planner configuration 'fr5_manipulator' will use planner 'geometric::RRTConnect'. Additional configuration parameters will be set when the planner is constructed.
[move_group-1] [WARN] [1721890419.520029419] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.520146151] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.520244921] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.520110500] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [INFO] [1721890419.520389245] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890419.520519255] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890419.520564658] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890419.520543543] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [WARN] [1721890419.531764163] [moveit.ompl_planning.constrained_goal_sampler]: More than 80% of the sampled goal states fail to satisfy the constraints imposed on the goal sampler. Is the constrained sampler working correctly?
[move_group-1] [WARN] [1721890423.295785751] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890423.295856075] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890423.295879560] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890423.295935286] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [INFO] [1721890423.296118316] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890423.296409000] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890423.296216790] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890423.296530661] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups.
github-actionsbot
added
the
stale
Inactive issues and PRs are marked as stale and may be closed automatically.
label
Sep 9, 2024
Description
Overview of your issue here.
Your environment
Steps to reproduce
Tell us how to reproduce this issue. Attempt to provide a working demo, perhaps using Docker.
Expected behaviour
Tell us what should happen
When I"m using ompl planner to
Like
moveit_msgs::msg::OrientationConstraint orientation_constraint;
moveit_msgs::msg::Constraints orientation_constraints;
orientation_constraint.absolute_x_axis_tolerance = 3.14;
orientation_constraint.absolute_y_axis_tolerance = 3.14;
orientation_constraint.absolute_z_axis_tolerance = 3.14;
orientation_constraints.orientation_constraints.emplace_back(orientation_constraint);
move_group_->setPathConstraints(orientation_constraints);
even it's almost not constraints motion just moveit2 stuck on somewhere
[move_group-1] [INFO] [1721890419.513828154] [moveit_move_group_default_capabilities.move_action_capability]: Planning request received for MoveGroup action. Forwarding to planning pipeline.
[move_group-1] [WARN] [1721890419.516572647] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.517029779] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.517131139] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.517278986] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [INFO] [1721890419.517840695] [moveit.ompl_planning.model_based_planning_context]: Planner configuration 'fr5_manipulator' will use planner 'geometric::RRTConnect'. Additional configuration parameters will be set when the planner is constructed.
[move_group-1] [WARN] [1721890419.520029419] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.520146151] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.520244921] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890419.520110500] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [INFO] [1721890419.520389245] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890419.520519255] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890419.520564658] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890419.520543543] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [WARN] [1721890419.531764163] [moveit.ompl_planning.constrained_goal_sampler]: More than 80% of the sampled goal states fail to satisfy the constraints imposed on the goal sampler. Is the constrained sampler working correctly?
[move_group-1] [WARN] [1721890423.295785751] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890423.295856075] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890423.295879560] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [WARN] [1721890423.295935286] [moveit_kinematic_constraints.kinematic_constraints]: The weight on constraint for joint 'j3' is very near zero. Setting to 1.0.
[move_group-1] [INFO] [1721890423.296118316] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890423.296409000] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890423.296216790] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
[move_group-1] [INFO] [1721890423.296530661] [moveit.ompl_planning.model_based_planning_context]: fr5_manipulator: Allocating specialized state sampler for state space
on my launch file
on apt build even don't return timed_out and even don't get constraint weight
but on source build it's working very well. I just want to know something is different on source and apt
The text was updated successfully, but these errors were encountered: