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

Kaymak's profile - activity

2022-04-11 01:23:26 -0500 received badge  Self-Learner (source)
2022-04-11 01:23:26 -0500 received badge  Teacher (source)
2021-08-26 04:11:17 -0500 received badge  Famous Question (source)
2020-04-14 14:40:52 -0500 received badge  Notable Question (source)
2020-04-11 09:29:00 -0500 received badge  Enthusiast
2020-04-07 07:31:42 -0500 answered a question I created a python and c++ node . But I cant see my nodes with rosrun command.

I solved the problem . It was so easy . As I mentioned before I am new at ros . I read a lot of about the same problems

2020-04-07 07:23:49 -0500 marked best answer I created a python and c++ node . But I cant see my nodes with rosrun command.

I am pretty new Ubuntu and ROS . I created a python and c++ node as you can see first and second part . But I dont see my nodes with rosrun command. I have got this nodes on my my_robot packages (kaymak@kaymak-X550JX:~/catkin_ws/src/my_robot/scripts$ and kaymak@kaymak-X550JX:~/catkin_ws/src/my_robot/src$) .Please help me how can I fix the problem?

---C++ Nodes ----

kaymak@kaymak-X550JX:~/catkin_ws/devel/lib/my_robot$ ls
node_cpp

---Python Nodes---

kaymak@kaymak-X550JX:~/catkin_ws/src/my_robot/scripts$ chmod +x my_first_node.py 
kaymak@kaymak-X550JX:~/catkin_ws/src/my_robot/scripts$ ls
my_first_node.py

---Error Messages---

kaymak@kaymak-X550JX:~$ rosrun my_robot 
Usage: rosrun [--prefix cmd] [--debug] PACKAGE EXECUTABLE [ARGS]
  rosrun will locate PACKAGE and try to find
  an executable named EXECUTABLE in the PACKAGE tree.
  If it finds it, it will run it with ARGS.
2020-04-07 07:23:49 -0500 received badge  Scholar (source)
2020-04-02 10:41:53 -0500 received badge  Popular Question (source)
2020-04-02 05:17:39 -0500 asked a question I created a python and c++ node . But I cant see my nodes with rosrun command.

I created a python and c++ node . But I cant see my nodes with rosrun command. I am pretty new Ubuntu and ROS . I create