ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

roslaunch terminal split screen

asked 2018-08-28 06:21:20 -0500

mtROS gravatar image

Hello,

i am launching over a launch file several nodes in new shells as shown here:

<?xml version="1.0"?>
<launch>
  <node pkg="coral_frontend" type="CORAL_display" name="CORAL_display" output="screen" launch-prefix="gnome-terminal --geometry 80x43+55+14 -e"/>
  <node pkg="coral_frontend" type="CORAL_interface" name="CORAL_interface" output="screen" launch-prefix="gnome-terminal --geometry 56x44+788+-10 -e"/>
  <node pkg="socketcan_bridge" type="socketcan_bridge_node" name="socketcan_bridge_node" output="log"/>
  <node pkg="ipos" type="IPOS_node" name="IPOS_node" output="log"/>
</launch>

I wanna start the first two nodes in a terminal with splitted view, but was not able to do so with guake, byobu, yakuake or screen, since they do have just shortcuts to split the screens. Does somebody have suggestion or encountered a similar challenge?

Thank you very much!

Michael

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2018-08-28 06:35:43 -0500

gvdhoorn gravatar image

updated 2018-08-28 06:43:22 -0500

I don't know for sure, but perhaps fmauch/catmux can do this.

If it can't yet, it would be a good enhancement PR (tmuxinator appears to be able to do it).

edit flag offensive delete link more

Comments

There is an answer on askubuntu where someone allegedly used tmux for this purpose. Link

Reamees gravatar image Reamees  ( 2018-08-28 07:29:22 -0500 )edit
1

I believe that is basically what catmux does, but then with a bit more domain knowledge of ROS and how launchfiles work.

gvdhoorn gravatar image gvdhoorn  ( 2018-08-28 07:30:25 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-08-28 06:21:20 -0500

Seen: 1,201 times

Last updated: Aug 28 '18