Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

hard coded constants #1

Open
gavanderhoorn opened this issue Oct 20, 2017 · 1 comment
Open

hard coded constants #1

gavanderhoorn opened this issue Oct 20, 2017 · 1 comment

Comments

@gavanderhoorn
Copy link
Member

gavanderhoorn commented Oct 20, 2017

There are a nr of hard coded constants (in the current implementation of the adapter) that influence the way TOTG will process the incoming trajectory and generate velocities and accelerations for it.

At the very least those should be turned into ROS parameters, so they can be changed without having to recompile anything.

Constants / magic nrs to consider:

  • default acceleration limit (a_max)
  • default velocity limit (v_max)
  • timestep (0.001)
  • the value for maxDeviation in the Path ctor (0.1)
  • value used for subsampling of the TOTG Trajectory result (0.025)
@gavanderhoorn
Copy link
Member Author

Perhaps making them dynamically reconfigurable would be even nicer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant