-
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.
Merge pull request #1 from Fingerling42/dev-2.0.0
Update main branch to 2.0.0
- Loading branch information
Showing
50 changed files
with
1,429 additions
and
1,202 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Your account seed | ||
account_seed: '' | ||
|
||
# Node url, leave empty for default node address ("wss://kusama.rpc.robonomics.network"), for local node use "ws://127.0.0.1:9944" | ||
remote_node_url: '' | ||
|
||
# Type of your account, 'ED25519' or 'SR25519' | ||
crypto_type: '' | ||
|
||
# An address of Robonomics subscription owner, empty if there is no subscription | ||
rws_owner_address: '' | ||
|
||
# Full path of your directory, e.g. '/home/user/ipfs_files/', otherwise default path will be used | ||
ipfs_dir_path: '' | ||
|
||
# An address that can open an encrypted file, leave empty to not encrypt IPFS files | ||
crypt_recipient_address: '' | ||
|
||
# An address that sends encrypted file that can be decrypted by a robot, leave empty if IPFS file is not encrypt | ||
crypt_sender_address: '' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
IPFS-Toolkit>=0.5.19 | ||
IPFS-Toolkit>=0.5.23 | ||
PyYAML>=6.0.1 | ||
robonomics-interface>=1.6.1 | ||
substrate-interface>=1.7.4 | ||
robonomics-interface>=1.6.2 | ||
substrate-interface>=1.7.8 | ||
typing_extensions>=4.9.0 |
35 changes: 0 additions & 35 deletions
35
robonomics_ros2_examples/launch/turtlesim_robonomics_launch.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.