Extract util in tutorials
This commit is contained in:
parent
012ddb2ed0
commit
abef84e8dc
|
@ -98,13 +98,13 @@ make_executable2(get_disparity SRCS data/get_disparity.cc WITH_OPENCV)
|
|||
make_executable2(get_depth SRCS data/get_depth.cc WITH_OPENCV)
|
||||
if(PCL_FOUND)
|
||||
make_executable2(get_points
|
||||
SRCS data/get_points.cc data/pc_viewer.cc
|
||||
SRCS data/get_points.cc util/pc_viewer.cc
|
||||
WITH_OPENCV WITH_PCL
|
||||
)
|
||||
endif()
|
||||
make_executable2(get_imu SRCS data/get_imu.cc data/cv_painter.cc WITH_OPENCV)
|
||||
make_executable2(get_imu SRCS data/get_imu.cc util/cv_painter.cc WITH_OPENCV)
|
||||
make_executable2(get_from_callbacks
|
||||
SRCS data/get_from_callbacks.cc data/cv_painter.cc
|
||||
SRCS data/get_from_callbacks.cc util/cv_painter.cc
|
||||
WITH_OPENCV
|
||||
)
|
||||
make_executable2(get_with_plugin SRCS data/get_with_plugin.cc WITH_OPENCV)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "mynteye/api.h"
|
||||
|
||||
#include "data/cv_painter.h"
|
||||
#include "util/cv_painter.h"
|
||||
|
||||
MYNTEYE_USE_NAMESPACE
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "mynteye/api.h"
|
||||
|
||||
#include "data/cv_painter.h"
|
||||
#include "util/cv_painter.h"
|
||||
|
||||
MYNTEYE_USE_NAMESPACE
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "mynteye/api.h"
|
||||
|
||||
#include "data/pc_viewer.h"
|
||||
#include "util/pc_viewer.h"
|
||||
|
||||
MYNTEYE_USE_NAMESPACE
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
#include "data/cv_painter.h"
|
||||
#include "util/cv_painter.h"
|
||||
|
||||
#include <glog/logging.h>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
#include "data/pc_viewer.h"
|
||||
#include "util/pc_viewer.h"
|
||||
|
||||
#include <glog/logging.h>
|
||||
|
Loading…
Reference in New Issue
Block a user