Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bug fixes in (collision) distance field #1392

Merged
merged 5 commits into from
Apr 4, 2019

Conversation

tsijs
Copy link
Contributor

@tsijs tsijs commented Mar 12, 2019

Description

Made some minor bug fixes in the distance field functionality.

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Decide if this should be cherry-picked to other current ROS branches

deleted  void generateEnvironmentDistanceField(bool redo = true); 
No source exists.
fixed worldtogrid and gridtoworld world input vectors to doubles as required.
replaced hardcoded defaults
replaced hardcoded defaults with variables from robot_distance_field.
@welcome
Copy link

welcome bot commented Mar 12, 2019

Thanks for helping in improving MoveIt!

Copy link
Contributor

@rhaschke rhaschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @bmagyar, could you provide a second review?

@rhaschke
Copy link
Contributor

@tsijs, please apply clang-format to fix Travis:
find . -name '*.h' -or -name '*.hpp' -or -name '*.cpp' | xargs clang-format-3.9 -i -style=file

@tsijs
Copy link
Contributor Author

tsijs commented Mar 13, 2019

Done:)

@rhaschke
Copy link
Contributor

rhaschke commented Apr 4, 2019

@henningkayser, can you have a look (again)?

@henningkayser henningkayser merged commit d3f6b9e into moveit:master Apr 4, 2019
@welcome
Copy link

welcome bot commented Apr 4, 2019

Congrats on getting your first MoveIt! pull request merged and improving open source robotics!

@henningkayser
Copy link
Member

@tsijs, @rhaschke do you want this cherry-picked to melodic?

@rhaschke
Copy link
Contributor

rhaschke commented Apr 5, 2019

Do you want this cherry-picked to melodic?

Strictly speaking, this changes public API (from Vector3i to Vector3d). However, as this is a clear bug fix, I support cherry-picking this. @henningkayser, please, in future, clean up the commit message, when squash-merging on github.

rhaschke pushed a commit to ubi-agni/moveit that referenced this pull request May 11, 2019
* Update collision_world_distance_field.h


deleted  void generateEnvironmentDistanceField(bool redo = true); 
No source exists.

* Update voxel_grid.h

fixed worldtogrid and gridtoworld world input vectors to doubles as required.

* Update collision_robot_hybrid.h

replaced hardcoded defaults

* Update collision_world_hybrid.h

replaced hardcoded defaults with variables from robot_distance_field.

* apply clang-format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants