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

reuse Velodyne UDP port #427

Merged
merged 1 commit into from
Nov 11, 2021
Merged

reuse Velodyne UDP port #427

merged 1 commit into from
Nov 11, 2021

Conversation

AmetistDrake
Copy link
Contributor

The Boston Dynamics Spot Core with the EAP (Enhanced Autonomy Package) version also binds to UDP port 2368 in its velodyne service, and without this update the ROS velodyne driver cannot bind to the port. It gives "Bind address already in use" warning and a "Cannot poll device" error. The reason is that, without setting the socket binding option to reuseable, it locks away the UDP port from every other concurrent connection.

@JWhitleyWork
Copy link
Contributor

Close/open to kick CI.

@JWhitleyWork
Copy link
Contributor

CI failures are due only to CI server limitations. Approved.

@JWhitleyWork JWhitleyWork merged commit 45636c9 into ros-drivers:master Nov 11, 2021
@JWhitleyWork
Copy link
Contributor

@AmetistDrake Would you mind forward-porting this to the ros2 branch as well?

wep21 pushed a commit to wep21/velodyne that referenced this pull request Dec 29, 2021
wep21 pushed a commit to wep21/velodyne that referenced this pull request Jan 4, 2022
wep21 pushed a commit to wep21/velodyne that referenced this pull request Jan 5, 2022
wep21 pushed a commit to wep21/velodyne that referenced this pull request Jan 6, 2022
wep21 pushed a commit to wep21/velodyne that referenced this pull request Jan 6, 2022
clalancette pushed a commit that referenced this pull request Jan 6, 2022
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.

None yet

2 participants