Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 429 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 429 Bytes

Lidar Republisher Node

This is a simple ROS2 node that republishes Lidar scan messages with an updated timestamp. It listens to Lidar scan messages on the /scan_tmp topic, updates the timestamp of the message, and republishes it to the /scan topic.

Features

  • Subscribes to Lidar scan messages on /scan_tmp.
  • Updates the timestamp of the incoming messages.
  • Republishes the modified messages to the /scan topic.