We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在Gazebo下仿真Horizon,把激光雷达加进去,在Rviz中在base_link小车底座坐标系下不能直接订阅雷达图,只有在雷达坐标系下才能订阅雷达图。显示警告:laser_livox No transform from [laser_livox] to [base_link]
tf树中,laser_livox不在base_link下,出现新的分支::base_link
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,把livox_laser_simulation/src/livox_points_plugin.cpp中调用SendRosTf函数的两行注释掉就正常了,否则tf变换和urdf文件中定义的不一样
livox_laser_simulation/src/livox_points_plugin.cpp
SendRosTf
Sorry, something went wrong.
现在解决问题了马?我也遇到这个问题了
No branches or pull requests
在Gazebo下仿真Horizon,把激光雷达加进去,在Rviz中在base_link小车底座坐标系下不能直接订阅雷达图,只有在雷达坐标系下才能订阅雷达图。显示警告:laser_livox No transform from [laser_livox] to [base_link]
tf树中,laser_livox不在base_link下,出现新的分支::base_link
The text was updated successfully, but these errors were encountered: