A collection of lightweight ROS2 utility nodes for testing, debugging, and operating the Vortex AUV. These are standalone helper nodes not core pipeline components. Use them to inspect data, convert formats, or bridge gaps during development and field operations.
| Node | Description |
|---|---|
message_publisher |
Subscribes to odometry (resolved from config) and publishes odometry pose in Euler angles (x, y, z, roll, pitch, yaw). |
colcon build --packages-select vortex_utility_nodes
source install/setup.bashros2 launch vortex_utility_nodes message_publisher.launch.py- Create your node source file in
src/ - Add an
add_executableentry inCMakeLists.txt - Add the install target to
lib/${PROJECT_NAME} - Update this table
rclcppnav_msgsvortex_msgsvortex_utilsEigen3