View Single Post
  #3   Spotlight this post!  
Unread 01-02-2017, 19:07
axton900's Avatar
axton900 axton900 is offline
Programming Co-Captain
FRC #1403 (Cougar Robotics)
Team Role: Programmer
 
Join Date: Jan 2016
Rookie Year: 2015
Location: New Jersey USA
Posts: 52
axton900 has a spectacular aura aboutaxton900 has a spectacular aura aboutaxton900 has a spectacular aura about
Re: Help with Team 254 TrajectoryLib

The problem I'm having is that the values I put in the waypoints don't actually result in the robot moving that distance. What I've discovered through experimentation is that if I change the max_vel, the distance the robot travels changes.

What I want is for the robot to drive 8 feet forward. The waypoints I'm using are (0, 0, 0,) and (8, 0, 0). All the values I feed into the motion mapping algorithms are in feet. The robot does not actually go 8 feet; instead it goes to a different destination depending on what Max velocity we input. Does anyone know any possible causes?
__________________
Team 1403: Cougar Robotics (2015 - present)

Reply With Quote