Changelog for package base_local_planner
1.14.8 (2020-08-27)
1.14.7 (2020-03-10)
1.14.6 (2020-03-04)
1.14.5 (2019-11-15)
- ROS_DEBUG prints incorrect gen_id & incorrect namespace for /latch_xy_goal_tolerance (#862)
* gen_id also increments when the critic's scale is set to 0
* Moved the latch_xy_goal_tolerance parameter from global namespace to the planner's namespace.
* latch_xy_goal_tolerance parameter is searched in node_handle's namespace as well as in global namespace, for people who relied on the old configuration
- Provide different negative values for unknown and out-of-map costs (#833)
- [kinetic] Fix for adjusting plan resolution (#819)
* Fix for adjusting plan resolution
* Simpler math expression
- Contributors: David V. Lu!!, Jorge Santos Simón, Veera Ragav
1.14.4 (2018-06-19)
1.14.3 (2018-03-16)
- Merge pull request #672 from ros-planning/email_update_kinetic
update maintainer email (kinetic)
- CostmapModel: Make lineCost and pointCost public (#660)
Make the methods lineCost and pointCost of the CostmapModel class
public so they can be used outside of the class.
Both methods are not changing the instance, so this should not cause any
problems. To emphasise their constness, add the actual const keyword.
- Merge pull request #648 from aaronhoy/kinetic_add_ahoy
Add myself as a maintainer.
- Contributors: Aaron Hoy, Felix Widmaier, Michael Ferguson
1.14.2 (2017-08-14)
1.14.1 (2017-08-07)
- Merge pull request #570 from codebot/add_twirling_cost_function
- Fix CMakeLists + package.xmls (#548)
- Add cost function to prevent unnecessary spinning
- make rostest in CMakeLists optional (ros/rosdistro#3010)
- remove GCC warnings
- Contributors: Lukas Bulwahn, Martin Günther, Michael Ferguson, Morgan Quigley, Vincent Rabaud, lengly
1.14.0 (2016-05-20)
1.13.1 (2015-10-29)
- base_local_planner: some fixes in goal_functions
- Merge pull request #348 from mikeferguson/trajectory_planner_fixes
- fix stuck_left/right calculation
- fix calculation of heading diff
- Contributors: Gael Ecorchard, Michael Ferguson
1.13.0 (2015-03-17)
- remove previously deprecated param
- Contributors: Michael Ferguson
1.12.0 (2015-02-04)
- update maintainer email
- Contributors: Michael Ferguson
1.11.15 (2015-02-03)
- Add ARCHIVE_DESTINATION for static builds
- Contributors: Gary Servin
1.11.14 (2014-12-05)
- Fixed setting child_frame_id in base_local_planner::OdometryHelperRos
- Contributors: Mani Monajjemi
1.11.13 (2014-10-02)
1.11.12 (2014-10-01)
- Bugfix uninitialised occ_cost variable usage
This fixes #256.
- base_local_planner: adds waitForTransform
- Fixed issue causing trajectory planner returning false to isGoalReach ed even when it's control thread finishes executing
- Contributors: Daniel Stonier, Marcus Liebhardt, hes3pal
1.11.11 (2014-07-23)
- Minor code cleanup
- Contributors: Enrique Fernández Perdomo
1.11.10 (2014-06-25)
- Remove unnecessary colons
- renames acc_lim_th to acc_lim_theta, add warning if using acc_lim_th
- uses odom child_frame_id to set robot_vel frame_id
- Contributors: David Lu!!, Michael Ferguson, Enrique Fernández Perdomo
1.11.9 (2014-06-10)
- uses ::hypot(x, y) instead of sqrt(x*x, y*y)
- No need to use limits->
- Contributors: Enrique Fernández Perdomo
1.11.8 (2014-05-21)
1.11.7 (2014-05-21)
- fixes latch_xy_goal_tolerance param not taken
- update build to find eigen using cmake_modules
- Trajectory: fix constness of getter methods
- Use hypot() instead of sqrt(x*x, y*y)
- Fix bug in distance calculation for trajectory rollout
- Some documentation fixes in SimpleTrajectoryGenerator
- Contributors: Michael Ferguson, Siegfried-A. Gevatter Pujals, enriquefernandez
1.11.5 (2014-01-30)
- Merge pull request #152 from KaijenHsiao/hydro-devel
uncommented trajectory_planner_ros from catkin_package LIBRARIES so other packages can find it
- Fix negative score bug, add ability to sum scores
- Ignore pyc files from running in devel
- Correct type of prefer_forward penalty member variable
- uncommented trajectory_planner_ros from catkin_package LIBRARIES so other packages can find it
- Better handling of frame param in MapGridVisualizer
- check for CATKIN_ENABLE_TESTING
- Change maintainer from Hersh to Lu
1.11.4 (2013-09-27)
- Package URL Updates
- Changed new Odom-Helper::initialize() function to setOdomTopic().
- Converted to a pointcloud pointer in Observation in more places.