No version for distro humble showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange

No version for distro jazzy showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange

No version for distro kilted showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange

No version for distro rolling showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange

No version for distro galactic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange

No version for distro iron showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange

No version for distro melodic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange

No version for distro noetic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 3.0.1
License Apache Licence 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description A collection of nodes to serve as a 3D navigation stack for my drone
Checkout URI https://github.com/slaghuis/nav_drone.git
VCS Type git
VCS Version main
Last Updated 2023-02-16
Dev Status UNKNOWN
Released UNRELEASED
Tags drone cpp navigation ros2-foxy
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Costmap publisher for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Costmap 3D

Builds a 2D Polar Histogram around the robot by looking for obstacles around the robot and recording the altitude and azimuth. The obstacles are picked up from a Octomap. The Polar histogram is simplidied to bytes and published to Controller nodes.

This node is a vast simplification on the Costmap that we got used to in the ROS2 Navigation Framework and System. This node does not use layers and filters. There surely is scope to extend the node to this level, but for now the code has been kept simple to ensure performance on the single onboard computer (Typicaly a Raspberry PI 4) that has to run the whole navigation stack.

Dependencies

Octomap Server

This nodes listens to messages from the Octomap Server to obtain a view of all obstacles in the environment.

sudo apt-get install ros-foxy-octomap-server

Eigen

The costmap is built on a matrix leveraging the Eigen libraries. Eigen is a lightweight C++ template library for linear algebra.

sudo apt-get install libeigen3-dev

Status

This code is under developent. (2022-11-worldcup)

CHANGELOG
No CHANGELOG found.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged nav_drone_costmap_3d at Robotics Stack Exchange