Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrceki committed Mar 2, 2023
1 parent 1c32376 commit 1069692
Show file tree
Hide file tree
Showing 44 changed files with 89 additions and 3,446 deletions.
3 changes: 3 additions & 0 deletions moveit_task_constructor/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.swp
*.pyc
__pycache__/
5 changes: 5 additions & 0 deletions moveit_task_constructor/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[submodule "core/python/pybind11"]
path = core/python/pybind11
url = https://github.com/pybind/pybind11
branch = smart_holder
shallow = true
37 changes: 0 additions & 37 deletions moveit_task_constructor/.vscode/c_cpp_properties.json

This file was deleted.

7 changes: 0 additions & 7 deletions moveit_task_constructor/.vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion moveit_task_constructor/capabilities/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>moveit_task_constructor_capabilities</name>
<version>0.0.0</version>
<version>0.1.2</version>
<description>
MoveGroupCapabilites to interact with MoveIt
</description>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions moveit_task_constructor/core/python/bindings/src/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ class PyPropagatingEitherWay : public PyStage<PropagatingEitherWay>
} // namespace task_constructor
} // namespace moveit

PYBIND11_SMART_HOLDER_TYPE_CASTERS(moveit::task_constructor::Property)
PYBIND11_SMART_HOLDER_TYPE_CASTERS(moveit::task_constructor::PropertyMap)

PYBIND11_SMART_HOLDER_TYPE_CASTERS(moveit::task_constructor::solvers::PlannerInterface)

PYBIND11_SMART_HOLDER_TYPE_CASTERS(moveit::task_constructor::SolutionBase)
Expand Down
53 changes: 0 additions & 53 deletions moveit_task_constructor/core/python/bindings/src/python_tools.cpp

This file was deleted.

68 changes: 0 additions & 68 deletions moveit_task_constructor/core/python/bindings/src/ros_init.cpp

This file was deleted.

Loading

0 comments on commit 1069692

Please sign in to comment.