Skip to content

Commit a533af7

Browse files
authored
Removing smart pointer definitions from FilterBase (#581)
1 parent 73c8a35 commit a533af7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/robot_localization/filter_base.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,12 @@
4646
#include <vector>
4747
#include <limits>
4848

49-
#include "rclcpp/macros.hpp"
50-
5149
namespace robot_localization
5250
{
5351

5452
class FilterBase
5553
{
5654
public:
57-
RCLCPP_SMART_PTR_DEFINITIONS_NOT_COPYABLE(FilterBase)
58-
5955
/**
6056
* @brief Constructor for the FilterBase class
6157
*/

0 commit comments

Comments
 (0)