-
Notifications
You must be signed in to change notification settings - Fork 0
/
odom.launch
24 lines (17 loc) · 1.87 KB
/
odom.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<launch>
<param name="init_pose_x" value="0"/>
<param name="init_pose_y" value="0"/>
<param name="init_pose_th" value="0"/>
<!-- bag 1 initial tf -->
<!-- bag 1 initial raw parameters (x, y, z, x, y, z, w): 0.00815962441265583 0.0030597213190048933 0.3687083423137665 -0.011577633209526539 -0.02075166068971157 -0.019595127552747726 0.9995256066322327 -->
<node pkg="tf2_ros" type="static_transform_publisher" name="back_right" args="0.00815962441265583 0.0030597213190048933 0.3687083423137665 -0.011577633209526539 -0.02075166068971157 -0.019595127552747726 0.9995256066322327 world odom " />
<!-- bag 2 initial tf -->
<!-- bag 2 initial raw parameters (x, y, z, x, y, z, w): 0.024221817031502724 0.003742524655535817 0.372348427772522 0.0338488332927227 -0.05557403340935707 -0.0028051661793142557 0.997876763343811 -->
<!-- <node pkg="tf2_ros" type="static_transform_publisher" name="front_right" args="0.024221817031502724 0.003742524655535817 0.372348427772522 0.0338488332927227 -0.05557403340935707 -0.0028051661793142557 0.997876763343811 world odom " /> -->
<!-- bag 3 initial tf -->
<!-- bag 3 initial raw parameters (x, y, z, x, y, z, w): 0.005460123997181654 0.03997037187218666 0.3703613579273224 -0.010593205690383911 -0.024768192321062088 -0.006751589477062225 0.9996143579483032 -->
<!-- <node pkg="tf2_ros" type="static_transform_publisher" name="front_left" args="0.005460123997181654 0.03997037187218666 0.3703613579273224 -0.010593205690383911 -0.024768192321062088 -0.006751589477062225 0.9996143579483032 world odom " /> -->
<node pkg="omnidirectional_robot_odometry" type="compute_velocities" name="compute_velocities"/>
<node pkg="omnidirectional_robot_odometry" type="compute_wheel_speed" name="compute_wheel_speed"/>
<node pkg="omnidirectional_robot_odometry" type="compute_odometry" name="compute_odometry"/>
</launch>