Skip to content

Commit 2671937

Browse files
committed
updated getting started package URLs
1 parent c9c05b7 commit 2671937

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Checkout the following package in your tracking workspace and compile again.
6060
This package contains a bag file including record depth images and an object
6161
model. To launch the example, do the following:
6262

63+
```bash
64+
git clone https://git-amd.tuebingen.mpg.de/open-source/dbot_getting_started.git
65+
```
66+
6367
### Addition documentation
6468

6569
For additionl details about the object tracking, please checkout the [dbot_ros](https://github.com/bayesian-object-tracking/dbot_ros/blob/master/README.md) package.
@@ -87,7 +91,7 @@ $ catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=Off
8791
Add the following example project to the workspace
8892

8993
```bash
90-
https://cassinaj@git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started.git
94+
git clone https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started.git
9195
```
9296
and re-compile. Once compile you can run the robot tracker along with the
9397
recorded sensory data:

0 commit comments

Comments
 (0)