-
Notifications
You must be signed in to change notification settings - Fork 29
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule axros
updated
12 files
+2 −0 | README.md | |
+0 −26 | axros/README.md | |
+2 −2 | axros/src/axros/action.py | |
+1 −1 | axros/src/axros/axros_tf.py | |
+1 −1 | axros/src/axros/exceptions.py | |
+21 −4 | axros/src/axros/nodehandle.py | |
+1 −1 | axros/src/axros/publisher.py | |
+1 −1 | axros/src/axros/rosxmlrpc.py | |
+1 −1 | axros/src/axros/service.py | |
+2 −2 | axros/src/axros/serviceclient.py | |
+1 −1 | axros/src/axros/subscriber.py | |
+10 −0 | axros/test/test_basic_nodehandle.py |