mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
vpe_publisher: fix a bug when the first pose arrives at the start of clock (simulation)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user