Skip to content

Commit

Permalink
Update README (#166)
Browse files Browse the repository at this point in the history
* READMEを整備します

* update english version

* 不必要な表記を削減します
  • Loading branch information
chama1176 authored Dec 26, 2024
1 parent 1976541 commit 4db8e20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
11 changes: 4 additions & 7 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ROS 2 package suite of Sciurus17.

## Supported ROS 2 distributions

- Humble
- Jazzy
- [Humble](https://github.com/rt-net/sciurus17_ros/tree/humble)
- [Jazzy](https://github.com/rt-net/sciurus17_ros/tree/jazzy)

### ROS 1

Expand All @@ -47,14 +47,11 @@ ROS 2 package suite of Sciurus17.
### Build from source

```sh
# Setup ROS environment
source /opt/ros/jazzy/setup.bash

# Download packages
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone -b ros2 https://github.com/rt-net/sciurus17_ros.git
git clone -b ros2 https://github.com/rt-net/sciurus17_description.git
git clone -b $ROS_DISTRO https://github.com/rt-net/sciurus17_ros.git
git clone -b $ROS_DISTRO https://github.com/rt-net/sciurus17_description.git

# Install dependencies
rosdep install -r -y -i --from-paths .
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ROS 2 package suite of Sciurus17.

## Supported ROS 2 distributions

- Humble
- Jazzy
- [Humble](https://github.com/rt-net/sciurus17_ros/tree/humble)
- [Jazzy](https://github.com/rt-net/sciurus17_ros/tree/jazzy)

### ROS 1

Expand All @@ -48,15 +48,11 @@ ROS 2 package suite of Sciurus17.
### Build from source

```sh
# Setup ROS environment
source /opt/ros/jazzy/setup.bash

# Download packages
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone -b ros2 https://github.com/rt-net/rt_manipulators_cpp.git
git clone -b ros2 https://github.com/rt-net/sciurus17_ros.git
git clone -b ros2 https://github.com/rt-net/sciurus17_description.git
git clone -b $ROS_DISTRO https://github.com/rt-net/sciurus17_ros.git
git clone -b $ROS_DISTRO https://github.com/rt-net/sciurus17_description.git

# Install dependencies
rosdep install -r -y -i --from-paths .
Expand Down

0 comments on commit 4db8e20

Please sign in to comment.