Compare commits
No commits in common. "ed6209939cfc94b2cdfb534c80f5e2f97eb73333" and "c552c40571b78975224630962f137a64a1125a9f" have entirely different histories.
ed6209939c
...
c552c40571
3 changed files with 1 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -20,6 +20,3 @@
|
||||||
[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{{}, 2};
|
rclcpp::executors::MultiThreadedExecutor executor;
|
||||||
#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 +0,0 @@
|
||||||
Subproject commit e18ddb62d580e6f56dc4e232370a2c93beaedb7c
|
|
Loading…
Add table
Add a link
Reference in a new issue