Skip to content

Commit e9ca607

Browse files
committed
Typo
1 parent 38e0804 commit e9ca607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/gui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <robot_dart/gui/magnum/windowless_graphics.hpp>
1111
#endif
1212

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) {
13+
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) {
1414
if (in_results.ndim() != 2)
1515
throw std::runtime_error("Results should be a 2-D Numpy array!");
1616

0 commit comments

Comments
 (0)