igvc-software
igvc-software copied to clipboard
Fix/traversability ghost obstacles
trafficstars
Description
Fixes ghost obstacles in traversability layer by applying morphological transforms.
This PR does the following:
- Fixes ghost obstacles in traversability layer
Fixes #836
Testing steps (If relevant)
Test Case 1
- Run
roslaunch igvc_gazebo ramp_lane.launch - Run
roslaunch igvc_navigation navigation_simulation.launch
Expectation: Robot able to navigate over ramp smoothly without any ghost obstacles.
Self Checklist
- [x] I have formatted my code using
make format - [x] I have tested that the new behaviour works