Open brunoeducsantos opened 5 years ago
@BrunoEduardoCSantos Unfortunately, I don't use ROS in my day to day any more so I don't have much insight.
This could be due to a ROS version mismatch. I originally wrote these scripts in ROS Indigo (see the vagrant file image name), but you're running in ROS Kinetic (from the first line in the Traceback). My guess is that the callback signature changed between the two versions.
replace it with translation = tuple(translation) + ( 1, )
Hi @swyphcosmo , Thanks for the great repository. I am having the following issue:
This issue occurs in lidar_rgb.py . I tried to use wait_transform but I could not any result from velodyne_rgb_points.
Any ideas?
Thanks, Bruno