ADTF (Automotive Data and Time-Triggered Framework) is a framework that supports the development process in automotive software development. It is a stable measurement framework, which is used in ADAS (Advanced Driver Assistance Systems) and can adopt typical bus data such as CAN, FlexRAY, Ethernet etc as well as raw data from any sources.
Questions tagged [adtf]
23 questions
1
vote
1 answer
How to play back a DAT file which is recorded by demo_recording (ADTF)
I use the ADTF GUI Control to start demo_recording and to record a DAT file.
What is the easiest way to play back this DAT file? Is there a minimum configuration to do so?

Hans One
- 3,329
- 27
- 28
1
vote
2 answers
Time strings subtraction
The code after reading .dat file and generates .csv format file which is consist of many frame names (columns) and respective timings (microseconds)(rows) stored in a string separated by ';' :
MFK3_ECAN…

Alto
- 31
- 6
0
votes
1 answer
Linker Error while using adtf 2.14.2 lib with C++ on visual studio 15
I have adtf 2.14.2 libraries which I am trying to link to my C++ program in visual studio 15 2017 for x64 platform.
I am getting following liker errors
2>adtfutild_1170.lib(string.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600'…

RKum
- 758
- 2
- 12
- 33
0
votes
0 answers
Do I need a Shared library in a CMAKE project with several subdirectories? How do I do it?
I need to implement a StatisticsLogger library on to a C++/C solution built with cmake and compiled with VS#2010. The project uses the ADTF API, since is built for the ADTF framework.
The solution is composed by different modules/projects, which…
0
votes
1 answer
Decoding data from UDP packets
I am sending data as UDP packets from ADTF filter (located in Windows system) to a python API of CARLA (located in Ubuntu 18.04). The data is all double type and includes 96 bytes of data (8 bytes *12 variables). The bytes data contains a mix of hex…

sandc
- 11
- 5
0
votes
2 answers
Qt line causes strange error: Cmd.exe exited with code -20
I am building my project on 2 different PCs, both using the same methods (Visual Studio 2017 with CMake). They both configure and generate fine using CMake. The issue is when I try to build them, one builds fine and the other has errors.
I have…

Jessica
- 1,083
- 2
- 12
- 27
0
votes
1 answer
using qt with adtf. Generation of moc file during build time?
I am trying to use qt with adtf 3.3 .
From the documentation of adtf (https://support.digitalwerk.net/adtf/v3/adtf_html/page_external_dependencies.html) and example from adtf using…

user12071441
- 95
- 1
- 8
0
votes
1 answer
Apply Bug Fix to Open CV library
I am currently preparing a work project utilizing ADTF 2.9.0, OpenCV 2.4.3 (March 2016) and Visual Studio 2010 under Win7 x64.
Unfortunately, I came across THIS bug. It results in an ADTF crash when I apply cornerSubPix() on a video frame with some…

B. Ueno
- 159
- 2
- 13