add support for attachment postures and implement MOVE operation for CollisionObject
add ability to fill in planning scene messages by component
when projection from start state fails for IK samplers, try random states
bugfixes
0.3.18 (2013-04-17)
allow non-const access to kinematic solver
bugfix: always update variable transform
0.3.17 (2013-04-16)
bugfixes
add console colors
add class fwd macro
cleanup API of trajectory lookup
Added method to get joint type as string
fixing the way mimic joints are updated
fixed tests
0.3.16 (2013-03-15)
bugfixes
robot_state::getFrameTransform now returns a ref instead of a pointer; fixed a bug in transforming Vector3 with robot_state::Transforms, add planning_scene::getFrameTransform
add profiler tool (from ompl)
0.3.15 (2013-03-08)
Remove configure from PlanningScene
return shared_ptr from getObject() (was ref to shared_ptr)
use NonConst suffix on PlanningScene non-const get functions.
make setActiveCollisionDetector(string) return bool status
use CollisionDetectorAllocator in PlanningScene
add World class
bodies attached to the same link should not collide
include velocities in conversions
Added more general computeCartesianPath, takes vector of waypoints
adding logError when kinematics solver not instantiated, also changing @class
move some functions to a anonymous namespace
add doc for kinematic_state ns
0.3.8 (2013-01-03)
add one more CATKIN dep
0.3.7 (2012-12-31)
add capabilities related to reasoning about end-effectors
0.3.6 (2012-12-20)
add ability to specify external sampling constraints for constraint samplers
0.3.5 (2012-12-19 01:40)
fix build system
0.3.4 (2012-12-19 01:32)
add notion of default number of IK attempts
added ability to use IK constraints in sampling with IK samplers
fixing service request to take proper group name, check for collisions
make setFromIK() more robust
0.3.3 (2012-12-09)
adding capability for constraint aware kinematics + consistency limits to joint state group
changing the way consistency limits are specified
speed up implementation of infinityNormDistance()
adding distance functions and more functions to sample near by
remove the notion of PlannerCapabilities
0.3.2 (2012-12-04)
robustness checks + re-enabe support for octomaps
adding a bunch of functions to sample near by
0.3.1 (2012-12-03)
update debug messages for dealing with attached bodies, rely on the conversion functions more
changing manipulability calculations
adding docs
log error if joint model group not found
cleaning up code, adding direct access api for better efficiency
0.3.0 (2012-11-30)
added a helper function
0.2.12 (2012-11-29)
fixing payload computations
Changing pr2_arm_kinematics test plugin for new kinematics_base changes
Finished updating docs, adding tests, and making some small changes to the function of UnionConstraintSampler and ConstraintSamplerManager
Some extra logic for making sure that a set of joint constraints has coverage for all joints, and some extra tests and docs for constraint sampler manager
adding ik constraint sampler tests back in, and modifying dependencies such that everything builds
Changing the behavior of default_constraint_sampler JointConstraintSampler to support detecting conflicting constraints or one constraint that narrows another value, and adding a new struct for holding data. Also making kinematic_constraint ok with values that are within 2*epsilon of the limits
0.2.11 (2012-11-28)
update kinematics::KinematicBase API and add the option to pass constraints to setFromIK() in KinematicState
moves refineNormals to new file in collision_detection
Fixed bugs in PositionConstraint, documented Position and Orientation constraint, extended tests for Position and OrientationConstraint and started working on tests for VisibilityConstraint
more robust checking of joint names in joint constraints
adds smoothing to octomap normals; needs better testing
0.2.1 (2012-11-06)
revert some of the install location changes
0.2.0 (2012-11-05)
update install target locations
0.1.19 (2012-11-02)
add dep on kdl_parser
0.1.18 (2012-11-01)
add kinematics_metrics & dynamics_solver to build process
0.1.17 (2012-10-27 18:48)
fix DEPENDS libs
0.1.16 (2012-10-27 16:14)
more robust checking of joint names in joint constraints
KinematicModel and KinematicState are independent; need to deal with transforms and conversions next
0.1.15 (2012-10-22)
moving all headers under include/moveit/ and using console_bridge instead of rosconsole