PerCollECT / Source-Files

Source files for PerCollECT visualization. This is included in the PerCollECT repos as a submodule.
MIT License
2 stars 2 forks source link

Fix Ultrasonic Underwood typo #48

Closed ehab74 closed 3 months ago

ChristophPopp commented 3 months ago

The fix currently only works when you directly open the ultronsonic tree for the first time. If you switch to another tree via sidenav link and switch back to the ultrasonic tree, the issue is not solved.

ehab74 commented 3 months ago

The typo wasn't the problem, i changed that. The effect of the changes will not be shown locally. If you click on the links of the trees from the local "index.html" file, it shows the remote deployed trees, which depend on the remote source files, not the local ones we are modifying. If you are using the same local "index.html" file as mine, you can find a script inside it which assigns the repoName by a default value in the local "index.html", which is "LidarLimbs".

Now if you need to test the result of the modifications, you need to change the repoName variable to "UltrasonicUnderwood". It will aslo affect the tree title and you will see it overflowing, but that's a local change only too.

The effects of this MR should take place once we merge the develop to the main branch.