readAprilTag in Simulink for code generation
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Good morning,
Someone has any ideas on how I can use the function readAprilTag in Simulink for code generation?
Or someone has done before the estimation and pose of an AprilTag in Simulink?
Thank you.
Alberto
0 comentarios
Respuestas (1)
Uday Pradhan
el 15 de Mzo. de 2021
Hi Alberto,
The "readAprilTag" function is currently not supported for code generation. You could use the coder.extrinsic API to include such functions in your custom code:
coder.extrinsic('readAprilTag');
I hope this helps!
2 comentarios
Dingzhi Zhang
el 24 de Nov. de 2021
Editada: Dingzhi Zhang
el 24 de Nov. de 2021
Same problem here. I think for the function 'readAprilTag' is only possible to use coder in the host system, but not possible to use in the target system, which for example can be the RaspberryPi.
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
- Generates code only on host platforms.
- You must specify the input argument tagFamily as a character vector or an array of character vectors. String inputs are not supported.
Ver también
Categorías
Más información sobre Parrot Minidrones en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!