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

feat: support vls128 for ros2 #493

Merged
merged 10 commits into from
May 29, 2023
Merged

feat: support vls128 for ros2 #493

merged 10 commits into from
May 29, 2023

Conversation

wep21
Copy link
Contributor

@wep21 wep21 commented Dec 8, 2022

ros2 port for #370, #382, #413

@wep21
Copy link
Contributor Author

wep21 commented Dec 8, 2022

@clalancette @JWhitleyWork Could you review this PR?

@JWhitleyWork
Copy link
Contributor

Has this been tested on real hardware?

@wep21
Copy link
Contributor Author

wep21 commented Dec 18, 2022

Not yet. I will test on real sensor.

@Mtestor
Copy link

Mtestor commented Mar 17, 2023

I have tested and it doesn't work.
I have modified it to work. Do i open a pull request too ?

@wep21
Copy link
Contributor Author

wep21 commented Mar 18, 2023

@Mtestor Thank you for testing. Could you create a PR to my branch?

@Mtestor
Copy link

Mtestor commented Mar 18, 2023

sure

@Mtestor
Copy link

Mtestor commented Mar 18, 2023

@wep21 your branch doesn't appear when i try to pull request.

@wep21
Copy link
Contributor Author

wep21 commented Mar 18, 2023

@Mtestor You mean you cannot find my branch even when creating a PR from my fork?

@Mtestor
Copy link

Mtestor commented Mar 18, 2023

Thanks ! I have done a PR.

Fix Rolling CI and associated linter errors.
@JWhitleyWork JWhitleyWork self-requested a review May 28, 2023 13:12
Institute for Autonomous Systems Technology and others added 8 commits May 28, 2023 21:17
* Add support for the velodyne Alpha Prime

* Change packet rate for the VLS128 according to the times specified in the manual

* Organize setup functions to avoid code duplication. Add a constant for the model ID of the VLS128.

* Use the defined constants to calculate the time offset of the points for the VLS128

Co-authored-by: jugo <juan.gonzalez@unibw.de>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
)

Signed-off-by: Sebastian Scherer (CR/AAS3) <sebastian.scherer2@de.bosch.com>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
@JWhitleyWork
Copy link
Contributor

Rebased on current ros2 branch, which includes updated CI job.

Copy link
Contributor

@JWhitleyWork JWhitleyWork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With rebase and some minor fixes, this looks good!

@JWhitleyWork JWhitleyWork merged commit d38862a into ros-drivers:ros2 May 29, 2023
1 check passed
@wep21 wep21 deleted the vls128 branch May 29, 2023 08:41
JWhitleyWork added a commit that referenced this pull request May 29, 2023
* Update rolling ci (#512)

Fix Rolling CI and associated linter errors.

* Add support for the velodyne Alpha Prime (#370)

* Add support for the velodyne Alpha Prime

* Change packet rate for the VLS128 according to the times specified in the manual

* Organize setup functions to avoid code duplication. Add a constant for the model ID of the VLS128.

* Use the defined constants to calculate the time offset of the points for the VLS128

Co-authored-by: jugo <juan.gonzalez@unibw.de>

* Add VLS128 launch and calibration file (#382)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* vls128: add line only once all four banks are processed (#413)

Signed-off-by: Sebastian Scherer (CR/AAS3) <sebastian.scherer2@de.bosch.com>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* fix: apply uncrustify

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Fixing incorrect type in velodyne_pointcloud.

* Fixed non working vls128 fork

* Added organized cloud compliance and remove some useless code

* Corrected the azimuth offset calculation and put the declation of variable where there are used

* Fix linter errors.

---------

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Sebastian Scherer (CR/AAS3) <sebastian.scherer2@de.bosch.com>
Co-authored-by: Joshua Whitley <josh@electrifiedautonomy.com>
Co-authored-by: Institute for Autonomous Systems Technology <tas@unibw.de>
Co-authored-by: jugo <juan.gonzalez@unibw.de>
Co-authored-by: Sebastian Scherer <sebastian.scherer2@de.bosch.com>
Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp>
Co-authored-by: Joshua Whitley <josh.whitley@autoware.org>
Co-authored-by: Mtestor <mucevval@gmail.com>
JWhitleyWork added a commit that referenced this pull request May 31, 2023
* feat: support vls128 for ros2 (#493)

* Update rolling ci (#512)

Fix Rolling CI and associated linter errors.

* Add support for the velodyne Alpha Prime (#370)

* Add support for the velodyne Alpha Prime

* Change packet rate for the VLS128 according to the times specified in the manual

* Organize setup functions to avoid code duplication. Add a constant for the model ID of the VLS128.

* Use the defined constants to calculate the time offset of the points for the VLS128

Co-authored-by: jugo <juan.gonzalez@unibw.de>

* Add VLS128 launch and calibration file (#382)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* vls128: add line only once all four banks are processed (#413)

Signed-off-by: Sebastian Scherer (CR/AAS3) <sebastian.scherer2@de.bosch.com>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* fix: apply uncrustify

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>

* Fixing incorrect type in velodyne_pointcloud.

* Fixed non working vls128 fork

* Added organized cloud compliance and remove some useless code

* Corrected the azimuth offset calculation and put the declation of variable where there are used

* Fix linter errors.

---------

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Sebastian Scherer (CR/AAS3) <sebastian.scherer2@de.bosch.com>
Co-authored-by: Joshua Whitley <josh@electrifiedautonomy.com>
Co-authored-by: Institute for Autonomous Systems Technology <tas@unibw.de>
Co-authored-by: jugo <juan.gonzalez@unibw.de>
Co-authored-by: Sebastian Scherer <sebastian.scherer2@de.bosch.com>
Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp>
Co-authored-by: Joshua Whitley <josh.whitley@autoware.org>
Co-authored-by: Mtestor <mucevval@gmail.com>

* Fix double include

---------

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: Sebastian Scherer (CR/AAS3) <sebastian.scherer2@de.bosch.com>
Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com>
Co-authored-by: Institute for Autonomous Systems Technology <tas@unibw.de>
Co-authored-by: jugo <juan.gonzalez@unibw.de>
Co-authored-by: Sebastian Scherer <sebastian.scherer2@de.bosch.com>
Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp>
Co-authored-by: Joshua Whitley <josh.whitley@autoware.org>
Co-authored-by: Mtestor <mucevval@gmail.com>
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

4 participants