add new env_manager to project

This commit is contained in:
Ilya Uraev 2023-12-11 22:08:43 +03:00
parent fe94fc7bc2
commit d32f44682d
6 changed files with 9 additions and 21 deletions

View file

@ -63,9 +63,8 @@ def generate_launch_description():
'-topic', '/robot_description'],
output='screen',
condition=IfCondition(sim_gazebo))
env_manager = Node(package="env_manager",
executable="env_manager_node",
executable="run_env_manager",
condition=IfCondition(env_manager_cond)
)