Skip to content

Commit

Permalink
Fix odometry ID
Browse files Browse the repository at this point in the history
Note, there was bug in documentation
Move Your Robot 2017 - Technical note - Naïo Technologies - Revision V.1.6.2 - 2017/10/03
  vs.
Move Your Robot 2017 - Technical note - Naïo Technologies - Revision V.1.6.0 - 2017/07/18
  • Loading branch information
m3d committed Nov 26, 2017
1 parent 4b401eb commit 8a62e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot.py
Expand Up @@ -4,7 +4,7 @@


MOTOR_ID = 0x01
ODOMETRY_ID = 0x05
ODOMETRY_ID = 0x06
LASER_ID = 0x07


Expand Down

0 comments on commit 8a62e3a

Please sign in to comment.