-
Notifications
You must be signed in to change notification settings - Fork 102
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 Galactic Compatibility #44
base: ROS2
Are you sure you want to change the base?
Conversation
Thanks for this PR!
Any ideas? |
Try to build using: Is there any error/warning logs? |
I got the same error after try using but with a warning:
|
What's the output of |
|
Add this section will fix the problem. |
Nice! Not sure why it didn't work out of the box. Maybe a member of the Hesai Team someday will review this PR. |
Thank you for this PR. I'm trying to make this PR compatible with ROS Humble. However, there is a build error that I'm not sure where to modify the CMakeLists.txt. Could you please help? Thank you.
|
@Chris7462 try replacing:
to
Ros2 humble remove all the old .h files and replace them with the new .hpp format. |
Looks like no one will merge this PR haha |
@dadaroce Thank you. However it still shows the same error
I believe the problem is from the CMakeLists.txt. It didn't include any ROS related header in the PandarGeneralRaw. |
Do you have
|
Yes, I did have the tf2_ros installed. |
Could you please show me your repo? maybe there are some missing dependencies on the CMake |
Sure! Tomorrow I'll give you a hand with it. |
Hi @dadaroce any luck with it? Please let me know if there's anything that I can help with. |
Hi @Chris7462, you could solve it adding these lines:
However, looks like you should perform some work around it to fully build that package using Humble. |
@Chris7462 please check this branch: https://github.com/kiwicampus/HesaiLidar_General_ROS/tree/ros2-humble I've made some updates to fully build on Humble. However, I don't have any Hesai LIDAR so, I'm not able to test it. Also, you could notice that this PR and the Humble branch were made some time ago and there were several changes on the main branch. |
@dadaroce Thank you. I will test your Humble branch. |
@dadaroce Need to add this section in your ros2-humble branch. I have tested it on the PandarQT. Your branch works.
|
This PR performs some changes to launch the wrapper using galactic ROS2 distribution.
I guess it's better to locate this PR and not merge to the dashing branch that you have currently made.