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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ROS Depth-Based Robot Tracking Package (dbrt)
2
2
3
-
This package extends the object tracking packages, dbot and dbot_ros to track
3
+
This package extends the object tracking packages dbot and dbot_ros to track
4
4
articulated rigid bodies with several degree of freedom. In addition to depth
5
5
images, the robot tracker incorporates joint angle measurements at a higher
6
6
rate, typically 100Hz-1kHz. Here are some of the core features
@@ -19,15 +19,15 @@ rate, typically 100Hz-1kHz. Here are some of the core features
19
19
First follow the steps of setting up the object tracking as described in
20
20
Check out the [dbrt_getting_started](https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started.git)
21
21
for a full example of a robot setup with recorded data. You can find the setup
22
-
steps in the (Getting Started)[https://github.com/bayesian-object-tracking/getting_started#robot-tracking]
22
+
steps in the [Getting Started](https://github.com/bayesian-object-tracking/getting_started#robot-tracking)
23
23
documentation.
24
24
25
25
## Setting Up Your Own Robot
26
-
Provided a URDF, you only need adapt the Fusion Tracker config. For that take
27
-
the [dbrt_example](https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started/tree/master/dbrt_example)
28
-
as an example.
26
+
Provided a URDF, you only need to adapt the fusion tracker config. Take a look
27
+
at the [dbrt_example](https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started/tree/master/dbrt_example)
28
+
to get started.
29
29
30
-
In the Fusion Tracker config file, you have map all the joint names to
30
+
In the fusion tracker config file, you have to map all the joint names to
31
31
uncertainty standard deviations for the joint process model and joint
32
32
observation models. The [dbrt_example](https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started/tree/master/dbrt_example)
33
33
package provides a good starting point.
@@ -37,7 +37,7 @@ package provides a good starting point.
37
37
In case your URDF model does not specify a camera link, you have to attach
38
38
one to some part of the robot where the camera is mounted. This requires
39
39
connecting a camera link through a joint to another link of the robot. Take a
40
-
look at (head.urdf.xacro)[https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started/blob/master/apollo_robot_model/models/head.urdf.xacro#L319].
40
+
look at [head.urdf.xacro](https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started/blob/master/apollo_robot_model/models/head.urdf.xacro#L319).
41
41
The XTION camera link *XTION_RGB* is linked to the link *B_HEAD* through the
42
42
joint *XTION_JOINT*. The transformation between the camera and the robot is not
43
43
required to be very precise. However, it must be accurate enough to provide
0 commit comments