Package Summary

Tags No category tags.
Version 0.4.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/at-wat/neonavigation.git
VCS Type git
VCS Version master
Last Updated 2019-05-24
Dev Status DEVELOPED
Released RELEASED

Package Description

3-dof configuration space costmap package

Additional Links

No additional links.

Maintainers

  • Atsushi Watanabe

Authors

  • Atsushi Watanabe

costmap_cspace package

The topic names will be migrated to ROS recommended namespace model. Set /neonavigation_compatible parameter to 1 to use new topic names.

costmap_3d

costmap_3d node converts 2-D (x, y) OccupancyGrid to 2-D/3-DOF (x, y, yaw) configuration space based on given footprint.

single layer mode (simple version)

Subscribed topics

  • map [nav_msgs::OccupancyGrid]
  • map_overlay [nav_msgs::OccupancyGrid]

Published topics

  • ~/costmap (new: costmap) [costmap_cspace_msgs::CSpace3D]
  • ~/costmap_update (new: costmap_update) [costmap_cspace_msgs::CSpace3DUpdate]
  • ~/footprint [geometry_msgs::PolygonStamped]
  • ~/debug [sensor_msgs::PointCloud]

Parameters

  • "ang_resolution" (int, default: 16)
  • "linear_expand" (double, default: 0.2f)
  • "linear_spread" (double, default: 0.5f)
  • "unknown_cost" (int, default: 0)
  • "overlay_mode" (string, default: std::string(""))
  • "footprint" (?, default: footprint_xml)

multiple layer mode

Subscribed topics

  • map [nav_msgs::OccupancyGrid]
  • layer name [nav_msgs::OccupancyGrid]: Subscribed topics are named according to the layers parameters

Published topics

  • ~/costmap (new: costmap) [costmap_cspace_msgs::CSpace3D]
  • ~/costmap_update (new: costmap_update) [costmap_cspace_msgs::CSpace3DUpdate]
  • ~/footprint [geometry_msgs::PolygonStamped]
  • ~/debug [sensor_msgs::PointCloud]

Parameters

  • "ang_resolution" (int, default: 16): for root layer
  • "linear_expand" (double, default: 0.2f): for root layer
  • "linear_spread" (double, default: 0.5f): for root layer
  • "footprint" (?, default: footprint_xml): for root layer
  • "static_layers": array of layer configurations
  • "layers": array of layer configurations

Each layer configuration contains: * "name" (string) layer name * "type" (string) layer type name * "parameters" layer specific parameters

Available layer types and parameters are: - Costmap3dLayerFootprint: Configuration space costmap layer according to the given footprint. - "linear_expand" (double) - "linear_spread" (double) - "footprint" (?, default: root layer's footprint) - Costmap3dLayerPlain: Costmap layer without considering footpring. - "linear_expand" (double) - "linear_spread" (double) - Costmap3dLayerOutput: Output generated costmap at this point. In most case, this is placed at the last layer. - Costmap3dLayerStopPropagation: Stop propagating parent layer's cost to the child. This can be used at the beginning of layer to ignore changes in static layers. - Costmap3dLayerUnknownHandle: Set unknown cell's cost. - "unknown_cost" (int)

See example parameters.


laserscan_to_map

stub


pointcloud2_to_map

stub


largemap_to_map

stub

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged costmap_cspace at answers.ros.org

Package Summary

Tags No category tags.
Version 0.4.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/at-wat/neonavigation.git
VCS Type git
VCS Version master
Last Updated 2019-05-24
Dev Status DEVELOPED
Released RELEASED

Package Description

3-dof configuration space costmap package

Additional Links

No additional links.

Maintainers

  • Atsushi Watanabe

Authors

  • Atsushi Watanabe

costmap_cspace package

The topic names will be migrated to ROS recommended namespace model. Set /neonavigation_compatible parameter to 1 to use new topic names.

costmap_3d

costmap_3d node converts 2-D (x, y) OccupancyGrid to 2-D/3-DOF (x, y, yaw) configuration space based on given footprint.

single layer mode (simple version)

Subscribed topics

  • map [nav_msgs::OccupancyGrid]
  • map_overlay [nav_msgs::OccupancyGrid]

Published topics

  • ~/costmap (new: costmap) [costmap_cspace_msgs::CSpace3D]
  • ~/costmap_update (new: costmap_update) [costmap_cspace_msgs::CSpace3DUpdate]
  • ~/footprint [geometry_msgs::PolygonStamped]
  • ~/debug [sensor_msgs::PointCloud]

Parameters

  • "ang_resolution" (int, default: 16)
  • "linear_expand" (double, default: 0.2f)
  • "linear_spread" (double, default: 0.5f)
  • "unknown_cost" (int, default: 0)
  • "overlay_mode" (string, default: std::string(""))
  • "footprint" (?, default: footprint_xml)

multiple layer mode

Subscribed topics

  • map [nav_msgs::OccupancyGrid]
  • layer name [nav_msgs::OccupancyGrid]: Subscribed topics are named according to the layers parameters

Published topics

  • ~/costmap (new: costmap) [costmap_cspace_msgs::CSpace3D]
  • ~/costmap_update (new: costmap_update) [costmap_cspace_msgs::CSpace3DUpdate]
  • ~/footprint [geometry_msgs::PolygonStamped]
  • ~/debug [sensor_msgs::PointCloud]

Parameters

  • "ang_resolution" (int, default: 16): for root layer
  • "linear_expand" (double, default: 0.2f): for root layer
  • "linear_spread" (double, default: 0.5f): for root layer
  • "footprint" (?, default: footprint_xml): for root layer
  • "static_layers": array of layer configurations
  • "layers": array of layer configurations

Each layer configuration contains: * "name" (string) layer name * "type" (string) layer type name * "parameters" layer specific parameters

Available layer types and parameters are: - Costmap3dLayerFootprint: Configuration space costmap layer according to the given footprint. - "linear_expand" (double) - "linear_spread" (double) - "footprint" (?, default: root layer's footprint) - Costmap3dLayerPlain: Costmap layer without considering footpring. - "linear_expand" (double) - "linear_spread" (double) - Costmap3dLayerOutput: Output generated costmap at this point. In most case, this is placed at the last layer. - Costmap3dLayerStopPropagation: Stop propagating parent layer's cost to the child. This can be used at the beginning of layer to ignore changes in static layers. - Costmap3dLayerUnknownHandle: Set unknown cell's cost. - "unknown_cost" (int)

See example parameters.


laserscan_to_map

stub


pointcloud2_to_map

stub


largemap_to_map

stub

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged costmap_cspace at answers.ros.org

Package Summary

Tags No category tags.
Version 0.4.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/at-wat/neonavigation.git
VCS Type git
VCS Version master
Last Updated 2019-05-24
Dev Status DEVELOPED
Released RELEASED

Package Description

3-dof configuration space costmap package

Additional Links

No additional links.

Maintainers

  • Atsushi Watanabe

Authors

  • Atsushi Watanabe

costmap_cspace package

The topic names will be migrated to ROS recommended namespace model. Set /neonavigation_compatible parameter to 1 to use new topic names.

costmap_3d

costmap_3d node converts 2-D (x, y) OccupancyGrid to 2-D/3-DOF (x, y, yaw) configuration space based on given footprint.

single layer mode (simple version)

Subscribed topics

  • map [nav_msgs::OccupancyGrid]
  • map_overlay [nav_msgs::OccupancyGrid]

Published topics

  • ~/costmap (new: costmap) [costmap_cspace_msgs::CSpace3D]
  • ~/costmap_update (new: costmap_update) [costmap_cspace_msgs::CSpace3DUpdate]
  • ~/footprint [geometry_msgs::PolygonStamped]
  • ~/debug [sensor_msgs::PointCloud]

Parameters

  • "ang_resolution" (int, default: 16)
  • "linear_expand" (double, default: 0.2f)
  • "linear_spread" (double, default: 0.5f)
  • "unknown_cost" (int, default: 0)
  • "overlay_mode" (string, default: std::string(""))
  • "footprint" (?, default: footprint_xml)

multiple layer mode

Subscribed topics

  • map [nav_msgs::OccupancyGrid]
  • layer name [nav_msgs::OccupancyGrid]: Subscribed topics are named according to the layers parameters

Published topics

  • ~/costmap (new: costmap) [costmap_cspace_msgs::CSpace3D]
  • ~/costmap_update (new: costmap_update) [costmap_cspace_msgs::CSpace3DUpdate]
  • ~/footprint [geometry_msgs::PolygonStamped]
  • ~/debug [sensor_msgs::PointCloud]

Parameters

  • "ang_resolution" (int, default: 16): for root layer
  • "linear_expand" (double, default: 0.2f): for root layer
  • "linear_spread" (double, default: 0.5f): for root layer
  • "footprint" (?, default: footprint_xml): for root layer
  • "static_layers": array of layer configurations
  • "layers": array of layer configurations

Each layer configuration contains: * "name" (string) layer name * "type" (string) layer type name * "parameters" layer specific parameters

Available layer types and parameters are: - Costmap3dLayerFootprint: Configuration space costmap layer according to the given footprint. - "linear_expand" (double) - "linear_spread" (double) - "footprint" (?, default: root layer's footprint) - Costmap3dLayerPlain: Costmap layer without considering footpring. - "linear_expand" (double) - "linear_spread" (double) - Costmap3dLayerOutput: Output generated costmap at this point. In most case, this is placed at the last layer. - Costmap3dLayerStopPropagation: Stop propagating parent layer's cost to the child. This can be used at the beginning of layer to ignore changes in static layers. - Costmap3dLayerUnknownHandle: Set unknown cell's cost. - "unknown_cost" (int)

See example parameters.


laserscan_to_map

stub


pointcloud2_to_map

stub


largemap_to_map

stub

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged costmap_cspace at answers.ros.org

Package Summary

Tags No category tags.
Version 0.4.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/at-wat/neonavigation.git
VCS Type git
VCS Version master
Last Updated 2019-05-24
Dev Status DEVELOPED
Released RELEASED

Package Description

3-dof configuration space costmap package

Additional Links

No additional links.

Maintainers

  • Atsushi Watanabe

Authors

  • Atsushi Watanabe

costmap_cspace package

The topic names will be migrated to ROS recommended namespace model. Set /neonavigation_compatible parameter to 1 to use new topic names.

costmap_3d

costmap_3d node converts 2-D (x, y) OccupancyGrid to 2-D/3-DOF (x, y, yaw) configuration space based on given footprint.

single layer mode (simple version)

Subscribed topics

  • map [nav_msgs::OccupancyGrid]
  • map_overlay [nav_msgs::OccupancyGrid]

Published topics

  • ~/costmap (new: costmap) [costmap_cspace_msgs::CSpace3D]
  • ~/costmap_update (new: costmap_update) [costmap_cspace_msgs::CSpace3DUpdate]
  • ~/footprint [geometry_msgs::PolygonStamped]
  • ~/debug [sensor_msgs::PointCloud]

Parameters

  • "ang_resolution" (int, default: 16)
  • "linear_expand" (double, default: 0.2f)
  • "linear_spread" (double, default: 0.5f)
  • "unknown_cost" (int, default: 0)
  • "overlay_mode" (string, default: std::string(""))
  • "footprint" (?, default: footprint_xml)

multiple layer mode

Subscribed topics

  • map [nav_msgs::OccupancyGrid]
  • layer name [nav_msgs::OccupancyGrid]: Subscribed topics are named according to the layers parameters

Published topics

  • ~/costmap (new: costmap) [costmap_cspace_msgs::CSpace3D]
  • ~/costmap_update (new: costmap_update) [costmap_cspace_msgs::CSpace3DUpdate]
  • ~/footprint [geometry_msgs::PolygonStamped]
  • ~/debug [sensor_msgs::PointCloud]

Parameters

  • "ang_resolution" (int, default: 16): for root layer
  • "linear_expand" (double, default: 0.2f): for root layer
  • "linear_spread" (double, default: 0.5f): for root layer
  • "footprint" (?, default: footprint_xml): for root layer
  • "static_layers": array of layer configurations
  • "layers": array of layer configurations

Each layer configuration contains: * "name" (string) layer name * "type" (string) layer type name * "parameters" layer specific parameters

Available layer types and parameters are: - Costmap3dLayerFootprint: Configuration space costmap layer according to the given footprint. - "linear_expand" (double) - "linear_spread" (double) - "footprint" (?, default: root layer's footprint) - Costmap3dLayerPlain: Costmap layer without considering footpring. - "linear_expand" (double) - "linear_spread" (double) - Costmap3dLayerOutput: Output generated costmap at this point. In most case, this is placed at the last layer. - Costmap3dLayerStopPropagation: Stop propagating parent layer's cost to the child. This can be used at the beginning of layer to ignore changes in static layers. - Costmap3dLayerUnknownHandle: Set unknown cell's cost. - "unknown_cost" (int)

See example parameters.


laserscan_to_map

stub


pointcloud2_to_map

stub


largemap_to_map

stub

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged costmap_cspace at answers.ros.org