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

Didn't work on VLP16 #522

Open
jaeseok4104 opened this issue Jun 6, 2023 · 6 comments
Open

Didn't work on VLP16 #522

jaeseok4104 opened this issue Jun 6, 2023 · 6 comments
Labels

Comments

@jaeseok4104
Copy link

jaeseok4104 commented Jun 6, 2023

Please complete the following information:

  • OS and Version: ubuntu18.04
  • ROS Version: melodic
  • Built from Source or Downloaded from Official Repository:
  • Version: [if from repository, give version from sudo dpkg -s ros-$ROS_VERSION-velodyne, if from source, give commit hash]

Describe the bug
image
image

didn't published sensor_msgs/pointcloud2
how can i fix this error?

when i set 1.5.2 version, work for me. but I cannot use high version

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

@jaeseok4104 jaeseok4104 added the bug label Jun 6, 2023
@JWhitleyWork
Copy link
Contributor

For your target frame to be odom, there must be a valid set of transforms between the velodyne's frame (by default, velodyne) and the odom frame. Is this true for your setup?

@JWhitleyWork JWhitleyWork added question and removed bug labels Jun 7, 2023
@jaeseok4104
Copy link
Author

how can i set odom to velodyne frame? when i use this driver, should i make odom to velodyne tf?

@jaeseok4104
Copy link
Author

I didn't understand what you said. I think this driver posts point cloud in velodyne frames, and I think if I set to velodyne frames in rviz, I should be able to see point cloud data.

@jaeseok4104
Copy link
Author

when i use ros-noetic i could used this driver. don't surrport melodic version?

@JWhitleyWork
Copy link
Contributor

how can i set odom to velodyne frame? when i use this driver, should i make odom to velodyne tf?

If you want to use an /odom frame then yes, you need to publish a TF between /velodyne (the default frame for the sensor) and /odom. If you do not want to use /odom then you can just change rviz to view in /velodyne frame.

@JWhitleyWork
Copy link
Contributor

when i use ros-noetic i could used this driver. don't surrport melodic version?

melodic was supported until 2 weeks ago when melodic became end-of-life. The driver was confirmed to work on melodic by many users for a very long time. If you still want to use melodic, you can use the melodic-devel branch of this repository or the apt package.

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

No branches or pull requests

2 participants