Variables
zmp_publisher Namespace Reference

Variables

 context = zmq.Context()
 
dictionary data
 
 socket = context.socket(zmq.PUB)
 
float time = 0.0
 

Variable Documentation

zmp_publisher.context = zmq.Context()

Definition at line 8 of file zmp_publisher.py.

dictionary zmp_publisher.data
Initial value:
1 = {
2  "timestamp": time,
3  "test_data": {
4  "cos": math.cos(time),
5  "sin": math.sin(time)
6  }
7  }

Definition at line 18 of file zmp_publisher.py.

zmp_publisher.socket = context.socket(zmq.PUB)

Definition at line 9 of file zmp_publisher.py.

float zmp_publisher.time = 0.0

Definition at line 12 of file zmp_publisher.py.



plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:53