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
gxiang
Mobilebot
Commits
d3d7b0e5
Commit
d3d7b0e5
authored
Sep 12, 2021
by
jxchenlu
Browse files
update mb_defs.h param based on openloop
parent
d765d3c0
Changes
1
Show whitespace changes
Inline
Side-by-side
common/mb_defs.h
View file @
d3d7b0e5
...
...
@@ -20,10 +20,10 @@
// TODO: Add convienient defines to define things like motor and encoder polarity here
// TODO: Fill in physical propeties of robot
#define GEAR_RATIO
0
.0 // gear ratio of motor
#define ENCODER_RES 0.0 // encoder counts per motor shaft revolution
#define WHEEL_DIAMETER 0.0 // diameter of wheel in meters
#define WHEEL_BASE 0.
0
// wheel separation distance in meters
#define GEAR_RATIO
78
.0 // gear ratio of motor
#define ENCODER_RES
2
0.0 // encoder counts per motor shaft revolution
#define WHEEL_DIAMETER 0.0
84
// diameter of wheel in meters
#define WHEEL_BASE 0.
158
// wheel separation distance in meters
#define MAX_FWD_VEL 0.8 // maximum forwad speed (m/s)
#define MAX_TURN_VEL 2.5 // maximum turning speed (rad/s)
...
...
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