Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Add script to start new gui from tmux#125

Open
sajidanower23 wants to merge 1 commit intomasterfrom
owr-gui-tmux-sa
Open

Add script to start new gui from tmux#125
sajidanower23 wants to merge 1 commit intomasterfrom
owr-gui-tmux-sa

Conversation

@sajidanower23
Copy link
Contributor

No description provided.

@sajidanower23 sajidanower23 self-assigned this Sep 13, 2018
@sajidanower23 sajidanower23 requested a review from hjed September 13, 2018 20:06
@sajidanower23 sajidanower23 changed the title Add script to start new gui Add script to start new gui from tmux Sep 13, 2018
},
{
"name" : "owr_gui",
"startup": "bash start_gui.sh",
Copy link
Contributor

Choose a reason for hiding this comment

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

Surely it makes more sense to use Ros launch?

@@ -0,0 +1,4 @@
#!/usr/bin/env bash

source ~/owr-qtgui/devel/setup.bash
Copy link
Contributor

Choose a reason for hiding this comment

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

Rather than doing this which can cause problems do this:

Basically those setup.bash files don't stack. The one you've sourced most recently will be the one it uses.
To get them to stack what you have to do is source the first workspace before building the second workspace (which will add the first one to its path) then source the second workspace

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants