Yavuz Selim
Yavuz Selim
Hi @densnz Downgrading your system's python version to 3.6 may help in your situation. Otherwise, consider changing your pythonpath code to ``` export PYTHONPATH=$PYTHONPATH:/usr/local/lib ```
Hi again @densnz Can you confirm that you didn't get any errors while running the script file and you can see a file starting with 'pyrealsense' and ending with '.so'...
Hi again. One user said [here](https://github.com/35selim/RealSense-Jetson/issues/1#issuecomment-1293894851) that Python binding problem is solved using the method. By the way, I don't have any further assistance but this issue is tagged as...
Hi @dannykha The problem would be the same as stated [here](https://github.com/IntelRealSense/librealsense/issues/9040#issuecomment-847442449). I didn't make a deep search about whether new librealsense releases support Linux 20.04 distributions for ARM based devices...
Hi @GaoQi-2023, To my knowledge, JetPack SDK 4.6 includes Ubuntu 18.04, which should not present compatibility issues with the RealSense SDK due to an ARM-based Ubuntu version. The potential issue...
Hi @GaoQi-2023 again, Can you confirm that the requirements stated [here](https://github.com/IntelRealSense/librealsense/issues/10891#issuecomment-1275874984) are met? If the installation is complete without giving any errors, there should be either Python path inconsistency or...
Hi again, The error message **import-im6.q16: not authorized** can be caused by security policies in the ImageMagick software suite. If that is the case you can solve this with modifying...
README gives the false impression that conversion from Pointcloud2 to grid_map layers are available.
I think the question is clear enough as it is stated in the [issue](https://github.com/ANYbotics/grid_map/issues/158). The pointcloud is from the official sensor_msgs called [PointCloud2](https://docs.ros2.org/foxy/api/sensor_msgs/msg/PointCloud2.html). The grid map should be usable in...