Inconsistent way to trigger sensors in ROS2 Gem #805
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/simulation
Categorizes an issue or PR as relevant to SIG Simulation
Describe the bug
ROS2 Gem has two ways to trigger sensors :
Both those wrap OnTickBus and SceneEvents::OnSceneSimulationFinishHandler.
Those calls implementation of sensor measurements.
Problem is that both implementations do not respect simulation time
and
Those delta times are not the same, one is update dt time of PhysX second one it wall time.
It should be consistent and use ROS2 Gem API to get time:
Assets required
N/A
Steps to reproduce
Measure hz of messages using ros2 topic hz:
Expected behavior
Actual behavior
Screenshots/Video
Peek.2024-12-05.11-17.mp4
Found in Branch
development, main
The text was updated successfully, but these errors were encountered: