Skip to content

ROS2 node that converts Twist messages to AckermannDrive messages

Notifications You must be signed in to change notification settings

iscumd/twist_to_ackermann

Repository files navigation

twist_to_ackermann

From package 'twist_to_ackermann'

File

./src/twist_to_ackermann.cpp

Summary

Translates twist commands to ackermann drive commands, to be used in car-like robots.

Topics

Publishes

  • /ack_vel: A stamped or unstamped ackermann drive command resulting from the translation.

Subscribes

  • /nav_vel: The stamped or unstamped twist message to convert.

Params

  • use_stamps: If true, TwistStamped and AckermannDriveStamped messages will be used. defualt: false
  • wheelbase: The wheelbase of your vehicle in meters (float). Required, but defaults to 1.0

About

ROS2 node that converts Twist messages to AckermannDrive messages

Resources

Stars

Watchers

Forks

Releases

No releases published