-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Unknown frame map #331
Comments
I am facing the same problem, any solution ? |
Was the package built successfully? There are a few changes that need to be done for Noetic. |
Morning Tixiao Shan, In this package, the CMakeLists.txt does not set CMAKE_CXX_FLAGS, I added set(CMAKE_CXX_FLAGS "-std=c++14") after set(CMAKE_CXX_STANDARD 14). Note: I don't have a robot. I'm using ROS and Gazebo. I tried to run roscore first and then roslaunch lio_sam run.launch but have the same error. A simple question: The line
_ Please let me know if any other information is required. Thanks in advance. Here's the terminal log: roslaunch lio_sam run.launch xacro: in-order processing became default in ROS Melodic. You can drop the option. SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to cbaa93f8-b9c8-11ec-a5f0-e9669ff16237 |
I don't have experience running LIO-SAM with Gazebo. But some users have successfully done it before. |
Thanks Tixiao Shan for all the support and suggestions. I managed to run it :) |
hello, may I ask how you solved the problem? |
I met this problem in ros noetic. No frame called map. Could u tell me how do u fix it? Thank you! |
Hi, have you solved the problem? |
Modify Fixed Frame in Global Options and map to base_link. |
Hi,
I'm new to robotics. I'm trying to use this package with ROS Noetic (roslaunch lio_sam run.launch). However, my rviz shows that there is no transformation from base_link (chassis_link, imu_link, navast_link, and velodyne_link) to frame map. The base_link status is fixed frame does not exist and the Global Status is unknown frame map.
I think it is a very basic problem. I have read all the issues but could not find a similar problem faced by anyone else :(
Thanks in advanc
e
The text was updated successfully, but these errors were encountered: