Gene VanMeter
Gene VanMeter
Yes. To narrow it down, this is the output when LongFilePaths has not been set: ``` C:\dev\ros2_humble>colcon build --merge-install --packages-select rosidl_typesupport_introspection_tests --event-handlers console_direct+ Starting >>> rosidl_typesupport_introspection_tests -- Selecting Windows SDK...
https://github.com/genevanmeter/ros2_java/tree/humble My fork builds on Ubuntu 22.04 for humble. I don't have experience with Java but these changes were to pull humble branches and a cmake change. To use the...
I was only concerned with getting it to run on desktop.
This does happen after most reboots. Rarely it works as expected and that only lasts for a little while, ie I'll run a new node and it doesn't show up...
I have found if I terminate the daemon running in python from Process Explorer or run ros2 daemon stop that I'm able to temporarily resolve the issue. 
Stopping and starting the daemon workaround no longer works for me on Windows. Every command hangs even after reboots. ros2 topic list -- hangs ros2 node list -- hangs ros2...
@MiguelCompany Thank you. Instantly resolved all of my issues. C:\ProgramData\eprosima\fastrtps_interprocess was nearly 400MB but quite small when zipped. I copied the files before deleting. Are there any that may be...
A single fragment version which does perform as expected. ``` import time from holoscan.core import Application, Fragment, IOSpec from holoscan.core import ( Operator, OperatorSpec, ConditionType ) from holoscan.conditions import PeriodicCondition,...
I'm am now leaning toward that this is potentially a bug. Using the ping_distributed example: 1. Tx has sent message 3 before Rx receives message 1 but Tx output should...
Adding `HOLOSCAN_UCX_ASYNCHRONOUS=false` produced a different result. Tx is initially running at 10 Hz but after Rx receives is second message (ie Rx Got 1) Tx is now synced to Rx...