X5reme

Results 1 comments of X5reme

I found something wrong. _tf2_ros::Buffer tf(ros::Duration(10));_ It should be amended as: _tf2_ros::Buffer tf; tf2_ros::TransformListener tfListener(tf);_ However, after modifying the code, the path cannot be displayed.