Skip to content

Commit

Permalink
lower-case Turtlebot3 to keep same style
Browse files Browse the repository at this point in the history
  • Loading branch information
yechun1 committed Jul 3, 2019
1 parent db4531e commit 7cad7c5
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -e
#######################################
# Build packages
# Arguments:
# pkg: selected pacakges such as Turtlebot3, perception...
# pkg: selected pacakges such as turtlebot3, perception...
# build_option: --include-deps
#######################################
build_pkg()
Expand Down Expand Up @@ -78,7 +78,7 @@ build_pkg()
#######################################
# Build execution
# Arguments:
# pkg: selected pacakges such as Turtlebot3, perception...
# pkg: selected pacakges such as turtlebot3, perception...
# ros2_build_dir: output build/build folder
# ros2_install_dir: output build/install folder
# src_dir: source code folder
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/package.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# packages=flag[true|false]
perception=true
Turtlebot3=true
turtlebot3=true

0 comments on commit 7cad7c5

Please sign in to comment.