This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
forked from Ikergune/firos
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from iml130/development
Firos Version v.0.3.0
- Loading branch information
Showing
27 changed files
with
377 additions
and
858 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"/robot2/cmd_vel_mux/input/teleop": ["geometry_msgs/Twist", "publisher" ], | ||
"/robot2/cmd_serial": ["std_msgs/String", "publisher" ], | ||
"/robot2/move_base/goal": ["move_base_msgs/MoveBaseActionGoal", "publisher" ], | ||
"/robot2/move_base/result": ["move_base_msgs/MoveBaseActionResult", "subscriber" ], | ||
|
||
"/end_end_test/p1": ["std_msgs/String", "publisher" ], | ||
"/end_end_test/s1": ["std_msgs/String", "subscriber" ] | ||
} |
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,14 +1,7 @@ | ||
{ | ||
"turtle\\w+": { | ||
"publisher": ["cmd_vel"], | ||
"subscriber": ["pose"] | ||
}, | ||
"robot\\w+": { | ||
"publisher": ["cmd_vel.*teleop", ".*move_base/goal", ".*move_base/cancel"], | ||
"subscriber": [".*move_base/result"] | ||
}, | ||
"\\w+bot\\w*": { | ||
"publisher": [".*cmd_vel.*", ".*move_base/goal.*"], | ||
"subscriber": [] | ||
} | ||
"publisher" : ["/turtle\\w+/cmd_vel", | ||
"/robot\\w+/cmd_vel.*"], | ||
|
||
"subscriber": ["/turtle\\w+/pose", | ||
".*move_base/result"] | ||
} |
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,13 +1,3 @@ | ||
# Deprecated Features | ||
|
||
## REST-API `whitelist` on FIROS | ||
|
||
FIROS currently has a REST-API, where someone can manipulate the whitelist of an FIROS-instance (see: | ||
[API](user/api.md)). We are currently not planning to expand this functionality, because the `whitelist.json` is | ||
definitely known prior and is overwritten by the configuration in `robots.json`. | ||
|
||
Specifically, the following methods are provided as is and are not maintained: | ||
|
||
- `FIROS:/whitelist/write` | ||
- `FIROS:/whitelist/remove` | ||
- `FIROS:/whitelist/restore` | ||
Currently no deprecated Features in Firos. |
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
Oops, something went wrong.