Embedded Motion Control 2015 Group 1: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 51: | Line 51: | ||
If Qt Creator is not run from the terminal, the programs inside cannot connect to the ROS master. To be able to run Qt Creator from the desktop without any problems, follow a similar procedure to the one that is used in the ''Customizing Ubuntu'' tutorial for the Terminator file: | If Qt Creator is not run from the terminal, the programs inside cannot connect to the ROS master. To be able to run Qt Creator from the desktop without any problems, follow a similar procedure to the one that is used in the ''Customizing Ubuntu'' tutorial for the Terminator file: | ||
Edit | Edit <pre>~/.local/share/applications/QtProject-qtcreator.desktop</pre> and change the third line to: <pre>Exec=bash -i -c /home/rinus/qtcreator-3.3.2/bin/qtcreator</pre> | ||
This will run QtCreator from a terminal even if the desktop icon is used. | This will run QtCreator from a terminal even if the desktop icon is used. |
Revision as of 19:20, 29 April 2015
Group Members
Name | Student nr | |
---|---|---|
Maurice Poot | 0782270 | m.m.poot@student.tue.nl |
Timo Ravensbergen | 0782767 | t.ravensbergen@student.tue.nl |
Bart Linssen | 0786201 | a.j.m.linssen@student.tue.nl |
Rinus Hoogesteger | 0757249 | m.m.hoogesteger@student.tue.nl |
Akarsh Sinha | 0925054 | a.sinha@student.tue.nl |
Nitish Rao | 0927795 | n.rao@student.tue.nl |
Aakash Amul | 0923321 | a.v.h.amul@student.tue.nl |
Ignacio Vazquez | 0871475 | i.s.vazquez.rodarte@student.tue.nl |
Meetings
1. Thursday 23: 12:45 - 13:30 in OGO19
2. Wednesday 29: 10:15-11:00 in OGO17
3. Friday 1 May: ?-? in ?
Important Things
If Qt Creator is not run from the terminal, the programs inside cannot connect to the ROS master. To be able to run Qt Creator from the desktop without any problems, follow a similar procedure to the one that is used in the Customizing Ubuntu tutorial for the Terminator file:
Edit
~/.local/share/applications/QtProject-qtcreator.desktop
and change the third line to:
Exec=bash -i -c /home/rinus/qtcreator-3.3.2/bin/qtcreator
This will run QtCreator from a terminal even if the desktop icon is used.