joehays
joehays
Docker version 24.0.0, build 98fdcd7 I now get the following error if I use edrevo/dockerfile-plus syntax (even if I don't have an INCLUDE+ statement) > ERROR: failed to solve: missing...
### Command description I would like the community to reconsider a TLDR guideline/policy documented in [here](https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md) Specifically, one of the policies/guidelines states, `Try to incorporate the spelled-out version of single-letter...
## Please select if your request is either something new or an enhancement ## - [X] Enhancement of an existing Feature. - [ ] Request of a new feature. ##...
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...
## Please select if your request is either something new or an enhancement ## - [X] Enhancement of an existing Feature. - [ ] Request of a new feature. ##...
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [X] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron settings...
## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...
Hello, Is there any support to be able to use the nvblox capabilities from Isaac ROS nvbox in parallel environments in Omniverse Sim/Gym? The ROS2 layer would have to be...
The following is pulled from [anymal_terrain.py](https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs/blob/main/omniisaacgymenvs/tasks/anymal_terrain.py#L334) ```python base_lin_vel = quat_rotate_inverse(torso_rotation, velocity) * self.lin_vel_scale base_ang_vel = quat_rotate_inverse(torso_rotation, ang_velocity) * self.ang_vel_scale projected_gravity = quat_rotate(torso_rotation, self.gravity_vec) dof_pos_scaled = (dof_pos - self.default_dof_pos) * self.dof_pos_scale...