Skip to content

Commit

Permalink
added host_port again
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterJansen committed Jul 8, 2024
1 parent c5a9f70 commit 6321a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2/src/airsim_ros_pkgs/launch/airsim_node.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def generate_launch_description():
'update_lidar_every_n_sec': 0.01,
'publish_clock': LaunchConfiguration('publish_clock'),
'host_ip': LaunchConfiguration('host_ip'),
'host_port': 41451,
'host_port': LaunchConfiguration('host_port'),
'enable_api_control': False
}])

Expand Down

0 comments on commit 6321a34

Please sign in to comment.