@@ -46,10 +46,10 @@ def launch_setup(context, *args, **kwargs):
4646 parameters = [
4747 {
4848 "frame_id" : f"{ namespace } /nucleus_frame" ,
49+ "qos" : "best_effort" ,
4950 "connection_params.remote_ip" : "10.0.0.42" ,
5051 "connection_params.data_remote_port" : 9000 ,
5152 "connection_params.password" : "" ,
52- "reset_pose_on_start" : True ,
5353 "enable_imu" : True ,
5454 "enable_ins_odom" : True ,
5555 "enable_dvl" : True ,
@@ -78,7 +78,7 @@ def launch_setup(context, *args, **kwargs):
7878 "altimeter_settings.power_level" : 0 , # 0=default
7979 "magnetometer_settings.freq" : 75 ,
8080 "magnetometer_settings.mode" : 0 ,
81- "instrument_settings.rotxy" : 180 .0 , # Transform currently not working. Maybe fix later
81+ "instrument_settings.rotxy" : 0 .0 , # Transform currently not working. Maybe fix later
8282 "instrument_settings.rotyz" : 0.0 ,
8383 "instrument_settings.rotxz" : 0.0 ,
8484 },
@@ -98,7 +98,6 @@ def launch_setup(context, *args, **kwargs):
9898 "publish_tf" : True ,
9999 "publish_pose" : True ,
100100 "publish_twist" : True ,
101- "rotate_yaw_180" : True ,
102101 "topics.input" : f"/{ namespace } /nucleus/odom" ,
103102 "topics.output" : f"/{ namespace } /odom" ,
104103 "topics.pose" : f"/{ namespace } /pose" ,
0 commit comments