You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When investigating the tick performance I noticed some issues in the way we calculated the tick time for our debug topics.
In addition I noticed that we actually tick the tree at a frequency of 500 Hz when only specifying 10 Hz.
1. Load any BT.
2. Record a rosbag with all topics.
3. Run the tree.
4. Visualize 1 / `/BehaviorTreeNode/debug/tick_frequency/data` topic in PlotJuggler
Screenshots
No response
Logs
No response
ROS 2 Version
Jazzy
OS
Ubuntu 24.04
The text was updated successfully, but these errors were encountered:
Ok after fixing another bug in the tick frequency calculation the deviation does not seem too significant.
Nonetheless we might want to investigate where these are coming from.
Description
When investigating the tick performance I noticed some issues in the way we calculated the tick time for our debug topics.
In addition I noticed that we actually tick the tree at a frequency of 500 Hz when only specifying 10 Hz.
Reproduction URL
https://github.com/fzi-forschungszentrum-informatik/ros2_ros_bt_py
Reproduction steps
Screenshots
No response
Logs
No response
ROS 2 Version
Jazzy
OS
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: