Skip to content

Track debug visualization #405

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

agheata
Copy link
Contributor

@agheata agheata commented Jun 27, 2025

Added scripts/trajectory.py to visualise debugged tracks.

Compile with -DADEPT_DEBUG_TRACK=2. Debug your app and extract the track number, then rerun your app using:

ADEPT_DEBUG_TRACK=79017435789256 myApplication > output.txt

Run the script like:

python3 trajectory.py --equal-aspect --dir-fraction 0.01 --input-file track_log.txt --min-step 1 --max-step 1000

The options are explained in detail in the script.

track

Compile with -DADEPT_DEBUG_TRACK=2. Debug your app and extract the track number, then rerun your app using: ADEPT_DEBUG_TRACK=79017435789256 myApplication > output.txt

Run the script like: python3 trajectory.py --equal-aspect --dir-fraction 0.01 --input-file track_log.txt --min-step 1 --max-step 1000

The options are explained in detail in the script.
@phsft-bot
Copy link

Can one of the admins verify this patch?

Copy link
Collaborator

@SeverinDiederichs SeverinDiederichs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great addition, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants