Change name of cpm_sender to v2x_node

This commit is contained in:
Yu Asabe 2021-11-01 16:26:45 +09:00
parent 29939c46dc
commit f2b667e44a
3 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ include_directories(
)
ament_auto_add_library(autoware_v2x SHARED
src/cpm_sender.cpp
src/v2x_node.cpp
src/application.cpp
src/cpm_application.cpp
src/ethernet_device.cpp

View File

@ -1,4 +1,4 @@
#include "autoware_v2x/cpm_sender.hpp"
#include "autoware_v2x/v2x_node.hpp"
#include "autoware_v2x/time_trigger.hpp"
#include "autoware_v2x/router_context.hpp"
#include "autoware_v2x/positioning.hpp"