Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration for data collection node #222

Merged
merged 10 commits into from
Jan 30, 2024
10 changes: 10 additions & 0 deletions src/global_launch/config/globals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,13 @@ physics_engine_node:
corr_xy: 0.
constant_params:
value: [1.0, 0.0]
data_collection_node:
ros__parameters:
file_name: 'ros_data_collection'
qos_depth: 10
# Define topics to subscribe to in the format ['topic_name', 'topic_type']
topics: ['/mock_gps', 'GPS', '/mock_wind_sensors', 'WindSensors']
bag: false
json: true
# JSON file write interval (seconds)
write_period_sec: 0.5