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
062c1a21
Commit
062c1a21
authored
Jul 21, 2021
by
Paul Rouanet
Browse files
Add joints_
parent
61311149
Changes
1
Hide whitespace changes
Inline
Side-by-side
ros2_control_bolt/include/system_bolt.hpp
View file @
062c1a21
...
...
@@ -194,6 +194,8 @@ private:
Eigen
::
Vector6b
motor_reversed_polarities_
;
Eigen
::
Vector6d
joint_lower_limits_
;
Eigen
::
Vector6d
joint_upper_limits_
;
Eigen
::
Vector6d
position_offsets_
;
// IMU
Eigen
::
Vector3l
rotate_vector_
;
Eigen
::
Vector4l
orientation_vector_
;
...
...
@@ -204,6 +206,7 @@ private:
//robot
std
::
shared_ptr
<
odri_control_interface
::
Robot
>
robot_
;
std
::
shared_ptr
<
odri_control_interface
::
JointModules
>
joints_
;
double
motor_constants_
;
...
...
Write
Preview
Markdown
is supported
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