Migration to BT.cpp v4 & new BT executor
This commit is contained in:
parent
b58307dea1
commit
2de37b027b
69 changed files with 843 additions and 2065 deletions
|
@ -132,7 +132,8 @@ def launch_setup(context, *args, **kwargs):
|
|||
robot_description_semantic,
|
||||
robot_description_kinematics,
|
||||
{'use_sim_time': use_sim_time}
|
||||
]
|
||||
],
|
||||
condition=IfCondition(launch_rviz)
|
||||
)
|
||||
|
||||
rviz = Node(
|
||||
|
@ -231,11 +232,17 @@ def launch_setup(context, *args, **kwargs):
|
|||
}.items(),
|
||||
condition=IfCondition(launch_perception))
|
||||
|
||||
asm_config = Node(
|
||||
package="rbs_utils",
|
||||
executable="assembly_config_service.py"
|
||||
)
|
||||
|
||||
nodes_to_start = [
|
||||
robot_state_publisher,
|
||||
control,
|
||||
moveit,
|
||||
skills,
|
||||
asm_config,
|
||||
# task_planner,
|
||||
# perception,
|
||||
rviz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue