TechmanRobotInc / tmr_ros2

TM Robots supporting ROS2 drivers and some extended external applications. (experimental) (not support the new TM S-Series)
Other
37 stars 21 forks source link

fix: .mtl file adjust in .obj meshes #23

Open MarcoMagriDev opened 1 year ago

MarcoMagriDev commented 1 year ago

Fixed wrong .mtl names in .obj files

MatthijsBurgh commented 1 year ago

@MarcoMagriDev What did you change to the the files with the large amount of lines changed?

MarcoMagriDev commented 1 year ago

i changed the mtl file as relative path like mtllib ./tm12-base.mtl for the relative .obj file

MatthijsBurgh commented 1 year ago

How did that result in the large amount of lines changed? I did the same in https://github.com/MatthijsBurgh/tmr_ros2/commit/6c7775bc8385cb45157132f790bcb1d7cd8833de, which only resulted in small diffs per file.

MarcoMagriDev commented 1 year ago

i was wondering the same. I dont have any idea. Format maybe

MatthijsBurgh commented 1 year ago

Could you check and drop the format changes so the diff is small.