Variables | |
| string | default_port = '/dev/ttyUSB1' |
| float | grad2rad = 3.141592 |
| tuple | imuMsg = Imu() |
| tuple | imuRawMsg = RazorImu() |
| tuple | line = ser.readline() |
| int | pitch = 0 |
| tuple | port = rospy.get_param('device', default_port) |
| tuple | pub = rospy.Publisher('imu', Imu) |
| tuple | pubRaw = rospy.Publisher('imuRaw', RazorImu) |
| tuple | q = tf.transformations.quaternion_from_euler(roll,pitch,yaw) |
| int | roll = 0 |
| tuple | ser = serial.Serial(port=port,baudrate=57600, timeout=1) |
| tuple | words = string.split(line,",") |
| int | yaw = 0 |
| string node::default_port = '/dev/ttyUSB1' |
| float node::grad2rad = 3.141592 |
| tuple node::imuMsg = Imu() |
| tuple node::imuRawMsg = RazorImu() |
| tuple node::line = ser.readline() |
| tuple node::pitch = 0 |
| tuple node::port = rospy.get_param('device', default_port) |
| tuple node::pubRaw = rospy.Publisher('imuRaw', RazorImu) |
| tuple node::roll = 0 |
| tuple node::words = string.split(line,",") |