skip to Main Content

ROS doesn't see numpy – Ubuntu

I tried different ways of installation of numpy, but the problem that I'm facing is: there is no **numpy **in the list when I call rospack list-names. Even with installed numpy, when I can see its version and location, ROS…

VIEW QUESTION

How to convert launch file ros1 to ros2 – Ubuntu

I have the following launch file written in XML format working fine in ros1 noetic I am not able to launch it in ros2. <launch> <arg name="model" /> <param name="robot_description" textfile="$(find mobile_robot)/urdf/mobile_robot.urdf" /> <node name="joint_state_publisher_gui" pkg="joint_state_publisher_gui" type="joint_state_publisher_gui" /> <node name="robot_state_publisher"…

VIEW QUESTION

Visual Studio Code – Vscode-ROS not attaching

When trying to debug Python nodes, I can't get Vscode-ROS to attach to a running node. I did what is suggested here: https://github.com/ms-iot/vscode-ros/blob/master/doc/debug-support.md Start roscore in one terminal Start my node in another terminal via rosrun beginner_tutorials talker.py (just the…

VIEW QUESTION
Back To Top
Search