ROS2 Control Components - PositionJoint#140
Closed
destogl wants to merge 10 commits intoros-controls:masterfrom
Closed
ROS2 Control Components - PositionJoint#140destogl wants to merge 10 commits intoros-controls:masterfrom
destogl wants to merge 10 commits intoros-controls:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #140 +/- ##
=======================================
Coverage 37.25% 37.25%
=======================================
Files 44 44
Lines 1863 1863
Branches 1136 1136
=======================================
Hits 694 694
Misses 130 130
Partials 1039 1039
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This was referenced Sep 11, 2020
Member
Author
|
So initial implementation is finished. Very simple and functional. |
Member
Author
|
@bmagyar something strange happened with the docker server. is it possible to restart the jobs manually? I am not able to do that... |
c190a0e to
6b0aca3
Compare
Member
Author
|
This will be considered in #219 is abstraction of Joint is needed/wanted. Closing as discussed in the meeting on 21st of October 2020. |
destogl
added a commit
to b-robotized-forks/ros2_control
that referenced
this pull request
Aug 11, 2022
…n interfaces (ros-controls#140) * Test position only version of JTC for KUKA RSI robots. * All changes in JTC added * Don't freak out when wait set can't be established * Test should expect that before a run, controller is unconfigured as well as after an unsuccessful configure call * joint_trajectory_controller should not go into FINALIZED state when fails to configure, remain in UNCONFIGURED Co-authored-by: Bence Magyar <bence.magyar.robotics@gmail.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.
This PR creates
ros2_control_componentspackage and the implementation ofPositionJointcomponent.It also influenced
hardware_interfacepackage by:component_lists_management.hppfile is moved toincludefolder to be accessible from other packagescomponent_lists_management.hppwith limit handling functionsJointandSensorclasses virtual