-
Notifications
You must be signed in to change notification settings - Fork 181
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
Model[camera/lidar/robot] does not exist #33
Comments
same error. |
@ColleenKuang Do you have find the solution? |
roslaunch vehicle_simulator system_matterport.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 05dfe732-6dbb-11ef-bf8c-a9f7e112d1e8 Simulation started. [pcl::PLYReader] /home/doongli/autonomous_exploration_development_environment/src/vehicle_simulator/mesh/matterport/preview/pointcloud.ply:16: property 'list uint8 int32 vertex_indices' of element 'face' is not handled Reading path files. Read 10 regions and 187 objects. /opt/ros/noetic/lib/python3/dist-packages/actionlib/goal_id_generator.py:45: SyntaxWarning: invalid escape sequence '\p' Initialization complete. [ INFO] [1725783550.813761833]: waitForService: Service [/gazebo/set_physics_properties] is now available. |
我的系统也是Ubuntu 20.04,我之前能正常运行roslaunch vehicle_simulator system_garage.launch,当我配置matterport的环境时,发生了上面的报错,这时我重新运行roslaunch vehicle_simulator system_garage.launch,却还是出现了相同的报错 |
OS : Ubuntu 20.04
ROS version : noetic
I followed the instructions in your website, and I got 0 compilation error
but when I ran the command
roslaunch vehicle_simulator system_garage.launch
I got these bunch of errors of Model[camera/lidar/robot] does not exist
I checked the xacro files of these equipment in the folder.
I also tested the
vehicleSimulator.cpp
, it seems the error is caused by these 3 publish operations.Here's the output.
The text was updated successfully, but these errors were encountered: