Commit e75fd02
feat(MyArmM): Add SD card detection interface (#235)
* add MyCobot 280 X5PI API
* add MyCobot 280 X5 PI doc
* Fix MyCobot 280 X5 Pi doc errors
* add MyCobot 280 X5 PI sokcet sever&client
* MyCobot 280 X5 PI server compatible with python2
* rename MyCobot280x5pi to MyCobot280RDKX5
* fix MyArmMControl bugs
* fix MyArmC bugs
* fix myArmM&C demo bug
* update M&C demo
* fix MyCobot280 rdkx5 bug
* fix MyArmM&C bugs
* fix bugs
* fix bug
* fix ThreeHand api bug
* Fixed the issue that Pro630 could not read data
* fix MyArmM bug
* MyArmM&C adds get_joints_coord interface
* fix Pro630 bug
* fix Pro630 bugs
* Fixed the pro630 socket communication bug
* Optimize MyCobot280 RDK X5 interface parameter error prompt
* Optimized the way MyAGV reads MCU data
* feat(myagvpro): add myagvpro api
* fix(ConveyorApi):Fix the problem that no data is returned
* feat(MyAGVPro): Adapt to Bluetooth and socket TCP communication modes
* docs(MyAGVPro): Format the document
* docs(MyAGVPro): Documentation to increase use cases
* docs(MyAGVPro): rename MyAGVPro_zh.md
* docs(MyAGVPro): Update the serial port
* fix(MyArmM): Correction of joint limit and motor code value range
* feat(MyAGVPro): Add get_emergency_stop_state api
* feat(MyAGVPro): Add get_emergency_stop_state api
* refactor(MyAGVPro): rename get_emergency_stop_state to get_estop_state
* feat(MyAgv): Added setting/reading automatic report status interface
* fix(M750):Updated M750 Swing Limit
* fix(MyAGVPro): The issue that Bluetooth address matching fails is fixed
* feat(myagvpro): add get_robot_status api
* feat(demo):Add myAGVPro composite kit handle control case
* feat(MercuryX1): Compatible with dock firmware version 1.2
* feat(mercurychassis_api): Dynamically matching instruction length
* feat(mercurychassis_api): Optimize voltage reading accuracy
* feat(ConveyorApi): Separate the set_motor_speed interface
* feat(ConveyorApi): Specify the motor type during initialization
* refactor(conveyorApi): add stop interface
* feat(conveyor_api): Adapt to Conveyor 1.1 firmware, all interfaces return uniform values
* feat(AGVPRO): Adapt to CH340 serial port chip
* feat(AGVPRO): Automatically upload the adapter firmware v1.0.10
* feat(AGVPRO): Added the control interface for opening and closing the handle
* feat(AGVPRO): Added an interface for reading handle control status
* feat(AGVPRO): Bluetooth adapter handle control interface
* fix(mercury): Fix the redundant code in the previous commit
* fix(Mercury): Resolved server communication issues affecting both arms
* fix(MyAGVPro): Fixed the issue that some interfaces did not return
* fix(MyAGVPro): Fixed the interface parameter verification error issue
* refactor(MyAGVPro): Optimize get_robot_statuts interface return
* feat(MyArmM): Add SD card detection interface.
---------
Co-authored-by: Mrkun5018 <76215701+Mrkun5018@users.noreply.github.com>
Co-authored-by: 蓝启琨 <qikun.lan@elephantrobotics.com>1 parent 48d57b7 commit e75fd02
3 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
520 | 523 | | |
521 | 524 | | |
522 | 525 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
0 commit comments