Add velocity state to single_joint_actuator#248
Merged
Karsten1987 merged 1 commit intoros-controls:use_resource_managerfrom Nov 24, 2020
Merged
Conversation
Karsten1987
approved these changes
Nov 24, 2020
bmagyar
pushed a commit
that referenced
this pull request
Nov 26, 2020
bmagyar
added a commit
that referenced
this pull request
Dec 1, 2020
* Add ros2_control_node and add callback groups in the controller_manager. * Correct build and add parameter declaration to work with tests * Timer moved to node. Renamed callback groups * update_time_ms -> update_rate * avoid deprecations * use resource manager instead of robot hardware * organize parameter handling * add components and urdf to test_robot_hardware * controller interfaces service * adapt controller manager test * remove dependency on test_robot_hardware * rename service to list_hardware_interface * use unique_ptr for resource manager * rename initialize_from_urdf to load_urdf * rename configuration_type to interface_configuration_type * a bit of doxygen * delete unused files * colcon ignore in joint limits * adapt gh action * Add velocity state to single_joint_actuator (#248) Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com> Co-authored-by: Denis Štogl <denis@stogl.de> Co-authored-by: Bence Magyar <bence.magyar.robotics@gmail.com> Co-authored-by: Victor Lopez <3469405+v-lopez@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add velocity state so this test actuator can be used in JointTrajectoryController tests.