Minggang Wang

Results 21 issues of Minggang Wang

As [ROS 2](https://github.com/ros2/ros2) iterates rapidly, actually, there are two stable releases per year and a series of patch releases. I want to emphasize the target of this Node.js client is...

help wanted
feature
In progress

Track the Benchmark test tasks (step 1 of 3) - [x] Add parameters for the command line @minggangw - done by #360 - [x] Pre-gen when installing @minggangw - done...

benchmark

Some IDLs have properties as `Array`, e.g. `actionlib_msgs/GoalStatusArray` ``` # Stores the statuses for goals that are currently being tracked # by an action server std_msgs/Header header GoalStatus[] status_list ```...

enhancement

enhancement
feature

Hi @jihoonl, as [rclnodejs](https://github.com/RobotWebTools/rclnodejs) is nearly done, we want to move forward to start the **ros2bridge** project. Generally, we want to follow the rosbridge v2 Protocol and leverage the `rclnodejs`,...

@wayneparrott noticed that Electron will enable sandboxed pointers of v8 on version > 20, which may break our tests potentially, see the below [details](https://www.electronjs.org/blog/v8-memory-cage): > The main downside of enabling...

need verification

Currently, `rclnodejs` supports node LTS versions (14, 16 and 18 as day of 3/6/2023), we can leverage more features introduced since [ES2020](https://node.green/#ES2020), for example: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing

enhancement
help wanted
feature