Replies: 2 comments 18 replies
-
I'm slightly confused as to why you are trying to use Gazebo and MotoROS2 at the same time. MotoROS2 can't be used with Gazebo -- as in: MotoROS2 can't connect to Gazebo, nor the other way around. Could you perhaps describe what you are trying to achieve, just so we can avoid discussing an xy-problem? Having written that:
The error message comes from The timestamp mentioned ( MotoROS2 also publishes TF by default, but it would not be using simulation time as it's a hardware driver running on a real system. Based on what you describe, I assume the issue is caused by As If you do really need to run MotoROS2 at the same time as a simulation (but see my earlier comments about that), you could consider turning off TF broadcasts from MotoROS2. You'd have to update this entry in the configuration file and update your config on the controller. PS:
if you are trying to control a simulated robot/mechanism with MoveIt, you must set That's unrelated to MotoROS2 though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
we are currently trying to setup MotoRos2 with MoveIt! 2. we successfully created the connection between the Robot and the motoros_agent on our machine. However when we start our MoveIt environment (together with Gazebo) we get the following error for all 6 links of the robot.
We have checked and made sure that the error has really something to do with MotoRos, because when we start the simulation by it self we don’t get this error, however as soon as we start the agent and connect to the Robot the error reappears.
We are using the use_sim_time parameter=true in our gazebo simulation but not in MoveIt. When tried to turn it to false nothing really changed.
Any ideas what’s going on here and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions