odometry_iir_filter.py
Go to the documentation of this file.
00001 #! /usr/bin/env python
00002 
00003 import rospy
00004 from jsk_robot_startup.OdometryIIRFilter import *
00005 
00006 if __name__ == '__main__':
00007     try:
00008         node = OdometryIIRFilter()
00009         node.execute()
00010     except rospy.ROSInterruptException: pass


jsk_robot_startup
Author(s):
autogenerated on Sat Jul 1 2017 02:42:18