-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ec66a6
commit dd65faf
Showing
11 changed files
with
180 additions
and
12,574 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
const Offline = () => { | ||
return ( | ||
<div> | ||
<h3>To connect in Linux ROS Enviornment</h3> | ||
<hr /> | ||
<ul> | ||
<li> | ||
<p>Open terminal run below command.</p> | ||
<p>command : <code>roscore</code></p> | ||
</li> | ||
<li> | ||
<p>Open another terminal and run below command.</p> | ||
<p>command : <code>rosrun turtlesim turtlesim_node</code></p> | ||
</li> | ||
<li> | ||
<p>Run ROSBridge Websocket Server via another terminal</p> | ||
<p>command : <code>roslaunch rosbridge_server rosbridge_websocket.launch</code></p> | ||
</li> | ||
<li> | ||
<p>Write <code>ws://localhost:9090</code> or <code>ws://127.0.0.1:9090</code> it in our website's control section's websocket server address field.</p> | ||
</li> | ||
<li> | ||
<p>controller will be enabled as soon as you click <code>connect</code> button.</p> | ||
</li> | ||
<li> | ||
<p>Put <code>/turtle1/cmd_vel</code> in the Topic Name to use controller.</p> | ||
</li> | ||
<li> | ||
<p>You are good to go.</p> | ||
</li> | ||
<li> | ||
<p>You can see your robot moving the constructsim's simulator.</p> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
); | ||
} | ||
|
||
export default Offline; |
Oops, something went wrong.
dd65faf
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.
Successfully deployed to the following URLs:
ros-web-app – ./
ros-web-app.vercel.app
ros-web-app-git-main-alaykharadi.vercel.app
ros-web-app-alaykharadi.vercel.app