Skip to content

Commit

Permalink
Fixed launch file for data_viz refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
iandareid committed Mar 20, 2024
1 parent 47eadca commit 61f2014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rosplane_sim/launch/sim.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def generate_launch_description():

base_launch_include = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(
os.path.join(
get_package_share_directory('rosplane'),
'launch/rosplane.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 61f2014

Please sign in to comment.