Difference between revisions of "Todo list"
Jump to navigation
Jump to search
(new section, →Hardware) |
(rm sentence at top) |
||
Line 1: | Line 1: | ||
− | The '''master todo list'''. When you notice tasks that should be done eventually, add them here | + | The '''master todo list'''. When you notice tasks that should be done eventually, add them here. |
== [[Arduino Due|Due]] == | == [[Arduino Due|Due]] == |
Revision as of 20:23, 14 April 2019
The master todo list. When you notice tasks that should be done eventually, add them here.
Contents
Due
- Figure out whether the absolute position of the encoder is drifting. Every loop, if the index position (channel Z value) has changed, print out the REG_TC0_CV1 value. This should be equal to x_offset, as calculated during front wheel calibration. If it isn't, then the absolute position of the encoder is drifting, which needs to be fixed. If not, we're fine.
- Make a new header file (potential name: bike_pins.h) that has many #define statements for standard pin names
- Extract ROS code to a new compilation unit in ROS_arduino_wrapper
- Standardized libraries for controlling the front wheel (i.e. fix the front wheel code - see FrontWheelTest for inspiration?) and make sure they're always available for building. Might require a Arduino toolchain overhaul.
- Switch front-wheel controllers and other code to fixed-point math for performance
Mechanical
- Add the cylindrical shell back to the front motor column to reduce stress on the screws
Pi
- Modify the Pi's wifi configuration to use eduroam/RedRover/etc (or maybe an ad-hoc network hosted by the laptop) instead of LocomotionLab
Electrical
- Connect some random pin from the PCB to PWML on the front motor control board (make sure it goes high on reset, just like the pin that's currently connected to PWMH), so that the front wheel won't spin rapidly when we reset the Due. Why? Sending high on both PWML and PWMH at the same time results in a coast, which is preferable to high-speed spinning (which is a safety hazard).
- Allow paths to be specified relative to current lat/long (probably in meters). Currently they can only be specified as lat/long pairs.
Hardware
- Clean mud off wheels
- Check if duct tape really needs to be on exterior of cargo box