Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial logging implementation #1

Merged
merged 9 commits into from
Oct 11, 2024
Merged

Initial logging implementation #1

merged 9 commits into from
Oct 11, 2024

Conversation

geoff-imdex
Copy link
Owner

  • Modified code from r2r / ros2_rust PR 371
  • Replaced log creation to use rcl_logging_configure to allow us to push to /rosout
  • TODO:
    • Add support for full featured macros, e.g. throttling, once, etc
    • Don't force users to have logging
    • Support use/setting of rosout_enabled

rclrs/src/node.rs Show resolved Hide resolved
rclrs/src/node.rs Show resolved Hide resolved
rclrs/src/logging.rs Show resolved Hide resolved
rclrs/src/logging.rs Outdated Show resolved Hide resolved
rclrs/src/node.rs Show resolved Hide resolved
* Modified code from r2r / ros2_rust PR 371
* Replaced log creation to use rcl_logging_configure to allow us to push to /rosout
* TODO:
* * Add support for full featured macros, e.g. throttling, once, etc
* * Don't force users to have logging
* * Support use/setting of rosout_enabled
@geoff-imdex geoff-imdex force-pushed the ros2_rust_log_support branch from 2b5f111 to 48cb2e5 Compare October 10, 2024 09:11
@geoff-imdex geoff-imdex merged commit 239dab3 into main Oct 11, 2024
@geoff-imdex geoff-imdex deleted the ros2_rust_log_support branch October 11, 2024 01: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.

2 participants