We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b066c24 commit b495c85Copy full SHA for b495c85
doc/tutorials/quickstart_in_rviz/test/bringup_test.cpp
@@ -8,22 +8,6 @@
8
#include <gtest/gtest.h>
9
#include <stdlib.h>
10
11
-namespace
12
-{
13
-// This is a bit of a hack to make thread sanitizer ignore a race condition
14
-// in the constructor of the rclcpp::Node
15
-#if defined(__has_feature)
16
-#if __has_feature(thread_sanitizer)
17
-__attribute__((no_sanitize("thread")))
18
-#endif
19
20
-rclcpp::Node::SharedPtr
21
-make_node(std::string const& name, rclcpp::NodeOptions const& options)
22
23
- return std::make_shared<rclcpp::Node>(name, options);
24
-}
25
-} // namespace
26
-
27
namespace moveit2_tutorials::quickstart_in_rviz
28
{
29
namespace
0 commit comments