Bence Magyar

Results 97 issues of Bence Magyar

Hi there! I think it'd really help people if there were installable versions of these packages in the ROS repositories. I'm particularly interested in a release to ROS 2 Humble....

1. PR: Add information about controller chain into `ControllerInfo` structure 2. PR: Add new parameter under controller that replaces that controller with a list of controllers 3. PR: Implement the...

1. PR: `Simple Joint Limiter` --> `Saturation Joint Limiter` --> Done in ros-controls/ros2_control#971 - check ros_control implementation for full functionality - add also saturation of the `effort` interface --> 2....

Not really Async, but really triggering start of calculation and waiting for an answer from another thread. Keep old data until there is no new data. Depends on https://github.com/ros-controls/ros2_control/pull/1041

- Add a new method for exporting interfaces that enables exporting only names and types without pointers to storage (doubles still in the background). - Add getters and setters for...

Check how is this done in ros_control

This basically means creating one more node that handles a config of boards and tracking them.

The ROS2 realtime_tools API is a little clunky, requiring the user to still define the publisher on their side instead of incorporating it into the realtime publisher. This makes for...