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

laserscan is not correctly #239

Closed
adridelta opened this issue Oct 24, 2023 · 2 comments
Closed

laserscan is not correctly #239

adridelta opened this issue Oct 24, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@adridelta
Copy link

adridelta commented Oct 24, 2023

Describe the bug
Laserscan does not publish data correctly. there are only a few point when using /ouster/scan. PointCloud data is present and published correctly

i also tried some of the solutions like '196 but it didn't work

To Reproduce
ros2 launch ouster_ros driver.launch.py

Screenshots
Screenshot from 2023-10-24 10-01-06
Screenshot from 2023-10-24 10-01-23

Platform (please complete the following information):

  • Ouster Sensor? OS1-32-U
  • Ouster Firmware Version? 2.4
  • ROS version/distro? \foxy
  • Operating System? Ubuntu 20.04
  • Machine Architecture? x64
  • git commit hash (if not the latest).
@adridelta adridelta added the bug Something isn't working label Oct 24, 2023
@Samahu Samahu self-assigned this Nov 3, 2023
@Samahu
Copy link
Contributor

Samahu commented Nov 3, 2023

@adridelta just to make sure, did you set the scan_ring to an appropriate value? For an OS1-32-U you should be using a value of 16?

@Samahu
Copy link
Contributor

Samahu commented Nov 29, 2023

Resolved by #204

@Samahu Samahu closed this as completed Nov 29, 2023
tobii-ho pushed a commit to StarkStrom-Driverless/ouster-ros that referenced this issue Dec 27, 2023
Includes APIs for:
* Querying and setting sensor configuration
* Recording and reading data in pcap format
* Reading and buffering sensor UDP data streams reliably
* Frame-based access to lidar data as numpy datatypes
* Conversion of raw data to images (de-staggering)
* Efficiently project range measurements to cartesian coordinates

Also add a preliminary C++ API for working with pcap files containing a
single sensor packet capture and an early version of an API covering the
full sensor configuration interface.

Co-authored-by: Dima Garbuzov <[email protected]>
Co-authored by: Chris Bayruns <[email protected]>
Co-authored by: Pavlo Bashmakov <[email protected]>
tobii-ho pushed a commit to StarkStrom-Driverless/ouster-ros that referenced this issue Jan 23, 2024
Includes APIs for:
* Querying and setting sensor configuration
* Recording and reading data in pcap format
* Reading and buffering sensor UDP data streams reliably
* Frame-based access to lidar data as numpy datatypes
* Conversion of raw data to images (de-staggering)
* Efficiently project range measurements to cartesian coordinates

Also add a preliminary C++ API for working with pcap files containing a
single sensor packet capture and an early version of an API covering the
full sensor configuration interface.

Co-authored-by: Dima Garbuzov <[email protected]>
Co-authored by: Chris Bayruns <[email protected]>
Co-authored by: Pavlo Bashmakov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants