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

Configure scanner based on node configuration #167

Closed
maracuya-robotics opened this issue May 30, 2018 · 2 comments
Closed

Configure scanner based on node configuration #167

maracuya-robotics opened this issue May 30, 2018 · 2 comments

Comments

@maracuya-robotics
Copy link

You can set a number parameters specific to the scanner hardware in the ROS node. It looks like these parameters are only used for diagnostic and probably interpretation purposes. Some features of the scanner can be configured via HTTP requests.

Would it be feasible to change these parameters on the scanner during start of the node if it is wanted by the user (e.g. setting a parameter configure_scanner to true)?

@JWhitleyWork
Copy link
Contributor

There are two reasons that this cannot be done with the current version of the driver:

  1. The driver does not implement programming of the configuration packets necessary to configure the Velodyne devices over Ethernet.
  2. The HDL-64E does not support configuration over Ethernet, only via RS-232/Serial.

If you would like to add the functionality to configure the Velodyne devices which allow for Ethernet configuration, we would be happy to consider a Pull Request. However, it would come with the caveat that the additional configure_scanner (or similar) parameter would not be available for the HDL-64E.

@JWhitleyWork
Copy link
Contributor

See #199 for more information.

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

No branches or pull requests

2 participants