floatlazer / semantic_slam

Real time semantic slam in ROS with a hand held RGB-D camera
GNU General Public License v3.0
612 stars 177 forks source link

TypeError: unsupported operand type(s) for *: 'range' and 'int' #51

Open sunghyun-nam opened 2 years ago

sunghyun-nam commented 2 years ago

Hello

In python3.6, I run 'rosrun semantic_cloud semantic_cloud.py'. And I got an ERROR like TypeError: unsupported operand type(s) for *: 'range' and 'int'

I don't know what it means "range(width)*height" (color_pcl_generator.py line30)

jolags313 commented 5 months ago

@sunghyun-nam Did you manage to solve this? I am having the same issue.