Skip to content

A demo of real-time data collection and plotting for the Robot Operating System in Python

Notifications You must be signed in to change notification settings

CatherineH/ros_realtime_plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_realtime_plotter

A demo of real-time data collection and plotting for the Robot Operating System in Python. This example was created for my talk at PyCon Canada 2015:

ScreenShot

For a more detailed introduction on the Robotics Operating System, consider checking out Clearpath Robotic's Excellent ROS tutorials.

Installation

mkdir -p raz_ws/src
cd raz_ws/src
catkin_init_workspace
  • Clone this repo and and the razbot_tutorials repo into the workspace
git clone https://github.com/clearpathrobotics/razbot_tutorials.git
git clone https://github.com/CatherineH/ros_realtime_plotter.git
  • Install the required python libraries
cd ros_realtime_plotter
sudo pip install -r requirements.txt
  • Build the package
cd ../..
catkin_make

Running

  • Set up the environment variables
source devel/setup.bash
  • Run the roslaunch file
roslaunch ros_realtime_plotter experiment.launch

In Action

ScreenShot

About

A demo of real-time data collection and plotting for the Robot Operating System in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published