Difference between revisions of "Humble Navigation2 Displays Map 20240928"

From wikidb
Jump to: navigation, search
(Created page with "= Relevant Ticket = * [https://github.com/ROBOTIS-GIT/turtlebot3/issues/884 AMCL failing when starting Navigation Simulation #884] johnpenright commented on Jul 5, 2022...")
(No difference)

Revision as of 22:00, 28 September 2024

Relevant Ticket

 johnpenright commented on Jul 5, 2022
 So I've made some progress. In the robot param file (waffle_pi.yaml), if I change line 29 from

     robot_model_type: "differential"

 to

     robot_model_type: "nav2_amcl::DifferentialMotionModel"

then rViz will launch and initialize properly.

However I don't seem to be getting a local costmap, even though rViz is confugured to display one. I'm not seeing any clear errors in the logs.