qboticslabs / mastering_ros

This repository contains exercise files of the book "Mastering ROS for Robotics Programming"
https://www.packtpub.com/hardware-and-creative/mastering-ros-robotics-programming
468 stars 282 forks source link

too many redundant codes #34

Closed huiwenzhang closed 6 years ago

huiwenzhang commented 6 years ago

Hi, If you clone all the codes and put them in the same catkin workspace, It will have errors cased by the redundancy, especially in chapter 2,3 ,4 and 10. So I am just wondering if there are some better ways to handle the redundancy except for compile them one by one. Or maybe you can delete the redundant code and make them more compact. Thx!

qboticslabs commented 6 years ago

HI @huiwenzhang Sorry for that issue. What I intended was to show the progress of each package in each chapter. So you should be careful to pick the packages. If you want the package for the specific package, take the package from that chapter and put it in catkin_ws and do a catkin_make.

Also if you want the final packages, i think you have to take the code from chapter 10.

huiwenzhang commented 6 years ago

Get it. Well, it does more clear to put all things in one package for each chapter so that they do not depend on each other.