Closed antoinealb closed 9 years ago
How do I add the can bridge module? Without it I can't test the client.
this should work:
cd /path/to/serial-can-bridge/python
python setup.py install
Note: This will install it system-wide.
Note: This will install it system-wide.
Any way to avoid this?
Use virtual environments: http://docs.python-guide.org/en/latest/dev/virtualenvs/
It is very easy to use (just need a tutorial) and it is the best way to handle development dependencies in my opinion.
I will have to add it to travis too.
You can also uninstall the package via pip: pip uninstall serial_can_bridge
.
So I tested it on hardware this afternoon, it works.
This can only work once cvra/serial-can-bridge#2 gets merged. It replaces the built in can bridge implementation and implements a CAN ID filter.
Still a WIP though.