Compare commits
2 commits
c552c40571
...
ed6209939c
Author | SHA1 | Date | |
---|---|---|---|
ed6209939c | |||
c652f29c7e |
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -20,3 +20,6 @@
|
||||||
[submodule "src/cyclonedds"]
|
[submodule "src/cyclonedds"]
|
||||||
path = src/cyclonedds
|
path = src/cyclonedds
|
||||||
url = git@git.niklashalle.net:niklas/cyclonedds.git
|
url = git@git.niklashalle.net:niklas/cyclonedds.git
|
||||||
|
[submodule "src/tracetools_analysis"]
|
||||||
|
path = src/tracetools_analysis
|
||||||
|
url = git@git.niklashalle.net:niklas/tracetools_analysis.git
|
||||||
|
|
|
@ -98,7 +98,7 @@ int main(int argc, char **argv)
|
||||||
#ifdef MULTI_THREADED
|
#ifdef MULTI_THREADED
|
||||||
// Create a multi-threaded executor to handle all nodes
|
// Create a multi-threaded executor to handle all nodes
|
||||||
std::cout << "multi threaded ros default" << std::endl;
|
std::cout << "multi threaded ros default" << std::endl;
|
||||||
rclcpp::executors::MultiThreadedExecutor executor;
|
rclcpp::executors::MultiThreadedExecutor executor{{}, 2};
|
||||||
#else
|
#else
|
||||||
// Create a single-threaded executor to handle all nodes
|
// Create a single-threaded executor to handle all nodes
|
||||||
std::cout << "single threaded ros default" << std::endl;
|
std::cout << "single threaded ros default" << std::endl;
|
||||||
|
|
1
src/tracetools_analysis
Submodule
1
src/tracetools_analysis
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e18ddb62d580e6f56dc4e232370a2c93beaedb7c
|
Loading…
Add table
Add a link
Reference in a new issue