-
Notifications
You must be signed in to change notification settings - Fork 37
movo-core.services not found, action services for left arm not started #95
Comments
When we were initially working with our Movo several years ago, we had a similar issue when we tried to only use a single, left arm. I don't believe we ever solved the issue for the left arm, but for whatever reason just switching the Movo to use a single, right arm seemed to work fine. Our assumption at the time was that the code was expecting to connect to either no arms, one right arm, or two arms and a single left arm was never an expected operating mode. |
Hello @amansingh427, like @brandonjdehart mentioned, if you wish to use only 1 arm on the MOVO, you'll have to use the right one. You can then download the right branch to make it work: https://github.com/Kinovarobotics/kinova-movo/blob/master/movo_common/movo_config/movo_config.bash#L57-L64
|
Thank you for your response. We moved the arm to the right, but now we are getting the same issue, with the action server for the right arm not starting. We are additionally getting these error when running
We are able to ping both arms now (we fixed an issue where both arms had IP addresses 10.66.171.16), and the right arm seems to work by itself when connected to another machine via USB. For some reason, it seems like the MOVO cannot connect to or communicate with the right arm. I look forward to your reply. Edit: I found the rosout error log file from the MOVO 1, where it fails to intialize the right arm controller. I have pasted it here; it seems similar to the error above, but it has a little more information.
|
Hello all, we are having trouble with starting the required services for our MOVO after removing the right arm. Our MOVO has one left arm with 7 DOF and as seen below, we are trying to use the single arm configuration branch. Our MOVO is also using ROS Kinetic.
We initially started by following the instructions posted in this post. Then we ran
catkin_make
inmovo_ws
. We made some small edits to make it compatible with Kinetic, and edited the movo_config.bash to change the following variables:Whenever we try to start the ROS calls via
movostart
, we get the following error:Failed to start movo-core.service: Unit movo-core.service not found
. We usually have to start the robot usingmovo-core-start
, and that starts the services for all but the left arm (and left gripper). The MOVO is able to ping the left arm, but the action server for the left arm seems to never start; first a warning pops up, sayingWaiting for movo/left_arm_controller/follow_join_trajectory to come up
. The action client then times out due to not being able to connect to the action server. This only happens for the arm, as the body and the camera works just fine.We think that these two issues might be related to each other, but we are not sure if they are, or how they would be related.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: