Open mbr4477 opened 5 years ago
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.
Any update on this?
@ruffner See https://github.com/UKyKORA/IGV/commit/ca93ee204d5c587a759705a9a26047d2a8e4df69
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.
I also still need to add the 3x3 filter
Converts LIDAR data to structured obstacle messages.