Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

people tracking with LiDAR only #227

Open
ArtlyStyles opened this issue May 22, 2019 · 2 comments
Open

people tracking with LiDAR only #227

ArtlyStyles opened this issue May 22, 2019 · 2 comments

Comments

@ArtlyStyles
Copy link

I would like to track people but my robot has LiDAR only. How can I change the config file to track people?

@cdondrup
Copy link
Member

Hi, you should be able to edit this file: https://github.com/strands-project/strands_perception_people/blob/kinetic-devel/bayes_people_tracker/config/detectors.yaml

Just remove all the detectors from the file that you do not have running. In theory though, if the detector is not present, it doesn't matter much. It should use whatever detector in this config file is publishing and doesn't wait for any of them. Haven't tested this in a while though.

@duda1202
Copy link

Hi,

I tried that. But whenever one sensor gets occluded, the tracker stops working properly. I have been using my own detectors but I have the right msg, PoseArray.
Also, if you comment one sensor out, it does not eliminate when launching the file. So if I add 3 sensors and I delete 2 of them. It would still show as if it is detecting 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants