How to use Nimbro now that "nimbro.launch" was deleted #155
-
Hello,
which contains "nimbro.launch". Now, I want to use nimbro for some other application. I tested nimbro again for the collision avoidance some weeks ago (files were not modified for a long time), but it did not work. Now I just saw that the file "nimbro.launch" was deleted in the mrs_workspace in octobre 2022. My question is: How should I adapt my files/codes to use nimbro like before, now that "nimbro.launch" does not exist anymore ? Thanks for your help. Martin |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hey, we are now running nimbro using this script: https://github.com/ctu-mrs/mrs_uav_general/blob/master/scripts/run_nimbro.py |
Beta Was this translation helpful? Give feedback.
-
And we run it now as waitForRos; rosrun mrs_uav_general run_nimbro.py custom_configs/nimbro.yaml custom_configs/uav_names.yaml |
Beta Was this translation helpful? Give feedback.
And we run it now as
waitForRos; rosrun mrs_uav_general run_nimbro.py custom_configs/nimbro.yaml custom_configs/uav_names.yaml