Alexander Quessy
Alexander Quessy
This would certainly be a useful feature to compare HRNet to different architectures is there a PR related to this?
### Progress Update #### Aircraft Physics Control Construction I have been continuing to work on the FixedWingPhysics simulation aiming to resolve compilation errors. I have vectorised the control surfaces so...
Thanks yep that was it was quite obvious now I think about it in more detail. It several unresolved external symbol errors now but I think there a case of...
Does anyone have any thoughts on this error coming from `FixedWingApiBase.hpp`, I thought it was to do with the link between the base class and Mavlink/Px4 implementation override. I can't...
Thats a good point I've uncommented them now, from [AirLib.vcxproj](https://github.com/AOS55/AirSim-1/blob/FixedWing/AirLib/AirLib.vcxproj), but Im still getting the same link errors from the compiler. When running build.cmd I also get some errors in...
Resolved all build errors now except for one rather unusual one: `"C:\Users\quessy\Documents\Unreal Projects\AirSim\AirSim.sln" (default target) (1) -> "C:\Users\quessy\Documents\Unreal Projects\AirSim\AirLib\AirLib.vcxproj" (default target) (12) -> (ClCompile target) -> C:\Users\quessy\Documents\Unreal Projects\AirSim\AirLib\deps\rpclib\include\rpc\msgpack\v1\object.hpp(202,11): error C2039:...
Great thanks very much Ill take a look at those errors today, I merged the issue back into fixedwing and have no build.cmd errors on my end too.
Any thoughts on why I'm getting the following include/visibility related build error from in visual studio? I can see the source file [UdpSocket.hpp](https://github.com/AOS55/AirSim-1/blob/FixedWing/MavLinkCom/include/UdpSocket.hpp) is still on the repo, could it...
No thats the unusual thing build.cmd doesnt present any errors when run
Great thanks that seems to have resolved it back to linking problems probably due to decleration again.