Skip to content

Commit 85f438e

Browse files
committed
file name change
1 parent 39d93e1 commit 85f438e

File tree

3 files changed

+3
-74
lines changed

3 files changed

+3
-74
lines changed

core/include/moveit/task_constructor/stages/deep_grasp_generator.h

Lines changed: 0 additions & 71 deletions
This file was deleted.

core/src/stages/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

core/src/stages/deep_grasp_generator.cpp renamed to core/src/stages/gpd_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

0 commit comments

Comments
 (0)