Skip to content

Commit

Permalink
fix run turtle example
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed May 3, 2024
1 parent 6cf6e9b commit 92c486c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fkie_iop_cfg_sim_turtle/launch/turtle.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<node name="turtle2iop" pkg="fkie_iop_cfg_sim_turtle" exec="turtle2iop.py">
</node>

<node name="iop_platform_manager" pkg="fkie_iop_component" exec="iop_component" _args="--ros-args --log-level debug" output="screen" >
<node name="iop_platform_manager" pkg="fkie_iop_component" exec="iop_component" output="screen" >
<param name="name_node" value="turtle_platform manager"/>
<param name="iop_address" value="1.1.15"/>
<param from="$(find-pkg-share fkie_iop_cfg_sim_turtle)/launch/turtle_services.yaml"/>
Expand Down
2 changes: 1 addition & 1 deletion fkie_iop_cfg_sim_turtle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'launch/turtle.launch.xml']),
('share/' + package_name, ['package.xml']),
],
install_requires=['setuptools', 'fkie_iop_msgs', 'nav_msgs'],
# install_requires=['setuptools', 'fkie_iop_msgs', 'nav_msgs'],
zip_safe=True,
author='Alexander Tiderko',
maintainer='Alexander Tiderko',
Expand Down

0 comments on commit 92c486c

Please sign in to comment.