Skip to content
Discussion options

You must be logged in to vote

LaserScan Ontology Proposed solution

This proposes the canonical field set for the LaserScan ontology type within this project, aligned with the established ROS message definitions for sensor_msgs/LaserScan and sensor_msgs/MultiEchoLaserScan.


Proposed Field Set

The following fields are proposed for the LaserBaseScan ontology class. All names and semantics are derived directly from sensor_msgs/LaserScan and sensor_msgs/MultiEchoLaserScan.

class LaserScanBase(Generic[T]):
    angle_min:       float                              # Start angle of the scan [rad]
    angle_max:       float                              # End angle of the scan [rad]
    angle_increment: float

Replies: 5 comments 3 replies

Comment options

LuigiTer
Mar 18, 2026
Maintainer Author

You must be logged in to vote
3 replies
@fdicorato
Comment options

@fdicorato
Comment options

@LuigiTer
Comment options

LuigiTer Mar 18, 2026
Maintainer Author

Comment options

LuigiTer
Mar 20, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by fdicorato
Comment options

LuigiTer
Mar 20, 2026
Maintainer Author

You must be logged in to vote
0 replies
Comment options

LuigiTer
Mar 23, 2026
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk Activity related to SDKs in progress python Pull requests that update python code
2 participants
Converted from issue

This discussion was converted from issue #264 on March 18, 2026 09:40.