Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Velodyne VLP Grabber and example viewer #1452

Merged
merged 1 commit into from
Dec 21, 2015

Conversation

KevenRing
Copy link
Contributor

No description provided.

, sweep_xyz_signal_ ()
, sweep_xyzrgb_signal_ ()
, sweep_xyzi_signal_ ()
, scan_xyz_signal_ ()
, scan_xyzrgb_signal_ ()
, scan_xyzi_signal_ ()
, hdl_data_ ()
//, udp_listener_endpoint_ (getDefaultNetworkAddress(), HDL_DATA_PORT)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't submit commented code, we have a git for that ;).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad..

@jspricke
Copy link
Member

Hi Keven, thanks for the pull request, can you please adpot it to the style guide: http://pointclouds.org/documentation/advanced/pcl_style_guide.php

Thanks!

@@ -48,6 +48,11 @@
#include <string>

#define HDL_Grabber_toRadians(x) ((x) * M_PI / 180.0)
#define HDL_DATA_PORT 2368
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change protected static members into defines?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I originally kept it as a static const, the derived class wasn't seeing the constants. For whatever reason, it is now. Chalk it up to my inexperience with C++.

I'll convert them back to static const.

@KevenRing KevenRing force-pushed the master branch 2 times, most recently from 50c9ac2 to b74274e Compare December 15, 2015 21:08
HDLLaserReturn laserReturn,
HDLLaserCorrection correction);

HDLLaserCorrection laser_corrections_[HDL_MAX_NUM_LASERS];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you make all these public?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it protected?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, got lost in all the foldings ;).

@KevenRing KevenRing force-pushed the master branch 2 times, most recently from 8e9c67a to 46fd2d1 Compare December 16, 2015 13:18
@taketwo
Copy link
Member

taketwo commented Dec 21, 2015

LGTM

jspricke added a commit that referenced this pull request Dec 21, 2015
Added Velodyne VLP Grabber and example viewer
@jspricke jspricke merged commit 3c216cf into PointCloudLibrary:master Dec 21, 2015
@jspricke
Copy link
Member

Thanks guys!

@KevenRing
Copy link
Contributor Author

Awesome, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants