Skip to content
New issue

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

Fix typo: grount --> ground #755

Merged
merged 6 commits into from
Jul 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Misc improvements and bug fixes

* Added `virtual Shape::getType()` and deprecated `ShapeType Shpae::getShapeType()`: [#724](https://github.com/dartsim/dart/pull/724)
* Fixed typo: grount --> ground: [#755](https://github.com/dartsim/dart/pull/755)

### DART 6.0.1 (2016-XX-XX)

Expand Down
2 changes: 1 addition & 1 deletion data/skel/bullet_collision.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>bullet</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/cube.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/cubes.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>dart</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/fullbody1.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<mobile>false</mobile>
<body name="ground">
<transformation>0 -0.92 0 0 0 0</transformation>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/ground.skel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<skel version="1.0">
<world name="world 1">
<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.975 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/joint_limit.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>dart</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/mesh_collision.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/shapes.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/softBodies.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/soft_cubes.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/soft_open_chain.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/sphere.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>dart</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/spheres.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.5 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/box_stacking.skel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<gravity>0 -9.81 0</gravity>
<collision_detector>fcl_mesh</collision_detector>
</physics>
<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.5 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/double_pendulum_with_base.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 0 -0.55 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/drop.skel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<gravity>0 -9.81 0</gravity>
<collision_detector>fcl_mesh</collision_detector>
</physics>
<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.5 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/drop_unrotated_box.skel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<gravity>0 -9.81 0</gravity>
<collision_detector>fcl_mesh</collision_detector>
</physics>
<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.5 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/file_info_world_test.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<mobile>false</mobile>
<body name="ground">
<transformation>0 -0.92 0 0 0 0</transformation>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/spheres.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.5 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/test_adaptive_deformable.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/test_drop_box.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/test_drop_box_offset.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/test_drop_low_stiffness.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/test/test_drop_sphere.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>fcl_mesh</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down
2 changes: 1 addition & 1 deletion data/skel/two_cubes.skel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<collision_detector>dart</collision_detector>
</physics>

<skeleton name="grount skeleton">
<skeleton name="ground skeleton">
<body name="ground">
<transformation>0 -0.375 0 0 0 0</transformation>
<visualization_shape>
Expand Down