You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour
Build a local costmap using point clouds generated by an Ouster OS LiDAR and a RealSense D435i camera.
Actual behaviour
Costmap is empty when only the Voxel Layer is used. However, when the Static Layer is used, it functions correctly because the Static Layer relies on SLAM data, which utilizes information from the laser scan.
To Reproduce
Provide the steps to reproduce:
In one terminal on the robot: ros2 launch clearpath_nav2_demos nav2.launch.py use_sim_time:=false
In another terminal on the robot: ros2 launch clearpath_nav2_demos slam.launch.py use_sim_time:=false
On the host machine: ros2 launch clearpath_viz view_navigation.launch.py namespace:=j100_0538
Other notes
Attached you can find the yaml files for nav2 and slam params.zip
The text was updated successfully, but these errors were encountered:
Expected behaviour
Build a local costmap using point clouds generated by an Ouster OS LiDAR and a RealSense D435i camera.
Actual behaviour
Costmap is empty when only the Voxel Layer is used. However, when the Static Layer is used, it functions correctly because the Static Layer relies on SLAM data, which utilizes information from the laser scan.
To Reproduce
Provide the steps to reproduce:
Other notes
Attached you can find the yaml files for nav2 and slam
params.zip
The text was updated successfully, but these errors were encountered: