-
Notifications
You must be signed in to change notification settings - Fork 347
Shift to Struct based Method and Constructors, with Executor passed from CM to on_init()
#2323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
6e4c3c8
propagated executor from cm to hw.on_init
soham2560 345c055
updated tests to include executor
soham2560 50b42a2
reverted import_component changes
soham2560 12ba419
Update hardware_interface/include/hardware_interface/actuator_interfa…
soham2560 96cb747
Update hardware_interface/include/hardware_interface/sensor_interface…
soham2560 d098c20
Update hardware_interface/include/hardware_interface/sensor_interface…
soham2560 72f3253
Update hardware_interface/include/hardware_interface/actuator_interfa…
soham2560 e0a72a4
Update hardware_interface/include/hardware_interface/system_interface…
soham2560 3541ab9
Update hardware_interface/include/hardware_interface/system_interface…
soham2560 574a12d
Update hardware_interface/include/hardware_interface/resource_manager…
soham2560 f9ca601
Update hardware_interface/include/hardware_interface/resource_manager…
soham2560 6045aeb
Update hardware_interface/include/hardware_interface/resource_manager…
soham2560 1e18428
Update hardware_interface/include/hardware_interface/resource_manager…
soham2560 eeec025
Update hardware_interface/include/hardware_interface/resource_manager…
soham2560 4a29280
Update hardware_interface/include/hardware_interface/resource_manager…
soham2560 0d5f0bf
Update hardware_interface/include/hardware_interface/resource_manager…
soham2560 a51ef08
Update hardware_interface/test/test_component_interfaces.cpp
soham2560 2037255
Update hardware_interface/test/test_component_interfaces_custom_expor…
soham2560 e2af20f
updated pointer assignment
soham2560 ee91dc4
updated pre-commit changes
soham2560 ad598c3
added HardwareComponent and HardwareComponentInterface params
soham2560 70a4ccc
added ResourceManageParams propagation
soham2560 8ed94f1
updated params doc and constructors
soham2560 d2418dd
Update hardware_interface/include/hardware_interface/types/resource_m…
soham2560 0e9276f
Update hardware_interface/include/hardware_interface/types/resource_m…
soham2560 f626063
Update hardware_interface/include/hardware_interface/types/resource_m…
soham2560 2191977
Update hardware_interface/include/hardware_interface/types/resource_m…
soham2560 c4b02f1
Update hardware_interface/include/hardware_interface/types/hardware_c…
soham2560 ec2987d
reverted tests
soham2560 27e2927
updated with less invasive approach
soham2560 aceb0e1
reverted generic system changes
soham2560 2fdc611
revert controller_manager
soham2560 8919db5
reverted resource manager
soham2560 9ed42ef
reordered diffs
soham2560 ee61346
switched to default constructor for rm in cm
soham2560 c72b14f
removed executor
soham2560 84187b6
created cascaded structure
soham2560 53ea6db
clock assignment changes
soham2560 22d2e3e
added component params to initialize_hw
soham2560 ec9a3b0
fixed tests
soham2560 ab8d08c
added executor
soham2560 7ed1c57
removed executor from construct params
soham2560 97ca593
removed set and get params
soham2560 1bc8154
removed extra space
soham2560 292dfed
added new cotr to CM
soham2560 96040d0
precommit
soham2560 f095a04
Rename urdf_string to robot_description
saikishor 0137417
reversed overload on on_init
soham2560 6d42540
Merge branch 'master' into feat/MTEprop
soham2560 e04a706
removed const from constructParams
soham2560 2e18867
removed default value for load in rm constructor
soham2560 39a716d
Update hardware_interface/src/resource_manager.cpp
soham2560 c31cfac
added comment for removal of methods
soham2560 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.