|
1 | | -ISSUE TEMPLATE ver. 1.1.1 |
| 1 | +ISSUE TEMPLATE ver. 1.2.0 |
2 | 2 |
|
| 3 | +Please **search for similar issues first** with a specific keyword in your error message. |
| 4 | +Any redundant issue thread may be redirected and closed without prior notice. |
3 | 5 |
|
| 6 | +1. Please specify the version of DYNAMIXEL SDK |
4 | 7 |
|
5 | 8 |
|
6 | 9 |
|
| 10 | +2. Please specify the programming language |
| 11 | +- [ ] C |
| 12 | +- [ ] C++ |
| 13 | +- [ ] C# |
| 14 | +- [ ] Python |
| 15 | +- [ ] Java |
| 16 | +- [ ] MATLAB |
| 17 | +- [ ] LabVIEW |
| 18 | +- [ ] ROS |
| 19 | +- [ ] etc (specify here) |
7 | 20 |
|
| 21 | +3. Please specify the DYNAMIXEL model |
8 | 22 |
|
9 | 23 |
|
10 | | -BE CAREFUL!! FOLLOW THE RULES AS FOLLOWS, OR YOUR ISSUE WILL BE `WON'T FIX` ANYWAY |
11 | 24 |
|
| 25 | +4. Please specify the communication interface |
| 26 | +- [ ] None |
| 27 | +- [ ] U2D2 |
| 28 | +- [ ] OpenCR + usb_to_dxl firmware |
| 29 | +- [ ] OpenCM9.04 |
| 30 | +- [ ] OpenRB-150 |
| 31 | +- [ ] etc (specify here) |
12 | 32 |
|
13 | 33 |
|
| 34 | +5. Please specify the OS |
| 35 | +- [ ] None |
| 36 | +- [ ] Windows |
| 37 | +- [ ] Mac OS |
| 38 | +- [ ] Linux |
| 39 | +- [ ] etc (specify here) |
14 | 40 |
|
| 41 | +6. Please specify the controller |
| 42 | +- [ ] PC / Laptop |
| 43 | +- [ ] Embedded SBC (Raspberry Pi, Jetson, etc) |
| 44 | +- [ ] etc (specify here) |
15 | 45 |
|
| 46 | +7. Please describe the issue in detail. |
16 | 47 |
|
17 | 48 |
|
18 | 49 |
|
19 | | - |
20 | | -STEP 1. Check what you are suffering from : |
21 | | - |
22 | | -- I'm using `DynamixelSDK ver. 3.5.4` |
23 | | - |
24 | | - - [3.4.1], [3.5.2], etc. |
25 | | - |
26 | | -- I'm using `C++` Language |
27 | | - |
28 | | - - [C] / [C++] / [C#] / [Python] / [Java] / [MATLAB] / [LABVIEW] / [ROS] / [Arduino] |
29 | | - |
30 | | -- I'm using `USB2Dynamixel2` serial converter |
31 | | - |
32 | | - - [USB2Dynamixel] / [USB2Dynamixel2] or [OpenCM904] / [OpenCR] / [CM700s] / [CM500s] or other ROBOTIS product only |
33 | | - |
34 | | -- I'm using `XM430-W210-R` |
35 | | - |
36 | | - - [MX-28], [AX-12W], [H54-200W], etc. |
37 | | - |
38 | | -- and I'm having an `issue` like what |
39 | | - |
40 | | - - 'My motor doesn't work', etc. |
41 | | - |
42 | | - |
43 | | -STEP 2. Write `Title` as `[3.5.4][C++][USB2Dynamixel2][XM430-W210-R] Issue : My motor doesn't work` |
44 | | - |
45 | | -- Now, if you think : |
46 | | - |
47 | | - - Hey, I'm using RoboPlus2.0, and having an issue, but how can I write that kind of `Title`? |
48 | | - |
49 | | - - Hey, I'm using USB2AX serial converter, and having an issue, but how can I write that kind of `Title`? |
50 | | - |
51 | | - - or more that is not listed on above. |
52 | | - |
53 | | -- , You should write your `issue` on http://en.robotis.com/BlueAD/board.php?bbs_id=old_qna |
54 | | - |
55 | | - |
56 | | -STEP 3. Delete all written here, and describe what your problem is |
57 | | - |
58 | | -- Any PICTURES or VIDEOS? |
59 | | - |
60 | | -  |
61 | | - |
62 | | -- Any SOURCE SAMPLES? |
63 | | - |
64 | | - []( Link the SOURCE SAMPLES here, if necessary ) |
| 50 | +8. How this issue can be resolved? |
0 commit comments