myCobot
myCobot copied to clipboard
myCobot is the World's Smallest Collaborative Robot Arm.
Hi, would it be possible to also upload the code and resources for the BasicTest1.0 Application? That would be helpful to understand M5Stack Sound and Animation.
Hi, I could not find any documentation how to read the button on the Atom Lite. It's supposed to be connected to G39 on the Atom, however the following code...
In 2.8.1 Atom Main, the encoder values are not updating or just wrong. The following code will not show correct encoder values: ``` for (int i = 0; i <...
### Description I am attempting to calibrate a MyCobot robotic arm using a Python script (`rasp_mycobot_test_gui.py`) on a Raspberry Pi, but I encountered an error related to the speed parameter...
Angles angles = myCobot.getAngles(); delay(100); #if (!defined MyCobot_Uno) Serial.print("angles = "); for (int i = 0; i < 6; i++) { Serial.print(angles[i]); Serial.print(" "); } Serial.println(); #endif myCobot.writeAngles({0, 0, 0,...
C:\Users\iviti\AppData\Local\Temp\.arduinoIDE-unsaved202313-8608-1h1wq7m.0xw3\Move_Robot\Move_Robot.ino: In function 'void setup()': C:\Users\iviti\AppData\Local\Temp\.arduinoIDE-unsaved202313-8608-1h1wq7m.0xw3\Move_Robot\Move_Robot.ino:170:5: error: 'M5' was not declared in this scope M5.Lcd.drawJpg(mycobot_start_PIC, sizeof(mycobot_start_PIC), 0, 0, 320, 240); ^~ C:\Users\iviti\AppData\Local\Temp\.arduinoIDE-unsaved202313-8608-1h1wq7m.0xw3\Move_Robot\Move_Robot.ino:170:5: note: suggested alternative: 'A5' M5.Lcd.drawJpg(mycobot_start_PIC, sizeof(mycobot_start_PIC), 0, 0,...
Move_Robot:3:10: fatal error: SCServo.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. exit status 1 SCServo.h: No such file or directory
In file included from C:\Users\iviti\sketchbook\libraries\MyCobotBasic/bits/stl_construct.h:59, from C:\Users\iviti\sketchbook\libraries\MyCobotBasic/bits/stl_tempbuf.h:60, from C:\Users\iviti\sketchbook\libraries\MyCobotBasic/bits/stl_algo.h:62, from C:\Users\iviti\sketchbook\libraries\MyCobotBasic/algorithm:62, from C:\Users\iviti\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/Arduino.h:162, from sketch\Move_Robot.ino.cpp:1: C:\Users\iviti\sketchbook\libraries\MyCobotBasic/new:40:10: fatal error: stddef: No such file or directory
I've tried using aaa as the password for the Admin but it says wrong password. I'm using RoboFlow 3.4.0 Thank you
As suction pump is correctly connected to the base of robotic arm, when you set basic pin 5 to mode 0 (meaning that the suction pump is turned ON), there...