Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main #61

Open
wants to merge 1 commit into
base: noetic-devel
Choose a base branch
from
Open

main #61

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define ENCODER_LEFT_H2 6
// Encoder resolution used for initialization
// will be read from parameter server
#define ENCODER_RESOLUTION 542
#define ENCODER_RESOLUTION 80

#define ENCODER_RIGHT_H1 7
#define ENCODER_RIGHT_H2 8
Expand Down
2 changes: 1 addition & 1 deletion diffbot_base/scripts/base_controller/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default_envs = teensy31

[env:teensy31]
platform = teensy
board = teensy31
board = teensy40
framework = arduino
lib_deps =
frankjoshua/Rosserial Arduino Library@^0.9.1
Expand Down