DDS Python Connector timestep

11 posts / 0 new
Last post
Offline
Last seen: 5 years 7 months ago
Joined: 07/23/2018
Posts: 20
Extremely Slow functions in the RTI Connext Python Connector

I am integrating ROS2 with our tool using RTI DDS Python Connector. It is the best available API for use case and has brought extremely good results until now.

As we dig deeper into the performance side, we found some problems which I need to address :

Our application is time critical and this was the reason for opting to DDS.

endTime = icos.getEndTime()
print("endtime: ",endTime)
microsteps = int(endTime*100.0)
print("microsteps: ",microsteps)
sim_stepsize = icos.getModelDefsSpecial()['TimeStep']

Subscribe to RSS - DDS Python Connector timestep