AllAccessDisabled

553 de afișări
Accesați primul mesaj necitit

Marek Pierzchała

necitită,
10 nov. 2017, 07:50:0510.11.2017
– Robot Web Tools
Javascript libraries are not available. It is temporary?

David Lu

necitită,
11 nov. 2017, 10:54:5911.11.2017
– Robot Web Tools
It appears something is amiss with the cdn. Attempting to access 
results in
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AllAccessDisabled</Code><Message>All access to this object has been disabled</Message><RequestId>68949D1D66F68832</RequestId><HostId>GfLRopv/vsr2z0Ok3tuAdXKsfVR/Hg7p+spjne3P017gvVJ/pThm+Di6qopMCmYqyGI9Jzhcj2s=</HostId></Error>

Jihoon

necitită,
13 nov. 2017, 01:23:0313.11.2017
– robot-w...@googlegroups.com

I am investigating the CDN and demo server issue at the moment. It is because our CDN and demo server are discontinued.
It can be temporary. Maybe it is time to look for a new CDN and demo server host sponsor. Or maybe time to look for another solution to continue.

Meanwhile, I suggest to host javascript files locally or directly from github. Here are the links.

* roslib.min.js: https://raw.githubusercontent.com/RobotWebTools/roslibjs/master/build/roslib.min.js
* eventemiter2: https://raw.githubusercontent.com/asyncly/EventEmitter2/v0.4.1/lib/eventemitter2.js

* ros2d.min.js: https://raw.githubusercontent.com/RobotWebTools/ros2djs/master/build/ros2d.min.js
* easeljs: https://raw.githubusercontent.com/CreateJS/EaselJS/0.7.1/lib/easeljs-0.7.1.min.js

* ros3d.min.js : https://raw.githubusercontent.com/RobotWebTools/ros3djs/master/build/ros3d.min.js
* three.js: https://raw.githubusercontent.com/mrdoob/three.js/r61/build/three.min.js
* THREE.ColladaLoader: https://raw.githubusercontent.com/mrdoob/three.js/r61/examples/js/loaders/ColladaLoader.js
* THREE.STLLoader: https://raw.githubusercontent.com/mrdoob/three.js/r61/examples/js/loaders/STLLoader.js
* THREE.ColladaLoader2: https://raw.githubusercontent.com/mrdoob/three.js/r73/examples/js/loaders/ColladaLoader2.js

I will post as soon as I find the conclusion.

Jihoon
--
You received this message because you are subscribed to the Google Groups "Robot Web Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robot-web-too...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Marek Pierzchała

necitită,
13 nov. 2017, 01:59:0013.11.2017
– Robot Web Tools
Great!

Thanks for help

David Korobov

necitită,
13 nov. 2017, 17:09:4913.11.2017
– Robot Web Tools
Just what I was looking for, thanks!

Russell Toris

necitită,
14 nov. 2017, 12:42:0814.11.2017
– robot-w...@googlegroups.com
We are in the process of moving the CDN to a new location since it looks like the old one was inadvertently deactived. Will update when we're back up and running! 

To unsubscribe from this group and stop receiving emails from it, send an email to robot-web-tools+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Russell Toris | Director of Robotics
fetchrobotics, Inc.
1961 Concourse Drive | San Jose, CA 95131

Carlos R

necitită,
24 nov. 2017, 04:57:3724.11.2017
– Robot Web Tools
Thanks! I was searching that!

But with that i have an error, it says:

Uncaught SyntaxError: Unexpected end of input
rviz_example2.html:23 Uncaught ReferenceError: ROS3D is not defined
at init (rviz_example2.html:23)
at onload (rviz_example2.html:53)

I do not understand why it says that ROS3D is not defined, when if I am not wrong is defined in ros3d.min.js

And by the way, anybody has the collada models anywhere?

El dilluns, 13 novembre de 2017 7:23:03 UTC+1, Jihoon Lee va escriure:
Mesajul a fost șters

