readAprilTag in Simulink for code generation
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Uday Pradhan
2021 年 3 月 15 日
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 件のコメント
Dingzhi Zhang
2021 年 11 月 24 日
編集済み: Dingzhi Zhang
2021 年 11 月 24 日
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.
参考
カテゴリ
Help Center および File Exchange で Parrot Minidrones についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!