ros-navigation / navigation2_tutorials

Tutorial code referenced in https://docs.nav2.org/
180 stars 124 forks source link

Robot still move although costmap is set to max #69

Closed NamTruongTran0 closed 1 year ago

NamTruongTran0 commented 1 year ago

Hey ROS Community,

i tried to add the nav2_gradient_costmap_plugin but the robot can still move.

The only change i did in gradient_layer.cpp:

  // auto node = node_.lock(); 
  auto node = node_;

I using Ubuntu 20.04 foxy distro.

Thank you so much in advance :)