Skip to content

ROS2 node to stream cmd_vel values taken from a CSV file

Notifications You must be signed in to change notification settings

ROSETEA-lab/twist_streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twist_streamer

ROS2 node to stream cmd_vel values taken from a CSV file

The CSV file should be composed of 3 columns: time, linear velocity, and angular velocity.
Time values should be equally spaced, and generated using a period multiple of 1 millisecond.
The CSV file should be in the data folder, and the name should be set in the launch file as a paramenter of the node.

An example of CSV file and of Matlab script to generate a CSV file is provided in the data folder.

About

ROS2 node to stream cmd_vel values taken from a CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published