Skip to content

Commit

Permalink
Merge pull request #51 from ETHZ-RobotX/nospelt-patch-1
Browse files Browse the repository at this point in the history
fix README.md of smb_exploration
  • Loading branch information
mantelt authored Jul 13, 2023
2 parents ba81170 + 6d61df5 commit 1a3ecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smb_exploration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ catkin build smb_exploration smb_navigation # Building the necessary packages if
```bash
roslaunch smb smb.launch launch_tracking_cam:=true # Use the Gazebo equivalent if running in simulation with tracking cam flag
roslaunch smb_exploration smb_rss_frontier.launch map_frame:=gmap_map publish_odom_to_map:=true # Exploration + GMapping
roslaunch smb_navigation navigate2d_ompl.launch global_frame:=tracking_camera_odom exploration:=true global_frame:=gmap_map # Path Planner
roslaunch smb_navigation navigate2d_ompl.launch exploration:=true global_frame:=gmap_map # Path Planner
```
You can visualize the 2D Occupancy map on the ```/map``` topic and the frontiers on the ```/explore/frontiers``` in RViz.

Expand Down

0 comments on commit 1a3ecbf

Please sign in to comment.