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

Rosfan's profile - activity

2020-08-10 12:11:57 -0500 received badge  Famous Question (source)
2020-06-15 15:05:52 -0500 received badge  Famous Question (source)
2020-05-29 05:15:06 -0500 received badge  Notable Question (source)
2020-03-19 01:04:54 -0500 received badge  Enthusiast
2020-03-18 19:11:15 -0500 received badge  Popular Question (source)
2020-03-12 12:10:29 -0500 asked a question How to control steppers with Rviz/Moveit and Arduino?

How to control steppers with Rviz/Moveit and Arduino? Hello, Im new to ROS and trying to control an opensource robot arm

2020-03-12 11:32:11 -0500 edited answer Why I can't launch robot in RViz after following a tutorial? Cant find launch file

A coworker who knows ROS well, helped me solve this. Apparently there was a file in a folder in src he cut it and paste

2020-03-11 21:54:40 -0500 received badge  Notable Question (source)
2020-03-10 03:38:16 -0500 marked best answer Why I can't launch robot in RViz after following a tutorial? Cant find launch file

Hello, I'm new here. I'm trying to control a robot through Moveit. I've been following the tutorials of Moveit. First I do the tutorial and then I try to follow with my robot. So far only opening it and moving it manually.

I opened the URDF, from the robot I'm using ( it is opensource: https://github.com/b-adkins/thor_arm_... ), I just followed the instructions

The last tutorial I followed was : Move Group Python Interface ( http://docs.ros.org/melodic/api/movei... ). Basically just seeing an animation of the tutorial robot.

But now I can't even open my robot. When I write in the terminal " roslaunch thor_arm_moveit demo.launch " the error it shows is:

RLException: while processing /home/john/DAHcatkin_ws/src/thor_arm_moveit/launch/move_group.launch:
Invalid roslaunch XML syntax: [Errno 2] No such file or directory: u'/home/john/DAHcatkin_ws/src/thor_arm_moveit/launch/move_group.launch'
The traceback for the exception was written to the log file

I investigated and maybe found that the problem is it believes the launch is in a place that isn't. The file does exist, since I was able to open it before the tutorial but cant find it now. Other answer I found was that the python file of the tutorial is linked to home and that affects it as well? idk. How do I fix this?

This may be crucial, or not, but I have a workspace for each robot. DAHcatkin_ws is the thor robot I have irl and ws_moveit for the tutorial robot. I'm still trying to understand workstations.

My background is mechanics, so all this is new for me, maybe the error is obvious. Please try to tell me the steps to solve it and not just the general idea.

don't know if this is useful, but my info is: ROS melodic kernel: 5.3.0-40-generic Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic

2020-03-09 22:37:27 -0500 answered a question Why I can't launch robot in RViz after following a tutorial? Cant find launch file

A coworker who knows ROS well, helped me solve this. Apparently there was a file in a folder he cut it and paste it with

2020-03-08 23:35:17 -0500 received badge  Popular Question (source)
2020-03-05 14:50:02 -0500 asked a question Why I can't launch robot in RViz after following a tutorial? Cant find launch file

Why I can't launch robot in RViz after following tutorial? Cant find launch file Hello, I'm new here. I'm trying to cont