Skip to content

Commit 5a857f9

Browse files
committed
updated md
1 parent 0ddfb3a commit 5a857f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ROS Depth-Based Robot Tracking Package (dbrt)
22

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
44
articulated rigid bodies with several degree of freedom. In addition to depth
55
images, the robot tracker incorporates joint angle measurements at a higher
66
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
1919
First follow the steps of setting up the object tracking as described in
2020
Check out the [dbrt_getting_started](https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started.git)
2121
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)
2323
documentation.
2424

2525
## 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.
2929

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
3131
uncertainty standard deviations for the joint process model and joint
3232
observation models. The [dbrt_example](https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started/tree/master/dbrt_example)
3333
package provides a good starting point.
@@ -37,7 +37,7 @@ package provides a good starting point.
3737
In case your URDF model does not specify a camera link, you have to attach
3838
one to some part of the robot where the camera is mounted. This requires
3939
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) .
4141
The XTION camera link *XTION_RGB* is linked to the link *B_HEAD* through the
4242
joint *XTION_JOINT*. The transformation between the camera and the robot is not
4343
required to be very precise. However, it must be accurate enough to provide

0 commit comments

Comments
 (0)