ros2_controllers
ros2_controllers copied to clipboard
Generic robotic controllers to accompany ros2_control
Hello, Since the thread #1104 died without a reply and there were no objections to diff_driva, I created a separate PR for this issue.
Hi All! I am working on developing custom controllers using Controller Interface and am currently looking for a way to attach gdb with the ros2 controllers in order to be...
This PR adds the option to use steering angle and linear velocity for controllers that inherit from the steering library. In anticipation of the merging and backport of the fixes...
Need to be merged after merging : https://github.com/ros-controls/ros2_control/pull/1585
I use ros2 Iron to simulate the robot in gazebo classic. Now, I am trying to make a joint rotate continuously. For some reasons, I have to control it...
**Describe the bug** I have a setup as described in #1181 where I have a chained admittance controller with a JTC on top. For some reason the the JTC commands...
**Describe the bug** In order to change the kinematic tip and there for the admittant frame I regulary: `deactivate` -> `set new params` -> `reconfigure` -> `activate` the controller. Sometimes...
> From the node parameter we cannot set velocity or acceleration tolerances (except for a single `stopped_velocity_tolerance` for the goal tolerances of all joints). Should we add them as parameters...
Proposal for a new controller that provides PID functionality. The controller can be used stand-alone, in a chain. Measured states can be provided through the topic or state interface, depening...
Hello to everyone, I'm opening this ticket because I'd like to contribute to this meta package by adding some features to the implementation of the admittance controller, but to do...