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

saga702's profile - activity

2019-09-25 05:23:56 -0500 received badge  Famous Question (source)
2018-07-31 00:56:40 -0500 received badge  Enthusiast
2018-07-17 11:39:59 -0500 received badge  Notable Question (source)
2018-07-17 06:56:10 -0500 edited answer rosrun autocomplete show all src files.

self answer -- during backup and restore the workspaces, every files in workspaces turned into executable files. So,

2018-07-17 06:54:54 -0500 marked best answer rosrun autocomplete show all src files.

when i try autocomplete at rosrun with tab key,

uesr@pc:~$ rosrun name-of-pkg [tab]
CMakeLists.txt             [executable_name]
main.cpp                      package.xml

what i expect is to see only the executable_name on autocomplete, but what i see is whole files in package folder in src

another happening :

i created 2 catkin workspace with a pkg

  1. create ws1/src/ws1_pkg, do $ catkin_make

  2. then create ws2/src/ws2_pkg, do $ catkin_make

  3. $ source ws1/devel/setup.bash -> can't autocomplete ws2_pkg

  4. new terminal $ source ws2/devel/setup.bash -> rosrun ws1_pkg shows up.

ws1_pkg shows up even if i sourced ws2 setup.bash

What's happening to me?

ubuntu 16.04, kinetic, reinstalled today

2018-07-17 06:54:54 -0500 received badge  Scholar (source)
2018-07-17 06:54:49 -0500 answered a question rosrun autocomplete show all src files.

during backup and restore the workspaces, every files in workspaces turned into executable files. So, changing the fil

2018-07-17 06:51:03 -0500 received badge  Popular Question (source)
2018-07-17 02:51:14 -0500 commented answer rosrun autocomplete show all src files.

What i want to see is just executable one. not cpp and txt files. This is not big problem, but it keeps annoying me

2018-07-17 02:22:10 -0500 asked a question rosrun autocomplete show all src files.

rosrun autocomplete show all src files. when i try autocomplete at rosrun with tab key, uesr@pc:~$ rosrun name-of-pkg [