martin-lewis / ivr_assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IVR Assignment

Completed by Maksymilian Mozolewski & Martin Lewis

It requires the sympy library, can be installed with

pip3 install sympy

It also requires that full absolute filepaths be used for the two template images. Lines 446 and 456 in tasks_node.py need to go from root (/) to the two files in the github repo (template-box.png and template-sphere.png), please update these to your machine otherwise they will not work and will return errors. This is due to CV2 not accepting relative paths or paths involving ~/

Also please ensure all the files within ivr_assignment/src are set to be executable.

The requested code for Task 3 can be run by simply calling the command

rosrun ivr_assignment tasks_node.py

If takes about 20-30 seconds to warm up, if it gets stuck try restarting it.

About


Languages

Language:Makefile 35.1%Language:Python 17.3%Language:CMake 15.0%Language:TeX 12.6%Language:C++ 10.1%Language:C 9.5%Language:Shell 0.3%