Skip to content

Commit

Permalink
Minor changes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lakid committed Oct 21, 2015
1 parent 864b05c commit 7879d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ros_csv_extraction
CSV Data Extraction Tool for ROS bag files.
ROS (robot operating system) is a software system gaining popularity in robotics for control and automation.
CSV Data Extraction Tool for ROS bag files.
ROS (robot operating system) is a software system gaining popularity in robotics for control and automation.

This repository provides a tool to extract data to CSV format for a number of ROS message types for analysis in other software.

Expand All @@ -18,7 +18,7 @@ sensor_msgs/NavSatFix
gps_common/gpsVel
umrr_driver/radar_msg (this was a type used by the CRUISE vehicle (see http://www.shanelynn.ie/csv-data-extraction-tool-for-ros-bag-files/))

To install the data extraction tool, download the zip file, extract it somewhere on your ROS_PACKAGE_PATH, and run rosmake data_extraction before using.
To install the data extraction tool, clone it to the `src` folder in your catkin_workspace, and `run catkin_make --pkg ros_csv_extraction`before using.

# Usage
* Extract all compatible topics in a bag file:
Expand Down

0 comments on commit 7879d09

Please sign in to comment.