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

Added sensors: camera, lidar and imu #12

Merged
merged 16 commits into from
Feb 28, 2022
Merged

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Feb 22, 2022

Signed-off-by: ahcorde ahcorde@gmail.com

🎉 New feature

Summary

Added sensors to threadsafe branch

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Teo Koon Peng and others added 13 commits February 14, 2022 15:48
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
* Some fixed to thread safe arch

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Include PIMPL and model name should not constain spaces

Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Co-authored-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde self-assigned this Feb 22, 2022
Base automatically changed from threadsafe-arch to main February 24, 2022 20:56
{
auto stage = this->stage->Lock();

if (_sensor.type() == "camera")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this copied from sdformat? Maybe we should add a TODO just to keep track of duplicated code.

Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde merged commit ffd9e4e into main Feb 28, 2022
@ahcorde ahcorde deleted the ahcorde/threadsafe-sensors branch February 28, 2022 08:44
This was referenced Feb 28, 2022
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

2 participants