Skip to content

Commit

Permalink
Updated agent definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sixfootsix50 committed Feb 18, 2024
1 parent 8fe6322 commit 4ff39ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rktl_planner/launch/simple_agent.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def generate_launch_description():
),
launch.actions.GroupAction(
actions=[
launch_ros.actions.PushRosNamespace("agents/" + launch.substitutions.LaunchConfiguration("agent_name")),
launch_ros.actions.PushRosNamespace("agents/" + str(launch.substitutions.LaunchConfiguration("agent_name"))),
launch_ros.actions.Node(
package="rktl_planner",
executable="path_follower",
Expand Down

0 comments on commit 4ff39ff

Please sign in to comment.