Skip to content
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

How to test LOCUS? #58

Open
xchwang1998 opened this issue Nov 1, 2022 · 8 comments
Open

How to test LOCUS? #58

xchwang1998 opened this issue Nov 1, 2022 · 8 comments

Comments

@xchwang1998
Copy link

I use the command

roscore
then
tmuxp load {path_to_locus}/LOCUS/tmuxp_config/run_locus.yaml
( the path in run_locus.yaml have been revised to myself)

Screenshot from 2022-11-01 22-50-08

The result are as following:
Screenshot from 2022-11-01 22-46-05

This is not same with demo.

@femust
Copy link
Collaborator

femust commented Nov 1, 2022

Have a look that you are on the first tab 1: record_at_end . So click locus_datt0:locus to go to the zero tab.

image

I think in older versions of tmuxp the scripts are run in a weird way, while on the newer version it starts from the "zero tab"

Let me know if that worked for you

@xchwang1998
Copy link
Author

Have a look that you are on the first tab 1: record_at_end . So click locus_datt0:locus to go to the zero tab.

image

I think in older versions of tmuxp the scripts are run in a weird way, while on the newer version it starts from the "zero tab"

Let me know if that worked for you

I click locus_datt0:locus, and no response.
Screenshot from 2022-11-02 09-16-12

The version of tools on my computer as following:

tmux: 2.6
tmuxp: 1.3.5

Screenshot from 2022-11-02 09-50-30

It's version is really old. What version do you recommend?

@moonsheep99
Copy link

I have the same problem now.

@xchwang1998
Copy link
Author

I install them by:

sudo apt install tmux
sudo apt install tmuxp

Should I install them through source code?

@femust
Copy link
Collaborator

femust commented Nov 2, 2022

https://help.sourcelair.com/terminal/working-with-multiple-tabs/ try this

I think you guys use ubuntu 18?

@xchwang1998
Copy link
Author

Yes my system is ubuntu 18.04. I switch to ‘locus_datt0:locus’ by hit Ctrl + B and then 0.

Here have some errors, but I had source the workspace before tumxp load XXX.yaml.
Screenshot from 2022-11-02 11-39-14

@femust
Copy link
Collaborator

femust commented Nov 2, 2022

put in ~/.bashrc the path to the workspace

source ~/workspace/locus_ws/devel/setup.bash

in your case, or something like this.

@xchwang1998
Copy link
Author

xchwang1998 commented Nov 2, 2022

put in ~/.bashrc the path to the workspace

source ~/workspace/locus_ws/devel/setup.bash

in your case, or something like this.

It worked! Thanks!
By the way, why do we add this command in ~/.bashrc?

source ~/workspace/locus_ws/devel/setup.bash

I try in locus_ws use this command before 'tumxp load' and it didn't work.

cd ~/workspace/locus_ws
source devel/setup.bash
tmuxp load {path_to_locus}/LOCUS/tmuxp_config/run_locus.yaml

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

No branches or pull requests

3 participants