ros2_controllers icon indicating copy to clipboard operation
ros2_controllers copied to clipboard

Generic robotic controllers to accompany ros2_control

Results 259 ros2_controllers issues
Sort by recently updated
recently updated
newest added

I know you probably have it on your roadmap somehwere but I didn't find it in the issues (found [similar](https://github.com/ros-controls/ros2_controllers/issues/373)) so I'm writing this feature request to formalize it and...

enhancement

Those two lines seems to be a small bug. The second line should probably be: ``` state_message_.ref_trans_base_ft.child_frame = parameters_.ft_sensor.frame.id; ``` https://github.com/ros-controls/ros2_controllers/blob/f4788c594026bc3ecf0d944e1fa39f3f2d40673b/admittance_controller/include/admittance_controller/admittance_rule_impl.hpp#L375-L376 - [ ] Please add check of this frames...

bug
help wanted
good first issue

In some places, structure looks like intermediary storage. Maybe it is not needed, and we can use `admittance_state` and other structures directly. Thorough investigation required for this. https://github.com/ros-controls/ros2_controllers/blob/f4788c594026bc3ecf0d944e1fa39f3f2d40673b/admittance_controller/include/admittance_controller/admittance_rule_impl.hpp#L191-L192

enhancement
help wanted
good second issue

## Background Per the discussion in the working group meeting on Nov. 16th, all the controllers should not be filtering their update loops using a publisher period parameter. For example,...

help wanted
good first issue

In a differential drive controller, each motor individually have a velocity limit. Even if the velocity is limited for linear speed and for angular speed of the robot, the combination...

enhancement

When running simulations, it would be nice to add statistics collection to `mock_components/GenericSystem`. For example: - What is the average rate of incoming commands? - What is the average latency...

enhancement

An automated scheduled build failed on `master`: https://github.com/ros-controls/ros2_controllers/actions/runs/9802142768

CI

An automated scheduled build failed on `master`: https://github.com/ros-controls/ros2_controllers/actions/runs/9802142768

CI

I've seen that failing several times in different jobs. https://github.com/ros-controls/ros2_controllers/actions/runs/8933149703/job/24538080159 or #1115 ``` /home/runner/work/ros2_controllers/ros2_controllers/.work/target_ws/src/ros2_controllers/joint_trajectory_controller/test/test_trajectory_controller.cpp:883 The difference between target_msg_count and echo_received_counter is 2, which exceeds 1, where target_msg_count evaluates to 10,...

CI

- Add Jazzy workflows (I decided to create dedicated files, because it easier to maintain if we branch for jazzy) - Add filters to run the ROS - workflows only...

backport-humble
backport-iron