question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

c++ ros nodes not showing up in ROSRUN menu [bug]

See original GitHub issue

general 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).

debug_problem

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
kejxucommented, Nov 15, 2019

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, not talker.cpp).

Since the rosrun command from the extension is actually executing a rosrun 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?

0reactions
rickstaacommented, Jun 18, 2021

@kejxu I will close this since this bug is also being investigated by @ooeygui in #184 created by @yassiezar.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found