-
Hello, first of all, create3 is a great learning and experimentation tool. Something, that explains, what is exactly going on, if I run one of the examples? Where does the python scripts run? What happens? What is the functionality/API of the SDK? Can I "destroy" the firmware of the create3 and so on and so forth? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi there, When you run code in the iRobot® Python Web Playground or using the The SDK follows a similar syntax as Learning Level 3 of the iRobot® Coding App. You can use the coding app as a cheat sheet, or else clicking the "Docs" button on the right hand side in the iRobot® Python Web Playground will get you some detail on most of the commands. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Ahhh, ic. |
Beta Was this translation helpful? Give feedback.
Hi there,
Thanks! We're doing our best. :)
When you run code in the iRobot® Python Web Playground or using the
irobot_edu_sdk
iRobot® Education Python® SDK (offline version now available here), you are interacting with the robot using Web Bluetooth using the Root Robot Bluetooth Low Energy Protocol. You are effectively teleoperating the robot over BLE. The robot translates between the BLE protocol and ROS 2 messages onboard. There is no danger of destroying anything on the Create 3 robot.The SDK follows a similar syntax as Learning Level 3 of the iRobot® Coding App. You can use the coding app as a cheat sheet, or else clicking the "Docs" button on the right hand side in the iRobot® Pytho…