Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Paul Rouanet
ros2_control_bolt
Commits
5bbca4b9
Commit
5bbca4b9
authored
Jul 21, 2021
by
Paul Rouanet
Browse files
Modif robot joint variables
parent
15e32762
Changes
1
Hide whitespace changes
Inline
Side-by-side
ros2_control_bolt/include/system_bolt.hpp
View file @
5bbca4b9
...
...
@@ -210,11 +210,11 @@ private:
//robot
std
::
shared_ptr
<
odri_control_interface
::
Robot
>
robot_
;
double
motor_constants_
=
0.025
;
double
gear_ratios_
=
9.
;
double
max_currents_
=
12.
;
double
max_joint_velocities_
=
80.
;
double
safety_damping_
=
0.5
;
double
motor_constants_
;
double
gear_ratios_
;
double
max_currents_
;
double
max_joint_velocities_
;
double
safety_damping_
;
double
kp_
;
double
kd_
;
...
...
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