Skip to content

Commit

Permalink
FIx git url in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh6404 authored Jan 16, 2024
1 parent 2a02c7b commit 71bc2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This package is build upon
If you want build this package directly on your workspace, please be aware of python environment dependencies (python3.9 and pytorch is needed to build package).
```bash
mkdir -p ~/ros/catkin_ws/src && cd ~/ros/catkin_ws/src
git clone https://github.com/ojh404/tracking_ros.git
git clone https://github.com/ojh6404/tracking_ros.git
wstool init
wstool merge -t . tracking_ros/rosinstall.noetic
wstool update -t . # jsk-ros-pkg/jsk_visualization for GUI
Expand All @@ -38,7 +38,7 @@ cd ~/ros/catkin_ws && catkin b
#### using docker (Recommended)
Otherwise, you can build this package on docker environment.
```bash
git clone https://github.com/ojh404/tracking_ros.git
git clone https://github.com/ojh6404/tracking_ros.git
cd tracking_ros
docker build -t tracking_ros .
```
Expand Down

0 comments on commit 71bc2e1

Please sign in to comment.