-
Notifications
You must be signed in to change notification settings - Fork 48
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
ExecutionResult is None in DetectObjects ROS Action #337
Comments
The function being called is here: pyrobosim/pyrobosim/pyrobosim/core/robot.py Line 707 in e7f7d54
I will take a look later, but just sharing this in case you have time to debug before then. |
I just tested on
Then, I moved the robot manually to a location, after which I did:
This ran correctly for me with this output
What was the payload of the action you used so I can maybe try reproduce this on my end and fix the bug? And... are you on the |
When using the detect_objects action the ExecutionResult returned by pyrobosim to the pyrobotsim_ros wrapper is None.
I think the issue stems from the call to
detect_objects
inworld_canvas.py
as this only starts the detection but does not return a result.The text was updated successfully, but these errors were encountered: