No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
|
Package Summary
Tags | No category tags. |
Version | 1.12.4 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/navigation.git |
VCS Type | git |
VCS Version | always_update_rolling |
Last Updated | 2015-08-20 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package provides an implementation of a 2D costmap that takes in sensor
data from the world, builds a 2D or 3D occupancy grid of the data (depending
on whether a voxel based implementation is used), and inflates costs in a
2D costmap based on the occupancy grid and a user specified inflation radius.
This package also provides support for map_server based initialization of a
costmap, rolling window based costmaps, and parameter based subscription to
and configuration of sensor topics.
Additional Links
Maintainers
- David V. Lu!!
- Michael Ferguson
Authors
- Eitan Marder-Eppstein
- David V. Lu!!
- Dave Hershberger
- contradict
gmail.com
README
No README found.
See repository README.
CHANGELOG
Changelog for package costmap_2d
1.12.4 (2015-06-03)
- Look for robot_radius when footprint is not set. #206
- Add a first_map_only parameter so we keep reusing the first received static map
- Contributors: Jihoon Lee, Patrick Chin
1.12.3 (2015-04-30)
- support rolling static map in any frame
- fix destructor of Costmap2D
- proper locking during costmap update
- Contributors: Michael Ferguson
1.12.2 (2015-03-31)
- Static layer works with rolling window now
- Contributors: Michael Ferguson, Rein Appeldoorn
1.12.1 (2015-03-14)
- fixed issue with voxel_layer and obstacle_layer both deleting the same dynamic_reconfigure::Server and causing segfaults
- Fixing various memory freeing operations
- Fix indexing error in OccupancyGridUpdate callback function.
- Contributors: Alex Bencz, David V. Lu!!, James Servos, Julse, Kaijen Hsiao
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)
- added waitForTransform to bufferCloud to solve extrapolation into the future exception
- deallocate costmap before reallocating
- prevent div by zero in raytraceLine
- only prefix sensor_frame when it\'s not empty
- tf_prefix support in obstacle_layer
- remove undefined function updateUsingPlugins
- remove unused cell_data.h
- numerous style fixes
- Contributors: Andrzej Pronobis, David Lu, Jeremie Deray, Mani Monajjemi, Michael Ferguson, enriquefernandez
1.11.13 (2014-10-02)
1.11.12 (2014-10-01)
- costmap_2d: export library layers
- Merge pull request #198 from kmhallen/hydro-devel Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Costmap Layer comments
- Add destructors for all of the layers to remove the dynamic parameter clients
- Add method for removing static observations (for testing)
- Move testing_helper
- Initial Clearing Costmap parameter change
- Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Contributors: David Lu!!, Kevin Hallenbeck, Michael Ferguson
1.11.11 (2014-07-23)
- removes trailing spaces and empty lines
- Contributors: Enrique Fern
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
Messages
Services
No service files found
Plugins
Recent questions tagged costmap_2d at answers.ros.org
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
|
Package Summary
Tags | No category tags. |
Version | 1.13.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/navigation.git |
VCS Type | git |
VCS Version | jade-devel |
Last Updated | 2016-11-13 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package provides an implementation of a 2D costmap that takes in sensor
data from the world, builds a 2D or 3D occupancy grid of the data (depending
on whether a voxel based implementation is used), and inflates costs in a
2D costmap based on the occupancy grid and a user specified inflation radius.
This package also provides support for map_server based initialization of a
costmap, rolling window based costmaps, and parameter based subscription to
and configuration of sensor topics.
Additional Links
Maintainers
- David V. Lu!!
- Michael Ferguson
Authors
- Eitan Marder-Eppstein
- David V. Lu!!
- Dave Hershberger
- contradict
gmail.com
README
No README found.
See repository README.
CHANGELOG
Changelog for package costmap_2d
1.13.1 (2015-10-29)
- Remove excessive canTransform spam.
- Fix for #382
- Republish costmap if origin changes
- Remove Footprint Layer
- Remove extra sign definition and use proper one when padding footprint
- fix plugin warnings on throw, closes #205
- initialize publisher variables
- Look for robot_radius when footprint is not set. #206
- Add a first_map_only parameter so we keep reusing the first received static map
- Merge pull request #331 from mikeferguson/static_layer_any_frame
- support rolling static map in any frame
- fix destructor of Costmap2D
- proper locking during costmap update
- do not resize static map when rolling
- Static layer works with rolling window now
- Contributors: Daniel Stonier, David Lu, Jihoon Lee, Michael Ferguson, Rein Appeldoorn, commaster90
1.13.0 (2015-03-17)
- fixed issue with voxel_layer and obstacle_layer both deleting the same dynamic_reconfigure::Server and causing segfaults
- Fixing various memory freeing operations
- static_layer: Fix indexing error in OccupancyGridUpdate callback function.
- Contributors: Alex Bencz, David V. Lu!!, James Servos, Julse, Kaijen Hsiao
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)
- added waitForTransform to bufferCloud to solve extrapolation into the future exception
- deallocate costmap before reallocating
- prevent div by zero in raytraceLine
- only prefix sensor_frame when it\'s not empty
- tf_prefix support in obstacle_layer
- remove undefined function updateUsingPlugins
- remove unused cell_data.h
- numerous style fixes
- Contributors: Andrzej Pronobis, David Lu, Jeremie Deray, Mani Monajjemi, Michael Ferguson, enriquefernandez
1.11.13 (2014-10-02)
1.11.12 (2014-10-01)
- costmap_2d: export library layers
- Merge pull request #198 from kmhallen/hydro-devel Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Costmap Layer comments
- Add destructors for all of the layers to remove the dynamic parameter clients
- Add method for removing static observations (for testing)
- Move testing_helper
- Initial Clearing Costmap parameter change
- Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Contributors: David Lu!!, Kevin Hallenbeck, Michael Ferguson
1.11.11 (2014-07-23)
- removes trailing spaces and empty lines
- Contributors: Enrique Fern
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
Messages
Services
No service files found
Plugins
Recent questions tagged costmap_2d at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 1.12.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/navigation.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2017-01-22 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package provides an implementation of a 2D costmap that takes in sensor
data from the world, builds a 2D or 3D occupancy grid of the data (depending
on whether a voxel based implementation is used), and inflates costs in a
2D costmap based on the occupancy grid and a user specified inflation radius.
This package also provides support for map_server based initialization of a
costmap, rolling window based costmaps, and parameter based subscription to
and configuration of sensor topics.
Additional Links
Maintainers
- David V. Lu!!
- Michael Ferguson
Authors
- Eitan Marder-Eppstein
- David V. Lu!!
- Dave Hershberger
- contradict
gmail.com
README
No README found.
See repository README.
CHANGELOG
Changelog for package costmap_2d
1.12.13 (2016-08-15)
- Fixed race condition with costmaps Modifying minx_, miny_,, maxx_, and maxy_ without locking the mutex is unsafe and is a race condition if updateMap is called from multiple threads.
- Contributors: Alex Henning
1.12.12 (2016-06-24)
- Fixed sign error in inflation layer
- Adds warning when a layer shrinks the bounds
- Contributors: Alex Henning
1.12.11 (2016-06-08)
- Fixed bug with inflation layer that caused underinflation When marking before adding to the priority queue, it was possible to underestimate the cost of a cell. This is both dangerous and can lead to unintended side-effects with navigation.
- Fixed bug with artifacts when not current This is due to not getting clearing observations if the marking observations aren\'t current.
- Fix bug with inflation artifacts being left behind
- Contributors: Alex Henning
1.12.10 (2016-05-27)
- Fixes issue with costmaps shearing
- Contributors: Alex Henning
1.12.9 (2016-05-26)
- Made costmap publishing truly lazy
- Contributors: Alex Henning
1.12.8 (2016-05-16)
- fix resource locations to fix tests
- Fix bug with resetting static layer
- Made update map threadsafe
- Reordered initializer list to match order of declarations.
- Parametrize movementCB timer\'s period
- No more ghosts in the inflation layer
- Contributors: Alex Henning, Daniel Stonier, Michael Ferguson, Spyros Maniatopoulos
1.12.7 (2016-01-05)
- Fix inflation layer locking
- Contributors: Levon Avagyan
1.12.6 (2016-01-02)
- Fix deadlock when using multiple static layers in a single program.
- Contributors: Alex Henning
1.12.5 (2015-10-29)
- Remove canTransform spam.
- Fix for #382
- Republish costmap if origin changes
- Remove extra sign definition and use proper one when padding footprint
- Remove Footprint Layer
- fix plugin warnings on throw, closes #205
- initialize publisher variables
- Contributors: Daniel Stonier, David Lu, Michael Ferguson
1.12.4 (2015-06-03)
- Look for robot_radius when footprint is not set. #206
- Add a first_map_only parameter so we keep reusing the first received static map
- Contributors: Jihoon Lee, Patrick Chin
1.12.3 (2015-04-30)
- support rolling static map in any frame
- fix destructor of Costmap2D
- proper locking during costmap update
- Contributors: Michael Ferguson
1.12.2 (2015-03-31)
- Static layer works with rolling window now
- Contributors: Michael Ferguson, Rein Appeldoorn
1.12.1 (2015-03-14)
- fixed issue with voxel_layer and obstacle_layer both deleting the same dynamic_reconfigure::Server and causing segfaults
- Fixing various memory freeing operations
- Fix indexing error in OccupancyGridUpdate callback function.
- Contributors: Alex Bencz, David V. Lu!!, James Servos, Julse, Kaijen Hsiao
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)
- added waitForTransform to bufferCloud to solve extrapolation into the future exception
- deallocate costmap before reallocating
- prevent div by zero in raytraceLine
- only prefix sensor_frame when it\'s not empty
- tf_prefix support in obstacle_layer
- remove undefined function updateUsingPlugins
- remove unused cell_data.h
- numerous style fixes
- Contributors: Andrzej Pronobis, David Lu, Jeremie Deray, Mani Monajjemi, Michael Ferguson, enriquefernandez
1.11.13 (2014-10-02)
1.11.12 (2014-10-01)
- costmap_2d: export library layers
- Merge pull request #198 from kmhallen/hydro-devel Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Costmap Layer comments
- Add destructors for all of the layers to remove the dynamic parameter clients
- Add method for removing static observations (for testing)
- Move testing_helper
- Initial Clearing Costmap parameter change
- Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Contributors: David Lu!!, Kevin Hallenbeck, Michael Ferguson
1.11.11 (2014-07-23)
- removes trailing spaces and empty lines
- Contributors: Enrique Fern
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
Messages
Services
No service files found
Plugins
Recent questions tagged costmap_2d at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 1.11.16 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/navigation.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2015-05-01 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package provides an implementation of a 2D costmap that takes in sensor
data from the world, builds a 2D or 3D occupancy grid of the data (depending
on whether a voxel based implementation is used), and inflates costs in a
2D costmap based on the occupancy grid and a user specified inflation radius.
This package also provides support for map_server based initialization of a
costmap, rolling window based costmaps, and parameter based subscription to
and configuration of sensor topics.
Additional Links
Maintainers
- David V. Lu!!
- Michael Ferguson
Authors
- Eitan Marder-Eppstein
- David V. Lu!!
- Dave Hershberger
- contradict
gmail.com
README
No README found.
See repository README.
CHANGELOG
Changelog for package costmap_2d
1.11.16 (2015-04-30)
- 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)
- added waitForTransform to bufferCloud to solve extrapolation into the future exception
- deallocate costmap before reallocating
- prevent div by zero in raytraceLine
- only prefix sensor_frame when it\'s not empty
- tf_prefix support in obstacle_layer
- remove undefined function updateUsingPlugins
- remove unused cell_data.h
- numerous style fixes
- Contributors: Andrzej Pronobis, David Lu, Jeremie Deray, Mani Monajjemi, Michael Ferguson, enriquefernandez
1.11.13 (2014-10-02)
1.11.12 (2014-10-01)
- costmap_2d: export library layers
- Merge pull request #198 from kmhallen/hydro-devel Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Costmap Layer comments
- Add destructors for all of the layers to remove the dynamic parameter clients
- Add method for removing static observations (for testing)
- Move testing_helper
- Initial Clearing Costmap parameter change
- Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Contributors: David Lu!!, Kevin Hallenbeck, Michael Ferguson
1.11.11 (2014-07-23)
- removes trailing spaces and empty lines
- Contributors: Enrique Fern
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
Messages
Services
No service files found
Plugins
Recent questions tagged costmap_2d at answers.ros.org
|
Package Summary
Tags | No category tags. |
Version | 1.14.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/navigation.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2016-12-07 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package provides an implementation of a 2D costmap that takes in sensor
data from the world, builds a 2D or 3D occupancy grid of the data (depending
on whether a voxel based implementation is used), and inflates costs in a
2D costmap based on the occupancy grid and a user specified inflation radius.
This package also provides support for map_server based initialization of a
costmap, rolling window based costmaps, and parameter based subscription to
and configuration of sensor topics.
Additional Links
Maintainers
- David V. Lu!!
- Michael Ferguson
Authors
- Eitan Marder-Eppstein
- David V. Lu!!
- Dave Hershberger
- contradict
gmail.com
README
No README found.
See repository README.
CHANGELOG
Changelog for package costmap_2d
1.14.0 (2016-05-20)
- Reordered initializer list to match order of declarations. This avoids compiler warning with some compilers.
- Made update map threadsafe This is necessary for some plugins (e.g. VoxelLayer) that implement a thread unsafe updateBounds() function.
- Fix bug with resetting static layer If we don\'t have a new topic, consider our old data as if it were new.
- fix resource locations to fix tests
- Increase time-limit on failing test
- Merge pull request #388 from yujinrobot/jade_inflation_ghost_fix No more ghosts in the inflation layer
- Fixes the dynamic reconfigure segfault Doing a dynamic reconfigure of the inflation radius recreates the cached cost values without first locking a mutex, which causes a segfault. This breaks the reconfigure of inflation parameters into a separate function and adds a mutex lock.
- Merge pull request #415 from alexhenning/jade-fix-multiple-static-layers Fixes an issue with having multiple static layers
- Fixes an issue with having multiple static layers If you have a static layer in both the local and global costmaps that use the same map topic, there is a race condition that can cause the static layer to get stuck after printing Requesting map..... This race condition seems to be due to the call to shutdown in deactivate and how the NodeHandle handles multiple subscribers under the hood. This issue appears to happen about 1 in 1000 times in the setup I was testing. This fix has never failed in over 1000000 tests. Instead of calling activate and deactivate, the publisher is only recreated if the topic has changed. Otherwise, it reuses the old setup.
- fix related to issue #408 - With Rolling Window on, costmap_2d not properly updating bounds and costs in the static layer
- No more ghosts in the inflation layer Previous bounds would fit the sensor measurements, and the inflation layer would clear out to these, but leave \'ghosts\' behind. These ghosts are from two sources - 1) the inflation radius and 2) whole obstacles left behind as the robot has moved from the last point. The modifications here remember the last bounds and set the new bounds so that a box at least large enough to incorporate the old bounds plus the inflation radius is generated.
- Contributors: Alex Henning, Daniel Stonier, Levon Avagyan, Michael Ferguson, palmieri
1.13.1 (2015-10-29)
- Remove excessive canTransform spam.
- Fix for #382
- Republish costmap if origin changes
- Remove Footprint Layer
- Remove extra sign definition and use proper one when padding footprint
- fix plugin warnings on throw, closes #205
- initialize publisher variables
- Look for robot_radius when footprint is not set. #206
- Add a first_map_only parameter so we keep reusing the first received static map
- Merge pull request #331 from mikeferguson/static_layer_any_frame
- support rolling static map in any frame
- fix destructor of Costmap2D
- proper locking during costmap update
- do not resize static map when rolling
- Static layer works with rolling window now
- Contributors: Daniel Stonier, David Lu, Jihoon Lee, Michael Ferguson, Rein Appeldoorn, commaster90
1.13.0 (2015-03-17)
- fixed issue with voxel_layer and obstacle_layer both deleting the same dynamic_reconfigure::Server and causing segfaults
- Fixing various memory freeing operations
- static_layer: Fix indexing error in OccupancyGridUpdate callback function.
- Contributors: Alex Bencz, David V. Lu!!, James Servos, Julse, Kaijen Hsiao
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)
- added waitForTransform to bufferCloud to solve extrapolation into the future exception
- deallocate costmap before reallocating
- prevent div by zero in raytraceLine
- only prefix sensor_frame when it\'s not empty
- tf_prefix support in obstacle_layer
- remove undefined function updateUsingPlugins
- remove unused cell_data.h
- numerous style fixes
- Contributors: Andrzej Pronobis, David Lu, Jeremie Deray, Mani Monajjemi, Michael Ferguson, enriquefernandez
1.11.13 (2014-10-02)
1.11.12 (2014-10-01)
- costmap_2d: export library layers
- Merge pull request #198 from kmhallen/hydro-devel Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Costmap Layer comments
- Add destructors for all of the layers to remove the dynamic parameter clients
- Add method for removing static observations (for testing)
- Move testing_helper
- Initial Clearing Costmap parameter change
- Fixed costmap_2d clearing from service /move_base/clear_costmaps
- Contributors: David Lu!!, Kevin Hallenbeck, Michael Ferguson
1.11.11 (2014-07-23)
- removes trailing spaces and empty lines
- Contributors: Enrique Fern
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
Messages
Services
No service files found