Replies: 2 comments
-
The Create 3 robot is built on the iRobot Roomba i3 platform; it contains a main microprocessor for ROS 2 and iRobot Coding basic command and control (and other high level sensor fusion and to control actions) and some microcontrollers for things like motor control. None of these processors are designed for the user to run arbitrary code upon. The robot can be teleoperated using iRobot Coding, the Python Web Playground, or any machine running ROS 2 without adding any extra hardware to the robot. The robot does not come with any third party development boards (like Raspberry Pi, NVIDIA Jetson, or others), but, depending on current draw, it is often possible to interface them directly to the robot if additional on-board computation is desired using the included adapter board. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the information. I know it's not user programmable, I'm
learning about electronics and I was just wondering, I heard it's in the
Arm Cortex family of processors.
…On Tue, Jan 17, 2023, 9:06 AM Steven Shamlian ***@***.***> wrote:
The Create 3 robot is build on the iRobot Roomba i3 platform; it contains
a main microprocessor for ROS 2 basic command and control (which also runs
the ROS 2 application) and some microcontrollers for things like motor
control. None of these processors are designed for the user to run
arbitrary code upon. The robot can be teleoperated using code.irobot.com,
python.irobot.com, or any machine running ROS 2 without adding any extra
hardware to the robot.
—
Reply to this email directly, view it on GitHub
<#313 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTUVTOXGTTOX4ONIB7XJ6DWS3GRVANCNFSM6AAAAAAT6DHVLQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does the create 3 have some kind of microcontroller built into it? My understanding is the robot will do simple tasks like dock/undock without a raspberry pi installed or is the raspberry pi the only processor/controller in it as it comes from the factory. It must at least have some kind of motor controller for the wheels to connect to.
Beta Was this translation helpful? Give feedback.
All reactions