|
1 | | -rclnodejs contributors (sorted alphabetically) |
2 | | -============================================== |
| 1 | +# rclnodejs contributors (sorted alphabetically) |
| 2 | + |
| 3 | +- **[Alaa El Jawad](https://github.com/ejalaa12), [Ian McElroy](https://github.com/imcelroy)** |
3 | 4 |
|
4 | | -* **[Alaa El Jawad](https://github.com/ejalaa12), [Ian McElroy](https://github.com/imcelroy)** |
5 | 5 | - Fix compatibility with ROS2 parameters array types |
6 | 6 | - Unit tests for all parameter types |
7 | 7 | - Handle concurrent ROS2 client calls, with unit tests |
8 | 8 |
|
9 | | -* **[Alex Mikhalev](https://github.com/amikhalev)** |
10 | | - * Fix build for AMENT_PREFIX_PATH with multiple entries |
11 | | - |
12 | | -* **[Felix Divo](https://github.com/felixdivo)** |
13 | | - * Code cleanup of index.js, tests cases & message generation |
14 | | - * Improved shutdown behavior |
15 | | - * Fixed compilation warnings |
16 | | - |
17 | | -* **[Hanyia](https://github.com/hanyia)** |
18 | | - * Benchmark test script |
19 | | - |
20 | | -* **[Kenny Yuan](https://github.com/kenny-y)** |
21 | | - * Message features: JS generation, typed arrays, plain JS object, compound msgs, many others... |
22 | | - * npm publish scripts |
23 | | - * Mac support |
24 | | - |
25 | | -* **[Matt Richard](https://github.com/mattrichard)** |
26 | | - * ROS2 Actions |
27 | | - * Guard conditions |
28 | | - * Node utility methods (countPublishers/subscribers...) |
29 | | - * TypeScript improvements |
30 | | - * Node 12 compatibility |
31 | | - |
32 | | -* **[Minggang Wang](https://github.com/minggangw)** |
33 | | - * Author, lead developer, maintainer |
34 | | - * Core, CI |
35 | | - |
36 | | -* **[Martins Mozeiko](https://github.com/martins-mozeiko)** |
37 | | - * QoS new/delete fix |
38 | | - |
39 | | -* **[Qiuzhong](https://github.com/qiuzhong)** |
40 | | - * Test coverage for actions, topics, multi-array messages, cross platform, security |
41 | | - * Converted from setTimeout to ROS2 Timer |
42 | | - |
43 | | -* **[Teo Koon Peng](https://github.com/koonpeng)** |
44 | | - * TypeScript improvements |
45 | | - * Added Client#waitForService |
46 | | - * Code style improvements, e.g., Prettier formatting |
47 | | - * Improved code generation smarts and efficiency |
48 | | - |
49 | | -* **[Wayne Parrott](https://github.com/wayneparrott)** |
50 | | - * TypeScript support with interface generation |
51 | | - * ROS2 parameter support |
52 | | - * ROS2 lifecycle node |
53 | | - * Rate class |
54 | | - * Node class hierarchy |
| 9 | +- **[Alex Mikhalev](https://github.com/amikhalev)** |
| 10 | + |
| 11 | + - Fix build for AMENT_PREFIX_PATH with multiple entries |
| 12 | + |
| 13 | +- **[Felix Divo](https://github.com/felixdivo)** |
| 14 | + |
| 15 | + - Code cleanup of index.js, tests cases & message generation |
| 16 | + - Improved shutdown behavior |
| 17 | + - Fixed compilation warnings |
| 18 | + |
| 19 | +- **[Hanyia](https://github.com/hanyia)** |
| 20 | + |
| 21 | + - Benchmark test script |
| 22 | + |
| 23 | +- **[Kenny Yuan](https://github.com/kenny-y)** |
| 24 | + |
| 25 | + - Message features: JS generation, typed arrays, plain JS object, compound msgs, many others... |
| 26 | + - npm publish scripts |
| 27 | + - Mac support |
| 28 | + |
| 29 | +- **[Matt Richard](https://github.com/mattrichard)** |
| 30 | + |
| 31 | + - ROS2 Actions |
| 32 | + - Guard conditions |
| 33 | + - Node utility methods (countPublishers/subscribers...) |
| 34 | + - TypeScript improvements |
| 35 | + - Node 12 compatibility |
| 36 | + |
| 37 | +- **[Minggang Wang](https://github.com/minggangw)** |
| 38 | + |
| 39 | + - Author, lead developer, maintainer |
| 40 | + - Core, CI |
| 41 | + |
| 42 | +- **[Martins Mozeiko](https://github.com/martins-mozeiko)** |
| 43 | + |
| 44 | + - QoS new/delete fix |
| 45 | + |
| 46 | +- **[Qiuzhong](https://github.com/qiuzhong)** |
| 47 | + |
| 48 | + - Test coverage for actions, topics, multi-array messages, cross platform, security |
| 49 | + - Converted from setTimeout to ROS2 Timer |
| 50 | + |
| 51 | +- **[Teo Koon Peng](https://github.com/koonpeng)** |
| 52 | + |
| 53 | + - TypeScript improvements |
| 54 | + - Added Client#waitForService |
| 55 | + - Code style improvements, e.g., Prettier formatting |
| 56 | + - Improved code generation smarts and efficiency |
| 57 | + |
| 58 | +- **[Wayne Parrott](https://github.com/wayneparrott)** |
| 59 | + - TypeScript support with interface generation |
| 60 | + - ROS2 parameter support |
| 61 | + - ROS2 lifecycle node |
| 62 | + - Rate class |
| 63 | + - Node class hierarchy |
0 commit comments