Skip to content

Commit 17d8532

Browse files
committed
revert sensor contact to contact sensor
1 parent 06aad5d commit 17d8532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/isaaclab/isaaclab/sim/_impl/newton_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import warp as wp
1212
from newton import Axis, Contacts, Control, Model, ModelBuilder, State, eval_fk
1313
from newton.examples import create_collision_pipeline
14-
from newton.sensors import SensorContact as NewtonContactSensor
14+
from newton.sensors import ContactSensor as NewtonContactSensor
1515
from newton.sensors import populate_contacts
1616
from newton.solvers import SolverBase, SolverFeatherstone, SolverMuJoCo, SolverNotifyFlags, SolverXPBD
1717

source/isaaclab_newton/isaaclab_newton/sensors/contact_sensor/contact_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from typing import TYPE_CHECKING
1515

1616
import warp as wp
17-
from newton.sensors import SensorContact as NewtonContactSensor
17+
from newton.sensors import ContactSensor as NewtonContactSensor
1818
from newton.sensors import MatchKind
1919

2020
import isaaclab.utils.string as string_utils

0 commit comments

Comments
 (0)