We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1942505 commit 77dcdcaCopy full SHA for 77dcdca
opennav_coverage/src/visualizer.cpp
@@ -44,6 +44,7 @@ void Visualizer::visualize(
44
auto utm_path = std::make_unique<nav_msgs::msg::Path>(nav_path);
45
utm_path->header.frame_id = GLOBAL_FRAME;
46
for (unsigned int i = 0; i != utm_path->poses.size(); i++) {
47
+ utm_path->poses[i].header.frame_id = GLOBAL_FRAME;
48
utm_path->poses[i].pose.position.x += ref_pt.getX();
49
utm_path->poses[i].pose.position.y += ref_pt.getY();
50
}
0 commit comments