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

Foxy devel #18

Merged
merged 3 commits into from
Sep 15, 2022
Merged

Foxy devel #18

merged 3 commits into from
Sep 15, 2022

Commits on Jun 8, 2022

  1. Fix for costmap nodes lifecycle status (ros-navigation#3005)

    Lifecycle status for global and local cost nodes not correct.
    ros2 lifecycle/service commands  shows unconfigured for these two.
    This is due to directly calling on_configure/on_activate/on_cleanup
    calls in parent node.  This PR to replace on_xxxxxx() to
    configure()/activate()/cleanup() calls of lifecycle base.
    
    Signed-off-by: Arshad Mehmood <arshad.mehmood@intel.com>
    arshadlab authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    60043d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    1922e99 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    ca48280 View commit details
    Browse the repository at this point in the history