-
Notifications
You must be signed in to change notification settings - Fork 88
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
Parameter change on the fly #104
Comments
After internal discussion with the SICK management we will add this specific parameter change in one of the next releases. |
An additional transform of the pointcloud can now be set during runtime using
Please checkout the latest release 2.8.14 and rebuild. Thanks! |
Hi,
I`ve tried to change the transformation parameter on the fly but no change is visible in rviz
rosparam get /sick_scansegment_xd/add_tranform_xyz_rpy
return =>0,0,0,0,0,0rosparam set /sick_scansegment_xd/add_tranform_xyz_rpy "0,0,1,0,0,0"
rosparam get /sick_scansegment_xd/add_tranform_xyz_rpy
return =>0,0,1,0,0,0 but no change visible in rvizIf I change the parameter directly in the launch file it works perfectly.
The text was updated successfully, but these errors were encountered: