moveit
moveit copied to clipboard
:robot: The MoveIt motion planning framework
### Description When executing multi-controller trajectories, if one controller aborts (e.g. due to a path constraint violation), the other controllers are not stopped. Example of use case: I have a...
I just looked into #2674 some more and noticed an entirely unusable history trying to include the recent clang CI fix. The authors really did their best to make it...
### Description Hi, I'm using pilz_industrial_motion_planner to plan some trajectories interfacing directly with it through some calls to /move_group action server. I noticed that if I plan with OMPL pipeline,...
When I use moveit servo to control ur5 in gazebo and when i publish the twist according to the tutorial : https://ros-planning.github.io/moveit_tutorials/doc/realtime_servo/realtime_servo_tutorial.html. It will occur : NODES / servo_server (moveit_servo/servo_server)...
### Description `servo_server.cpp` from `moveit_servo` does not provide any arguments to `PlanningSceneMonitor::startSceneMonitor()` ([link to source](https://github.com/ros-planning/moveit/blob/noetic-devel/moveit_ros/moveit_servo/src/servo_server.cpp#L66 )). This means that it does not receive planning scene updates given via the service...
I observed that moveit seems to support switching planners, such as move_group.set_planning_pipeline_id, but I don't know how to configure the move_group.launch file to load multiple planning_pipelines in one move_group. Do...
This should speed up collision checks with FCL by not converting the RobotState to a FclCollisionManager (a BVH for example) up to four times but only once. This "conversion" includes...
This issue is about the [GSoC 2022 project](https://summerofcode.withgoogle.com/programs/2022/projects/mpusZVc2) that I am working on with the guidance from @simonschmeisser and @v4hn. # Motivation and goals This project is motivated by the...
### Description This originally came up in MoveIt Calibration (ros-planning/moveit_calibration#24), but it seems to be more general than that. If Gazebo is running, any time `QFileDialog::getOpenFileName` or `QFileDialog::getSaveFileName` is called,...
### Description I'm testing moveit servo with the actual Ur5e robot. The robot moves smooth when providing continuous constant velocity using the original URDF provided by Universal Robots (Velocity passed...