Skip to content

Vortex utility nodes#47

Merged
Q3rkses merged 7 commits intomainfrom
vortex-utility-nodes
Mar 28, 2026
Merged

Vortex utility nodes#47
Q3rkses merged 7 commits intomainfrom
vortex-utility-nodes

Conversation

@Q3rkses
Copy link
Copy Markdown
Contributor

@Q3rkses Q3rkses commented Mar 27, 2026

added vortex_utility_nodes package, that should hold nodes useful for debugging or for missions

added the first node euler_odom_publisher that will read the odometry of the drone and publish it in euler angles on a different topic. Useful for visualizing convergence in foxglove

added readme for the euler_odom_publisher_node

@Q3rkses Q3rkses requested a review from jorgenfj March 27, 2026 19:17
@Q3rkses Q3rkses self-assigned this Mar 27, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

❌ Patch coverage is 0% with 60 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.76%. Comparing base (b991606) to head (f1190d8).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
vortex_utility_nodes/src/message_publisher.cpp 0.00% 60 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
- Coverage   79.08%   75.76%   -3.32%     
==========================================
  Files          13       14       +1     
  Lines        1372     1432      +60     
  Branches      685      688       +3     
==========================================
  Hits         1085     1085              
- Misses         59      119      +60     
  Partials      228      228              
Flag Coverage Δ
unittests 75.76% <0.00%> (-3.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
vortex_utility_nodes/src/message_publisher.cpp 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

@jorgenfj jorgenfj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just create a RPY message, and use std::variant to make this support different input messages (including vortex-msgs) containing quaternions.

Copy link
Copy Markdown
Contributor

@jorgenfj jorgenfj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -0,0 +1,8 @@
euler_odometry_publisher_node:
ros__parameters:
input_type: "odometry"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

input string should match the param names

@Q3rkses Q3rkses merged commit 325fc69 into main Mar 28, 2026
4 of 5 checks passed
@Q3rkses Q3rkses deleted the vortex-utility-nodes branch March 28, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants