-
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
[WIP] Porting ros2 #83
Conversation
Currently correction params are defined for R2300 based on their part numbers. Need to verify if that is the intended way.
The corrected pointcloud is wrong. Mostly issues with units
this does not make sense especially after apply correction function
I got permission denied when pushing to this branch, can you give me some rights ? |
else if (level == 23) | ||
{ | ||
config_->max_num_points_scan = config.max_num_points_scan; | ||
for(const auto ¶meter : parameters) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dynamic parameters are indeed much simpler in ROS2 !
20e959b
to
939eedd
Compare
The current code seems to be valid only for For now, I will disable |
What makes you say that ? I'm working with galaxy only |
@wawanbreton please check the CI output linked above. Didn't you get that error? Edit: the error exists for foxy as well actually https://github.com/PepperlFuchs/pf_lidar_ros_driver/runs/6810315345?check_suite_focus=true |
No I didn't get the error, pcl-conversion is actually available for galactic |
right, we have commented out the deps https://github.com/PepperlFuchs/pf_lidar_ros_driver/blob/porting-ros2/pf_driver/package.xml#L13. Since CI starts with a clean docker, these packages have not been installed. |
OK the CI seems to be working now: https://github.com/PepperlFuchs/pf_lidar_ros_driver/runs/6811233956?check_suite_focus=true#step:4:1582 |
My commit containing the DAE files instead of the STL has been wiped out, was it intentional ? |
sorry about that. I think I pushed commits around the same time as you. Could you fetch the latest commits, rebase and push that commit again? |
Also, take a look at the CI output linked above
|
based on the device type PFSDP base is reinitialized
Many thanks to everyone for their support! |
Originally from #82 started by @wawanbreton
CMakeLists.txtsetup.py: 9476ad6