-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to open or build default Blocks.uproject from Airsim. #58
Comments
Hello, |
@yashmewada9618 @Vaibhav2181 how did you get a blocks environment from UrdfSim? as in the Blocks.uproject itself, it is missing in the repo |
I am a bit new to Airsim and URDFsim. My goal is to import a robot urdf file in Airsim/URDFsim and simulate tasks like autonomous navigation using image segmentation. For testing purposes, I built Airsim on my machine, and after million tries and debugging I was able to open up the default project. Now to move ahead in this project I want to import the URDF file of the robot, so I did was imported the Blocks. project file from Airsim and ran the below command to build it, (*Note - I was not able to build this from UEeditor itself, hence manual building.)
UnrealEngine/Engine/Binaries/ThirdParty/Mono/Linux/bin/mono UnrealEngine/Engine/Binaries/DotNET/UnrealBuildTool.exe Linux Development -Project=/UrdfSim/Unreal/Environments/Blocks/Blocks.uproject -TargetType=Editor -Progress
After solving a few of the case-sensitive errors, I am now stuck at the below error.
More precisely the error is ...
/home/yash/mountpoint/ALLAN/UrdfSim/Unreal/Environments/Blocks/Plugins/AirSim/Source/AirLib/deps/eigen3/Eigen/src/Core/AssignEvaluator.h:86:63: error: converting the enum constant to a boolean [-Werror,-Wint-in-bool-context]
I am unable to trace back the error. I might be missing something or doing something wrong here.
System setup
*Also I am running this on a separate HDD and not my laptop due to space constraints.
Some other resources or help regarding importing a URDF file in Airsim/URDFsim project will be deeply appreciated.
The text was updated successfully, but these errors were encountered: