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

Create LIDAR processing node #7

Open
mbr4477 opened this issue Nov 21, 2019 · 4 comments
Open

Create LIDAR processing node #7

mbr4477 opened this issue Nov 21, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@mbr4477
Copy link
Contributor

mbr4477 commented Nov 21, 2019

Converts LIDAR data to structured obstacle messages.

@mbr4477
Copy link
Contributor Author

mbr4477 commented Mar 2, 2020

I believe this has been completed by @irowebbn, but I'm not sure if it has been merged back into the master/dev branch. Leaving open until that can be confirmed.

@mbr4477 mbr4477 added the enhancement New feature or request label Mar 2, 2020
@ruffner
Copy link

ruffner commented Mar 4, 2020

Any update on this?

@irowebbn
Copy link
Contributor

irowebbn commented Mar 5, 2020

@ruffner See ca93ee2

The obstacle classification works, and you can verify that by running the plotTest function and see a test with some of the sample data from https://github.com/UKyKORA/IGV/blob/master/sample_data/courtyard.txt

I'm remote for the semester, so I haven't been able to test this with real hardware or data, so that's why the ROS stuff at the top is commented out. I haven't tried it yet. The node assumes a couple of ROS topics that don't currently exist, including LIDAR point cloud, and range to target. I also haven't tested any of the actual avoidance logic (the adjust_heading methods in each of the obstacle classes). That would be the next step to test.

@irowebbn
Copy link
Contributor

irowebbn commented Mar 5, 2020

I also still need to add the 3x3 filter

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

No branches or pull requests

3 participants