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

API for generic Sensors #97

Merged
merged 12 commits into from
Sep 22, 2020
Merged

API for generic Sensors #97

merged 12 commits into from
Sep 22, 2020

Conversation

costashatz
Copy link
Member

@costashatz costashatz commented Sep 19, 2020

This PR intends to add a generic API for creating and using sensors in robot_dart. This will also remove CameraOSR class, and adds a Magnum Camera class as a sensor. Things remaining:

  • Remove CameraOSR
  • Add python bindings
  • Add tests for sensors (only camera now) Tests for IMU and FT sensors added (no test for camera can be made at the moment)
  • Add a simple IMU sensor
  • Add force/torque sensor
  • Body Node name does not suffice. We need to have reference to the robot.

src/examples/cameras.cpp Outdated Show resolved Hide resolved
@costashatz costashatz added this to the RobotDART 1.0.0 milestone Sep 22, 2020
@costashatz
Copy link
Member Author

@jbmouret the first version of the sensor API should be completed. This PR fixes #79. I'll merge once the CI tests pass.

@costashatz costashatz linked an issue Sep 22, 2020 that may be closed by this pull request
@costashatz
Copy link
Member Author

Merging.. I note that we should create a random generator (similar to limbo) and add some noise models to the sensors...

@costashatz costashatz merged commit c9a6660 into master Sep 22, 2020
@costashatz costashatz deleted the sensors branch September 22, 2020 12:07
costashatz added a commit that referenced this pull request Dec 8, 2021
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.

Create a Sensor API
2 participants