aikido:sniyaz_thesis

Last commit made on 2019-10-11
Get this branch:
git clone -b sniyaz_thesis https://git.launchpad.net/aikido

Branch merges

Branch information

Name:
sniyaz_thesis
Repository:
lp:aikido

Recent commits

06f66bc... by Sherdil Niyaz <email address hidden>

Make ConcreteRobot limit functions public. (#556)

* Make ConcreteRobot limit functions public.

* Update CHANGELOG.

* Apply suggestions from code review

96ef929... by Aditya Vamsikrishna Mandalika <email address hidden>

Combine InteractiveMarkerViewer classes. (#521)

* port things to IMV

* remove unnecessary functions. add docstrings

* make format

* Docstring update

Co-Authored-By: aditya-vk <email address hidden>

* update docstring

Co-Authored-By: aditya-vk <email address hidden>

* fix typo

Co-Authored-By: aditya-vk <email address hidden>

* Update docstrings

Co-Authored-By: aditya-vk <email address hidden>

* update docstreing

* minor moving things around

* obtain lock before update

* Update src/rviz/InteractiveMarkerViewer.cpp

Co-Authored-By: Liyiming Ke <email address hidden>

* format properly

* make format

* update changelog

* Update CHANGELOG.md

Co-Authored-By: Brian Hou <email address hidden>

d374e55... by Aditya Vamsikrishna Mandalika <email address hidden>

BugFix: Van der Corput - consider span for resolution check (#552)

* raise failing test and fix

* corrections + unit test

* update changelog

* Update CHANGELOG.md

Co-Authored-By: Brian Hou <email address hidden>

4270781... by Rishabh Madan <email address hidden>

Changes header formatting (#549)

* Set IncludeBlocks to Regroup

* Format code

* Include aikido headers with <...> in tests.

* Include aikido headers with "..." within aikido.

* Reformat headers.

* Temporarily revert formatting changes in actual code.

* Replace relative includes with .. with aikido includes.

* Replace relative includes to local headers with full path.

* Reformat headers.

* Fix component headers.

* Fix compilation errors.

a41e35a... by Brian Hou <email address hidden>

Remove dtwarn redefinitions. (#550)

c08d6a4... by Brian Hou <email address hidden>

Remove Trusty and Xenial builds. (#551)

* Remove Trusty and Xenial builds.

* Add full Catkin build as allowed failure, due to timeouts.

* Move to bionic VM instead of xenial.

ec94352... by Rishabh Madan <email address hidden>

Upgrade clang-format version (#547)

* Switch to clang-format-6.0

* Set IncludeBlocks to Regroup

* Format code

* Remove regroup option for now

* Set BreakBeforeInheritanceComma to true

* Update all references to clang-format 3.8 to 6.0

6dafdc4... by Rishabh Madan <email address hidden>

Add methods for caching and retrieving trajectories (#541)

* Add saveTrajectory method to utils

* Add loadSplineTrajectory method to trajectory utils

* Status: Working; Tested with simple_trajectories

* Add string parameters and comments

* Add tests for saving/loading trajectories

* Minor formatting changes

* Save order of polynomial segment in yaml file

* Redesign yaml template and use emitters for writing yaml

* Move caching/loading methods to aikido::io

* Remove dependency on metaskeleton

Use iterators over YAML segment sequences

Compare dof names and spline type for deserialized trajectory

* Add suggested changes

* Throw runtime_error instead of assert

* Format code.

* Update CHANGELOG.md

035361c... by Ethan Gordon <email address hidden>

Added distance as out-param for findTimeOfClosestStateOnTrajectory (#543)

* Added distance as out-param for findTimeOfClosestStateOnTrajectory

* Make format

* Fixed findTimeOfClosestStateOnTrajectory test

* Make format

* Fixed test to match new implementation of findTimeOfClosestStateOnTrajectory

* Updated CHANGELOG.md

* Responded to comments

* Fixed last nit

* Better variable name

d5c3b85... by Brian Hou <email address hidden>

Only add python subdirectory if building aikidopy. (#539)