Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 667

move_base_node callbacks

$
0
0
Hi, I was going through the code for the move_base_node: int main(int argc, char** argv){ ros::init(argc, argv, "move_base_node"); tf::TransformListener tf(ros::Duration(10)); move_base::MoveBase move_base( tf ); ros::spin(); return(0); } So I'm wondering, what callbacks does the `ros::spin()` at the end execute? The constructor for the MoveBase object has a subscriber, a couple of services, an action server and some other stuff. And in general, I guess my question is - what callbacks does the ros::spin wait for? Source: https://github.com/ros-planning/navigation

Viewing all articles
Browse latest Browse all 667

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>