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

nizar00's profile - activity

2023-02-08 04:31:23 -0500 received badge  Famous Question (source)
2023-02-08 04:31:23 -0500 received badge  Notable Question (source)
2022-08-25 12:58:01 -0500 received badge  Notable Question (source)
2022-07-06 08:10:52 -0500 received badge  Famous Question (source)
2022-07-06 08:08:17 -0500 received badge  Popular Question (source)
2022-07-06 03:20:36 -0500 marked best answer failed to lunch this command

when i try this command : roslaunch panda_moveit_config demo.launch rviz_tutorial:=true

i get this error :

No such file or directory: /opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro [Errno 2] No such file or directory: '/opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro'
RLException: while processing /home/chizu/ws_moveit/src/panda_moveit_config/launch/planning_context.launch:
Invalid <param> tag: Cannot load command parameter [robot_description]: command [['/opt/ros/noetic/lib/xacro/xacro', '/opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro']] returned with code [2]. 

Param xml is <param if="$(eval arg('load_robot_description') and arg('load_gripper'))" name="$(arg robot_description)" command="$(find xacro)/xacro '$(find franka_description)/robots/panda_arm_hand.urdf.xacro'"/>
The traceback for the exception was written to the log file
2022-06-21 18:22:43 -0500 answered a question CRX10 moveit package motion planning not working properly

If i keep the original moveit_rviz.launch unedited moveit_rviz.launch file: <launch> <arg name="debug" defa

2022-06-21 18:22:43 -0500 received badge  Rapid Responder (source)
2022-06-20 03:44:13 -0500 asked a question CRX10 moveit package motion planning not working properly

CRX10 moveit package motion planning not working properly Working on creating a custom moveit package for crx10 followed

2022-06-20 03:27:14 -0500 received badge  Famous Question (source)
2022-05-30 02:15:11 -0500 received badge  Notable Question (source)
2022-05-29 17:58:11 -0500 commented question IK solver for Fanuc crx-10ia/L

thank you for your replay, this driver's lack of control options was one of the reasons I asked this question, I m wond

2022-05-29 17:58:11 -0500 received badge  Commentator
2022-05-28 08:44:32 -0500 received badge  Popular Question (source)
2022-05-27 03:14:28 -0500 commented answer IK solver for Fanuc crx-10ia/L

I'm still trying to learn how to use it and from what I research it is the most popular answer, but what I want to do is

2022-05-26 23:07:54 -0500 asked a question IK solver for Fanuc crx-10ia/L

IK solver for Fanuc crx-10ia/L Hello, I'm working on controlling a Fanuc crx-10ia/l for an object detection application

2022-04-28 12:15:14 -0500 received badge  Famous Question (source)
2022-04-28 12:13:57 -0500 received badge  Famous Question (source)
2022-04-20 03:45:35 -0500 commented answer Can't connect crx 10 fanuc robot to Ros

the package actually works really well so far but My work wanted to create a simulation using inhouse models so i wanted

2022-04-20 01:13:40 -0500 commented answer Can't connect crx 10 fanuc robot to Ros

it works ,it was as you mention due to the URDF file as you mentioned i also changed the settings for the vm just in cas

2022-04-19 19:31:48 -0500 marked best answer Can't connect crx 10 fanuc robot to Ros

After installing the fanuc ros driver in the controller , i still can't get the robot to connect to the ROS pc , following the instructions on this page: http://wiki.ros.org/fanuc/Tutorials/R... I run the ROSstate TP program on the pendant I get this screen:

image description

and on the pc i run this command

roslaunch fanuc_crx10ia_support   robot_state_visualize_crx10ial.launch robot_ip:=192.168.0.100

i get this output:

[ERROR] [1650255079.236414117]: Parser found 2 elements but 3 expected while parsing vector [0 0 ]
[ERROR] [1650255079.241739007]: Could not parse visual element for Link [link_3]
[ERROR] [1650255079.521415562]: Parser found 2 elements but 3 expected while parsing vector [0 0 ]
[ERROR] [1650255079.522883203]: Could not parse visual element for Link [link_3]

if i run ping using the robot ip i can see its visible:

$ ping 192.168.100.1
PING 192.168.100.1 (192.168.100.1) 56(84) bytes of data.
64 bytes from 192.168.100.1: icmp_seq=1 ttl=60 time=4.82 ms

here is the ip setting for the robot:

image description

thanks in advance

2022-04-19 07:40:55 -0500 received badge  Notable Question (source)
2022-04-18 19:17:32 -0500 edited question Can't connect crx 10 fanuc robot to Ros

Can't connect crx 10 fanuc robot to Ros After installing the fanuc ros driver in the controller , i still can't get the

2022-04-18 19:08:57 -0500 edited question Can't connect crx 10 fanuc robot to Ros

Can't connect crx 10 fanuc robot to Ros After installing the fanuc ros driver in the controller , i still can't get the

2022-04-18 19:08:57 -0500 received badge  Editor (source)
2022-04-18 18:53:19 -0500 received badge  Popular Question (source)
2022-04-17 21:59:28 -0500 asked a question Can't connect crx 10 fanuc robot to Ros

Can't connect crx 10 fanuc robot to Ros After installing the fanuc ros driver in the controller , i still can't get the

2022-04-15 02:11:51 -0500 marked best answer Installing the fanuc_driver on fanuc crx robot

Hello, I m working on setting up the ROS Fanuc driver on CRX 10 Ia/L robot that has a R-30ib mini plus controller image description

Robot software is V9.40P22 image description

I used Roboguide to compile the binaries from the ros driver following the tutorial in this link : http://wiki.ros.org/fanuc/Tutorials/h...

image description

I can see the version of the robot software isn't in robo guide the closest I can find is v9.40p/23, my first question is will this cause a problem ?

Next, I loaded the programs in the controller according to the tutorial i can see them in the select program: Karel: image description

TP:

image description

But if run the TP programs I get these errors: ROS state:

image description

Ros :

image description

From the ROS troubleshooting, i can see its a configuration error i re did the setup step by step but still get these errors and i want to know where exactly is the issue and if there is any remedy

2022-04-15 01:11:26 -0500 received badge  Notable Question (source)
2022-04-14 19:20:42 -0500 commented answer Installing the fanuc_driver on fanuc crx robot

thank you, the ROS tp worked, ros relay and ros state are showing some error but probably not related to this topic I wi

2022-04-14 07:13:50 -0500 received badge  Popular Question (source)
2022-04-14 05:48:04 -0500 answered a question Installing the fanuc_driver on fanuc crx robot

is this correct ?

2022-04-14 05:48:04 -0500 received badge  Rapid Responder
2022-04-13 20:05:29 -0500 asked a question Installing the fanuc_driver on fanuc crx robot

Installing the ros driver on fanuc crx robot Hello, I m working on setting up the ROS Fanuc driver on CRX 10 Ia/L robot

2022-04-04 18:45:50 -0500 commented answer fanuc CRX 10 ial links and joints are not aligned

it's a little bit confusing how do I use ktrans.exe to compile the binaries, I m new to this sort of thing, usually, wit

2022-04-04 04:08:02 -0500 commented answer fanuc CRX 10 ial links and joints are not aligned

would the most recent ones in this link https://github.com/gavanderhoorn/fanuc_driver_exp/releases work ?

2022-04-03 18:45:34 -0500 commented answer fanuc CRX 10 ial links and joints are not aligned

yes, how do I acquire those binaries for the R-30iB+ exactly? i hope it doesn't involve roboguide ?

2022-04-02 09:15:23 -0500 received badge  Enthusiast
2022-04-02 09:10:43 -0500 received badge  Notable Question (source)
2022-04-01 05:55:01 -0500 answered a question fanuc CRX 10 ial links and joints are not aligned

thank you for your answer I will try as soon as possible, another question for the CRX 10 ial robot are the binaries in

2022-04-01 05:55:01 -0500 received badge  Rapid Responder
2022-03-31 23:13:59 -0500 received badge  Popular Question (source)
2022-03-31 21:26:54 -0500 answered a question fanuc CRX 10 ial links and joints are not aligned

Thank you, and sorry for the trouble I already know about I already knew about the already existing update, since I wil