I am currently trying to port from launch_testing to launch_pytest. Everything worked fine with the previous package, but the joint_state_publisher never launches with the new setup. Everything runs if I remove the RegisterEventHandler bit from the launch file and add to launch_description directly. Looking at the launch log output, I can see that station_setup_node exits but joint_state_publisher never starts.
Bug report
Required Info:
Steps to reproduce issue
I have a launch file with some action that starts other nodes when one exits.
I am creating a launch description for test using that launch file.
I am currently trying to port from
launch_testing
tolaunch_pytest
. Everything worked fine with the previous package, but thejoint_state_publisher
never launches with the new setup. Everything runs if I remove theRegisterEventHandler
bit from the launch file and add to launch_description directly. Looking at the launch log output, I can see thatstation_setup_node
exits butjoint_state_publisher
never starts.Any pointers would be a huge help, Thanks!