Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
Python
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Python world_index Examples
Programming Language:
Python
Namespace/Package Name:
pydrake.multibody.tree
Method/Function:
world_index
Examples at hotexamples.com:
2
Python world_index - 2 examples found
. These are the top rated real world Python examples of
pydrake.multibody.tree.world_index
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Example #1
0
Show file
File:
plant_test.py
Project:
RobotLocomotion/drake
def test_type_safe_indices(self): self.assertEqual(world_index(), BodyIndex(0))
Example #2
0
Show file
def test_type_safe_indices(self): self.assertEqual(world_index(), BodyIndex(0))
x