Open SteveMacenski opened 5 months ago
I see the stuff trying to publish to these topics, but the node associated with it isn't listening. When I let the robot warm up for a few minutes those aggregator topics do appear finally due to this on the CLI but going into the ether
administrator@cpr-j100-0849:~$ ros2 topic info /j100_0849/diagnostics_agg
Type: diagnostic_msgs/msg/DiagnosticArray
Publisher count: 1
Subscription count: 0
Please provide the following information:
Real hardware or simulation: Real robot
Expected behaviour
I expected that the version cloned here on the
humble
branch would match what the robot shipped withActual behaviour
There appears to be discrepancies, even though the aggregator node doesn't appear to have changed in the diagnostics launch file for nearly a year
Output of
ros2 node list
on the robot, no changes made:Note: there is no Aggregator node like you obtain from v
0.2.0
and newer.Not really an issue I suppose since I didn't have an imminent use for it, but seemed worth reporting since I'm going 1:1 on the topics after my refactor on the hardware to make sure I didn't mess anything clear up and was digging into "huh, why don't I see a couple of these topics on the robot"