Skip to content

Commit

Permalink
refactor: Rename ros2-agv-essentials to ros2-essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Jun 1, 2024
1 parent def1aa3 commit 81d9025
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cartographer-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
docker:
if: github.repository == 'j3soon/ros2-agv-essentials'
if: github.repository == 'j3soon/ros2-essentials'
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-orbslam3-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
docker:
if: github.repository == 'j3soon/ros2-agv-essentials'
if: github.repository == 'j3soon/ros2-essentials'
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ros1-bridge-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
docker:
if: github.repository == 'j3soon/ros2-agv-essentials'
if: github.repository == 'j3soon/ros2-essentials'
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rtabmap-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
docker:
if: github.repository == 'j3soon/ros2-agv-essentials'
if: github.repository == 'j3soon/ros2-essentials'
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-template-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
docker:
if: github.repository == 'j3soon/ros2-agv-essentials'
if: github.repository == 'j3soon/ros2-essentials'
runs-on: ubuntu-latest
steps:
-
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ROS 2 AGV Essentials
# ROS 2 Essentials

A repo containing essential ROS2 Humble features for controlling Autonomous Guided Vehicles (AGVs). Please setup an Ubuntu environment before using this repo.
A repo containing essential ROS2 Humble features for controlling Autonomous Mobile Robots (AMRs). Please setup an Ubuntu environment before using this repo.

## Pre-built Docker Images

Expand Down
2 changes: 1 addition & 1 deletion cartographer_ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Run with docker

```bash
git clone https://github.com/j3soon/ros2-agv-essentials.git
git clone https://github.com/j3soon/ros2-essentials.git
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion orbslam3_ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Run with docker

```bash
git clone https://github.com/j3soon/ros2-agv-essentials.git
git clone https://github.com/j3soon/ros2-essentials.git
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion ros1_bridge_ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ rosrun roscpp_tutorials listener
docker exec -it ros2 /ros_entrypoint.sh bash
# In ROS 2 container
# Use the same UID as ros1_bridge to prevent Fast-DDS Shared Memory permission issues.
# Ref: https://github.com/j3soon/ros2-agv-essentials/pull/9#issuecomment-1795743063
# Ref: https://github.com/j3soon/ros2-essentials/pull/9#issuecomment-1795743063
useradd -ms /bin/bash user
su user
source /ros_entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion ros1_bridge_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN colcon build

# Delete packages.ros.org from sources.list and remove conflicts packages manually.
# Removing those conflicts packages is necessary for install ros-core-dev.
# Here is the dicussion about this issue: https://github.com/j3soon/ros2-agv-essentials/pull/9#discussion_r1375303858
# Here is the dicussion about this issue: https://github.com/j3soon/ros2-essentials/pull/9#discussion_r1375303858
# Reference:
# - https://docs.ros.org/en/humble/How-To-Guides/Using-ros1_bridge-Jammy-upstream.html#ros-2-via-debian-packages
# - https://github.com/osrf/docker_images/issues/635#issuecomment-1217505552
Expand Down
2 changes: 1 addition & 1 deletion rtabmap_ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Run with docker

```bash
git clone https://github.com/j3soon/ros2-agv-essentials.git
git clone https://github.com/j3soon/ros2-essentials.git
```

```bash
Expand Down

0 comments on commit 81d9025

Please sign in to comment.