moveit_ros
moveit_ros copied to clipboard
THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
The RobotState Display in Rviz has a bug where, when a Rviz configuration file is used to load the display at startup, but the display is unchecked (disabled), the robot...
Or maybe to planning_scene::PlanningScene class, not sure. Following these MoveIt! Users Google group discussions: - https://groups.google.com/forum/#!topic/moveit-users/_BLobG6S1bw - https://groups.google.com/forum/#!topic/moveit-users/MFXZWp7_iSQ Looks like it would be a very useful addition to the MoveIt!...
The `moveit::planning_interface::MoveGroup` class is the interaction point between most users and MoveIt!. It would be very valuable to have a high-coverage test of this class to prevent unexpected code breaks...
I just updated from 0.5.16 to 0.5.19 ros-hydro-moveit-ros-visualization (I updated all my ROS installation, Ubuntu 12.04 32 bits). And now when I hit plan with any robot (tested on reem...
I would find it very useful if planning_interface::MoveGroup exposed more detailed information about the result of planning and execution [1], especially when things fail. Currently the only feedback is a...
I need a weight parameter for each joint. Because joint near the root link such as joints in torso moved too much, and that is not good for a biped...
I've had this issue since getting Baxter, but I'm trying to really track it down now. As seen in the image, the elbow and forearm are in collision with the...
I'd like to be able to write a kinematics class which extends KDLKinematicsPlugin but it doesn't seem like the library it's in, `moveit_kdl_kinematics_plugin`, is shared externally in the `catkin_package` command...
TrajectoryExecutionManager has two parallel (redundant?) paths for sending a trajectory out to be executed and waiting for it to finish. One of them does not work as it should. I...
Hi, I'm trying to start benchmarking with different settings and planning, so I followed every step from here (http://moveit.ros.org/wiki/Benchmarking) and everything was ok. The problem is when I launched the...