-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for forward_velocity_controller test (backport of #1076)
* Update config with correct parameters and names * Changed name for better description of the file Co-authored-by: Vincenzo Di Pentima <[email protected]>
- Loading branch information
1 parent
e07463b
commit 8c3022e
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
ur_robot_driver/config/test_velocity_goal_publishers_config.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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
publisher_forward_velocity_controller: | ||
ros__parameters: | ||
|
||
controller_name: "forward_velocity_controller" | ||
publish_topic: "forward_velocity_controller/commands" | ||
wait_sec_between_publish: 5 | ||
|
||
goal_names: ["pos1", "pos2", "pos3"] | ||
pos1: [0.0, 0.0, 0.0, 0.0, 0.0, 0.05] | ||
pos2: [0.0, 0.0, 0.0, 0.0, 0.0, -0.05] | ||
pos3: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] | ||
goal_names: ["vel1", "vel2", "vel3"] | ||
vel1: [0.0, 0.0, 0.0, 0.0, 0.0, 0.5] | ||
vel2: [0.0, 0.0, 0.0, 0.0, 0.0, -0.5] | ||
vel3: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] |
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