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

krablander's profile - activity

2021-11-28 23:21:40 -0500 received badge  Student (source)
2021-05-18 13:07:39 -0500 received badge  Taxonomist
2021-04-02 08:58:28 -0500 received badge  Famous Question (source)
2021-04-02 08:58:28 -0500 received badge  Notable Question (source)
2021-04-02 08:58:28 -0500 received badge  Popular Question (source)
2020-07-20 15:00:16 -0500 received badge  Famous Question (source)
2020-05-03 08:19:57 -0500 received badge  Famous Question (source)
2020-05-03 08:19:57 -0500 received badge  Notable Question (source)
2020-05-03 08:19:57 -0500 received badge  Popular Question (source)
2020-04-29 04:33:11 -0500 received badge  Famous Question (source)
2020-03-17 13:44:09 -0500 marked best answer move_group Python interface collision and visual mesh

Hi,

I am using the Python move_group interface for MoveIt.

planning_scene_interface.py specifies a function add_mesh to add a model to the scene, limited to only 1 mesh file. Is it possible to add a model with both a collision and visual mesh to the planning scene? I mean similar to how we specify collision and visual meshes for links in xacro files.

I am using ROS Kinetic on Ubuntu 16.04.

2020-03-17 11:27:00 -0500 commented answer move_group Python interface collision and visual mesh

My goal is to visualize the robot task in realtime at the same time with the physical robot, including objects that are

2020-03-17 10:54:48 -0500 asked a question move_group Python interface collision and visual mesh

move_group Python interface collision and visual mesh Hi, I am using the Python move_group interface for MoveIt. plann

2020-03-11 06:44:23 -0500 received badge  Notable Question (source)
2020-03-11 06:44:23 -0500 received badge  Popular Question (source)
2020-02-25 09:12:08 -0500 answered a question Making a graph of the robot links of Xacro file

I have a similar issue. When using urdf_to_graphiz function it sais there are no link elements found, even with the topl

2020-01-22 07:36:28 -0500 received badge  Famous Question (source)
2020-01-22 07:36:28 -0500 received badge  Notable Question (source)
2020-01-14 04:36:27 -0500 commented question Sending URScript commands for gripper have no effect (ur_robot_driver)

I posted the problem in the issue tracker. Maybe it is good to know that I have the same issue when publishing the gripp

2020-01-14 04:36:17 -0500 commented question Sending URScript commands for gripper have no effect (ur_robot_driver)

I posted the problem in the issue tracker. Maybe it is good to know that I have the same issue when publishing the gripp

2020-01-13 09:24:57 -0500 commented question Sending URScript commands for gripper have no effect (ur_robot_driver)

I posted the problem in the issue tracker. Maybe it is good to know that I have the same issue when publishing the gripp

2020-01-13 09:24:45 -0500 commented question Sending URScript commands for gripper have no effect (ur_robot_driver)

I posted the problem in the issue tracker. Maybe it is good to knowthat I have the same issue when publishing the grippe

2020-01-13 08:38:51 -0500 edited question Sending URScript commands for gripper have no effect (ur_robot_driver)

Sending URScript commands for gripper have no effect (ur_robot_driver) I am trying to control the Robotiq 2f-85 gripper

2020-01-13 08:23:58 -0500 edited question Sending URScript commands for gripper have no effect (ur_robot_driver)

URScript command ignored by ur_robot_driver I am trying to control the Robotiq 2f-85 gripper on the UR5 by sending URScr

2020-01-13 08:20:48 -0500 asked a question Sending URScript commands for gripper have no effect (ur_robot_driver)

URScript command ignored by ur_robot_driver I am trying to control the Robotiq 2f-85 gripper on the UR5 by sending URScr

2020-01-10 07:53:47 -0500 marked best answer externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

I am trying to run the externalcontrol node on the UR5 robot, but I get the following message:

"The connection to the remote PC could not be established"

Things to note:

  • I calibrated my robot before starting ur_robot_driver on my PC
  • After starting ur_robot_driver (and MoveIt) I see the correct state of the physical robot in Rviz
  • I doublechecked the IP-address of my ROS PC in externalcontrol under the installation tab on the tablet

