- Robot Model: Rosbot XL
- Enviroments: Ubuntu 22.04 - ROS 2 Humble
- Board: Nvidia Jetson Orin Nano
- Firmware: V.0.0 4 , 1.3.0 and 1.4.0 >>>>> [Tried all these firmware]
Note: We 've followed the startup guidelines
Current Issue:
- After start up we just only facing in the topic list only two topics with names (/parameter_event & /rosout) and rest topics are not displayed at all ex of the missing topics is the diagnostics
- LED 2 is always blinking red and didn’t move to green while it was working earlier, We 've also tried (Rosbot_ros bring up) repo and doesn’t help
So Urgent help is needed here. Thank you !
Hello @Hussam_MOHAMMED,
For ROSbot XL to work, two aspects must be ensured.
-
Set the Ethernet port (communication with the PCB) to 192.168.77.2/24.
Communication is expected from the 192.168.77.2 device on port 8888. Verify that the interface IP settings match and that the port is available.
a. Please check the network information using ip a.
b. Please check if the port is available using lsof -i :8888.
(The port may be occupied by the Rosbot driver; this service can be disabled for testing purposes.)
-
Launch the ROSbot driver.
If you still experience problems launching the driver, please collect the logs. I don’t know when you received your robot, so depending on the version, you should:
a. collect data from the rosbot-xl snap
sudo snap logs rosbot-xl -n 200
b. collect logs from Docker
docker compose logs rosbot-xl
Regards