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

Link pcap nodelet only if BUILD_PCAP is defined #359

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

ovaag
Copy link
Contributor

@ovaag ovaag commented Aug 23, 2024

Related Issues & PRs

When using current master with BUILD_PCAP set to default value OFF i got the following error:
image

Summary of Changes

This seems to stem from that pcap_node is linked into the nodelets library regardless of the BUILD_PCAP cmake arg

Validation

Tested on my robot with ouster lidar. roslaunch ouster_ros sensor.launch <my_args> now runs as expected

@Samahu Samahu self-requested a review August 23, 2024 16:03
@Samahu
Copy link
Contributor

Samahu commented Aug 23, 2024

Hi @ovaag thanks for reporting the issue, somehow I can't reproduce the problem on my machine even though I made sure to clean the workspace and rebuilt with pcap off. But it does make sense to me to not include os_pcap_nodelet.cpp in the ouster_ros_nodelets lib

@Samahu Samahu merged commit 84dd3d5 into ouster-lidar:master Aug 23, 2024
1 check passed
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.

2 participants