Giter Site home page Giter Site logo

Comments (3)

osrf-migration avatar osrf-migration commented on August 18, 2024

Original comment by Tyler Lum (Bitbucket: tylerlum).


https://askubuntu.com/questions/21262/shell-command-to-bring-a-program-window-in-front-of-another

Use wmctrl -a <WINDOW>

from vrx-docker.

osrf-migration avatar osrf-migration commented on August 18, 2024

Original comment by Tyler Lum (Bitbucket: tylerlum).


Found an issue:

roslaunch vrx_gazebo navigation_task.launch

wmctrl -a Gazebo not work

wmctrl -l

0x01a0000a  0 tylerlum-Surface-Pro-4 Desktop
0x02a00003  0 tylerlum-Surface-Pro-4 osrf / vrx-docker / issues / #8 - Generate Video Gazebo Window Not in Front — Bitbucket - Mozilla Firefox
0x02000005  0 tylerlum-Surface-Pro-4 Slack - OSRF
0x03c0000a  0 tylerlum-Surface-Pro-4 wmctrl -l
0x05000034  0 tylerlum-Surface-Pro-4 Home
0x04c00011  0                    N/A Gazebo

https://askubuntu.com/questions/394998/why-wmctrl-doesnt-work-for-certain-windows related to the N/A.

Instead use wmctrl -i -a <XID> eg. 0x04c00011

wmctrl -i -a $(wmctrl -l | grep "N/A Gazebo" | awk '{print $1}' | awk '{print $1}' )

from vrx-docker.

osrf-migration avatar osrf-migration commented on August 18, 2024

Original comment by Tyler Lum (Bitbucket: tylerlum).


  • changed state from "new" to "resolved"

Resolved with smart used of wmctrl. Be careful: If another window is contains "Gazebo" in its name (eg. a browser tab about Gazebo), it may find that instead and not work correctly.

from vrx-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.