aikido:expose_ConcreteRobot_RNG

Last commit made on 2018-04-27
Get this branch:
git clone -b expose_ConcreteRobot_RNG https://git.launchpad.net/aikido

Branch merges

Branch information

Name:
expose_ConcreteRobot_RNG
Repository:
lp:aikido

Recent commits

30dd83d... by Daniel Gallenberger <email address hidden>

exposed RNG pointer of ConcreteRobot

f97498c... by Jeongseok Lee <email address hidden>

Add CI tests for all components (#373)

22a6761... by Aditya Vamsikrishna <email address hidden>

Remove Barrett-Specific executors. (#380)

* remove barrett specific files

* remove Barrett-specific executor tests

* update log

* nit correction

493b739... by Brian Hou <email address hidden>

Update AIKIDO maintainers. (#381)

5cc94e7... by Brian Hou <email address hidden>

Mark optional dependencies in package.xml. (#376)

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

Allow KinematicSimulationTrajectoryExecutor to execute trajectories containing subsets of the skeleton. (#374)

* Allow KinematicSimulationTrajectoryExecutor to execute trajectories
containing subsets of the skeleton.

* Allow InstantaneousTrajectoryExecutor to execute trajectories containing subsets of the skeleton.

42fa347... by Aditya Vamsikrishna <email address hidden>

expose base class functions of same name in derived classes (#370)

* expose base class functions of same name in derived classes

* address JS's comments

* Update Hand.hpp

* Remove whitespace

d84453a... by Daqing Yi <email address hidden>

Fix failed unit tests on 32-bit machine (#368)

5b2aee9... by Aditya Vamsikrishna <email address hidden>

const correctness (#349)

* change interpolator and state space to const since they shouldnt change

* convert class functions to const if they do not change member variables to account for const objects

* const functions for statespace classes

* correct const pointers for stateSpace to pointers to const objects

* change function signature to take pointer to const object

* change type casting of stateSpaces to const statespaces

* const interpolator

* style format

* change mStateSpace to be a pointer to const object

* address JS's comments

* Fix code style

* fix const correctness issue

* Fix bug.

* control/executors + trajectories

* Fix code format

* const correctness in control/executors

* move shared pointer

* nit

* validate from executor perspective

* make format

* logic correction wrt old code

* const function should return const reference

* change mutex getter back to return non-const reference

* const correctness in rviz/

* const correctness of methods in robot

* perception module

* change const convention: we follow left

* nit const correction

* proposing convention for mutex-class member

* make format

* address some JS comments+left convention corrections

* address JS's comments

* make format

* const and non-const versions of getHand()

* enforce DRY

* getmetaSkeleton() const and non-const versions

* getStateSpace() const and non-const versions

* take traj by reference

750feeb... by Jeongseok Lee <email address hidden>

Use ompl to find OMPL package (#367)