Python Forum
Some help with my first python class and importing ....im making a lidar program
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some help with my first python class and importing ....im making a lidar program
#8
well, I have been learning a lot.... at first i new nothing about serial communication in python now i am learning more....

this is the actual answer, not the whole code to my question about, well, now, importing.

from sensor_msgs.msg import LaserScan
import laser_geometry.laser_geometry as lg   #i had some difficulty here.....
from laser_geometry import LaserProjection     #much more here
import sensor_msgs.point_cloud2 as pcl2          #glad it is resolved some

msg = laserscan()  # return value msg from laserscan()
lp = lg.LaserProjection()  # make lp out of modules
pointcloud2 = lp.projectLaser(msg)  #use lp to get a pcl from scan
pointlist = pcl2.read_points_list(pointcloud2)  
print (pointlist)

Attached Files

Thumbnail(s)
   
Reply


Messages In This Thread
RE: Some help with my first python class and importing ....im making a lidar program - by jttolleson - Jul-28-2023, 08:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Lidar in python - Quaternions, Angular Velocity, Linear Accelleration? jttolleson 2 585 Nov-27-2023, 02:05 AM
Last Post: jttolleson
  python standard way of importing library mg24 1 943 Nov-15-2022, 01:41 AM
Last Post: deanhystad
  My code displays too much output when importing class from a module lil_e 4 1,211 Oct-22-2022, 12:56 AM
Last Post: Larz60+
  making variables in my columns and rows in python kronhamilton 2 1,655 Oct-31-2021, 10:38 AM
Last Post: snippsat
Smile Help making number analysis program Dainer 2 1,795 Jun-24-2021, 09:55 PM
Last Post: jefsummers
  Importing issues with base class for inheritance riccardoob 5 4,795 May-19-2021, 05:18 PM
Last Post: snippsat
  newbie question....importing a created class ridgerunnersjw 5 2,713 Oct-01-2020, 07:59 PM
Last Post: ridgerunnersjw
  Importing Program Wide JarredAwesome 4 2,234 Sep-07-2020, 04:34 PM
Last Post: JarredAwesome
  importing a list of numbers into python script barrypyth 8 4,682 Aug-22-2020, 09:10 PM
Last Post: barrypyth
  Importing python data to Textfile or CSV yanDvator 0 1,787 Aug-02-2020, 06:58 AM
Last Post: yanDvator

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020