Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KPE-330-pendulum executor ROS2 refactorization #2

Open
wants to merge 1 commit into
base: galactic
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Jul 7, 2022

No description provided.

@ghost ghost requested review from mharshe and pablogh-2000 July 7, 2022 11:45
@ghost ghost force-pushed the KPE-330-pendulum-executor-ros2-refactorization branch from c5dbc4c to f986def Compare July 19, 2022 13:52
@ghost ghost requested a review from mharshe July 19, 2022 14:53
@ghost ghost force-pushed the KPE-330-pendulum-executor-ros2-refactorization branch 2 times, most recently from c7064a8 to f4f3246 Compare August 11, 2022 16:18
@ghost ghost requested a review from pablogh-2000 August 25, 2022 15:12
@ghost ghost force-pushed the KPE-330-pendulum-executor-ros2-refactorization branch from f4f3246 to 520f44a Compare August 29, 2022 12:14
@ghost ghost closed this Aug 30, 2022
@mruedac mruedac reopened this May 2, 2023
menu for pendulum demo to choose between the different threaded executors

kpsr executor in pendulum demo included
@mruedac mruedac force-pushed the KPE-330-pendulum-executor-ros2-refactorization branch from e5bd19c to dd431cb Compare May 2, 2023 13:52
find_package(kpsr_ros2_executor REQUIRED)
find_package(Klepsydra REQUIRED)
find_package(KlepsydraAdmin REQUIRED)
find_package(KlepsydraStreaming REQUIRED)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

provide the versions to be sure that you are using the right API. admin and streaming have changed a lot recently, so version numbers are critical here

find_package(KlepsydraAdmin REQUIRED)
find_package(KlepsydraStreaming REQUIRED)

set(CMAKE_THREAD_LIBS_INIT "-lpthread")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the better way to do this is find_package(Threads)

Copy link

@pablogh-2000 pablogh-2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Squash all commits, update fork and then merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants