Organize ROS wrapper code according to functionality:
-Geometry (relative transformations between poses, point transformation, etc.) code should be in module common/geometry
-ARUCO specific code should be in module SLAM (marker detection)
-All ROS variables should be in a ROSWrapper class as instance attributes
Organize ROS wrapper code according to functionality:
-Geometry (relative transformations between poses, point transformation, etc.) code should be in module common/geometry -ARUCO specific code should be in module SLAM (marker detection) -All ROS variables should be in a ROSWrapper class as instance attributes