Carlos R

necitită,
6 dec. 2017, 07:06:4706.12.2017
– Robot Web Tools
After a while i managed to solve the problem just adding all the 3D.XXXX.html files.

But the problem i have right now is inside ros3d.min.js does not detect the class ColladaLoader2.
I tried several versions from threejs (including the one suggested by Jihoon Lee) and no one works.
If i check in the README of ros3djs i find that the version required is the 0.0.2, but i do not find this version nomenclature in threejs to check if I am using the correct one.

Anybody with this problem?

I do not know if it is really offtopic of this issue, but is realted with the fact that i cannot user the main file from Robot web tools.

El divendres, 24 novembre de 2017 10:57:37 UTC+1, Carlos R va escriure:

Jihoon

necitită,
6 dec. 2017, 07:07:1506.12.2017
– robot-w...@googlegroups.com

I think @Faibk found the correct one. Could you try if this works?

https://github.com/RobotWebTools/ros3djs/issues/199#issuecomment-345729565

Jihoon


On 06.12.2017 13:05, Carlos R wrote:

After a while i managed to solve the problem just adding all the 3D.XXXX.html files.

But the problem i have right now is inside ros3d.min.js does not detect the class Colladamodel2.

I tried several versions from threejs (including the one suggested by Jihoon Lee) and no one works.
If i check in the README of ros3djs i find that the version required is the 0.0.2, but i do not find this version nomenclature in threejs to check if I am using the correct one.

Anybody with this problem?

I do not know if it is really offtopic of this issue, but is realted with the fact that i cannot user the main file from Robot web tools.

El divendres, 24 novembre de 2017 10:57:37 UTC+1, Carlos R va escriure:
Thanks! I was searching that!
Mesajul a fost șters

Carlos R

necitită,
6 dec. 2017, 07:25:0706.12.2017
– Robot Web Tools
Thanks for the fast response!

Unfortunatelly, after several trials, this file does not work for me either.

Actually, the error increases from :

ReferenceError: ColladaLoader2 is not defined (and yes, it is defined, and before ros3d)

to:

SyntaxError: unterminated string literal ReferenceError: (inside ColladaLoader2.js)
ColladaLoader2 is not defined



I will continue playing on that and if i find the solution i will tell you.


El dimecres, 6 desembre de 2017 13:07:15 UTC+1, Jihoon Lee va escriure:

Carlos R

necitită,
6 dec. 2017, 07:40:2506.12.2017
– Robot Web Tools
After checking the @Faibk file i found a string that was cut between two lines (that's why the literal reference error probably).

Now seems that there is no error! Thanks again!

Anyway, i do not manage to see my pr2 displayed correctly, but probably is for any other reason, so, for me, this is solved.

El dimecres, 6 desembre de 2017 13:25:07 UTC+1, Carlos R va escriure:

Jihoon

necitită,
6 dec. 2017, 07:41:0906.12.2017
– robot-w...@googlegroups.com

Good to know. Thanks for the update.

Jihoon


On 06.12.2017 13:40, Carlos R wrote:
After checking the @Faibk file i found a string that was cut between two lines (that's why the literal reference error probably).

Now seems that there is no error! Thanks again!

Anyway, i do not manage to see my pr2 displayed correctly, but probably is for any other reason, so, for me, this is solved.

El dimecres, 6 desembre de 2017 13:25:07 UTC+1, Carlos R va escriure:
Thanks for the fast response!

Unfortunatelly, after several trials, this file does not work for me either.

Actually, the error increases from :

ReferenceError: ColladaLoader2 is not defined (and yes, it is defined, and before ros3d)

to:

SyntaxError: unterminated string literalReferenceError: (inside ColladaLoader2.js)
ColladaLoader2 is not defined
Răspundeți tuturor
Răspundeți autorului
Redirecționați
0 mesaje noi