-
Notifications
You must be signed in to change notification settings - Fork 113
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
Develop #346
Conversation
Add topic entry #330
Co-authored-by: mathias.trampler@dfki.de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The export looked like this for me. I think the IMU is missing a pose.
<sensor name="imuman" type="imu">
<always_on>1</always_on>
<visualize>0</visualize>
<enable_metrics>0</enable_metrics>
</sensor>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no /bin/bash executable under Windows. I think for Windows phobos/utils/misc.py line 152 has to look like this:
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True, cwd=cwd)
The sdf export is broken for me on this branch. The |
Closing this in favor of #364 |
@david-wb Thanks for your test. Would you be so kind to check with the pre_v2.1.0 branch |
The develop branch contains several fixes for issues.
And some further fixes that I noticed.
Description
Related Issue
#331
#339
...
How Has This Been Tested?
@AlpenAalAlex Could you check whether the changes work for you too?
Types of changes
Checklist: