Replies: 1 comment
-
Sorry, I forgot to check the TF tree. The Octomap launch was using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use ALOAM as the estimator and octomap for mapping the environment.
In session.yml, I added:
It works perfectly with gps_baro as the estimator; I can see the map from slam and octomap. However, when I change the custom configuration to use ALOAM as the estimator:
custom_config:=rospack find mrs_aloam_estimator_plugin/custom_configs/mrs_uav_managers.yaml
I cannot see the map generated from octomap anymore.
This is my default custom_config where ALOAM and octomap seem to be working:
II could not identify what could be wrong since only the estimator is being modified. Do you know what could be wrong? I am trying to do it in the simulation.
I am using these sensors in the simulation:
waitForGazebo; rosservice call /mrs_drone_spawner/spawn "1 $UAV_TYPE --enable-realsense-front --enable-rangefinder --use-gpu-ray --enable-ground-truth --enable-ouster model:=OS0-128 horizontal_samples:=1024 use_gpu:=True --pos -5 0 0 0"
The topic I am checking for the octomap is /uav1/octomap_global_vis/occupied_cells_vis_array.
Beta Was this translation helpful? Give feedback.
All reactions