-
Notifications
You must be signed in to change notification settings - Fork 83
ROS2 Lidar wrong tick source #810
Copy link
Copy link
Open
Labels
feature/roboticsThis item is related to robotics.This item is related to robotics.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/majorIssue causes friction in workflows, but can be worked around or avoided. Rare or difficult crashes.Issue causes friction in workflows, but can be worked around or avoided. Rare or difficult crashes.sig/simulationCategorizes an issue or PR as relevant to SIG SimulationCategorizes an issue or PR as relevant to SIG Simulation
Metadata
Metadata
Assignees
Labels
feature/roboticsThis item is related to robotics.This item is related to robotics.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/majorIssue causes friction in workflows, but can be worked around or avoided. Rare or difficult crashes.Issue causes friction in workflows, but can be worked around or avoided. Rare or difficult crashes.sig/simulationCategorizes an issue or PR as relevant to SIG SimulationCategorizes an issue or PR as relevant to SIG Simulation
The Ros2 lidar sensor is using TickBasedSource wich is not precise.
Since the lidar only relies on physics it should use PhysicsBasedSource wich permits to publish at a precise frequency.
Results with TickBasedSource
Results with PhysicsBasedSource
Im using main branch but i have checked also dev branch and it seems to also use TickBasedSource.
o3de-extras/Gems/ROS2/Code/Source/Lidar/ROS2Lidar2DSensorComponent.h
Line 28 in f18a22f