You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
92
84
93
85
94
86
### Addition documentation
@@ -140,5 +132,5 @@ If CUDA is not being used, you can start the CPU based setup by launching
140
132
### Addition documentation
141
133
142
134
For additionl details about the object tracking, please checkout the
0 commit comments