move_base is not sending data to cmd_vel
Hi, I am working on a ros project where I need to use move_base on my custom drone. I already set up its tf transformations, maps, amcl, and YAML files but when I sent a 2d nav goal my drone isn't moving.
I tried echoing the move_base/goal topic and when I click a goal in the map it does receive data.
But when I try echoing cmd_vel when clicking a goal in the map, it doesn't receive any data.
I am new to ROS. And I am currently using ros noetic.
Does it have a sensor that can be used for localization, such as an IMU or GPU?