PalouseRobosub / robosub_simulator

Robosub Simulator using Gazebo7
4 stars 0 forks source link

Dice are not being displayed properly. #119

Closed Sindorman closed 6 years ago

Sindorman commented 6 years ago

Me and Lance have noticed that Dice are not being loaded fully. Here is an image of what they look like. simulator branch is master. bug_simulator

ryan-summers commented 6 years ago

@irwineffect I think we need to add Git LFS as a dependency of the robosub packages to ensure that people have it installed on their system. I think the effect shown is because the JPEG textures aren't getting pulled down because LFS isn't installed on the target machine.

ryan-summers commented 6 years ago

I believe this should be corrected by typing git lfs install in the simulator repository and then pulling master.

neprotalis commented 6 years ago

This is correct. I talked with Sean about it and he is going to show me how to add it to the repo. It will be corrected soon. If you need it now though https://github.com/git-lfs/git-lfs/wiki/Installation

ryan-summers commented 6 years ago

After LFS is installed, type git lfs pull to pull down the JPEG textures.

hmmwhatsthisdo commented 6 years ago

@ryan-summers git lfs install only works once the git-lfs package is added, unfortunately.

ryan-summers commented 6 years ago

We're adding it to robosub package dependencies.