Open SlavenLeskovar opened 6 months ago
Hi @SlavenLeskovar, in YAML file you pasted you defined parameters for the same node two times, so when this file is being parsed the second set of params overrides the first one. If you want to use two ArUco dictionaries at the same time, you have to launch aruco_node
two times under different namespaces and with different YAML config files. If you need further assistance, I can provide you with a launch file with proper configuration :wink:
Hi @SlavenLeskovar, in YAML file you pasted you defined parameters for the same node two times, so when this file is being parsed the second set of params overrides the first one. If you want to use two ArUco dictionaries at the same time, you have to launch
aruco_node
two times under different namespaces and with different YAML config files. If you need further assistance, I can provide you with a launch file with proper configuration 😉
Hello, yes it is correct. I have added another aruco_node in my launch file that uses different YAML file and remapped the topic to /aruco_poses2. Thanks!
Hi, I have been trying to track 2 different markers at the same time with my drone camera. Im using this yaml file for launching but when the node starts, it only uses the last values, in this example values for DICT_6X6_1000 and neglects the first one. Is there a proper way to use these 2 types of markers at the same time?