Question about new organization of ROS with catkin instead of rosbuild
Hi everyone!!
My name is Ivan. I have worked some years with ROS. But now, I don´t Understand the new organization of package.
For example in Fuerte version, we had this arquitecture:
example-ros-pkg
- RobotA(Stack)
- Package1
- Package2
- Package3
- RobotB(Stack)
- Package1
- Package2
- Package3
- RobotD(Stack)
.
.
.
- RobotE(Stack)
.
.
.
In a Groovy version, the stack concept has been removed, How can reorganize our repository to respect the new standard?
Thanks for your comments!