fix deletion after rebase
This commit is contained in:
parent
049227dac5
commit
fe7d966dcc
1 changed files with 4 additions and 1 deletions
|
@ -99,9 +99,12 @@ add_library(rbs_move_to_pose_orientation_constraint_bt_action_client
|
|||
SHARED src/MoveToPoseOrientationConstraint.cpp)
|
||||
list(APPEND plugin_libs rbs_move_to_pose_orientation_constraint_bt_action_client)
|
||||
|
||||
add_library(rbs_act SHARED src/rbsBTAction.cpp)
|
||||
add_library(rbs_act SHARED src/rbssAction.cpp)
|
||||
list(APPEND plugin_libs rbs_act)
|
||||
|
||||
add_library(rbs_cond SHARED src/rbssCondition.cpp)
|
||||
list(APPEND plugin_libs rbs_cond)
|
||||
|
||||
add_executable(rbs_bt_executor src/TreeRunner.cpp)
|
||||
ament_target_dependencies(rbs_bt_executor ${dependencies})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue