You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed by running sudo apt-get install ros-noetic-velodyne*
Hi everyone. I had compiling errors about VPoint and velodyne_rawdata::VPointCloud when building a project. The errors said ‘VPoint’ does not name a type and ‘velodyne_rawdata::VPointCloud’ has not been declared, from the following code:
I cloned the velodyne source code (master branch) and searched these two variables, and found in a changelog that moved definition of VPoint and VPointCloud back to namespace rawdata in rawdata.h. But I didn't find them in velodyne_pointcloud/rawdata.h or anywhere else in the source code. I've googled it but supprisingly few related discussions. I'm a beginner of the velodyne library and have no idea what I missed. Could anyone help me? Really appreciate it!
The text was updated successfully, but these errors were encountered:
sudo apt-get install ros-noetic-velodyne*
Hi everyone. I had compiling errors about
VPoint
andvelodyne_rawdata::VPointCloud
when building a project. The errors said‘VPoint’ does not name a type
and‘velodyne_rawdata::VPointCloud’ has not been declared
, from the following code:I cloned the velodyne source code (master branch) and searched these two variables, and found in a changelog that
moved definition of VPoint and VPointCloud back to namespace rawdata in rawdata.h
. But I didn't find them invelodyne_pointcloud/rawdata.h
or anywhere else in the source code. I've googled it but supprisingly few related discussions. I'm a beginner of the velodyne library and have no idea what I missed. Could anyone help me? Really appreciate it!The text was updated successfully, but these errors were encountered: