Hi I want to ask how i can use the node of navigation, which i use with:
roslaunch stretch_navigation navigation.launch map_yaml:=${HELLO_FLEET_PATH}/maps/<map_name>.yaml
and the node of perception which I run with:
roslaunch stretch_deep_perception stretch_detect_objects.launch
Because if I use the roslaunch to detect objects, the node of navigation stop working. The thing is that i have to run the navigation node to mode the robot with other node and in the samte time run the node of deep detection to find some objects.
Please could you help me with this problem?