[ros-users] [Discourse.ros.org] Questions about improving th…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Geoffrey Biggs via ros-users
Date:  
To: ros-users
Subject: [ros-users] [Discourse.ros.org] Questions about improving the ROS real-time method


A ROS 1 system made up of multiple nodes is inherently non-deterministic. You will probably have to do a lot of work to make T1 have a fixed maximum.

One approach you can take is to rewrite the nodes you are using for your process to be nodelets. That will remove the uncertainty of the communication between nodes, which should give a more stable processing loop.

Another option is to switch to ROS 2. There are facilities in ROS 2 that are designed for solving this problem. The downside is you will likely need to do a lot of porting work, but I think that in the long term this approach would give the best result.

There is also going to be a talk by Ingo Ltkebohle from Bosch about exactly this sort of problem at ROSCon. If you can't make it to ROSCon, the talks will be available online after the conference finishes, and they will probably be live streamed as well.





---
[Visit Topic](https://discourse.ros.org/t/questions-about-improving-the-ros-real-time-method/2302/6) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>