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.0
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 for the Nav Drone Stack

Additional Links

No additional links.

Maintainers

  • Eric Slaghuis

Authors

No additional authors.

Controller Server

An action server for nav_drone_msg::action::FollowPath. Typically called by the nav_drone_bt_navigator FollowPath action from this repository. Implements a plugin interface for the nav_drone_core::controller class. It also contains progress checkers and goal checker plugins to abstract out that logic from specific controller implementations.

Dependencies

  • Only the dependencies listed in the CMakeLists.txt

Testing

Whilst running a simulator of your choice, run:

  • Drone node to publish odometry
  • Publish a suitible tf2 tree - See teh Drone node documentation
  • Run an Octomap server to publish an octomap
  • Something to pupulate the Ocotomap server, either by loading a file or publishing a pointcloud
  • A controller plugin. In this case we use the Regulated Pure Pursuit controller from this repository

After issuing a takeoff command, run this in a seperate terminal. If all goes well, the drone should move along the path.

ros2 action send_goal nav_drone/follow_path "nav_drone_msgs/action/FollowPath" '{controller_id: RegulatedPurePursuitController, goal_checker_id: SimpleGoalChecker, path: {header: {frame_id: 'map'}, poses: [{pose: {position: {x: 0,y: 0,z: 2}, orientation: {x: 0, y: 0, z: 0, w: 1}}, header: {frame_id: 'map'}}, {pose: {position: {x: 8,y: 5,z: 2}, orientation: {x: 0, y: 0, z: 0, w: 1}}, header: {frame_id: 'map'}}]}}'

Code Status

This code is under testing as from 09 Sept 2022, 13 February 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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged nav_drone_controller 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.