c++ ros nodes not showing up in ROSRUN menu [bug]
See original GitHub issuegeneral information OS: Ubuntu 18.04 Version: 1.41.0-insider Commit: 0d728c31ebdf03869d2687d9be0b017667c9ff37 Date: 2019-11-12T05:32:12.922Z Electron: 6.1.4 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Linux x64 5.0.0-32-generic
what is the bug
When I try to use the >ROS: Run a ROS executable (rosrun)
command only my python nodes are showing up. I can, however, manually start the C++ ROS node in a ROS terminal and use the attach a debugger.
expected behaviour That my C++ ROS nodes are listed in the rosrun menu.
additional info I can also not interact with any of the local variables (See gif).
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
I created a python and c++ node . But I cant see my nodes with ...
I am pretty new Ubuntu and ROS . I created a python and c++ node as you can see first and second part...
Read more >Make a ROS Launch Start on Boot (robot_upstart)
Here, no need to do that, the script won't create a node when executed. Execute this command: rosrun robot_upstart install my_robot_bringup/launch/my_robot.
Read more >Running ROS on Windows 10
The only problem I noticed that the graphics did not show up at the beginning is because rosrun turtlesim turtlesim_node first need to...
Read more >Setup/Trouble_Shooting.md - MSU GitLab
1. ROS Command Not Found · 2. ROS Package Not Found · 3. Tab-Complete Not Working · 4. Could not connect to display...
Read more >AirSim ROS Wrapper - Microsoft Open Source
Note: If you get an error running roslaunch airsim_ros_pkgs ... callbacks in ROS run at maximum rate possible, so it's best to not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
thanks for updating on this!
passing
talker.cpp
into the rosrun command should not happen (as long as we’re choosing the executable itself,talker
, nottalker.cpp
).Since the
rosrun
command from the extension is actually executing arosrun
command in the terminal, the actual command and arguments should be printed on the terminal too, could you also take a look at the terminal output?@kejxu I will close this since this bug is also being investigated by @ooeygui in #184 created by @yassiezar.