Skip to content

Commit

Permalink
Merge branch 'ros2' into ros2-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBOTIS-Will authored Sep 3, 2021
2 parents 0198e15 + ea35d4b commit 27891ff
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Lint
# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches: [ ros2, ros2-devel, foxy-devel ]
branches: [ ros2 ]
pull_request:
branches: [ ros2, ros2-devel ]
branches: [ ros2 ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: ros2-devel
name: ros2

# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches: [ ros2, ros2-devel ]
pull_request:
branches: [ ros2 ros2-devel ]
branches: [ ros2, ros2-devel ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ros2-devel-ci:
ros2-ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
with:
package-name: turtlebot3
target-ros2-distro: ${{ matrix.ros_distribution }}
vcs-repo-file-url: "https://raw.githubusercontent.com/ROBOTIS-GIT/turtlebot3/ros2-devel/turtlebot3_ci.repos"
vcs-repo-file-url: "https://raw.githubusercontent.com/ROBOTIS-GIT/turtlebot3/ros2/turtlebot3_ci.repos"
10 changes: 5 additions & 5 deletions turtlebot3.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ repositories:
turtlebot3/turtlebot3:
type: git
url: https://github.com/ROBOTIS-GIT/turtlebot3.git
version: ros2-devel
version: ros2
turtlebot3/turtlebot3_msgs:
type: git
url: https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
version: ros2-devel
version: ros2
turtlebot3/turtlebot3_simulations:
type: git
url: https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
version: ros2-devel
version: ros2
utils/DynamixelSDK:
type: git
url: https://github.com/ROBOTIS-GIT/DynamixelSDK.git
version: ros2-devel
version: ros2
utils/hls_lfcd_lds_driver:
type: git
url: https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver.git
version: ros2-devel
version: ros2
14 changes: 4 additions & 10 deletions turtlebot3_bringup/launch/turtlebot3_state_publisher.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,10 @@ def generate_launch_description():

print("urdf_file_name : {}".format(urdf_file_name))

urdf = os.path.join(get_package_share_directory('turtlebot3_description'),
'urdf', urdf_file_name)

with open(urdf, 'r') as infp:
# Dummy to use parameter instead of using argument=[urdf] in Node.
robot_desc = infp.read()

rsp_params = {'robot_description': robot_desc}

# print (robot_desc) # Printing urdf information.
urdf = os.path.join(
get_package_share_directory('turtlebot3_description'),
'urdf',
urdf_file_name)

# Major refactor of the robot_state_publisher
# Reference page: https://github.com/ros2/demos/pull/426
Expand Down
6 changes: 3 additions & 3 deletions turtlebot3_ci.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ repositories:
turtlebot3/turtlebot3_msgs:
type: git
url: https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
version: ros2-devel
version: ros2
utils/DynamixelSDK:
type: git
url: https://github.com/ROBOTIS-GIT/DynamixelSDK.git
version: ros2-devel
version: ros2
utils/hls_lfcd_lds_driver:
type: git
url: https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver.git
version: ros2-devel
version: ros2

0 comments on commit 27891ff

Please sign in to comment.