ros2_controllers
ros2_controllers copied to clipboard
Generic robotic controllers to accompany ros2_control
Hi, I tried to write a new controller according to the guidance in this link. https://control.ros.org/foxy/doc/ros2_controllers/doc/writing_new_controller.html I think my export definition for pluginlib in the CMakeList file and at the...
Line 150 of odometry.cpp gives the comment: `/// Exact integration (should solve problems when angular is zero):` However, it is executed when `!(fabs(angular) < 1e-6)` as it is in the...
Port over https://github.com/ros-controls/ros_controllers/tree/noetic-devel/rqt_joint_trajectory_controller from ROS1
This is an automatic backport of pull request #225 done by [Mergify](https://mergify.com). Cherry-pick of 97c94316fe9c406cf21e493cd3c58d4c1c3fd533 has failed: ``` On branch mergify/bp/foxy/pr-225 Your branch is up to date with 'origin/foxy'. You...
This is an automatic backport of pull request #225 done by [Mergify](https://mergify.com). Cherry-pick of 97c94316fe9c406cf21e493cd3c58d4c1c3fd533 has failed: ``` On branch mergify/bp/galactic/pr-225 Your branch is up to date with 'origin/galactic'. You...
Requires https://github.com/ros-controls/control_msgs/pull/49 I'd like to get some feedback on how I handled the possible concurrency issues from a call to the query_state service while the controller is running.
This has to be cleaned a bit to split “additional topics” and filtering functionalities into separate PRs. I would be glad to get some help with tests. Documentation on new...
#71 piece by piece
**Is your feature request related to a problem? Please describe.** In the demos `ros2 launch ros2_control_demo_bringup test_joint_trajectory_controller.launch.py publisher_config:=rrbot_namespace_joint_trajectory_publisher.yaml` doesn't output the commands to the screen like the other controllers do....
Review the code and feature list of diff_drive_controller from ROS1 and write up a comparison with the current version in ROS2, don't forget about testing either. Please make sure to...