-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update readme * Update README.md * testing verified key * Feature #26 update ros bridge image (#27) * Develop (#25) * update readme * Update README.md * Update to ros-bridge to noetic-rosbridge:1.1.1 * update package versions
- Loading branch information
1 parent
1ee1dce
commit c23953c
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "backend-api", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"main": "src/index.js", | ||
"author": "Joaquin Gimenez <[email protected]>", | ||
"license": "ISC", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "frontend-web", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Joaquin Gimenez <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "rosbridge-web-architecture-demo", | ||
"description": "This project is intended to be used as a demo for a proposed architecture when using a web client to connect to ROS.", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"repository": "[email protected]:JoaquinGimenez1/rosbridge-web-architecture-demo.git", | ||
"author": "Joaquin Gimenez <[email protected]>", | ||
"license": "ISC", | ||
|