-
Notifications
You must be signed in to change notification settings - Fork 162
Description
Hi, I am just wondering if the ROS2 branch is actually working or is still a work in progress. I have got it to build, but none of the examples work, they all fail for one reason or another. The simple turtle I can get to run and I see the topics registered for /elevation_map/elevation_filtered ... or /elevation_raw, but there is nothing be published on these topics. The default launch for turtle bot seems to have a mis-configured transform so there is no transform to map or odom frames present.
If I try to launch my own configuration, I also fail at different points. Using the elevation_mapping_node.py It gets to:
[elevation_mapping_node.py-1] [INFO] [1759843360.950419588] [elevation_mapping_node]: Initialized map with length: 80.0, resolution: 0.2, cells: 402
and just hangs here, I don't see any reason why it should hang, but it never gets to registering subscribers/publishers.
If I use elevation_mapping_node.cpp I get the error that there are no subscribers/publishers to register and the node dies. But I am passing in the robot configuration file.
Would it be possible to add a little bit of info to the read me or post somewhere on what all needs to change when migrating from ROS1 version to the ROS2 version? Is there something obvious I am doing wrong?
Thanks!