set_physics_state and teleport functions only set location (develop branch)
See original GitHub issueNote: I’m working on the develop
branch.
For some reason, only location seems to be getting set correctly when using the set_state
function. I’m using the UAV agent.
The other state values (rotation, velocity, and angular velocity) don’t seem to be affected at all when calling the function. I’ve stepped through the code and it seems that the state values are carried all the way down to HolodeckEnvironment.tick()
, but only the LocationSensor
(index 9 in _sensor_map
) is returned from self._get_full_state()
with a correctly modified value.
I get the same behavior when using teleport
as well. Also, are both the RotationSensor
and OrientationSensor
working correctly for the UAV?
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
How to Teleport Schrödinger's Cat - YouTube
Support me on Patreon: http://www.patreon.com/minutephysicsPrevious video on No Cloning: https://youtu.be/owPC60Ue0BEHow to teleport ...
Read more >Teleportation Physics Study - Government Secrecy
Chapter 2 proposes two quasi-classical physics concepts for teleportation: the first is based on engineering the spacetime metric to induce a traversable ...
Read more >What's New | Babylon.js Documentation
Added property useMaxLine to GridMaterial , which affects the brightness of line intersections. · Added an OcclusionMaterial to simplify depth-only rendering of ...
Read more >Teleportation is possible, it just depends on scale
Scientists call this teleportation in the sense that a particle with a particular set of properties disappears at one location and one with ......
Read more >Is teleportation possible? Yes, in the quantum world | NSF
It's the command issued when a character wishes to teleport from a remote location back to the Starship Enterprise. While human teleportation ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey sorry I didn’t get it done before I left on my cruise but I’ll work to try it done right away now that I’m back
On Thu, Mar 14, 2019, 5:07 PM sethmnielsen notifications@github.com wrote:
Added tests #436