├── .gitignore ├── CHANGELOG.rst ├── CMakeLists.txt ├── README.rst ├── msg ├── FourWheelSteering.msg └── FourWheelSteeringStamped.msg └── package.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ros-drivers/four_wheel_steering_msgs/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ros-drivers/four_wheel_steering_msgs/HEAD/CHANGELOG.rst -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ros-drivers/four_wheel_steering_msgs/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ros-drivers/four_wheel_steering_msgs/HEAD/README.rst -------------------------------------------------------------------------------- /msg/FourWheelSteering.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ros-drivers/four_wheel_steering_msgs/HEAD/msg/FourWheelSteering.msg -------------------------------------------------------------------------------- /msg/FourWheelSteeringStamped.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ros-drivers/four_wheel_steering_msgs/HEAD/msg/FourWheelSteeringStamped.msg -------------------------------------------------------------------------------- /package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ros-drivers/four_wheel_steering_msgs/HEAD/package.xml --------------------------------------------------------------------------------