How to debug republisher? #636
-
I ran a successful turtlebot4-update, and then performed a total shutdown-cold boot sequence recently. Now I am not seeing anything coming out of the republisher (no /battery_state, /dock_status, /odom, ...). I have forgotten how to diagnose this situation. Here are the running procs:
The republisher is running. Here is the node list:
Here is the topic list:
BUT create3 topics are not being republished:
Repub info:
This is the create3 about info:
My environment variables:
Bottom of the .bashrc:
/etc/turtlebot4/setup.bash:
If I send an undock action request, it is accepted but not executed:
Create3 Logs: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@slowrunner start with the logs on the pi. You can see the create3 repub node is up so look and see if it reported any errors. You can also look at |
Beta Was this translation helpful? Give feedback.
-
Did another off dock shutdown, then place on dock restart. Was looking through the Create3 boot log and saw it received an undock action from my wali_node on the RPi - that had to mean the repub started working. MAGIC! Repub is working again, my robot TB5-WaLI is alive and well again.
|
Beta Was this translation helpful? Give feedback.
Did another off dock shutdown, then place on dock restart.
Was looking through the Create3 boot log and saw it received an undock action from my wali_node on the RPi - that had to mean the repub started working.
MAGIC! Repub is working again, my robot TB5-WaLI is alive and well again.