Skip to content
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

Closed
Sibren202 opened this issue Jun 8, 2023 · 7 comments
Closed

Several nodes not loading on driver launch #135

Sibren202 opened this issue Jun 8, 2023 · 7 comments
Labels
duplicate This issue or pull request already exists

Comments

@Sibren202
Copy link

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...

@heuristicus
Copy link
Owner

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?

@Sibren202
Copy link
Author

Sorry should have put that in there first time.
Think I'm using 3.2.3 for both? Could a version mismatch be the cause of the error?

@heuristicus
Copy link
Owner

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.

@heuristicus
Copy link
Owner

Perhaps related to #74?

@Sibren202
Copy link
Author

[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.

@heuristicus heuristicus added the duplicate This issue or pull request already exists label Jun 8, 2023
@heuristicus
Copy link
Owner

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?

@Sibren202
Copy link
Author

Yes definitely thanks for the quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants