Drive Related

1 About python

Q: send_coords([x,y,z,rx,ry,rz], speed, 1) What do the parameters in this API mean? What do rx, ry, and rz correspond to Euler angles? What is the rotation order of Euler angles? And what is the value range of each parameter?

  • A: The parameters in the previous array are the coordinates of the end of the myCobot, speed is the speed, and the last parameter is the motion mode. rx, ry, and rz should correspond to rpy, that is, corresponding to roll, pitch, and yaw respectively. The order of Euler angles is zyx, and zyx is its own coordinate. The value range of x, y, z is -300~300.00 (the value range is undefined, if the range is exceeded, the inverse kinematics no solution prompt will be returned), and the value range of rx, ry, and rz is -180~180.

Q: Are sample tutorials for the python API provided?

Q: How does the python drag teaching demo of mycobot280-Pi work?

  • A: Run in the terminal, please enter 1000000 baud rate.

Q: Mycobot280-Pi uses python zero to calibrate the demo program, why is there an error?

  • A: The atom firmware is not burned, please burn the atom firmware before running the program.

Q: Is the python API of different versions of myCobots the same?

  • A: The API is the same.

2 About ROS

Q: How do a microcontroller-based myCobot and a microprocessor-based myCobot run ROS?

  • A: The use of ROS for a microcontroller-based myCobot is currently on Ubuntu, and you can also develop your own ROS. A microprocessor-based myCobot have its own ROS environment and can be used directly.

Q: Can a microprocessor-based myCobot connect to a PC to use ROS and moveit?

  • A: The current open source data is not controlled by direct communication. It can be implemented by modifying the existing node files through ros + socket.

Q: Can you provide files and programming examples of the rviz model?

Q: Can myAGV create maps remotely?

  • A: You can create maps remotely. We are the control interface of open source ROS.

Q: Why is the error permission denied: '/dev/ttyUSB0' reported when using ROS to start the rviz model file?

  • A: It is because the serial port permission is not given. You should type sudo chmod 777 port name in the terminal.

Q: Why is the error init() takes exactly 2 arguments (3 given) reported when running the slider control and model follow commands of ROS?

  • A: The pymycobot library is not installed and started.

Q: Q: When using ROS, why is the myCobot angle inconsistent with the model angle after opening the rviz model?

  • A: It is very likely that the zero position of the myCobot is not calibrated, and the zero position of the myCobot needs to be calibrated.

results matching ""

    No results matching ""