This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # Author: [email protected] | |
| # Modifier: Donghee Han, [email protected] | |
| import rospy, math | |
| from geometry_msgs.msg import Twist | |
| from ackermann_msgs.msg import AckermannDriveStamped | |
| from ackermann_msgs.msg import AckermannDrive |