Robot specifications:

  • UR5
  • CB3.0 controller
  • PolyScope 3.9.1
  • External Control URcap version 1.0.1

ROS PC specifications:

  • Ubuntu 16.04 Xenial
  • ROS Kinetic
  • ur_robot_driver version 0.0.3

What did I wrong? The ROS driver is running on the pc and the host IP address is correct.

EDIT: ip_addr_show outputs this:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 60:f6:77:99:da:e5 brd ff:ff:ff:ff:ff:ff
    inet 192.168.69.4/19 brd 192.168.95.255 scope global dynamic wlp3s0
       valid_lft 10244sec preferred_lft 10244sec
    inet6 fe80::ba57:b562:9c11:3b9b/64 scope link 
       valid_lft forever preferred_lft forever
3: enx3c18a078b201: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 3c:18:a0:78:b2:01 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.100/24 brd 192.168.1.255 scope global dynamic enx3c18a078b201
       valid_lft 86378sec preferred_lft 86378sec
    inet6 fe80::13f6:65f:11df:fc3e/64 scope link 
       valid_lft forever preferred_lft forever
2020-01-10 06:03:19 -0500 commented question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

I am using a linksys e1200 router. I am using a laptop with a USB-C -> ethernet adapter. There are no wireless links

2020-01-10 04:50:55 -0500 commented question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

I am using a Linksys e1200 router. My computer is a laptop. There are no wireless links involved. Laptop -> UTP cab

2020-01-09 09:23:16 -0500 commented question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

There is a router between the ROS PC and the robot. tracepath 192.168.1.200 outputs this: 1?: [LOCALHOST]

2020-01-09 08:11:02 -0500 edited question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

externalcontrol URCap from ur_robot_driver cannot establish connection with host pc I am trying to run the externalcontr

2020-01-09 07:03:22 -0500 commented question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

The firewall is disabled. I am running Ubuntu natively on the PC (dualboot with windows). IP-address of the host pc: 1

2020-01-09 07:03:01 -0500 commented question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

The firewall is disabled. I am running Ubuntu natively on the PC (dualboot with windows). IP-address of the host pc: 19

2020-01-09 07:02:00 -0500 commented question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

The firewall is disabled. I am running Ubuntu natively on the PC (dualboot with windows). IP-address of the host: 192.1

2020-01-09 06:45:33 -0500 edited question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

externalcontrol URCap from ur_robot_driver cannot establish connection with host pc I am trying to run the externalcontr

2020-01-09 06:44:37 -0500 edited question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

externalcontrol URCap from ur_robot_driver cannot establish connection with host pc I am trying to run the externalcontr

2020-01-09 06:42:14 -0500 asked a question externalcontrol URCap from ur_robot_driver cannot establish connection with host pc

externalcontrol URCap from ur_robot_driver cannot establish connection with host pc I am trying to run the externalcontr

2019-12-24 04:23:24 -0500 received badge  Enthusiast
2019-12-23 05:05:00 -0500 asked a question xacro argument with boolean ignored by xacro:if condition

xacro argument with boolean ignored by xacro:if condition I use xacro:arg to pass arguments to a URDF file. In this case

2019-12-19 09:29:40 -0500 received badge  Notable Question (source)
2019-12-18 11:28:35 -0500 received badge  Popular Question (source)
2019-12-18 06:11:23 -0500 marked best answer MoveIt keeps repeating planned path trajectory

I made a MoveIt configuration package for my robot setup (UR5, Robotiq 2F-85 and workcell). When launching demo.launch to bring up the robot in RViz I have an issue with trajectory planning. Everytime I am planning a new trajectory the preview robot (ghosted) keeps repeating its path. Is there some sort of setting avaiable to limit the amount of planned trajectory iterations? It makes me kind of dizzy after a while.

I am running ROS Kinetic on Ubuntu 16.04 Xenial.

2019-12-18 06:11:19 -0500 commented answer MoveIt keeps repeating planned path trajectory

Thank you, I think I was scrolling too fast through the settings. This is what I was looking for.

2019-12-18 05:54:33 -0500 received badge  Popular Question (source)