We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896128e commit 8e1cdaeCopy full SHA for 8e1cdae
README.md
@@ -96,7 +96,11 @@ $ catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=Off
96
Add the following example project to the workspace
97
98
```bash
99
+cd src
100
git clone https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started.git
101
+cd ..
102
+catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=On
103
+source devel/setup.bash
104
```
105
and re-compile. Once compile you can run the robot tracker along with the
106
recorded sensory data:
0 commit comments