File tree Expand file tree Collapse file tree 3 files changed +3
-74
lines changed
include/moveit/task_constructor/stages Expand file tree Collapse file tree 3 files changed +3
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ add_library(${PROJECT_NAME}_stages
33 ${PROJECT_INCLUDE} /stages/fix_collision_objects.h
44
55 ${PROJECT_INCLUDE} /stages/current_state.h
6- ${PROJECT_INCLUDE} /stages/deep_grasp_generator .h
6+ ${PROJECT_INCLUDE} /stages/gpd_generator .h
77 ${PROJECT_INCLUDE} /stages/fixed_state.h
88 ${PROJECT_INCLUDE} /stages/fixed_cartesian_poses.h
99 ${PROJECT_INCLUDE} /stages/generate_pose.h
@@ -23,12 +23,12 @@ add_library(${PROJECT_NAME}_stages
2323 fix_collision_objects.cpp
2424
2525 current_state.cpp
26- deep_grasp_generator.cpp
2726 fixed_state.cpp
2827 fixed_cartesian_poses.cpp
2928 generate_pose.cpp
3029 generate_grasp_pose.cpp
3130 generate_place_pose.cpp
31+ gpd_generator.cpp
3232 compute_ik.cpp
3333 predicate_filter.cpp
3434
Original file line number Diff line number Diff line change 3434 Desc: Grasp generator stage using deep learning based grasp synthesizers
3535 */
3636
37- #include < moveit/task_constructor/stages/deep_grasp_generator .h>
37+ #include < moveit/task_constructor/stages/gpd_generator .h>
3838 #include < moveit/task_constructor/storage.h>
3939 #include < moveit/task_constructor/marker_tools.h>
4040 #include < rviz_marker_tools/marker_creation.h>
You can’t perform that action at this time.
0 commit comments