Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KincoActuatorIsaacLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kevin
KincoActuatorIsaacLab
Commits
d6a4bc5d
Commit
d6a4bc5d
authored
Apr 07, 2023
by
Mayank Mittal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes issue with ellipses in RobotBase.reset_buffers()
parent
b6e3eb30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
robot_base.py
...ns/omni.isaac.orbit/omni/isaac/orbit/robots/robot_base.py
+1
-1
No files found.
source/extensions/omni.isaac.orbit/omni/isaac/orbit/robots/robot_base.py
View file @
d6a4bc5d
...
@@ -192,7 +192,7 @@ class RobotBase:
...
@@ -192,7 +192,7 @@ class RobotBase:
# reset history
# reset history
self
.
_previous_dof_vel
[
env_ids
]
=
0
self
.
_previous_dof_vel
[
env_ids
]
=
0
# TODO: Reset other cached variables.
# TODO: Reset other cached variables.
self
.
articulations
.
set_joint_efforts
(
self
.
_ZERO_JOINT_EFFORT
[
env_ids
],
indices
=
env_ids
)
self
.
articulations
.
set_joint_efforts
(
self
.
_ZERO_JOINT_EFFORT
[
env_ids
],
indices
=
self
.
_ALL_INDICES
[
env_ids
]
)
# reset actuators
# reset actuators
for
group
in
self
.
actuator_groups
.
values
():
for
group
in
self
.
actuator_groups
.
values
():
group
.
reset
(
env_ids
)
group
.
reset
(
env_ids
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment