mazu-sim
mazu-sim copied to clipboard
Aerospace 6-DoF Simulation Platform.
In `cad::Wind::apply_turbuance_if_have()`, insert this line after `guass_value` calculated: ``` std::cout
When building Mazu-sim with `-O3`, dynamic calculation will given undesired behavior, e.g.: 1. `-O2`: launch v.s. drop bearing: 90 deg 2. `-O3`: launch v.s. drop bearing: 78 deg After isolating...
https://github.com/siemens/jailhouse
We need a new architecture for a 6-DoF simulation platform. Base on paper: The Journal of Defense Modeling and Simulation: Applications, Methodology, Technology
I found that pre-commit hook will let `cppcheck` run on `sim_exe/` directory: ``` sim_exe/skyline_dm/build/mazu-sim/models/dm_fsw_interface/io_packet_format.cpp:249:5: error: Memory leak: temp [memleak] return (void*)temp; ^ sim_exe/skyline_dm/build/mazu-sim/models/dm_fsw_interface/io_packet_format.cpp:409:5: error: Memory leak: temp [memleak] return (void*)temp;...
Using `third-party/trick` was unable to build it: ``` $ make ... /mazu-sim/third-party/trick/bin/trick-ICG -s -m -I/mazu-sim/third-party/trick/trick_source -I/mazu-sim/third-party/trick/include -I/mazu-sim/third-party/trick/include/trick/compat -DTRICK_VER=19 -DTRICK_MINOR=1 -fpic -DUSE_ER7_UTILS_INTEGRATORS -D_HAVE_GSL /mazu-sim/third-party/trick/include/trick/files_to_ICG.hh terminate called after throwing an instance of...
https://opendds.org/ https://www.eprosima.com/index.php/resources-all/rtps
hex_dump: now it is put in the misc_util debug_hex_dump: in the dcmbus
We need to find how to let trick could detect there is a change in a submodule