Skip to content

KedarMore/TwiPi-follows-Sparki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TwiPi-follows-Sparki

Part 1: Publishing an Image

  1. Create catkin workspaces on both machines.

    We will call them pub and sub

    http://wiki.ros.org/catkin/Tutorials/create_a_workspace

  2. Create rostopics namely pub and sub

    in pub

    cd catkin_ws/src
    catkin_create_pkg pub rospy
    cd pub/src
    curl -o pub.py https://github.com/KedarMore/TwiPi-follows-Sparki/blob/master/Pub/ 

    in sub

    cd catkin_ws/src
    catkin_create_pkg sub rospy
    cd pub/src
    curl -o sub.py https://github.com/KedarMore/TwiPi-follows-Sparki/blob/master/Sub/ 
  3. Run the .sh files making certain changes

    in pub

    curl -o init.sh https://github.com/KedarMore/TwiPi-follows-Sparki/blob/master/Pub/
    curl -o pub.sh https://github.com/KedarMore/TwiPi-follows-Sparki/blob/master/Pub/
    ./init.sh
    ./pub.sh

    in sub

    curl -o sub.sh https://github.com/KedarMore/TwiPi-follows-Sparki/blob/master/Sub/
    ./sub.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published