Skip to content

Commit 1b59bb1

Browse files
authored
Update README.md
1 parent 8e1cdae commit 1b59bb1

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,28 @@ cd ..
6868
catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=On
6969
source devel/setup.bash
7070
```
71+
Now you can run the example.
72+
```bash
73+
roscd dbot_example/launch
74+
bash move_pose_cache.sh
75+
roslaunch dbot_example start_rviz.launch
76+
roslaunch dbot_example particle_tracker_gpu.launch
77+
```
78+
or if you did not install cude you launch instead
79+
```bash
80+
roscd dbot_example/launch
81+
bash move_pose_cache.sh
82+
roslaunch dbot_example start_rviz.launch
83+
roslaunch dbot_example particle_tracker_cpu.launch
84+
```
85+
now, as soon as you launch the bagfile with the next command, an interactive marker should show up in rviz. this is for initialization of the tracker, you can move it to align it with the point cloud, but it should already be approximately aligned. once you are done, you can click on the object and the tracker should start. you should do so before the object is being moved in the bagfile.
86+
```bash
87+
roslaunch dbot_example play_bagfile.launch
88+
```
89+
90+
91+
92+
7193

7294
### Addition documentation
7395

@@ -102,7 +124,7 @@ cd ..
102124
catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=On
103125
source devel/setup.bash
104126
```
105-
and re-compile. Once compile you can run the robot tracker along with the
127+
Once compile you can run the robot tracker along with the
106128
recorded sensory data:
107129

108130
```bash

0 commit comments

Comments
 (0)