Skip to content

Instantly share code, notes, and snippets.

View jediofgever's full-sized avatar
🎯
Focusing

Fetullah Atas jediofgever

🎯
Focusing
View GitHub Profile
@jediofgever
jediofgever / cmd_vel_to_ackermann_drive.py
Created January 27, 2021 04:40 — forked from hdh7485/cmd_vel_to_ackermann_drive.py
Convert twist message to ackermann message.
#!/usr/bin/env python
# Author: christoph.roesmann@tu-dortmund.de
# Modifier: Donghee Han, hdh7485@kaist.ac.kr
import rospy, math
from geometry_msgs.msg import Twist
from ackermann_msgs.msg import AckermannDriveStamped
from ackermann_msgs.msg import AckermannDrive