Skip to content

Commit

Permalink
change default target frame
Browse files Browse the repository at this point in the history
  • Loading branch information
ohtt committed Oct 29, 2021
1 parent a470eae commit 6a3b9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aerialmap_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ void AerialMapDisplay::transformAerialMap()
}

// the frame "map" is defined here: https://www.ros.org/reps/rep-0105.html#map
std::string const static frameMap = "map";
std::string const static frameMap = "base_point";
std::string const frameNavSatFix = ref_fix_.header.frame_id;

// rotation from the fixed frame into the map frame
Expand Down

0 comments on commit 6a3b9b2

Please sign in to comment.