Expose individual wheel distances and requested velocities. Fix wheel distance calculation for the Create 1.

This commit is contained in:
Ben Wolsieffer 2016-06-23 16:27:05 -04:00
parent 1df7861f24
commit d6f759d683
4 changed files with 64 additions and 7 deletions

View file

@ -40,6 +40,8 @@ POSSIBILITY OF SUCH DAMAGE.
namespace create {
namespace util {
static const float CREATE_1_AXLE_LENGTH = 0.26;
static const uint8_t CREATE_2_HEADER = 19;
static const float CREATE_2_AXLE_LENGTH = 0.235;
static const float CREATE_2_TICKS_PER_REV = 508.8;