-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several nodes not loading on driver launch #135
Comments
What version of the driver do you have on the robot, and what version of the SDK on the computer you're running the driver with? |
Sorry should have put that in there first time. |
It's possible that if you were using a really old version it wouldn't work, but if you're on anything above version 3 it should be fine. What do you mean by a timeout error? Is it an error from the driver itself, ROS, or an error that's forwarded from the SDK? Are you able to use sit/stand/self-right/roll over and so on? If you use the rviz interface, can you use the 2d nav goal to move the robot? There have been a few reports of issues with cmd_vel #96, but it seemed to be an issue with timings which I fixed. Perhaps the fix didn't actually work. |
Perhaps related to #74? |
[ERROR] [1683799282.850639]: Unable to execute robot command: bosdyn.api.RobotCommandResponse (ExpiredError): The command was received after its max_duration had already passed. This the exact error when I try to send a message to cmd_vel or twist. Sending to go_to_pose works fine and Spot moves. And yes 2d nav goals in rviz works. |
OK, this definitely look like a duplicate of #74 then. I'm going to close this issue. Could you write in that issue what exactly your system setup is in terms of what machine you're running the driver on, how it's connected to the robot, and so on? |
Yes definitely thanks for the quick response! |
When launching the driver I get several error of nodes not loading, including twist, cmd_vel, and more. After running the rviz I am able to succesfully power on and claim lease, however sending messages to these topics does not work and gives a time-out error in the terminal. Im trying to figure out why launching the driver does not verify the nodes. Have re cloned and built the git a thousand times already but cant seem to find the issue...
The text was updated successfully, but these errors were encountered: