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
38554ea0
Commit
38554ea0
authored
Jun 16, 2016
by
Laia Freixas Mateu
Browse files
Merge branch 'master' of
https://gitlab.iri.upc.edu/humanoides/bioloid_robot
parents
3f62a3e2
20ff6fb9
Changes
3
Hide whitespace changes
Inline
Side-by-side
bioloid_controller_cm510/include/bioloid_controller_cm510_impl.h
View file @
38554ea0
...
...
@@ -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 @
38554ea0
...
...
@@ -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 @
38554ea0
...
...
@@ -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