Universal_Robots_ROS2_Driver
Universal_Robots_ROS2_Driver copied to clipboard
Universal Robots ROS2 driver supporting CB3 and e-Series
During installing ros2 UR_Driver for Galactic branch, I get the following error lifecycle_msgs/msg/state.hpp: No such file or directory | #include "lifecycle_msgs/msg/state.hpp" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ->the package rcl_lifecycle_msgs is properly installed and dependencies...
[INFO] [launch]: Default logging verbosity is set to INFO [INFO] [dashboard_client-2]: process started with pid [14348] [INFO] [ros2_control_node-1]: process started with pid [14346] [INFO] [robot_state_publisher-3]: process started with pid [14350]...
Just a minor comment. With the default launch file ``` ros2 launch ur_bringup ur5e.launch.py robot_ip:=192.168.56.101 ``` I get a non-connected model in RViz until first measurements from the robot are...
Hello, recently I tried to test `Moveit` on `ursim`, and my solutions are as follows: ### My Environment: - docker - ROS Distro: foxy ### Steps to test: 1. Firstly,...
This adds a separate frame for tf sensor values in urdf. Note: plase wait with merge this is not exactly correct.
Improve capability to specify i/o at specific times in traj
We should discuss how to handle the goal_time_tolerance when the robot is scaled down. Right now the scaling factor is not applied to the time tolerance, which will be a...
The goal of this PR are: - [X] Clean up the remnants of ROS1 tests stil present in the driver - [X] Start ursim as part of the execution test...