Skip to content

Commit

Permalink
Clean up config file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 16, 2024
1 parent cd61c19 commit e0448c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions turtlebot4_bringup/config/turtlebot4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ turtlebot4_node:

# Setting power_saver to True will make the TurtleBot 4
# disable the camera and lidar while docked
power_saver: True
power_saver: true

# Supported Functions:
# Dock
Expand Down Expand Up @@ -38,7 +38,7 @@ turtlebot4_node:
# Format:
# button: ["SHORT_PRESS_FUNC", "LONG_PRESS_FUNC", "LONG_PRESS_DURATION_MS"]

buttons:
buttons:
create3_1: ["Dock", "Wall Follow Left", "2000"]
create3_power: ["EStop", "Power", "3000"]
create3_2: ["Undock", "Wall Follow Right", "2000"]
Expand Down
4 changes: 2 additions & 2 deletions turtlebot4_bringup/config/turtlebot4_controller.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# / | | | ; ; | _ _ ||
# | | <--- ---> | | | ||_| (_)|| (X) (B)
# | |___ | ___| ; ; |___ ___||
# |\ | \|/ | / _ ____ _ \ | (X) | /| (A)
# | \ |_____| .','" "', (HOME) ,'" "', '. |_____| .' |
# |\ | \|/ | / _ ____ _ \ | (X) | /| (A)
# | \ |_____| .','" "', (HOME) ,'" "', '. |_____| .' |
# | '-.______.-' / \ / \ '-._____.-' |
# | | LJ |--------| RJ | |
# | /\ / \ /\ |
Expand Down

0 comments on commit e0448c1

Please sign in to comment.