Skip to content

Commit

Permalink
fix(simple_planning_simulator): old style arg for static_tf_publisher (
Browse files Browse the repository at this point in the history
…#3736)

* fix(simple_planning_simulator): old style arg for static_tf_publisher

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* Update simulator/simple_planning_simulator/launch/simple_planning_simulator.launch.py

Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>

---------

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
  • Loading branch information
TakaHoribe and maxime-clem authored Jun 14, 2023
1 parent 5f77c77 commit 7a0e1c0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,12 @@ def launch_setup(context, *args, **kwargs):
executable="static_transform_publisher",
name="static_map_to_odom_tf_publisher",
output="screen",
arguments=["0.0", "0.0", "0.0", "0", "0", "0", "map", "odom"],
arguments=[
"--frame-id",
"map",
"--child-frame-id",
"odom",
],
)

group = GroupAction([simple_planning_simulator_node, map_to_odom_tf_publisher])
Expand Down

0 comments on commit 7a0e1c0

Please sign in to comment.