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

Timeline for gps_time feature on ros-melodic-velodyne package #374

Open
syigzaw opened this issue Dec 5, 2020 · 4 comments
Open

Timeline for gps_time feature on ros-melodic-velodyne package #374

syigzaw opened this issue Dec 5, 2020 · 4 comments

Comments

@syigzaw
Copy link

syigzaw commented Dec 5, 2020

I'm currently using ros-melodic-velodyne version 1.5.2. I've looked at #341, #340, #347, which have led me to understand that this is the last release so far for the ros-melodic-velodyne package. I'm trying to use one of the earliest feature additions after 1.5.2, the gps_time parameter. Is there a way to add this to my local version of ros-melodic-velodyne or do I have to wait for the official ROS package to be updated? And if waiting is what's necessary, is there a time frame that you think this could be up by? Thanks in advance for the help.

@JWhitleyWork
Copy link
Contributor

@syigzaw A melodic release is currently waiting on @spuetz to finish #347.

@JWhitleyWork
Copy link
Contributor

As far as using the latest features, you can use the master branch and build it locally - you may just have problems if any of your software depends on velodyne_pointcloud/include/velodyne_pointcloud/point_types.h to exist and not have changed.

@syigzaw
Copy link
Author

syigzaw commented Dec 5, 2020

As far as using the latest features, you can use the master branch and build it locally - you may just have problems if any of your software depends on velodyne_pointcloud/include/velodyne_pointcloud/point_types.h to exist and not have changed.

Thanks for the quick response. I don't see any instructions in the readme on how to build locally. How would I go about doing that? Thanks again.

@JWhitleyWork
Copy link
Contributor

@syigzaw If you have not yet created a ROS workspace, you will need to do so. See http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment#Create_a_ROS_Workspace for details. Once you have created your workspace, clone the velodyne repository into the src folder and build the workspace with catkin_make. Once that is done, source the workspace with a command similar to source ~/your_workspace/devel/setup.bash and you should then be able to run the version of the driver in your workspace.

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

No branches or pull requests

2 participants