upload self written program to Create 3 #63
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Create 3 implements these ROS 2 APIs out of the box, and also is compatible with iRobot Coding, including the iRobot Education Python Web Playground. You can just publish requests to the robot (including things like Navigate to Position) and it will "just work." You'd want to add additional hardware, like an SBC, if you think you'd want to use the robot in conjunction with other onboard sensing or actuation. If you just want to use the robot as a turtle, there's no need for any additional hardware -- put the robot on your network, set the RMW, and you're good to go. It is not possible to upload arbitrary code to the robot. |
Beta Was this translation helpful? Give feedback.
Create 3 implements these ROS 2 APIs out of the box, and also is compatible with iRobot Coding, including the iRobot Education Python Web Playground. You can just publish requests to the robot (including things like Navigate to Position) and it will "just work."
You'd want to add additional hardware, like an SBC, if you think you'd want to use the robot in conjunction with other onboard sensing or actuation. If you just want to use the robot as a turtle, there's no need for any additional hardware -- put the robot on your network, set the RMW, and you're good to go.
It is not possible to upload arbitrary code to the robot.