-
Notifications
You must be signed in to change notification settings - Fork 13
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
can not load "mesh" from "XXX.h5" file #9
Comments
same problem here |
Yup same problem with me as well. @spuetz, @mklpiening do you have a solution to this? Thanks! My output log is slightly different, but similar problem overall: Traceback (most recent call last): |
same problem |
@Quest2GM @mingxingdou @graiola Hi bro,I have resolved this issue by ensuring that Git LFS is installed. Make sure to install Git LFS before cloning this repository, and then you will be able to successfully download the mesh and load it." |
when i run "roslaunch pluto_navigation botanical_garden_osnabrueck.launch", there was an error as follows. Has anyone encountered this problem when running this package? How to solve this problem? Thanks!
*[ INFO] [1671008756.959023813]: Load "mesh" from file "/XXX/botanical_garden_osnabrueck.h5"...
HDF5-DIAG: Error detected in HDF5 (1.10.0-patch1) thread 139961031705856:
#000: ../../../src/H5F.c line 579 in H5Fopen(): unable to open file
major: File accessibilty
minor: Unable to open file
#1: ../../../src/H5Fint.c line 1208 in H5F_open(): unable to read superblock
major: File accessibilty
minor: Read failed
#2: ../../../src/H5Fsuper.c line 273 in H5F__super_read(): file signature not found
major: File accessibilty
minor: Not an HDF5 file
terminate called after throwing an instance of 'HighFive::FileException'
what(): Unable to open file /home/XXX/botanical_garden_osnabrueck.h5 (File accessibilty) Not an HDF5 file
Traceback (most recent call last):
File "/home/dmx/pluto_robot_ws/src/pluto_robot/pluto_navigation/scripts/navigation_sm.py", line 3, in
import rospy
File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/init.py", line 49, in
from .client import spin, myargv, init_node,
File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/client.py", line 52, in
import roslib
File "/opt/ros/melodic/lib/python2.7/dist-packages/roslib/init.py", line 50, in
from roslib.launcher import load_manifest # noqa: F401
File "/opt/ros/melodic/lib/python2.7/dist-packages/roslib/launcher.py", line 42, in
import rospkg
ModuleNotFoundError: No module named 'rospkg'
[navigation_smach-3] process has died [pid 4740, exit code 1, cmd /home/dmx/pluto_robot_ws/src/pluto_robot/pluto_navigation/scripts/navigation_sm.py __name:=navigation_smach __log:=/home/dmx/.ros/log/84662c86-7b8e-11ed-83be-548d5a88c769/navigation_smach-3.log].
log file: /home/dmx/.ros/log/84662c86-7b8e-11ed-83be-548d5a88c769/navigation_smach-3.log
[ERROR] [1671008757.996984996]: Mesh display: no visual available, can't draw mesh! (maybe no data has been received yet?)
**
The text was updated successfully, but these errors were encountered: