Skip to content

Commit 3ff105e

Browse files
committed
pre-commit clean
1 parent 92d207e commit 3ff105e

File tree

72 files changed

+213
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+213
-235
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
*.pyd
33
*.pyo
44
build*
5-
*~
5+
*~

python/example_robot_data/robots_loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ class IrisLoader(RobotLoader):
496496
"simple_humanoid": SimpleHumanoidLoader,
497497
"simple_humanoid_classical": SimpleHumanoidClassicalLoader,
498498
"bolt": BoltLoader,
499-
"solo": SoloLoader,
500499
"solo8": Solo8Loader,
501500
"solo12": Solo12Loader,
502501
"finger_edu": FingerEduLoader,
@@ -544,6 +543,7 @@ def load(name, display=False, rootNodeName=""):
544543

545544

546545
def load_full(name, display=False, rootNodeName=""):
547-
"""Load a robot by its name, optionnaly display it in a viewer, and provide its q0 and paths."""
546+
"""Load a robot by its name, optionnaly display it in a viewer,
547+
and provide its q0 and paths."""
548548
inst = loader(name, display, rootNodeName)
549549
return inst.robot, inst.robot.q0, inst.df_path, inst.srdf_path

robots/a1_description/meshes/calf.dae

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@
159159
<scene>
160160
<instance_visual_scene url="#Scene"/>
161161
</scene>
162-
</COLLADA>
162+
</COLLADA>

robots/a1_description/meshes/hip.dae

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@
159159
<scene>
160160
<instance_visual_scene url="#Scene"/>
161161
</scene>
162-
</COLLADA>
162+
</COLLADA>

robots/a1_description/meshes/thigh.dae

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@
159159
<scene>
160160
<instance_visual_scene url="#Scene"/>
161161
</scene>
162-
</COLLADA>
162+
</COLLADA>

robots/a1_description/meshes/thigh_mirror.dae

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@
159159
<scene>
160160
<instance_visual_scene url="#Scene"/>
161161
</scene>
162-
</COLLADA>
162+
</COLLADA>

robots/a1_description/meshes/trunk.dae

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@
185185
<scene>
186186
<instance_visual_scene url="#Scene"/>
187187
</scene>
188-
</COLLADA>
188+
</COLLADA>

robots/anymal_b_simple_description/robots/anymal-kinova.urdf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- | This URDF was edited to fix inertias. | -->
44
<!-- =================================================================================== -->
55
<!-- This file contains the description of the ANYmal B robot. -->
6-
<robot name="anymal"
6+
<robot name="anymal"
77
xmlns:xacro="http://www.ros.org/wiki/xacro">
88
<material name="black">
99
<color rgba="0.0 0.0 0.0 1.0"/>
@@ -1377,4 +1377,3 @@
13771377
</actuator>
13781378
</transmission>
13791379
</robot>
1380-

robots/anymal_b_simple_description/robots/anymal.urdf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- | This URDF was edited to fix inertias. | -->
44
<!-- =================================================================================== -->
55
<!-- This file contains the description of the ANYmal B robot. -->
6-
<robot name="anymal"
6+
<robot name="anymal"
77
xmlns:xacro="http://www.ros.org/wiki/xacro">
88
<material name="black">
99
<color rgba="0.0 0.0 0.0 1.0"/>
@@ -877,4 +877,3 @@
877877
<origin rpy="0 3.14159265359 0" xyz="0.038 0.06245 0.1837"/>
878878
</joint>
879879
</robot>
880-

robots/anymal_b_simple_description/srdf/anymal.srdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<disable_collisions link1="LF_HIP" link2="RH_THIGH" reason="Never" />
109109
<disable_collisions link1="LF_HIP" link2="RH_SHANK" reason="Never" />
110110
<disable_collisions link1="LF_HIP" link2="RH_FOOT" reason="Never" />
111-
111+
112112
<disable_collisions link1="base" link2="LF_HIP" reason="Adjacent" />
113113
<disable_collisions link1="base" link2="LH_HIP" reason="Adjacent" />
114114
<disable_collisions link1="base" link2="RF_HIP" reason="Adjacent" />
@@ -137,7 +137,7 @@
137137
<disable_collisions link1="RH_ADAPTER" link2="RH_SHANK" reason="Adjacent" />
138138

