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

Fix resource management in UAS node #1961

Open
wants to merge 5 commits into
base: ros2
Choose a base branch
from

Commits on Jun 25, 2024

  1. Fix some compiler warnings

    ugol-1 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    feef01f View commit details
    Browse the repository at this point in the history
  2. - Plugin class ctors implementation moved to plugin.cpp.

    - Removed unnecessary dynamic_pointer_cast<>'s
    
    Removed unused Plugin ctor
    ugol-1 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0ce85fe View commit details
    Browse the repository at this point in the history
  3. Fixed unresolved symbol runtime error due to not linking to yaml-cpp …

    …properly
    ugol-1 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1bfdd5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff8b485 View commit details
    Browse the repository at this point in the history
  5. Clean shutdown of UAS node

    Prohibit copying and moving of UAS
    
    Removed startup_delay_timer
    ugol-1 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fe0e21d View commit details
    Browse the repository at this point in the history