ROS2 Lidar wrong tick source #810
Labels
feature/robotics
This item is related to robotics.
kind/bug
Categorizes issue or PR as related to a bug.
priority/major
Major priority. Work that should be handled after all blocking and critical work is done.
sig/simulation
Categorizes 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
The text was updated successfully, but these errors were encountered: