Skip to content
View parakhm95's full-sized avatar

Highlights

  • Pro

Organizations

@ctu-mrs

Block or report parakhm95

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Add your git commit ID and current b... Add your git commit ID and current branch to C++ code
    1
    Well, it happens to me many times with my robots and my Bag files that I am looking at them several months later and I am wondering which branch or commit was used to collect that data.
    2
    So, I wanted to find a way(similar to PX4) to use this information and save it in the Bag file itself, but the challenge was to obtain it. 
    3
    
                  
    4
    ---
    5
    Here are the steps I am using : 
  2. Automatically apply monitor layouts ... Automatically apply monitor layouts in i3wm using xrandr, bash scripting, and EDID
    1
    ## Explanation
    2
    
                  
    3
    Individual monitors can be identified using the 8th to 15th byte of their EDID. We can use this EDID to recognise a monitor and apply configuration related to it when it is connected. 
    4
    We make a script that is run periodically as a system service every 1 second and checks if the monitor is connected and configured correctly. 
    5