-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Christoph Fröhlich <[email protected]> (cherry picked from commit 7e388fa) # Conflicts: # gz_ros2_control_demos/config/cartpole_controller_effort.yaml # gz_ros2_control_demos/config/cartpole_controller_position.yaml # gz_ros2_control_demos/config/cartpole_controller_velocity.yaml # gz_ros2_control_tests/urdf/test_cart_position.xacro.urdf # ign_ros2_control_demos/config/cart_controller_effort.yaml # ign_ros2_control_demos/config/cart_controller_position.yaml # ign_ros2_control_demos/config/cart_controller_velocity.yaml # ign_ros2_control_demos/config/cartpole_controller_effort.yaml # ign_ros2_control_demos/config/cartpole_controller_position.yaml # ign_ros2_control_demos/config/cartpole_controller_velocity.yaml # ign_ros2_control_demos/urdf/test_cart_effort.xacro.urdf # ign_ros2_control_demos/urdf/test_cart_position.xacro.urdf # ign_ros2_control_demos/urdf/test_cart_velocity.xacro.urdf
- Loading branch information
1 parent
b77f972
commit a8d16e2
Showing
14 changed files
with
88 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
controller_manager: | ||
ros__parameters: | ||
update_rate: 1000 # Hz | ||
|
||
effort_controller: | ||
type: effort_controllers/JointGroupEffortController | ||
|
||
joint_state_broadcaster: | ||
type: joint_state_broadcaster/JointStateBroadcaster | ||
|
||
effort_controller: | ||
ros__parameters: | ||
joints: | ||
- slider_to_cart |
19 changes: 19 additions & 0 deletions
19
ign_ros2_control_demos/config/cart_controller_position.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,19 @@ | ||
controller_manager: | ||
ros__parameters: | ||
update_rate: 100 # Hz | ||
|
||
joint_trajectory_controller: | ||
type: joint_trajectory_controller/JointTrajectoryController | ||
|
||
joint_state_broadcaster: | ||
type: joint_state_broadcaster/JointStateBroadcaster | ||
|
||
joint_trajectory_controller: | ||
ros__parameters: | ||
joints: | ||
- slider_to_cart | ||
command_interfaces: | ||
- position | ||
state_interfaces: | ||
- position | ||
- velocity |
22 changes: 22 additions & 0 deletions
22
ign_ros2_control_demos/config/cart_controller_velocity.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,22 @@ | ||
controller_manager: | ||
ros__parameters: | ||
update_rate: 1000 # Hz | ||
|
||
velocity_controller: | ||
type: velocity_controllers/JointGroupVelocityController | ||
|
||
joint_state_broadcaster: | ||
type: joint_state_broadcaster/JointStateBroadcaster | ||
|
||
imu_sensor_broadcaster: | ||
type: imu_sensor_broadcaster/IMUSensorBroadcaster | ||
|
||
velocity_controller: | ||
ros__parameters: | ||
joints: | ||
- slider_to_cart | ||
|
||
imu_sensor_broadcaster: | ||
ros__parameters: | ||
sensor_name: cart_imu_sensor | ||
frame_id: imu |
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
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