File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
waypoint_navigation_plugin Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ find_package(rviz_common REQUIRED)
2121find_package (rviz_default_plugins REQUIRED)
2222find_package (rviz_rendering REQUIRED)
2323find_package (rosbag2_cpp REQUIRED)
24+ find_package (rosbag2_storage REQUIRED)
2425find_package (mav_manager_srv REQUIRED)
2526find_package (rviz_ogre_vendor REQUIRED)
2627find_package (std_srvs REQUIRED)
Original file line number Diff line number Diff line change 2424 <depend condition =" $ROS_VERSION == 2" >rviz_rendering</depend >
2525 <depend condition =" $ROS_VERSION == 2" >sensor_msgs</depend >
2626 <depend condition =" $ROS_VERSION == 2" >rosbag2_cpp</depend >
27+ <depend condition =" $ROS_VERSION == 2" >rosbag2_storage</depend >
2728 <depend condition =" $ROS_VERSION == 2" >mav_manager_srv</depend >
2829
2930 <build_depend condition =" $ROS_VERSION == 2" >qtbase5-dev</build_depend >
Original file line number Diff line number Diff line change 6565#include < rosbag2_cpp/writer.hpp>
6666#include < rosbag2_cpp/reader.hpp>
6767#include < rclcpp/serialization.hpp>
68- #include < rosbag2_cpp /storage_options.hpp>
68+ #include < rosbag2_storage /storage_options.hpp>
6969#include < OgrePrerequisites.h>
7070
7171typedef struct {
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ WaypointNavTool::~WaypointNavTool()
7272
7373 delete frame_;
7474 delete frame_dock_;
75+ delete moving_flag_node_;
7576}
7677
7778void WaypointNavTool::onInitialize ()
You can’t perform that action at this time.
0 commit comments