-
Notifications
You must be signed in to change notification settings - Fork 38
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
ROS2 support #80
Comments
Hello, |
Thanks for the feedback. |
I am guessing this is the branch: https://github.com/wawanbreton/pf_lidar_ros_driver/tree/porting-ros2 Thanks for the initial work! I have created a PR here: #82 |
Ok, nice ! I think it requires some refactoring : I had to reorganize the initialization as in ROS2 you can't read the parameters before the node is created, so I did things that are not very clean. It works for me yet so I can use my LIDAR, but feel free to break what I did ! |
sure :) Porting of the |
Is there a time schedule for ROS2 support? Thanks. |
Can you use the porting ROS2 version normally? We urgently need the ROS2 version driver |
Most of the features are working. There are couple of more bugs to be fixed, which I will do next week. |
It can already be run on ROS2 foxy version. |
Thanks for porting this to ROS2. Really looking forward to this release. |
@PGotzmann thanks for your interest. There was a small change (mentioned below) required for humble. The initial test looks good on Humble. This week we fixed few bugs related to setting (changing) parameters at runtime. Next week we have planned an extensive test for Foxy, Galactic and Humble. |
@andrewTianxiaolu said:
46ca683 should fix the error. Another "fix" that might be needed is mentioned here: open-source-parsers/jsoncpp#1356 |
As mentioned in #83 (comment), the ROS 2 version for foxy, galactic, humble and iron has been moved to a new repo: https://github.com/PepperlFuchs/pf_lidar_ros2_driver. The initial testing is done. Please test the driver and create issues in the new repo. |
Hi,
I'm using an R2000 lidar with ROS2, currently using a bridge from the ROS1 driver.
I will now have a need not to use the bridge anymore, and having only ROS2 nodes.
Is there a work in progress for ROS2 porting ? If not, I will start forking the repository and do it myself, but I just wanted to be sure nobody is alreay working on it.
The text was updated successfully, but these errors were encountered: