零漂数据采集拟合

This commit is contained in:
2000-01-01 08:38:51 +08:00
parent b14befd1cf
commit 2f51de27e5
6 changed files with 1430 additions and 37 deletions

View File

@@ -1,6 +1,7 @@
from launch import LaunchDescription
import launch_ros.actions
def generate_launch_description():
robot_parameters = [
{'usart_port_name': '/dev/ttyACM0',
@@ -10,6 +11,9 @@ def generate_launch_description():
'cmd_vel': 'cmd_vel',
'akm_cmd_vel': 'none',
'product_number': 0,
'gyro_z_bias_intercept': 0.0,
'gyro_z_bias_slope': 0.0,
'gyro_z_low_pass_alpha': 0.6,
'odom_pose_cov_x': 0.01,
'odom_pose_cov_y': 0.01,
'odom_pose_cov_yaw': 0.0225}