merge Heigth sensor into main #4

Merged
SemvdH merged 34 commits from heigth_sensor into main 2023-04-25 09:12:28 +00:00
Showing only changes of commit a6fd08738c - Show all commits

View File

@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
while (true)
{
node->test();
node.get()->test();
}
rclcpp::shutdown();