We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e0804 commit e9ca607Copy full SHA for e9ca607
src/python/gui.cpp
@@ -10,7 +10,7 @@
10
#include <robot_dart/gui/magnum/windowless_graphics.hpp>
11
#endif
12
13
-void pointcloud_wrapper(const DepthImage& depth_image, const Eigen::Matrix3d& intrinsic_matrix, const Eigen::Matrix4d& tf, double far_plane, py::array_t<double>& in_results) {
+void pointcloud_wrapper(const robot_dart::gui::DepthImage& depth_image, const Eigen::Matrix3d& intrinsic_matrix, const Eigen::Matrix4d& tf, double far_plane, py::array_t<double>& in_results) {
14
if (in_results.ndim() != 2)
15
throw std::runtime_error("Results should be a 2-D Numpy array!");
16
0 commit comments