Skip to content

Commit

Permalink
Corrected ODOMSH frame id (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo Garcia <[email protected]>
  • Loading branch information
fgarciacardenas and Facundo Garcia authored Sep 13, 2024
1 parent 9ae321e commit e896f13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ struct FP_ODOMSH {
int wheelspeed_status;

// Message structure
const std::string frame_id = "FP_ENU0";
const std::string frame_id = "FP_ECEF";
const std::string child_frame_id = "FP_POISH";
const std::string header_ = "ODOMSH";
static constexpr unsigned int kVersion_ = 1;
Expand Down

0 comments on commit e896f13

Please sign in to comment.