-
Notifications
You must be signed in to change notification settings - Fork 89
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
Sick PicoScan150 "add_transform_xyz_rpy" not working #399
Comments
Thank you for your feedback. Due to a configuration issue, the full frame point clouds are not published if the configured rotation is only about the z axis (i.e. roll=0, pitch=0, yaw!=0). Please use the update provided in branch https://github.com/SICKAG/sick_scan_xd/tree/feature/issue_update_2407xx (driver/src/sick_scansegment_xd/config.cpp modified), rebuild and run again. Note that the parameter "add_transform_xyz_rpy" expects 6 comma separated values. Please replace |
Thank you for the suggestion. It works now with the update in the branch. Regarding the "add_transform_xyz_rpy" , it was typo mistake. The api now publishes the correctly. Another question, do you have any suggestion for merging 2 laser scanners? For some reason ira laser tools is not working with the sick scanners - pico100. |
* add: Launchfiles and configuration for picoScan120 * add: Optional AngleRangeFilter and IntervalFilter for picoScan * fix: Obsolete topic "/sick_multiscan/scan" removed * add: IMU automatically deactivated after receiving an error code for IMU activation from picoScan w/o addons * fix: Customization of hash values for authorization #366 * fix: Replaced builtin_addressof expressions #370 * add: Different UDP timeouts for state initial and running, improved UDP timeout handling * fix: Picoscan range_min value in laserScan message #382 * add: Support for RMS2xxx LIDoutputstate telegrams * fix: sick_generic_caller debug assertion #385 * add: Check of udp receiver ip at startup * add: cmake-option to overwrite optimization level * change: Documentation restructured * add: Improved field evaluation TiM7xx, Tim7xxS (publish LIDinputstate messages, configuration and services for options FieldSetSelectionMethod and ActiveFieldSet) * fix: PicoScan parameter add_transform_xyz_rpy #399 * fix: LMS4000 encoder settings #403 * fix: CMake-flag for target sick_scan_xd_api_dockertest #404 * change: Merge PR #405 (typo) and PR #406 (sick_scan_xd_api_test)
Hi,
I have an issue with sick pico scan 150. The "add_transform_xyz_rpy" is not working. The moment i enter non zero values, no point clouds are published on that topic in rviz. I use ros2 humble and sick_scan_xd humble version. I had built the sick scan from source.
Here are my launch and config files.
`
def generate_launch_description():
The text was updated successfully, but these errors were encountered: