简体   繁体   中英

BeagleBone Black as external processing unit for Robotics

I need to execute a set of commands on a robot, the robot already have an Mini-ITX PC attached to it, but it is slow and real-time results are not satisfactory.

I would like to use a external BeagleBone as the processing unit, but how do I configure the setup to process/compile code on the BeagleBone and execute on the robot?

I believe the 'export' IP utility is something I need?

What kind of robot you would like to control? What kind of hardware you are using to directly drive the robots hardware?

BeagleBone is a noice choice for embedded linux applications. But it's a little bit tricky to support real-time. Therefore you need access to the PRU (Programmable Real-Time Unit).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM