Skip to content

Commit

Permalink
remove ignition (#366)
Browse files Browse the repository at this point in the history

Signed-off-by: Nate Koenig <natekoenig@gmail.com>
  • Loading branch information
nkoenig committed Aug 3, 2023
1 parent a516493 commit d649800
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 d649800

Please sign in to comment.