Skip to content

Base Deconstructor Addition #679

@johanneskbl

Description

@johanneskbl

In my view, all timer and spinners need to be stopped. In the code for the destructor of the AerialRobotBase class only the main timer and spinner is stopped but not the callback spinner. Shouldn't it be added here like this?

AerialRobotBase::~AerialRobotBase()
{
    main_timer_.stop();
    main_loop_spinner_.stop();
    callback_spinner_.stop();         // added
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions