Skip to content

Commit

Permalink
Common: rename control command name
Browse files Browse the repository at this point in the history
  • Loading branch information
Capri2014 authored and sjiang2018 committed Nov 26, 2019
1 parent 8a7dddb commit a90e704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/common/adapters/adapter_gflags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ DEFINE_string(control_preprocessor_topic, "/apollo/control/preprocessor",
"control preprocessor topic name");
DEFINE_string(control_local_view_topic, "/apollo/control/localview",
"control local view topic name");
DEFINE_string(control_pre_command_topic, "/apollo/control/precommand",
"pre control command topic name");
DEFINE_string(control_core_command_topic, "/apollo/control/controlcore",
"control command core algorithm topic name");
DEFINE_string(pointcloud_topic,
"/apollo/sensor/lidar128/compensator/PointCloud2",
"pointcloud topic name");
Expand Down
2 changes: 1 addition & 1 deletion modules/common/adapters/adapter_gflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DECLARE_string(pad_topic);
DECLARE_string(control_command_topic);
DECLARE_string(control_preprocessor_topic);
DECLARE_string(control_local_view_topic);
DECLARE_string(control_pre_command_topic);
DECLARE_string(control_core_command_topic);
DECLARE_string(pointcloud_topic);
DECLARE_string(pointcloud_16_front_up_topic);
DECLARE_string(pointcloud_64_topic);
Expand Down

0 comments on commit a90e704

Please sign in to comment.