Merge various fixes and improvements into the humble branch#131
Merge various fixes and improvements into the humble branch#131apojomovsky wants to merge 17 commits intoirobot-ros:rollingfrom
Conversation
There was a problem hiding this comment.
profiles are in a different directory, and I think we already have one almost identical to this: scripts/rmw/rmw_fastrtps_cpp/zero-copy-shm.xml
There was a problem hiding this comment.
From what I was able to see, these are indeed identical. The potential path I see here to avoid this duplication would be to make the rmw_fastrtps_cpp/setup.sh to point to the (now) installed version of the xml file (under share/profiles/*) although OTOH, these also seem to be experimental scripts, so not sure if the change is justified.
Please let me know if you consider the change worthy so I can apply the change and give these scripts a try to confirm there are no regressions.
There was a problem hiding this comment.
@mauropasse / @alsora Is there any strong preference for having these profile files installed instead of what we currently have under scripts/rmw ?
I don't think I have enough experience with this to have an informed decision myself.
|
@apojomovsky you should:
|
This commit exposes the ability to select between the events-executor from the dedicated iRobot repo, and the events-executor from the experimental namespace of rclcpp.
eeb585d to
6a0c1d5
Compare
Fix minor leftovers from removing irobot-events-executor
|
Thanks for the review @mauropasse , @alsora . Your comments were addressed, PTAL |
This PR:
Exposes an extra argument to the irobot-benchmark CLI, so that we can choose whether to use theexecute_timers_separate_threadconstructor argument, consumed by theEventsExecutor.