Skip to content

Commit

Permalink
Fixed refactor issue with sim_tuning.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iandareid committed Apr 2, 2024
1 parent 793dc74 commit 6b7ec58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rosplane_sim/launch/sim_tuning.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def generate_launch_description():
base_launch_include = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(
get_package_share_directory('rosplane'),
get_package_share_directory('rosplane_tuning'),
'launch/rosplane_tuning.launch.py'
)
)
Expand All @@ -36,8 +36,8 @@ def generate_launch_description():
name='gazebo_truth'
),
Node(
package='data_viz',
executable='viz_data',
package='rosplane_tuning',
executable='data_viz.py',
name='uav_plotter',
parameters=[{
'use_sim_time': False,
Expand Down

0 comments on commit 6b7ec58

Please sign in to comment.