Skip to content

Commit

Permalink
READMEのJazzy対応
Browse files Browse the repository at this point in the history
  • Loading branch information
mizonon committed Nov 1, 2024
1 parent 42ae670 commit 47b7632
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ ROS 2 package with URDF description macro for [CRANE-X7](https://rt-net.jp/produ
## Supported ROS distributions

- [Foxy](https://github.com/rt-net/crane_x7_description/tree/foxy-devel)
- Humble
- [Humble](https://github.com/rt-net/crane_x7_description/tree/ros2)
- Jazzy

### ROS 1

- [Melodic](https://github.com/rt-net/crane_x7_description/tree/v1.0.0)
- [Noetic](https://github.com/rt-net/crane_x7_description/tree/v1.0.0)

### ROS 2

- [Jazzy](https://github.com/rt-net/crane_x7_description/tree/support_jazzy)
- [Humble](https://github.com/rt-net/crane_x7_description/tree/ros2)
- [Foxy](https://github.com/rt-net/crane_x7_description/tree/ros2)
- [Galactic](https://github.com/rt-net/crane_x7_description/tree/ros2)

Expand All @@ -27,7 +29,7 @@ ROS 2 package with URDF description macro for [CRANE-X7](https://rt-net.jp/produ
# Clone crane_x7_description and install dependencies
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone -b ros2 https://github.com/rt-net/crane_x7_description
git clone -b support_jazzy https://github.com/rt-net/crane_x7_description
rosdep install -r -y -i --from-paths .

# Build the package
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
## サポートするROSディストリビューション

- [Foxy](https://github.com/rt-net/crane_x7_description/tree/foxy-devel)
- Humble
- [Humble](https://github.com/rt-net/crane_x7_description/tree/ros2)
- Jazzy

### ROS 1

- [Melodic](https://github.com/rt-net/crane_x7_description/tree/master)
- [Noetic](https://github.com/rt-net/crane_x7_description/tree/master)

### ROS 2
- [Jazzy](https://github.com/rt-net/crane_x7_description/tree/support_jazzy)
- [Humble](https://github.com/rt-net/crane_x7_description/tree/ros2)

- [Foxy](https://github.com/rt-net/crane_x7_description/tree/foxy-devel)

Expand All @@ -26,7 +29,7 @@
# 本パッケージをクローンし、依存関係をインストールする
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone -b ros2 https://github.com/rt-net/crane_x7_description
git clone -b support_jazzy https://github.com/rt-net/crane_x7_description
rosdep install -r -y -i --from-paths .

# パッケージをビルドする
Expand Down

0 comments on commit 47b7632

Please sign in to comment.