Skip to content

Commit

Permalink
Added missing destructor to MPPI critic manager (ros-navigation#3812)
Browse files Browse the repository at this point in the history
* Added missing virtual destructor

* Updated CriticManger Destructor to be same as other branches
  • Loading branch information
VineetTambe authored and RBT22 committed Oct 24, 2023
1 parent 8e87794 commit 08c4c80
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ class CriticManager
* @brief Constructor for mppi::CriticManager
*/
CriticManager() = default;


/**
* @brief Virtual Destructor for mppi::CriticManager
*/
virtual ~CriticManager() = default;

/**
* @brief Configure critic manager on bringup and load plugins
* @param parent WeakPtr to node
Expand Down

0 comments on commit 08c4c80

Please sign in to comment.