gtagency / pyrostest

A library for testing ROS systems using python test frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix listener.py and subscriber.py

joshuamorton opened this issue · comments

They currently rely on a directory, we should fix that.

More information, from the original issue: gtagency/buzzmobile#185

Currently mock_node and check topic will fail if tests are run from the
wrong directory because the paths to listener and publisher are hardcoded.
Lets fix that shall we.

Manually tested on pyrostest-test branch of buzzmobile, until we can get some better tests here.