Skip to content

Commit

Permalink
add cartographer option for husky mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
puru07 committed Sep 1, 2020
1 parent c2c5086 commit 572dcae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/how_to_use_husky.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ B. Running Navigation with no Map (SLAM) / Navigation to create Map

``roslaunch mowito_husky sim_mw_navigation_with_no_map.launch``

on rviz, give goals on the map, and the robot will move autnomously while creating the map
on rviz, give goals on the map, and the robot will move autnomously while creating the map.
For using `cartographer` for mapping/ SLAM instead of default mw_mapping, use the following commad:

``roslaunch mowito_husky sim_mw_navigation_with_no_map.launch cartographer:=true``

1.2. **Autonomous goal selection ,through Exploration**:

Expand Down

0 comments on commit 572dcae

Please sign in to comment.