How to run Robot web tools at Non Internet environment?
Hi,
I am trying to create some widgets for RobotWebTools to monitor/control my robot on the Web browser remotely. According to the nav2djs(one of the widgets of the RobotWebTools) tutorial, the HTML code was shown. So, I decided to use this code as a Base and modify for my original. The code includes the line as below.
My robot and other equipment such as laptop and tablet are all connected in the same Network. However, it is not connected to the Internet. It means all ".js" files cannot import from http://cdn~~~ .
I sought for each JS file in order to download and place at the same directory as the HTML file. However, I couldn't find most of those.
Does anyone have some solution of this?
Thank you in advance.
<script type="text/javascript" src="http://cdn.robotwebtools.org/EaselJS/current/easeljs.min.js"></script>
<script type="text/javascript" src="http://cdn.robotwebtools.org/EventEmitter2/current/eventemitter2.min.js"></script>
<script type="text/javascript" src="http://cdn.robotwebtools.org/roslibjs/current/roslib.min.js"></script>
<script type="text/javascript" src="http://cdn.robotwebtools.org/ros2djs/current/ros2d.min.js"></script>
<script type="text/javascript" src="http://cdn.robotwebtools.org/nav2djs/current/nav2d.min.js"></script>
Oh! I have just forgotten the wonderful command in Ubuntu "wget" till your comment. Thanks!
Mind closing the issue then if you fixed the issue?