TechmanRobotInc / tmr_ros1

TM Robots supporting ROS1 drivers and some extended external applications. (experimental) (not support the new TM S-Series)
Other
49 stars 21 forks source link

TM Moveit! with Gazebo Simulator drivers don't work #25

Open aorteganutai opened 12 months ago

aorteganutai commented 12 months ago

I'm Nutai engineer, and I come from Spain. I'm using Ubuntu 20.04, ROS Noetic. My problem happened using Moveit! with Gazebo Simulator in Ubuntu 20.04, ROS Noetic.

In terminal 1:

source /opt/ros/noetic/setup.bash
cd <my_workspace>
source ./devel/setup.bash
roslaunch tm_gazebo tm5-900_gazebo.launch

I get this logs: Captura de pantalla 2023-07-10 172834

The robot appears in Gazebo apparently correctly. Captura de pantalla 2023-07-10 172950

In terminal 2:

source /opt/ros/noetic/setup.bash
cd <my_workspace>
source ./devel/setup.bash
roslaunch tm5-900-moveit_config tm5-900_moveit_planning_execution_gazebo.launch

After this commands, I get this logs: In terminal 2, these logs appear in loop: Captura de pantalla 2023-07-10 173257

In terminal 1: Captura de pantalla 2023-07-10 173516

After that, the ROS scripts executed in new terminals have not produced any robot movement in Gazebo. These scripts have been used with the same procedure with Gazebo and MoveIt! drivers from another robot, working correctly. Any help on this would be much appreciated.