Skip to content

Commit f9ec76c

Browse files
committed
Rename cpp_libs
1 parent 2752d00 commit f9ec76c

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/vacuum_cleaner/cpp_template/libs/include/vacuum_cleaner_cpp/Frequency.hpp renamed to exercises/vacuum_cleaner/cpp_template/libs/include/Frequency.hpp

File renamed without changes.

exercises/vacuum_cleaner/cpp_template/libs/include/vacuum_cleaner_cpp/HAL.hpp renamed to exercises/vacuum_cleaner/cpp_template/libs/include/HAL.hpp

File renamed without changes.

exercises/vacuum_cleaner/cpp_template/libs/include/vacuum_cleaner_cpp/WebGUI.hpp renamed to exercises/vacuum_cleaner/cpp_template/libs/include/WebGUI.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "rclcpp/rclcpp.hpp"
1111
#include "nav_msgs/msg/odometry.hpp"
1212
#include "gazebo_msgs/msg/performance_metrics.hpp"
13-
#include "vacuum_cleaner_cpp/Frequency.hpp"
13+
#include "Frequency.hpp"
1414

1515
namespace beast = boost::beast;
1616
namespace websocket = beast::websocket;
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)