Replies: 2 comments 5 replies
-
Whether you use URSim or a real robot is not really distinguishable since URSim behaves exactly like a real robot. Concerning gazebo, you can have a look at https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation but that package is not finished / fully maintained at the moment. |
Beta Was this translation helpful? Give feedback.
5 replies
-
I was able to get it working with ROS2 Humble in Ubuntu 22. I used the UR Sim from provided docker, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using
Ubuntu 20.04
withROS2 Foxy
andURSim 5.11
.I am using the following launch command
ros2 launch ur_bringup ur_control.launch.py ur_type:=ur5e robot_ip:=127.0.0.1
to connect with URSim and able to establish connection.Is there a way to find if I am using simulation(gazebo/URSim) or real hardware from the nodes available? depending on the answer pl lmk the solution. (Also not able to find any documentation for understanding the dashboard msgs)
Earlier there was
/ur_hardware_interface
node available to know this is ROS1, is it available for ROS2, how to use it?Note: I only see
/io_and_status_controller
and able to echo the output therobot_mode
androbot_program_running
. But the ros2 launched terminal does not show the status called Running or Stopped that was earlier available,I am not able to see any getting started example for Gazebo, can you pl help me
I am stuck here for past few days and not able to proceed, pl. help me
Thank you
Beta Was this translation helpful? Give feedback.
All reactions