Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
humanoides
bioloid_robot
Commits
4a83bd5e
Commit
4a83bd5e
authored
Jun 14, 2016
by
Sergi Hernandez
Browse files
Executed the walk ready page at startup to avoid spureous motions.
Reduced the friction on the feet.
parent
63b60108
Changes
3
Hide whitespace changes
Inline
Side-by-side
bioloid_controller_cm510/include/bioloid_controller_cm510_impl.h
View file @
4a83bd5e
...
...
@@ -326,6 +326,8 @@ namespace bioloid_controller_cm510
manager_init
(
num_servos
);
if
(
exp_board_id
!=-
1
)
exp_board_init
(
exp_board_id
);
action_set_page
(
31
);
action_start_page
();
first
=
false
;
}
...
...
@@ -521,7 +523,8 @@ namespace bioloid_controller_cm510
exp_gpio_values
[
17
]
=
threshold
;
else
if
(
frame_name
==
this
->
exp_gpio18_frame
)
exp_gpio_values
[
18
]
=
threshold
;
}
}
std
::
cout
<<
(
int
)
exp_gpio_values
[
0
]
<<
","
<<
(
int
)
exp_gpio_values
[
1
]
<<
","
<<
(
int
)
exp_gpio_values
[
2
]
<<
","
<<
(
int
)
exp_gpio_values
[
3
]
<<
","
<<
(
int
)
exp_gpio_values
[
4
]
<<
","
<<
(
int
)
exp_gpio_values
[
5
]
<<
std
::
endl
;
}
template
<
class
HardwareInterface
>
...
...
bioloid_description/urdf/bioloid.gazebo
View file @
4a83bd5e
...
...
@@ -243,8 +243,8 @@
<dampingFactor>
0.2
</dampingFactor>
<maxVel>
0.0
</maxVel>
<minDepth>
0.0
</minDepth>
<mu1>
1.0
</mu1>
<mu2>
1.0
</mu2>
<mu1>
0.2
</mu1>
<mu2>
0.2
</mu2>
<kp>
0.0
</kp>
<kd>
0.0
</kd>
</gazebo>
...
...
@@ -321,8 +321,8 @@
<dampingFactor>
0.2
</dampingFactor>
<maxVel>
0.0
</maxVel>
<minDepth>
0.0
</minDepth>
<mu1>
1.0
</mu1>
<mu2>
1.0
</mu2>
<mu1>
0.2
</mu1>
<mu2>
0.2
</mu2>
<kp>
0.0
</kp>
<kd>
0.0
</kd>
</gazebo>
...
...
bioloid_gazebo/launch/bioloid_gazebo.launch
View file @
4a83bd5e
...
...
@@ -14,7 +14,7 @@
</include>
<!-- Spawn a robot into Gazebo -->
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-param robot_description -urdf -model bioloid -x 0 -y 0 -z 0.3
2
-R 1.5707 -P 0 -Y 0"/>
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-param robot_description -urdf -model bioloid -x 0 -y 0 -z 0.3
5
-R 1.5707 -P 0 -Y 0"/>
</launch>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment