--
You received this message because you are subscribed to the Google Groups "swri-ros-pkg-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swri-ros-pkg-d...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Antoine,
the ur_driver contains following folders:
- ur5/10_moveit_config
This is the moveit config similar to the output of the moveit_setup_assistant. There is some demo.launch for a first starting.
- ur_bringup
Contains the start up launch files for the ur driver. roslaunch ur_bringup ur5_bringup.launch robot_ip:192.168.XXX.XXX
is the command to connect with the ur hardware.
- ur_description
Inside this folder you can find the 3D model of your ur robot. The robot is described by files with the datatype *.urdf and *.xacro. Also you can find a meshes for collision detecting in the CAD format *.dae.
- ur_driver
Contains the driver.py which will promote the joint states to ur hardware to execute some movements.
- ur_gazebo
Outdated simulation, today we use rviz
- ur_kinematics
Here is some code for inverse kinematics solvers. I never used this before, because there exists some openrave ik solver.
If you start the ur5_bringup.launch it will start serveral other launch files in sequence:
- ur5_upload.launch (in ur_description)
- ur_common.launch -> starting the "robot_state_publisher" and tf2_ros node, and also driver.py
I hope you could get an idea how the driver package is organized.
Many Greetings,
Michael Wojtynek
Antoine,
the ur_driver contains following folders:
- ur5/10_moveit_config
This is the moveit config similar to the output of the moveit_setup_assistant. There is some demo.launch for a first starting.
- ur_bringup
Contains the start up launch files for the ur driver. roslaunch ur_bringup ur5_bringup.launch robot_ip:192.168.XXX.XXX
is the command to connect with the ur hardware.
- ur_description
Inside this folder you can find the 3D model of your ur robot. The robot is described by files with the datatype *.urdf and *.xacro. Also you can find a meshes for collision detecting in the CAD format *.dae.
- ur_driver
Contains the driver.py which will promote the joint states to ur hardware to execute some movements.
- ur_gazebo
Outdated simulation, today we use rviz
- ur_kinematics
Here is some code for inverse kinematics solvers. I never used this before, because there exists some openrave ik solver.
If you start the ur5_bringup.launch it will start serveral other launch files in sequence:
- ur5_upload.launch (in ur_description)
- ur_common.launch -> starting the "robot_state_publisher" and tf2_ros node, and also driver.py
roslaunch ur_bringup ur5_bringup.launch
roslaunch ur_bringup ur5.launch
roslaunch ur_gazebo ur5.launch