-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Upgrade T265 firmware to 0.2.0.926 #5687
Conversation
o Fix map load hangs o Fix USB serial number (remove trailing zeros) o Support for remove_static_node
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.
Working fine for me on Mac, including the new API
I wasn't aware that there was a "map load hang", never seen this. But I'm still very unlucky with this #5683. This seems to be not fixed, right? |
Hi @neilyoung. It's available in the rs2::pipeline pipe;
... // start pipeline
auto tm_sensor = pipe.get_active_profile().get_device().first<rs2::pose_sensor>();
tm_sensor.set_static_node("node", ...);
tm_sensor.remove_static_node("node"); |
@dorian3d Thanks. Strange. Something must have gone wrong with my merge of the PR. Need to double check. |
The files that are updated to implement that API are in this commit. |
@dorian3d Arghh... Too many devices... I did apply the patch on my Raspberry Pi via SSH, but was searching for the changes on my Mac :)) |
Got this on my Mac while making:
Resolved by removing the build folder and starting from scratch |
"Permission denied" is a local issue. Maybe you compiled once as root, then as a user or vv? |
Possibly yes. I recall to have once issued "sudo make install", expecting to see the install only, but got a partial make (including cmake). Forgot that. Thanks for reminding me. No issue. |
…deleting (to avoid a warning)
8ce9d7f
to
6b768f8
Compare
@radfordi Hi Jim, while playing around with the new image I think I found a little quirk: It is NOT possible to |
@neilyoung, requiring a tracking confidence of 3 to create a static node was an explicit decision on our part and is not a recent change. It was implemented to avoid creating static nodes in places where there aren't enough features for us to track or where we don't have a consistent enough local map. We allow get static node when the confidence is low as it doesn't have a cumulative future effect in the same way that set static node does. |
I know. Thanks for clarification. |
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.
To be published in v2.32.1
remove_static_node