diff --git a/README.md b/README.md index 83367a2..013e622 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,24 @@ # ROS Robotics Projects This is the code repository for [ROS Robotics Projects](https://www.packtpub.com/hardware-and-creative/ros-robotics-projects?utm_source=github&utm_medium=repository&utm_campaign=9781783554713), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the book from start to finish. + ## About the Book Robot Operating System is one of the most widely used software frameworks for robotic research and for companies to model, simulate, and prototype robots. Applying your knowledge of ROS to actual robotics is much more difficult than people realize, but this title will give you what you need to create your own robotics in no time! + ## Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02. - - The code will look like the following: ``` - +[default] +ros::init(argc, argv,"face_tracker_controller"); +ros::NodeHandle node_obj; +ros::Subscriber number_subscriber = node_obj.subscribe("/face_centroid",10,face_callback); +dynamixel_control = node_obj.advertise("/pan_controller/command",10); ``` + ## Related Products * [Effective Robotics Programming with ROS - Third Edition](https://www.packtpub.com/hardware-and-creative/effective-robotics-programming-ros-third-edition?utm_source=github&utm_medium=repository&utm_campaign=9781786463654) @@ -21,5 +26,6 @@ The code will look like the following: * [Mastering ROS for Robotics Programming](https://www.packtpub.com/hardware-and-creative/mastering-ros-robotics-programming?utm_source=github&utm_medium=repository&utm_campaign=9781783551798) + ### Suggestions and Feedback [Click here](https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions.