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 0.5.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/clydemcqueen/orca4.git
VCS Type git
VCS Version main
Last Updated 2025-03-17
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

Orca Nav2 plugins

Additional Links

Maintainers

  • Clyde McQueen

Authors

  • Clyde McQueen

Orca4 Nav2 Plugins

The following Nav2 plugins provide basic 3D planning and control suitable for open water. They all ignore the global and local costmaps. They all largely ignore yaw, though the PurePursuitController3D will generate a value for yaw (angular.z) in cmd_vel.

Note for Humble: Nav2 now includes a velocity smoother node which takes cmd_vel output from the Nav2 controller(s) and does velocity, acceleration, and deadband smoothing. This node isn’t 3D-aware, so it isn’t used in Orca4.

StraightLinePlanner3D

The StraightLinePlanner3D plugin is similar to the StraightLinePlanner plugin. The planner can plan in two segments (vertical motion first, then horizontal) or one segment (vertical and horizontal motion combined).

Parameters:

Parameter Type Default Notes
planning_dist double 0.1 How far apart the plan poses are, m
z_before_xy bool false If true plan in 2 segments: z then xy

PurePursuitController3D

The PurePursuitController3D plugin is similar to the PurePursuitController plugin. It limits horizontal, vertical and yaw acceleration to reduce pitching and drift. The BlueROV2 frame is holonomic, but forward/backward drag is lower than the left/right drag, so the controller generates diff-drive motion (linear.x, linear.z and angular.z).

Parameters:

Parameter Type Default Notes
xy_vel double 0.4 Desired horizontal velocity, m/s
xy_accel double 0.4 Max horizontal acceleration, m/s^2
z_vel double 0.2 Desired vertical velocity, m/s
z_accel double 0.2 Max vertical acceleration, m/s^2
yaw_vel double 0.4 Desired yaw velocity, r/s
yaw_accel double 0.4 Max yaw acceleration, r/s^2
lookahead_dist double 1.0 Lookahead distance for pure pursuit algorithm, m
transform_tolerance double 1.0 How stale a transform can be and still be used, s
goal_tolerance double 0.1 Stop moving when goal is closer than goal_tolerance. Should be less than the values in GoalChecker3D
tick_rate double 20 The BT tick rate, used to calculate dt

ProgressChecker3D

The ProgressChecker3D plugin is similar to the SimpleProgressChecker plugin.

Parameters:

Parameter Type Default Notes
radius double 0.5 Minimum distance to move, m
time_allowance double 10.0 Time allowed to move the minimum distance, s

GoalChecker3D

The GoalChecker3D plugin is similar to the SimpleGoalChecker plugin.

Parameters:

Parameter Type Default Notes
xy_goal_tolerance double 0.25 Horizontal goal tolerance
z_goal_tolerance double 0.25 Vertical goal tolerance
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

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