Skip to content

Commit

Permalink
Merge branch 'main' into ci_matching_branch/bump_harmonic_gz-sensors8
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey committed Aug 4, 2023
2 parents 31bbc45 + d649800 commit 9506b39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion src/Lidar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ bool Lidar::PublishLidarScan(const std::chrono::steady_clock::duration &_now)
frame->set_key("frame_id");
// keeping here the sensor name instead of frame_id because the visualizeLidar
// plugin relies on this value to get the position of the lidar.
// the ros_ign plugin is using the laserscan.proto 'frame' field
// the ros_gz plugin is using the laserscan.proto 'frame' field
frame->add_value(this->Name());
this->dataPtr->laserMsg.set_frame(this->FrameId());

Expand Down
32 changes: 0 additions & 32 deletions test/integration/deprecated_TEST.cc

This file was deleted.

0 comments on commit 9506b39

Please sign in to comment.