Skip to content

Commit

Permalink
config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svastits committed Dec 20, 2024
1 parent 1f4b93a commit 091bb63
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test1/effort_controller:
/test1/effort_controller:
ros__parameters:
joints:
- test1_joint_1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test1/joint_group_impedance_controller:
/test1/joint_group_impedance_controller:
ros__parameters:
joints:
- test1_joint_1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test1/joint_trajectory_controller:
/test1/joint_trajectory_controller:
ros__parameters:
joints:
- test1_joint_1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test1/controller_manager:
/test1/controller_manager:
ros__parameters:
update_rate: 250 # Hz

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test2/effort_controller:
/test2/effort_controller:
ros__parameters:
joints:
- test2_joint_1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test2/joint_group_impedance_controller:
/test2/joint_group_impedance_controller:
ros__parameters:
joints:
- test2_joint_1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test2/joint_trajectory_controller:
/test2/joint_trajectory_controller:
ros__parameters:
joints:
- test2_joint_1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test2/controller_manager:
/test2/controller_manager:
ros__parameters:
update_rate: 250 # Hz

Expand Down

0 comments on commit 091bb63

Please sign in to comment.