-
-
Notifications
You must be signed in to change notification settings - Fork 24
Getting started
Hyunseok edited this page Apr 27, 2024
·
8 revisions
Make sure if graphic driver is installed in your machine.
sudo apt-get install libgl1 libvulkan1 libc6-dev libxcursor1 libminizip-dev libgdiplusNo usable version of libssl was found
Aborted (core dumped)
Install these.
wget -q http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb DllNotFoundException: libdl.so assembly:<unknown assembly> type:<unknown type> member:(null)
Do this.
sudo apt install --reinstall libc6
sudo ln -s /usr/lib/x86_64-linux-gnu/libdl.so.2 /usr/lib/x86_64-linux-gnu/libdl.sodebugging log
tail -f ~/.config/unity3d/LGE.CTO.AdvancedRoboticsLab/CLOiSim/Player.log
error message
Failed to load image: The type initializer for 'System.Drawing.GDIPlus' threw an exception.
Fallback handler could not load library /home/nav/cloisim/CLOiSim-linux-4.3.0/CLOiSim_Data/MonoBleedingEdge/x86_64/libgdiplus.so.0
Fallback handler could not load library /home/nav/cloisim/CLOiSim-linux-4.3.0/CLOiSim_Data/MonoBleedingEdge/x86_64/libgdiplus.so.0.so
Please check if below library is installed in advance.
sudo apt install libgdiplusTBD
world file should be located in 'CLOISIM_WORLD_PATH' path
$ export CLOISIM_FILES_PATH="/home/Unity/cloisim/sample_resources/media"
$ export CLOISIM_MODEL_PATH="/home/Unity/cloisim/sample_resources/models"
$ export CLOISIM_WORLD_PATH="/home/Unity/cloisim/sample_resources/worlds"$ ./CLOiSim.x86_64 -world cloisim.worldyou can execute './run.sh' script in release binary version.
$ ./run.sh cloisim.world-
'cloisim_ros' ros2 packages for transporting sensor data are required.
-
Run bringup node in 'cloisim_ros' ros2 packages
-
And have fun!!!
Copyright © 2020 LG Electronics Inc.
Build guide is only for developer.