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

Some Info needed for building elevation_mapping in ROS2 Humble. #256

Open
babahadjsaid opened this issue Feb 12, 2024 · 0 comments
Open

Comments

@babahadjsaid
Copy link

babahadjsaid commented Feb 12, 2024

Hello,
So I'm trying to fix the bugs i'm getting when building this lib in ros2 humble, I'm not using your repo as you don't provide ROS2 implementation, but i'm following this one https://github.com/adyczech/elevation_mapping, but the reason i'm putting the issue here is that this lib is originally yours, so you would know better. So i had some issues concerning a couple of lines, some of them were easy and strainght forward, but some (the ones i will share here), were a bit tricky, in sense that they need some technical detail, and they are:
in this line:
https://github.com/adyczech/elevation_mapping/blob/b2481c22100d83956483dce7db7d62c459db0736/elevation_mapping/src/sensor_processors/SensorProcessorBase.cpp#L136
the Duration class was init with a value of 1.0, which doesn't meet any constractor looking to the constractors i found that the way to do so is by specifying the seconds and nanoseconds as integer, So my question is what is the value you meant by 1.0, is it 1 sec ?

whereas in this line:
https://github.com/adyczech/elevation_mapping/blob/b2481c22100d83956483dce7db7d62c459db0736/elevation_mapping/src/input_sources/Input.cpp#L28
a some parameters were being declared, but the syntax needed a default value if the user didn't provide one, can you give me the list of default values that i can put there ?
Thank you so much.

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

No branches or pull requests

1 participant