forked from ros-controls/ros2_controllers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate params for ForwardCommandController (ros-controls#396)
* Generate params for ForwardCommandController Signed-off-by: Tyler Weaver <[email protected]> * Clean up CMake Signed-off-by: Tyler Weaver <[email protected]> Co-authored-by: Denis Štogl <[email protected]> Co-authored-by: Bence Magyar <[email protected]>
- Loading branch information
1 parent
eecb7f7
commit eccea9c
Showing
10 changed files
with
93 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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
11 changes: 11 additions & 0 deletions
11
forward_command_controller/src/forward_command_controller_parameters.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
forward_command_controller: | ||
joints: { | ||
type: string_array, | ||
default_value: [], | ||
description: "Name of the joints to control", | ||
} | ||
interface_name: { | ||
type: string, | ||
default_value: "", | ||
description: "Name of the interface to command", | ||
} |
This file contains 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
11 changes: 11 additions & 0 deletions
11
forward_command_controller/src/multi_interface_forward_command_controller_parameters.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
multi_interface_forward_command_controller: | ||
joint: { | ||
type: string, | ||
default_value: "", | ||
description: "Name of the joint to control", | ||
} | ||
interface_names: { | ||
type: string_array, | ||
default_value: [], | ||
description: "Names of the interfaces to command", | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
repositories: | ||
## EXAMPLE DEPENDENCY | ||
# <some_ros_package>: | ||
# type: git | ||
# url: [email protected]:<some_github_namespace>/<some_ros_package>.git | ||
# version: master | ||
control_msgs: | ||
generate_parameter_library: | ||
type: git | ||
url: https://github.com/ros-controls/control_msgs.git | ||
version: humble | ||
url: https://github.com/picknikrobotics/generate_parameter_library.git | ||
version: main |
This file contains 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