Skip to content
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

Clean rosnode termination. #108

Merged
merged 5 commits into from Feb 23, 2023

Conversation

ValerioMagnago
Copy link
Contributor

@ValerioMagnago ValerioMagnago commented Feb 21, 2023

solves #105

@hsd-dev
Copy link
Contributor

hsd-dev commented Feb 21, 2023

@ValerioMa thanks for the fix! Please make clang happy: https://github.com/PepperlFuchs/pf_lidar_ros_driver/actions/runs/4234784627/jobs/7357573296#step:4:178

hsd-dev and others added 5 commits February 22, 2023 14:20
Before this commit the scan message was stamped just before publishing the
data. In the LaserScan message of ros the timestamp in the header is
the acquisition time of the first ray in the scan.
The port parameter was declared as an int_t in the cfg files but in the
code it is expected to be a string. When the dynamic_reconfigure server
is started, the data type on the parameter server was changed from
string to int. This resulted in getParam of the release 1.2.0 to return
False effectively killing any respawn functionality.
@hsd-dev
Copy link
Contributor

hsd-dev commented Feb 23, 2023

behind #106

@ptruka ptruka merged commit 0b5870d into PepperlFuchs:main Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants