Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add clock synchronization feature (NTP) #36

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dudekw
Copy link

@dudekw dudekw commented Feb 1, 2017

Laser scanner (LMS100) is capable of clock synchronization (using Network Time Protocol). This PR:

  1. adds clock synchronization to the LMS1xx library.
    • Scan data structure returns:
      • time stamp of the msg - seconds,
      • time stamp of the msg - micro seconds,
      • time since laser scanner start up - micro seconds
    • An additional configuration method is implemented.
  2. adds configuration parameters to the launch file,
  3. adds the LMS1xx_NTP_diagnostic node to print current state of the laser scanner,
  4. modifies the LMS1xx_node node to handle the NTP clock synchronization (if the useNTP param is set true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant