Closed CYJ00 closed 5 months ago
umm, did you pull the recent changes?
The only difference I added is the parameter called always_clear_with_initializer
which uses clear_with_initializer
for initializing the map. But the default param is set to false. Can you try checking out the old commit and see if it persist?
After I flashed my Orin and reinstalled the code, it worked. It was probably a dependency issue with other programs I had installed. Thank you!
My environment: NVIDIA Jetson AGX Orin Developer Kit Jetpack: 5.1.3 CUDA: 11.4.315 cuDNN: 8.6.0.166 ROS: noetic
When I run turtlesim_simple_exam.launch, the error below is occurred.
If I run elevation_mapping_cupy.launch without setting up the setup.yaml file, I got frame not found error.
If I run elevation_mapping_cupy.launch with setting up the setup.yaml file, [elevation_mapping-5] process has died.
The requirements are like below. numpy==1.22.4 ruamel.yaml==0.18.6 ruamel.yaml.clib==0.2.8 opencv-python==4.9.0.80 scikit-image==0.19.0 scipy==1.7.0 Shapely==1.7.1 simple-parsing==0.1.5 matplotlib==3.7.5 catkin-tools==0.9.4 cupy-cuda11x==12.3.0
catkin build elevation_mapping_cupy had no error. It works 2 weeks ago. But suddenly it doesn't work. Can you give me some advice?