You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ROS/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
This folder contains a ROS-based example for the IGHA* path planner. The code here is really an example script to demonstrate how one would use the planner in the loop on their robot.
4
4
It demonstrates how to integrate the IGHA* planner with ROS topics for maps, odometry, waypoints, and visualization.
5
5
For simplicity (not needing to fiddle with rviz), there is a built in visualization in the example.
6
-
7
-
## TODO: does one need to install all grid-map stuff to get grid-map visuals? Might be useful to get rviz visualizations here.
6
+
It is however not a "ros-package"; one can use the example shown here as a stencil to incorporate IGHA* into their navigation stack.
0 commit comments