Closed rrama closed 7 years ago
Make util_modules a Python module.
util_modules
Ensure you catkin_make in your Catkin workspace after pulling. The test can be run with roscore in one window and ./config_test.py in another.
catkin_make
roscore
./config_test.py
Closes #55
@Chrystal-Gosden That is the expected outcome :+1: @SebastianDica I added it in case we make it more complex. (Plus, I had the code already.)
Make
util_modules
a Python module.Ensure you
catkin_make
in your Catkin workspace after pulling. The test can be run withroscore
in one window and./config_test.py
in another.Closes #55