Skip to content

Commit

Permalink
Fix README's using docker setup part
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanazawanaoaki committed Jan 29, 2024
1 parent 75a5f52 commit 83beeb2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ cd ~/ros/catkin_ws && catkin b
```

#### using docker (Recommended)
Otherwise, you can build this package on docker environment.
Otherwise, you can build only `tracking_ros_utils` package for using intractive prompt gui
```bash
git clone https://github.com/ojh6404/tracking_ros.git
cd tracking_ros/tracking_ros
docker build --build-arg CUDA_VERSION=11.3 -t tracking_ros . # default is 11.3, you can also build with 12.1
```
Build only `tracking_ros_utils` for using intractive prompt gui
```
mkdir -p ~/ros/catkin_ws/src && cd ~/ros/catkin_ws/src
git clone https://github.com/Kanazawanaoaki/tracking_ros.git -b divide-model-and-gui-pkg
git clone https://github.com/ojh6404/tracking_ros.git
wstool init
wstool merge -t . tracking_ros/tracking_ros/rosinstall.noetic
wstool update -t . # jsk-ros-pkg/jsk_visualization for GUI
cd ~/ros/catkin_ws && catkin b tracking_ros_utils
```
and build whole package on docker environment.
```bash
source ~/ros/catkin_ws/devel/setup.bash
roscd tracking_ros_utils/../tracking_ros
docker build --build-arg CUDA_VERSION=11.3 -t tracking_ros . # default is 11.3, you can also build with 12.1
```

## How to use
Please refer sample_track.launch and deva.launch
Expand Down

0 comments on commit 83beeb2

Please sign in to comment.