Hello would be possible to have installed in my rosject (j16moto autonomous mobile robot for utimac application) the packages like in the title?
thanks
Salvatore
P.S.
user:~$ ros2 pkg list | grep pcl
pcl_conversions
pcl_msgs
user:~$ ros2 pkg list | grep openuser:~$ ros2 pkg list | grep cv
cv_bridge
[amrj16_surface_detection_exe-1] File â/home/user/ros2_ws/install/amrj16_rendezvous/lib/python3.8/site-packages/amrj16_rendezvous/amrj16_surface_detection.pyâ, line 5, in
[amrj16_surface_detection_exe-1] import pcl
[amrj16_surface_detection_exe-1] ModuleNotFoundError: No module named âpclâ
[ERROR] [amrj16_surface_detection_exe-1]: process has died [pid 32113, exit code 1, cmd â/home/user/ros2_ws/install/amrj16_rendezvous/lib/amrj16_rendezvous/amrj16_surface_detection_exe --ros-argsâ].
Hello Bay,
pip install pcl works but unfortunately when I excute the script to find the surfaces I get this
error
amrj16_surface_detection.py", line 56, in SurfaceDetection
[amrj16_surface_detection_exe-1] def from_ros_msg(self, msg: PointCloud2) â Union[pcl.PointCloud, None]: [amrj16_surface_detection_exe-1] AttributeError: module âpclâ has no attribute âPointCloudâ
[ERROR] [amrj16_surface_detection_exe-1]: process has died [pid 6050, exit code 1, cmd â/home/user/ros2_ws/install/amrj16_rendezvous/lib/amrj16_rendezvous/amrj16_surface_detection_exe --ros-argsâ].
user:~$