139139
<disable_collisions link1="base" link2="imu_link" reason="Adjacent" />
140-
140+
141141
<!-- Need to check these 4 ? there may be auto-collisions ... -->
142142
<disable_collisions link1="base" link2="LF_THIGH" reason="Adjacent" />
143143
<disable_collisions link1="base" link2="LH_THIGH" reason="Adjacent" />

robots/asr_twodof_description/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
2121
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2222
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
2323
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
24-
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24+
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

robots/asr_twodof_description/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ qbmove is a muscle-like building block actuator, small and lightweight, and base
66

77
upstream: https://bitbucket.org/qbrobotics/qbmove-ros/src/production-melodic/qb_move_description/
88

9-
license: BSD
9+
license: BSD

robots/baxter_description/meshes/electric_gripper/fingers/basic_hard_tip.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
<scene>
9898
<instance_visual_scene url="#Scene"/>
9999
</scene>
100-
</COLLADA>
100+
</COLLADA>

robots/baxter_description/meshes/electric_gripper/fingers/basic_soft_tip.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
<scene>
9898
<instance_visual_scene url="#Scene"/>
9999
</scene>
100-
</COLLADA>
100+
</COLLADA>

robots/baxter_description/meshes/electric_gripper/fingers/extended_narrow.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@
101101
<scene>
102102
<instance_visual_scene url="#Scene"/>
103103
</scene>
104-
</COLLADA>
104+
</COLLADA>

robots/baxter_description/meshes/electric_gripper/fingers/extended_wide.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@
101101
<scene>
102102
<instance_visual_scene url="#Scene"/>
103103
</scene>
104-
</COLLADA>
104+
</COLLADA>

robots/baxter_description/meshes/electric_gripper/fingers/half_round_tip.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
<scene>
9898
<instance_visual_scene url="#Scene"/>
9999
</scene>
100-
</COLLADA>
100+
</COLLADA>

robots/baxter_description/meshes/electric_gripper/fingers/paddle_tip.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
<scene>
9898
<instance_visual_scene url="#Scene"/>
9999
</scene>
100-
</COLLADA>
100+
</COLLADA>

robots/baxter_description/meshes/electric_gripper/fingers/standard_narrow.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
<scene>
9898
<instance_visual_scene url="#Scene"/>
9999
</scene>
100-
</COLLADA>
100+
</COLLADA>

robots/baxter_description/meshes/electric_gripper/fingers/standard_wide.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@
101101
<scene>
102102
<instance_visual_scene url="#Scene"/>
103103
</scene>
104-
</COLLADA>
104+
</COLLADA>

robots/baxter_description/meshes/torso/base_link_collision.DAE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
<scene>
6060
<instance_visual_scene url="#Scene"/>
6161
</scene>
62-
</COLLADA>
62+
</COLLADA>

robots/cassie_description/robots/cassie.sdf

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</geometry>
165165
<material>
166166
<ambient>0.75 0.75 0.75 1</ambient>
167-
</material>
167+
</material>
168168
</visual>
169169
</link>
170170

@@ -254,7 +254,7 @@
254254
</geometry>
255255
<material>
256256
<ambient>0.75 0.75 0.75 1</ambient>
257-
</material>
257+
</material>
258258
</visual>
259259
<collision name="left-hip-pitch_collision">
260260
<pose frame="">0.053 0.0 -0.0379 0 1.57 0</pose>
@@ -353,7 +353,7 @@
353353
</geometry>
354354
<material>
355355
<ambient>0.75 0.75 0.75 1</ambient>
356-
</material>
356+
</material>
357357
</visual>
358358
</link>
359359

@@ -391,7 +391,7 @@
391391
</geometry>
392392
<material>
393393
<ambient>0.75 0.75 0.75 1</ambient>
394-
</material>
394+
</material>
395395
</visual>
396396
</link>
397397

@@ -513,7 +513,7 @@
513513
</geometry>
514514
<material>
515515
<ambient>0.35 0.35 0.35 1</ambient>
516-
</material>
516+
</material>
517517
</visual>
518518
<collision name="left-shin_collision">
519519
<pose frame="">0.22 0.01 0.0 0 1.57 0</pose>
@@ -566,7 +566,7 @@
566566
</geometry>
567567
<material>
568568
<ambient>0.35 0.35 0.35 1</ambient>
569-
</material>
569+
</material>
570570
</visual>
571571
<collision name="left-tarsus_collision">
572572
<pose frame="">0.21 -0.03 0.0 0 1.57 0</pose>
@@ -617,7 +617,7 @@
617617
</geometry>
618618
<material>
619619
<ambient>0.35 0.35 0.35 1</ambient>
620-
</material>
620+
</material>
621621
</visual>
622622
</link>
623623

