added option to select odom navmsgs topic name

This commit is contained in:
Tan Pin Da
2020-09-07 13:43:05 +08:00
parent 291f2baa08
commit 932b05cf72
4 changed files with 8 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ public:
std::string odom_frame_;
std::string base_frame_;
std::string odom_topic_name_;
bool simulated_robot_ = false;
int sim_control_rate_ = 50;