Robotics StackExchange | Archived questions

run rqt_gui at startup

how do i launch the rqt_gui during startup? I am able to run other ros nodes with systemd with service like this:

[Unit]
Description=mavros

[Service]
Type=simple
ExecStart=/home/dinesh/scripts/startup_launch.sh
Restart=on-failure

[Install]
WantedBy=multi-user.target

but when i try to put rqtgui or some other gui related ros packe like rviz its now working. How should i make it work. what i'm trying to do is every time the controller boots up which i'm using pi 4 with touchscreen the rqtgui opens up with precofigred setup like image view etc. i'm using ros meleodic.

Asked by dinesh on 2020-04-29 11:41:59 UTC

Comments

Answers