@@ -657,7 +657,7 @@
657657
</geometry>
658658
<material>
659659
<ambient>0.35 0.35 0.35 1</ambient>
660-
</material>
660+
</material>
661661
</visual>
662662
</link>
663663

@@ -699,7 +699,7 @@
699699
</geometry>
700700
<material>
701701
<ambient>0.75 0.75 0.75 1</ambient>
702-
</material>
702+
</material>
703703
</visual>
704704
</link>
705705

@@ -735,7 +735,7 @@
735735
</geometry>
736736
<material>
737737
<ambient>0.75 0.75 0.75 1</ambient>
738-
</material>
738+
</material>
739739
</visual>
740740
<collision name="left-foot_collision">
741741
<pose frame="">0.01 0.045 0 0 1.57 -0.695</pose>
@@ -842,7 +842,7 @@
842842
</geometry>
843843
<material>
844844
<ambient>0.75 0.75 0.75 1</ambient>
845-
</material>
845+
</material>
846846
</visual>
847847
</link>
848848

@@ -933,7 +933,7 @@
933933
</geometry>
934934
<material>
935935
<ambient>0.75 0.75 0.75 1</ambient>
936-
</material>
936+
</material>
937937
</visual>
938938
</link>
939939

@@ -1024,7 +1024,7 @@
10241024
</geometry>
10251025
<material>
10261026
<ambient>0.75 0.75 0.75 1</ambient>
1027-
</material>
1027+
</material>
10281028
</visual>
10291029
<collision name="right-hip-pitch_collision">
10301030
<pose frame="">0.053 0.0 0.0379 0 1.57 0</pose>
@@ -1124,7 +1124,7 @@
11241124
</geometry>
11251125
<material>
11261126
<ambient>0.75 0.75 0.75 1</ambient>
1127-
</material>
1127+
</material>
11281128
</visual>
11291129
</link>
11301130

@@ -1163,7 +1163,7 @@
11631163
</geometry>
11641164
<material>
11651165
<ambient>0.75 0.75 0.75 1</ambient>
1166-
</material>
1166+
</material>
11671167
</visual>
11681168
</link>
11691169

@@ -1288,7 +1288,7 @@
12881288
</geometry>
12891289
<material>
12901290
<ambient>0.35 0.35 0.35 1</ambient>
1291-
</material>
1291+
</material>
12921292
</visual>
12931293
<collision name="right-shin_collision">
12941294
<pose frame="">0.22 0.01 0.0 0 1.57 0</pose>
@@ -1342,7 +1342,7 @@
13421342
</geometry>
13431343
<material>
13441344
<ambient>0.35 0.35 0.35 1</ambient>
1345-
</material>
1345+
</material>
13461346
</visual>
13471347
<collision name="right-tarsus_collision">
13481348
<pose frame="">0.21 -0.03 0.0 0 1.57 0</pose>
@@ -1394,7 +1394,7 @@
13941394
</geometry>
13951395
<material>
13961396
<ambient>0.35 0.35 0.35 1</ambient>
1397-
</material>
1397+
</material>
13981398
</visual>
13991399
</link>
14001400

@@ -1434,7 +1434,7 @@
14341434
</geometry>
14351435
<material>
14361436
<ambient>0.35 0.35 0.35 1</ambient>
1437-
</material>
1437+
</material>
14381438
</visual>
14391439
</link>
14401440

@@ -1477,7 +1477,7 @@
14771477
</geometry>
14781478
<material>
14791479
<ambient>0.75 0.75 0.75 1</ambient>
1480-
</material>
1480+
</material>
14811481
</visual>
14821482
</link>
14831483

@@ -1513,7 +1513,7 @@
15131513
</geometry>
15141514
<material>
15151515
<ambient>0.75 0.75 0.75 1</ambient>
1516-
</material>
1516+
</material>
15171517
</visual>
15181518
<collision name="right-foot_collision">
15191519
<pose frame="">0.01 0.045 0 0 1.57 -0.695</pose>

0 commit comments

Comments
 (0)