Closed ferraridamiano closed 2 years ago
Thank you for trying the denso_robot_ros package. denso_robot_descriptions/vs060_description supports standard VS060. When creating a project with WinCAPS, Robot Model No. depends on the options.
It is recommended to generate the URDF with ROSConverter. If you want to fix it manually, change robot_name in vs060.launch.xml to your robot model no.
cf. Coding Information of Robot Model https://www.fa-manuals.denso-wave.com/en/usermanuals/000017/
Hi, I'm trying to connect ROS and MoveIt to the simulated vs060 inside Wincaps 3. I followed your tutorial but when I launch
roslaunch denso_robot_bringup vs060_bringup.launch sim:=false ip_address:=WINDOWS_PC_ADDRESS
I see in the standard output two errors:Here's everything I did:
ros-melodic-denso-robot-ros
Obviously if I try to move the robot in Rviz and click plan and execute I got more error messages:
I can confirm that the packets between Ubuntu and Windows are exchanged (checked with Wireshark)
What should I do? Thank you in advance