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

ROS[NOETIC] Add a pcap source reader nodelet #344

Merged
merged 9 commits into from
Aug 15, 2024
Merged

Conversation

Samahu
Copy link
Contributor

@Samahu Samahu commented Jul 9, 2024

Related Issues & PRs

Summary of Changes

  • Implement a pcap reader nodelet
  • Pace scans by the packets timestamps
  • Conditionality enable and link the pcap library
  • Display progress

Validation

  • Enable PCAP_BUILD flag and build the driver then execute:
roslaunch ouster_ros replay_pcap.launch \
pcap_file:=... \
metadata:= ..

@Samahu Samahu added the enhancement New feature or request label Jul 9, 2024
@Samahu Samahu self-assigned this Jul 9, 2024
@Samahu Samahu marked this pull request as ready for review August 2, 2024 18:55
Copy link
Collaborator

@matthew-lidar matthew-lidar left a comment

Choose a reason for hiding this comment

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

Looks pretty good!

launch/replay_pcap.launch Outdated Show resolved Hide resolved
launch/replay_pcap.launch Show resolved Hide resolved
src/os_pcap_nodelet.cpp Outdated Show resolved Hide resolved
src/os_pcap_nodelet.cpp Show resolved Hide resolved
src/os_pcap_nodelet.cpp Show resolved Hide resolved
src/os_pcap_nodelet.cpp Show resolved Hide resolved
src/os_pcap_nodelet.cpp Outdated Show resolved Hide resolved
src/os_pcap_nodelet.cpp Show resolved Hide resolved
src/os_pcap_nodelet.cpp Outdated Show resolved Hide resolved
@Samahu Samahu mentioned this pull request Aug 7, 2024
@Samahu Samahu changed the title Add a pcap source reader nodelet ROS[NOETIC] Add a pcap source reader nodelet Aug 15, 2024
src/os_pcap_nodelet.cpp Outdated Show resolved Hide resolved
src/os_pcap_nodelet.cpp Show resolved Hide resolved
@Samahu Samahu merged commit 993e471 into master Aug 15, 2024
1 check passed
@Samahu Samahu deleted the add-pcap-reader branch August 15, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reading a pcap file convert pcap to rosbag Reading .pcap files
3 participants