change test method
This commit is contained in:
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
node->test();
|
node.get()->test();
|
||||||
}
|
}
|
||||||
rclcpp::shutdown();
|
rclcpp::shutdown();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user