You can make a Python script that calls the reboot
command for all the cameras before starting all the nodes.
Regarding the delay
you can use this launch file as an example of how to use ROS2 TimerAction
in a launch file:
You can make a Python script that calls the reboot
command for all the cameras before starting all the nodes.
Regarding the delay
you can use this launch file as an example of how to use ROS2 TimerAction
in a launch file:
For those who have the same problem
In the end before launch several cams i reboot all of them to fix missing ones, аfter that all cams recognized by nodes
it’s worth paying attention to make reboot command work properly in docker container after installing ros and all nodes, be sure you have /usr/local/nvidia/bin at the beginning of PATH
Hi @otstanteplz
thank you for the update