Skip to content

Commit

Permalink
sry wolfgang
Browse files Browse the repository at this point in the history
  • Loading branch information
confusedlama committed Dec 18, 2024
1 parent 49cb23e commit e70deee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<launch>
<arg name="sim" default="false"/>
<arg unless="$(var sim)" name="fieldname" default="german_open_2024" description="Loads field settings (labor, webots, gazebo, bangkok, spl, german_open_2024)." />
<arg unless="$(var sim)" name="fieldname" default="labor" description="Loads field settings (labor, webots, gazebo, bangkok, spl, german_open_2024)." />
<arg if="$(var sim)" name="fieldname" default="webots" description="Loads field settings (labor, webots, gazebo, bangkok, german_open_2024)." />

<!-- print bit-bot -->
Expand Down
2 changes: 1 addition & 1 deletion bitbots_motion/bitbots_dynup/config/dynup_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ bitbots_dynup:
descend_time:
type: double
description: "Time to descend in seconds"
default_value: 0.25
default_value: 1.5
validation:
bounds<>: [0.0, 5.0]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"LHipRoll": 14.250000000000002,
"LHipYaw": -3.08,
"LKnee": 160.21,
"LShoulderPitch": -58.89,
"LShoulderPitch": -64.89,
"LShoulderRoll": 19.35,
"RAnklePitch": 57.48,
"RAnkleRoll": -11.96,
Expand All @@ -73,15 +73,15 @@
"RHipRoll": -14.250000000000002,
"RHipYaw": 3.08,
"RKnee": -160.21,
"RShoulderPitch": 58.89,
"RShoulderPitch": 64.89,
"RShoulderRoll": -19.35
},
"name": "scoop",
"pause": 0.0,
"torque": {}
},
{
"duration": 1.2,
"duration": 1.8,
"goals": {
"LAnklePitch": -62.4,
"LAnkleRoll": 10.11,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
"last_edited": "2024-12-18 16:10:48.875357",
"name": "throw",
"version": ""
}
}
4 changes: 2 additions & 2 deletions bitbots_robot/wolfgang_description/urdf/robot.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
<axis xyz="-0.0 -0.0 -1.0"/>
<parent link="r_shoulder"/>
<child link="r_upper_arm"/>
<limit effort="7.3" lower="-0.12" upper="3.1416" velocity="8.17"/>
<limit effort="7.3" lower="-0.33" upper="3.1416" velocity="8.17"/>
<dynamics damping="0.65" friction="1.73"/>
</joint>
<joint name="RShoulderPitch" type="revolute">
Expand Down Expand Up @@ -1087,7 +1087,7 @@
<axis xyz="-0.0 -0.0 -1.0"/>
<parent link="l_shoulder"/>
<child link="l_upper_arm"/>
<limit effort="7.3" lower="-3.1416" upper="0.12" velocity="8.17"/>
<limit effort="7.3" lower="-3.1416" upper="0.33" velocity="8.17"/>
<dynamics damping="0.65" friction="1.73"/>
</joint>
<joint name="LShoulderPitch" type="revolute">
Expand Down
Submodule RobocupProtocol added at 56b5f5

0 comments on commit e70deee

Please sign in to comment.