Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
revenantspatium committed Mar 27, 2018
1 parent 3e63631 commit 76f0d68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mimic

*Mimic was born at the Applied Research Lab, Autodesk 2018.* It is now developed
*Mimic was born at the Autodesk Robotics Lab, 2018.* It is now developed
and contributed to by a community of animators, designers, engineers, architects,
programmers, and more.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ this software. See [devnotes](mimic/docs/devnotes.md) for programming guidelines
Join the our [slack channel](https://www.mimicformaya.com/#community-section)!
You may also contact us at [mimic@autodesk.com](mailto:mimic@autodesk.com).

*Mimic was born at the Applied Research Lab, Autodesk 2018.* It is now developed
*Mimic was born at the Autodesk Robotics Lab 2018.* It is now developed
and contributed to by a community of animators, designers, engineers, architects,
programmers, and more.
See [AUTHORS](AUTHORS.md) for details.
Expand Down
2 changes: 1 addition & 1 deletion mimic/scripts/mimic_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def find_closest_config(fk_configuration, ik_solutions):
solution_index = D.index(min(D))
# Get three booleans corresponding with a valid IK configuration using index
config = __FK_CONFIGS[solution_index]
return solution_index
return config


def flip_robot_base(*args):
Expand Down

0 comments on commit 76f0d68

Please sign in to comment.