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

SW-6906: publish sensor telemetry in ouster ros #413

Merged
merged 10 commits into from
Jan 18, 2025

Conversation

Samahu
Copy link
Contributor

@Samahu Samahu commented Jan 15, 2025

Related Issues & PRs

Summary of Changes

  • Define a new telemetry message and emit (it from a live sensor or bag file or pcap)
  • Always set timestamps in the PointCloud even for invalid points
  • Code refactor for LidarPacketHandler

TODO(s)

  • Support emitting Telemetry topic in replay mode (bag|pcap)
    • Probably in a separate PR

Validation

  • Launch a live sensor with telemetry enabled
roslaunch ouster_ros driver.launch sensor_hostname:=... proce_mask:="...|TLM"
  • Once sensor is connected, open a separate terminal launch, verify that the telemetry topic is up and running
rostopic echo /ouster/telemetry
  • Verify that the telemetry messages are being sent at the same rate as the raw packets topic
rostopic hz /ouster/telemetry

@Samahu Samahu added the enhancement New feature or request label Jan 15, 2025
@Samahu Samahu self-assigned this Jan 15, 2025
@Samahu Samahu marked this pull request as ready for review January 17, 2025 21:32
@Samahu Samahu merged commit c4b4f87 into master Jan 18, 2025
3 checks passed
@Samahu Samahu deleted the SW-6906-publish-sensor-telemetry-in-ouster-ros branch January 18, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants