No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 3.1.1 |
License | Apache Licence 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/slaghuis/nav_drone.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-02-16 |
Dev Status | UNMAINTAINED |
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
Controller Server forthe Navigation Drone Stack
Additional Links
No additional links.
Maintainers
- Eric Slaghuis
Authors
No additional authors.
Planner Server
An action server for nav_drone_msg::action::ComputePathToPose
. Typically called by the nav_drone_bt_navigator
ComputePathToPose
action from this repository. Implements a plugin interface for the nav_drone_core::planner
class
Depencencies
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
Be sure to configure the Octomap server and run the required nodes to publish the octomap.
Testing
Whilst running the:
- Drone node to publish odometry
- Octomap Server to publish an octomap
- Something to populate the Octomap, either by file or by publishing a pointcloud. See Sensor Pointcloud for an example
- A Planner plugin of your choice. Here I run the dumb planner from this repository
Run the following and see a path returned
ros2 action send_goal /nav_drone/compute_path_to_pose "nav_drone_msgs/action/ComputePathToPose" '{planner_id: "DumbPlanner", use_start: True, start: {header: {frame_id: 'map'}, pose: {position: {x: 0, y: 0, z: 5}}}, goal: {header: {frame_id: 'map'}, pose: {position: {x: 1, y: 7, z: 5}}}}'
Code Status
This is still a work in progress. This code has flown in a simulator. (31/01/2023)
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
navigation |
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_planner at Robotics Stack Exchange
No version for distro noetic. 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 foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.