vpe_publisher: fix a bug when the first pose arrives at the start of clock (simulation)

This commit is contained in:
Oleg Kalachev
2022-11-11 05:43:16 +06:00
parent f719406c8b
commit 5afbcff949

View File

@@ -25,7 +25,7 @@
using std::string;
using namespace geometry_msgs;
bool reset_flag = false;
bool reset_flag = true; // offset should be reset on the start
string local_frame_id, frame_id, child_frame_id, offset_frame_id;
tf2_ros::Buffer tf_buffer;
ros::Publisher vpe_pub;