Skip to content

Commit e184c4c

Browse files
committed
Update README.md
Added some stuff about simtrack.
1 parent 8f5700e commit e184c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ april tag IDs to the objects to which they are attached, along with the relative
244244
of the tag with respect to the object kinbody, in `pr_ordata/data/objects/tag_data.json`.
245245
- `VNCC`: This is a single-query method and so currently does not support `DetectObjects`, but just
246246
`DetectObject`, where the object names are obtained from the map in the module's constructor.
247-
- `SimTrack`: Ask Matt to fill in or do later
247+
- `SimTrack`: See https://github.com/personalrobotics/simtrack for more details. You will need the `personalrobotics` fork. This can track/detect any kind of textured object stored as an `.obj` file. The perception module only calls the detector, but the tracker can also be integrated pretty easily. It supports `DetectObjects`, and requires the simtrack `multi_rigid_node` to be running on the robot to work. Inside the module, there is a map of `simtrack` objects to kinbodies.
248248
- `BlockDetector`: This is specifically for detecting blocks on a table in front of the camera. Therefore,
249249
it only has a `DetectBlocks` method.
250250
- `ROCK`: This is still under development and so does not exactly conform to the underlying API.

0 commit comments

Comments
 (0)