Skip to content

FelicityLv/dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License License

Python binding for Eclipse Cyclone DDS

A work in progress Python binding for Eclipse Cyclone DDS.

Getting Started

First, get a python and pip installation of a sufficiently high version (3.6+). Next, you'll need to have CycloneDDS installed on your system. Set a CYCLONEDDS_HOME environment variable to your installation directory. You can then install PyCDR and CDDS as contained in this repo:

$ cd src
$ pip install ./pycdr
$ pip install ./cyclonedds

If you get permission errors you are using your system python. This is not recommended, please use a virtualenv or use something like pipenv/pyenv/poetry.

You can now run examples or work in an interactive notebook with jupyter:

$ pip install jupyterlab
$ jupyter-lab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published