hi i want to use pic micro controller and matlab for my autonomous robot on mapping and maze solving. will that be possible using matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
I need to program and simlulate my robots task on matlab .
tasks- mapping , obstacle avoidance , maze solving , finding target
no.of robots- 2
댓글 수: 0
답변 (1개)
Brandon Stevens
2022년 11월 10일
Embedded Coder does allow you to generate ISO C code that you can use to execute on boards with microcontrollers like the PIC32 using the MPLAB X IDE. This code can be generated from algorithms you design in MATLAB or Simulink.
A non-MathWorks support package is also available from Microchip for dsPIC® DSCs and PIC32 and SAM MCUs. The package adds peripheral blocks that enables targeting for 400+ chips from Simulink without requiring specific knowledge of these devices. The package enables code optimization and chip programming directly from Simulink. It also supports Hardware-In-the-Loop (HIL) and external mode.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Robotics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!