ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

ESilv's profile - activity

2018-10-15 11:38:02 -0500 received badge  Famous Question (source)
2017-08-09 10:52:31 -0500 received badge  Notable Question (source)
2017-03-20 21:15:52 -0500 received badge  Popular Question (source)
2017-03-19 17:12:46 -0500 received badge  Organizer (source)
2017-03-19 15:03:20 -0500 asked a question CSV to ROS simulation

I have a CSV file with rows that look like:

timestamp1, robot1.x, robot1.y, robot2.x, robot2.y, robot3.x, robot3.y

And I have a map of the room that these robots were navigating.

How can I take this data and turn it into a ROS simulation? I need to have some simulator (turtlesim??) display the robot's position and path as it navigates this room. So my question has two parts:

  1. How do I take the CSV data and put it into a format that ROS can read and play back (CSV -> bag???)
  2. How do I take the information from the room and put it into a simulator?
2017-03-19 15:03:20 -0500 asked a question CSV to ROS simulation

I have a CSV file with rows that look like:

timestamp1, robot1.x, robot1.y, robot2.x, robot2.y, robot3.x, robot3.y

And I have a map of the room that these robots were navigating.

How can I take this data and turn it into a ROS simulation? I need to have some simulator (rviz??) display the robot's position and path as it navigates this room. So my question has two parts:

  1. How do I take the CSV data and put it into a format that ROS can read and play back (CSV -> bag???)
  2. How do I take the information from the room and put it into a simulator?