Skip to content

Commit fda3411

Browse files
committed
Updated doc
1 parent 00f253b commit fda3411

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,17 @@ source devel/setup.bash
7070
```
7171
Now you can run the example.
7272
```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
73+
roslaunch dbot_example launch_example_gpu.launch
7774
```
7875
or if you did not install cude you launch instead
7976
```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
77+
roslaunch dbot_example launch_example_cpu.launch
8478
```
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-
79+
now, as soon as you launch the example an interactive marker should show up in
80+
rviz. this is for initialization of the tracker, you can move it to align it
81+
with the point cloud, but it should already be approximately aligned. once you
82+
are done, you can click on the object and the tracker should start. You should
83+
do so before the object is being moved in the playback of the bagfile.
9284

9385

9486
### Addition documentation
@@ -140,5 +132,5 @@ If CUDA is not being used, you can start the CPU based setup by launching
140132
### Addition documentation
141133

142134
For additionl details about the object tracking, please checkout the
143-
[dbot_ros](https://github.com/bayesian-object-tracking/dbrt_ros/blob/master/README.md) package.
135+
[dbrt_ros](https://github.com/bayesian-object-tracking/dbrt_ros/blob/master/README.md) package.
144136

0 commit comments

Comments
 (0)