|
2 | 2 | Changelog for package prpy
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +1.3.0 (2015-10-12) |
| 6 | +------------------ |
| 7 | +* Added a perception pipeline (`#189 <https://github.com/personalrobotics/prpy/issues/189>`_ `#200 <https://github.com/personalrobotics/prpy/issues/200>`_) |
| 8 | +* Added actions (and other functionality) for the block sorting demo (`#189 <https://github.com/personalrobotics/prpy/issues/189>`_, `#194 <https://github.com/personalrobotics/prpy/issues/194>`_) |
| 9 | +* Added unit tests for planners (`#169 <https://github.com/personalrobotics/prpy/issues/169>`_) |
| 10 | +* Added helper functions for computing body point acceleration twists (`#166 <https://github.com/personalrobotics/prpy/issues/166>`_) |
| 11 | +* Added a common base class for trajectory exceptions and an exception for precondition violation (`#196 <https://github.com/personalrobotics/prpy/issues/196>`_) |
| 12 | +* Added documentation for `prpy.base.Tags` (`#193 <https://github.com/personalrobotics/prpy/issues/193>`_) |
| 13 | +* Added missing trajectory flags to VectorFieldPlanner (`#191 <https://github.com/personalrobotics/prpy/issues/191>`_) |
| 14 | +* Added UntimeTrajectory() to strip timing from trajectories (`#187 <https://github.com/personalrobotics/prpy/issues/187>`_) |
| 15 | +* Added ComputeEnabledAABB function |
| 16 | +* Added a better error message when or_ompl is missing (`#178 <https://github.com/personalrobotics/prpy/issues/178>`_) |
| 17 | +* Added support for OWD execution options |
| 18 | +* Refactored TSR and TSRChain classes (`#159 <https://github.com/personalrobotics/prpy/issues/159>`_) |
| 19 | +* Refactored MoveUntilTouch and fixed simulation (`#180 <https://github.com/personalrobotics/prpy/issues/180>`_ `#173 <https://github.com/personalrobotics/prpy/issues/173>`_) |
| 20 | +* Refactored and cleaned up the Planner and MetaPlanner base classes (`#176 <https://github.com/personalrobotics/prpy/issues/176>`_, `#162 <https://github.com/personalrobotics/prpy/issues/162>`_) |
| 21 | +* Refactored VectorFieldPlanner to use a numerical integrator (`#184 <https://github.com/personalrobotics/prpy/issues/184>`_) |
| 22 | +* Fixed acceleration limits on ADA for the MICO2 hardware upgrade (`#186 <https://github.com/personalrobotics/prpy/issues/186>`_) |
| 23 | +* Fixed _PlanWrapper on Manipulator to default to execute=False (`#183 <https://github.com/personalrobotics/prpy/issues/183>`_) |
| 24 | +* Fixed sign on tolerance in ComputeJointVelocityFromTwist (`#177 <https://github.com/personalrobotics/prpy/issues/177>`_) |
| 25 | +* Fixed GreedyIK planner in MoveUntilTouch (`#174 <https://github.com/personalrobotics/prpy/issues/174>`_) |
| 26 | +* Fixed the name of the timelimit argument in HauserParabolicSmoother |
| 27 | +* Fixed PostProcessPath to preserve trajectory tags |
| 28 | +* Removed unnecessary sleep in WAM tare command |
| 29 | +* Deprecated the GetVelocityLimits override on WAM (`#175 <https://github.com/personalrobotics/prpy/issues/175>`_) |
| 30 | +* Contributors: Anton Kuznetsov, Chris Dellin, Jennifer King, Michael Koval, Pras Velagapudi, Rachel Holladay, Shervin Javdani, Shushman, Shushman Choudhury, Siddhartha Srinivasa, Stefanos Nikolaidis, Aaron Johnson, Matt Klingsmith |
| 31 | + |
| 32 | +1.2.0 (2015-08-06) |
| 33 | +------------------ |
| 34 | +* Add support for numpy <1.8 which don't support norm(axis=1) |
| 35 | +* Moved CBiRRT TSR serialization into cbirrt.py. |
| 36 | +* Added TSR conversion methods for JSON and YAML. |
| 37 | +* Added generic-object TSRs. |
| 38 | +* Added termcolor dependency. |
| 39 | +* Changed retimers to only Simplify untimed trajectories. |
| 40 | +* Refactored trajectory timing check into utility function. |
| 41 | +* Added check for deltatime without hardcoded any strings. |
| 42 | +* Added proper checking for trajectory timing and length. |
| 43 | +* Added a check within snap planner for one-waypoint trajectories. |
| 44 | +* Added forwarding of kwargs to TSRPlanner's delegate planner. |
| 45 | +* Changed default 'execute' behavior to False. |
| 46 | +* Added support for environment (de)serialization. |
| 47 | +* Added missing environment locks. |
| 48 | +* Added `defer` handling to the checks in ExecuteTrajectory. |
| 49 | +* Added several checks to the ExecuteTrajectory. |
| 50 | +* Jen's uncommited tweaks to the mobile base in simulation vs reality |
| 51 | +* Updating error handling to more correct syntax |
| 52 | +* Use all trajectory DOFs instead of active. |
| 53 | +* Changed loggers to use '__name__' instead of explicit paths. |
| 54 | +* Added a check within snap planner for one-waypoint trajectories. |
| 55 | +* Changed InstanceDeduplicator to use module-logger. |
| 56 | +* Changed defaults in the HauserParabolicSmoother. |
| 57 | +* Added HauserParabolicSmoother timelimit parameter. |
| 58 | +* Added more fine-grained planning exceptions. |
| 59 | +* Moved planning exceptions to a separate file. |
| 60 | +* Contributors: Aaron Johnson, Chris Dellin, Jennifer King, Michael Koval, Pras Velagapudi, Rachel Holladay |
| 61 | + |
5 | 62 | 1.1.0 (2015-06-01)
|
6 | 63 | ------------------
|
7 | 64 | * Adding tags for capturing trajectory timing data
|
|
0 commit comments