Skip to content

Commit

Permalink
Merge pull request #5 from OUXT-Polaris/fix/topic_name
Browse files Browse the repository at this point in the history
Fix/topic name
  • Loading branch information
hakuturu583 authored Apr 7, 2024
2 parents 0de0dbb + 75d581a commit 158e31e
Show file tree
Hide file tree
Showing 6 changed files with 592 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ target_link_libraries(vrx_bridge_node
vrx_bridge_component
)

install(DIRECTORY launch
install(DIRECTORY launch config
DESTINATION share/${PROJECT_NAME}
)

Expand Down
7 changes: 7 additions & 0 deletions config/behavior_trees/go.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<root main_tree_to_execute = "MainTree" >
<BehaviorTree ID="MainTree">
<Sequence>
<Action ID="MoveGoalAction" goal_x="10.0" goal_y="5.0" goal_theta="0.0"/>
</Sequence>
</BehaviorTree>
</root>
8 changes: 8 additions & 0 deletions config/go.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
plugins:
- package: robotx_behavior_tree
name:
- move_goal_action
behavior:
description:
package: vrx_bridge
path : config/behavior_trees/go.xml
Loading

0 comments on commit 158e31e

Please sign in to comment.