Change name of cpm_sender to v2x_node
This commit is contained in:
parent
29939c46dc
commit
f2b667e44a
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue