Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stm32_libraries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
humanoides
tools
stm32_libraries
Commits
a682f15c
Commit
a682f15c
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Changed the servo angles in the motion pages data type to unsigned type.
The action module cast the value to a signed type.
parent
c078fa11
No related branches found
No related tags found
1 merge request
!12
Ubuntu 18 04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dynamixel_manager/include/modules/motion_pages.h
+1
-1
1 addition, 1 deletion
dynamixel_manager/include/modules/motion_pages.h
with
1 addition
and
1 deletion
dynamixel_manager/include/modules/motion_pages.h
+
1
−
1
View file @
a682f15c
...
@@ -35,7 +35,7 @@ typedef struct // Header Structure (total 64unsigned char)
...
@@ -35,7 +35,7 @@ typedef struct // Header Structure (total 64unsigned char)
typedef
struct
// Step Structure (total 64unsigned char)
typedef
struct
// Step Structure (total 64unsigned char)
{
{
short
int
position
[
PAGE_MAX_NUM_SERVOS
];
// Joint position 0~61
unsigned
short
int
position
[
PAGE_MAX_NUM_SERVOS
];
// Joint position 0~61
unsigned
char
pause
;
// Pause time 62
unsigned
char
pause
;
// Pause time 62
unsigned
char
time
;
// Time 63
unsigned
char
time
;
// Time 63
}
TStep
;
}
TStep
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment