Skip to content

Commit

Permalink
Merge branch 'main' into 8-rosplane-param-update
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoore5353 committed Apr 2, 2024
2 parents 6223b15 + 6b7ec58 commit c090a69
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 c090a69

Please sign in to comment.