Open eliatrevisan opened 10 months ago
Would you be willing to test if timed_roslaunch
fixes the issue and, if so, make a PR?
Yes, I'll have a look at it next week
You could also try adding a output="screen"
into the joint launch file for all nodes. Maybe it gives you a hint of what went wrong.
Friendly bump
The demo.launch file launches the vicon bridge simultaneously with the robot_ekf node. Sometimes, likely due to timing (robot_ekf launches before the vicon bridge), the robot_ekf node advertises the topic but doesn't publish, all without giving errors.
Launching the vicon bridge first and then separately launching the robot_ekf solves the issue.
Timed_roslaunch (http://wiki.ros.org/timed_roslaunch) could solve the issue while keeping everything in a single launch file.