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

Launch scripts

Additional Links

Maintainers

  • Clyde McQueen

Authors

  • Clyde McQueen

Launch files

sim_launch.py

Launch ROV or AUV simulation in Gazebo. Calls bringup.py.

To see parameters: ros2 launch --show-args orca_bringup sim_launch.py

bringup.py

Bring up all core ROV and AUV nodes, including ORB_SLAM2 and Nav2. Calls navigation_launch.py.

Nav2 navigation launch file, modified to avoid launch the velocity smoother.

Scenarios

Full automation

In a terminal run:

source src/orca4/setup.bash
ros2 launch orca_bringup sim_launch.py

Execute a mission in a 2nd terminal:

source src/orca4/setup.bash
ros2 run orca_bringup mission_runner.py

Using MAVProxy

It is possible to launch Gazebo and ArduSub and control the sub using MAVProxy.

Launch a minimal system:

ros2 launch orca_bringup sim_launch.py base:=false mavros:=false nav:=false rviz:=false slam:=false

Launch MAVProxy in a 2nd terminal:

mavproxy.py --master tcp:127.0.0.1:5760 --sitl 127.0.0.1:5501 --out 127.0.0.1:14550 --out 127.0.0.1:14551 --out udp:0.0.0.0:14550 --console

You can use MAVProxy to send commands directly to ArduSub:

arm throttle
rc 3 1450
rc 3 1500
mode alt_hold
disarm

RC channels:

  • RC 3 – vertical
  • RC 4 – yaw
  • RC 5 – forward
  • RC 6 – strafe

MAVProxy + SLAM

This will bring up a minimal system with SLAM and RViz:

ros2 launch orca_bringup sim_launch.py base:=false mavros:=false nav:=false

You can use MAVProxy to drive the sub around the seafloor and build a map.

Video pipeline

The simulation uses Gazebo camera sensors to generate uncompressed 800x600 images in an ideal stereo configuration. The frame rate is throttled to 5Hz to reduce CPU load in ORB_SLAM2, but it can easily go higher.

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.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

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