-
Notifications
You must be signed in to change notification settings - Fork 455
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
Using Mapping with VLP16-Hires - Missing TF velodyne #47
Comments
When I first used VLP16 on ROS, I used the command below but I couldnt see the point cloud. |
Hi Kevin, I had the same problem. |
Hey Kevin I am also currently working on VLP 16 Hi Res, and using ROS Kinetic on Ubuntu 16.04.03. --Kartik |
Dear Hector Team,
I have a question concerning your mapping package.
First of all I am using Ros Kinetic on Ubuntu 16.04.03 and
a Velodyne Lidar (VLP16 Hires).
Before I run your package I start the velodyne driver (https://github.com/ros-drivers/velodyne), so that
there is a pointcloud and a laserscan from the Lidar. It is visible
via RViz.
Then, running your package, I receive following error message:
lookupTransform base_footprint to velodyne timed out. Could not transform laser scan intobase_frame.
I looked on your code and this message is thrown because there is time out by
trying to use the tf "velodyne". It does not exist if you check it with "rosrun tf tf_monitor"
because the Velodyne Driver does not publish any tf called "velodyne".
What shall I do in order to get your code running?
Thanks,
Kevin Riehl
The text was updated successfully, but these errors were encountered: