Skip to content

Commit

Permalink
Refactor launch yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimushun1101 committed Feb 2, 2024
1 parent 7778571 commit e7cc300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
12 changes: 3 additions & 9 deletions launch/simulation_and_controller.launch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ launch:
pkg: "tb3_controller_cpp"
exec: "tb3_controller_node"
param:
-
name: "Kp"
value: 1.0
-
name: "T"
value: 0.001
-
name: "init_xd"
value: 1.0
- { name: "Kp", value: 1.0}
- { name: "T", value: 0.01}
- { name: "init_xd", value: 1.0}
12 changes: 3 additions & 9 deletions launch/turtlebot3_and_controller.launch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ launch:
pkg: "tb3_controller_cpp"
exec: "tb3_controller_node"
param:
-
name: "Kp"
value: 1.0
-
name: "T"
value: 0.001
-
name: "init_xd"
value: 1.0
- { name: "Kp", value: 1.0}
- { name: "T", value: 0.01}
- { name: "init_xd", value: 1.0}

0 comments on commit e7cc300

Please sign in to comment.