aikido:feature/VoxelGridModule

Last commit made on 2020-01-22
Get this branch:
git clone -b feature/VoxelGridModule https://git.launchpad.net/aikido

Branch merges

Branch information

Name:
feature/VoxelGridModule
Repository:
lp:aikido

Recent commits

400ca12... by "Ajinkya R. Kamat" <email address hidden>

Work In Progress
* Added Self Filtering of Pointclouds

f1a7b4d... by "prdemo@herb2" <email address hidden>

extremely conservative res for sanity check + change viz threshold probability

9b2a031... by "Ajinkya R. Kamat" <email address hidden>

* Changed tfbuffer from pointer to reference

04d9ee1... by "Ajinkya R. Kamat" <email address hidden>

* Added Visualization for Voxels

* Added code for creating voxel shapes and skeletons inside voxel module

* Modified update function to take care of transforming the cloud properly

06cf453... by Aditya Vamsikrishna Mandalika <email address hidden>

Bugfix in InteractiveMarkerViewer (#560)

* bugfix in removing skeleton markers from world + cleanup of stale files

* code formatting just for modified file

* update changelog

* simplify updateSKeletonMarkers()

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)