Manual
Table Of Contents
- 1. Introduction
- 2. FlickerLED Demo
- 3. AlarmLED Demo
- 4. AdjustLED Demo
- 5. Button Demo
- 6. SeedVoiceLED Demo
- 7. MoveBlock Demo
- 8. SeedVoiceDobot Demo
- 9. JoyStick Demo
- 10. DobotPixy Demo
- Appendix A Common Function Description
- Appendix B Installing Suction Cup Kit
- Appendix C Pixy Install and Configure Pixy
- Appendix D Vision Recognition Initialization Process
- Appendix E Multiplexed I/O Interface Description of V1 Dobot Magician
- Appendix F Multiplexed I/O Interface Description of V2 Dobot Magician
Arduino Kit Demo Description 7 MoveBlock Demo
Issue V2.1 (2019-12-05) Demo Description Copyright © Yuejiang Technology Co., Ltd
20
\
Figure 7.3 Obtain Cartesian coordinates
Define the coordinates of point A and point B
The coordinates can be obtained from the Operation Panel of DobotStudio page.
Program 7.2 Define the coordinates of point A and point B
//Coordinates of A point
#define block_positio_X 263 //X-coordinate of A point
#define block_position_Y 3 //Y-coordinate of A point
#define block_position_Z -40 //Z-coordinate of A point
#define block_position_R 0 //R-coordinate of A point
//Coordinates of B point