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

Camera frame needs to be added programatically to any of the quadrupeds in the library #11

Open
3 tasks
Danfoa opened this issue Aug 16, 2024 · 0 comments
Open
3 tasks
Assignees
Labels
enhancement New feature or request

Comments

@Danfoa
Copy link
Collaborator

Danfoa commented Aug 16, 2024

The current operation of the RGBD Camera instance depends on the existence of a camera body in the model/robot mujoco .xml description.

To be robot-agnostic we need to introduce the camera body programmatically before loading the .xml model file.

To do so we need a:

  • Parent body name/id which must be a body of the robot e.g. head_body`.
  • Homogenous transformation matrix of the camera frame w.r.t to parent frame.
  • Add programmatically the camera xml element, before loading the mujoco model.

This is related to the PR #6 introducing the camera module with clean Python API, which is at the moment merged to devel branch. But this issue needs to be resolved before pushing to master.

@Danfoa Danfoa added the enhancement New feature or request label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants