We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UrdfRobotModel
theseus/embodied/kinematics/kinematics_model.py
Add device parameter to UrdfRobotModel in theseus/embodied/kinematics/kinematics_model.py
Placing the robot model on gpu would enable faster operations
Update init of UrdfRobotModel to pass a device flag to self.drm_model
Keep the status quo and only perform operations on cpu
See the pre-existing device flag in the differentiable-robot-model repo that is not exposed in UrdfRobot Model: https://github.com/facebookresearch/differentiable-robot-model/blob/d7bd1b3b8ef1d6dabe9b68474a622185c510e112/differentiable_robot_model/robot_model.py#L94
The text was updated successfully, but these errors were encountered:
facebookresearch#355 Add device parameter to UrdfRobotModel
3faa926
#355 Add device parameter to UrdfRobotModel (#356)
a8d6034
* Add device parameter to UrdfRobotModel
facebookresearch#355 Add device parameter to UrdfRobotModel (facebook…
530c871
…research#356) * Add device parameter to UrdfRobotModel
Successfully merging a pull request may close this issue.
🚀 Feature
Add device parameter to
UrdfRobotModel
intheseus/embodied/kinematics/kinematics_model.py
Motivation
Placing the robot model on gpu would enable faster operations
Pitch
Update init of UrdfRobotModel to pass a device flag to self.drm_model
Alternatives
Keep the status quo and only perform operations on cpu
Additional context
See the pre-existing device flag in the differentiable-robot-model repo that is not exposed in UrdfRobot Model: https://github.com/facebookresearch/differentiable-robot-model/blob/d7bd1b3b8ef1d6dabe9b68474a622185c510e112/differentiable_robot_model/robot_model.py#L94
The text was updated successfully, but these errors were encountered: