Skip to content

Conversation

@Juliaj
Copy link
Collaborator

@Juliaj Juliaj commented Nov 20, 2025

Purpose

Support #697

Proposed Changes

  • Update rai-perception README to install package via pip
  • Increase test coverage

Testing

  • New unit test added.
  • All tests run and passed.

@Juliaj Juliaj changed the title chore: rai-perception update doc to use pip install and add tests chore: rai-perception - update docs to use pip install and add more tests Nov 20, 2025
@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.32%. Comparing base (a0addd0) to head (56c34e6).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #719   +/-   ##
=======================================
  Coverage   65.32%   65.32%           
=======================================
  Files          78       78           
  Lines        3386     3386           
=======================================
  Hits         2212     2212           
  Misses       1174     1174           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +46 to +50
# TODO(juliaj): Investigate why timestamp is sometimes rclpy.time.Time and sometimes
# builtin_interfaces.msg.Time. The function signature expects rclpy.time.Time, but
# grounding_dino.py calls .to_msg() before passing it. Should we fix the caller or
# change the signature to accept Union[rclpy.time.Time, builtin_interfaces.msg.Time]?
# Handle both rclpy.time.Time (call to_msg()) and builtin_interfaces.msg.Time (use directly)
Copy link
Member

@maciejmajek maciejmajek Nov 28, 2025

Choose a reason for hiding this comment

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

Weird. I will invastigate

@maciejmajek maciejmajek merged commit 8e24c27 into main Nov 28, 2025
11 checks passed
@maciejmajek maciejmajek deleted the jj/docs/rai_perception branch November 28, 2025 10:12
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.

3 participants