You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents
23
23
24
24
## I Have a Question
25
25
26
-
Before you ask a question, it is best to search for existing [issues](https://github.com/bdaiinstitute/synchros2/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
26
+
Before you ask a question, it is best to search for existing [issues](https://github.com/rai-opensource/synchros2/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
27
27
28
28
If you then still feel the need to ask a question and need clarification, we recommend the following:
29
29
@@ -47,7 +47,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
47
47
48
48
- Make sure that you are using the latest version.
49
49
- Determine if your bug is really a bug and not an error on your side. If you are looking for support, you might want to check [this section](#i-have-a-question)).
50
-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/bdaiinstitute/synchros2/issues?q=label%3Abug).
50
+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/rai-opensource/synchros2/issues?q=label%3Abug).
51
51
- Collect information about the bug:
52
52
- Stack trace (Traceback)
53
53
- OS, ROS, Platform and Version (Windows, Linux, macOS, x86, ARM)
@@ -60,7 +60,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
60
60
61
61
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
62
62
63
-
- Open an [issue](https://github.com/bdaiinstitute/synchros2/issues/new).
63
+
- Open an [issue](https://github.com/rai-opensource/synchros2/issues/new).
64
64
- Explain the behavior you would expect and the actual behavior.
65
65
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
66
66
- Provide the information you collected in the previous section.
@@ -78,13 +78,13 @@ Once it's filed:
78
78
79
79
- Make sure that you are using the latest version.
80
80
- Read the documentation carefully and ensure the functionality is indeed missing.
81
-
- Perform a [search](https://github.com/bdaiinstitute/synchros2/issues) to see if the feature has already been requested. If it has, add a comment to the existing issue instead of opening a new one.
81
+
- Perform a [search](https://github.com/rai-opensource/synchros2/issues) to see if the feature has already been requested. If it has, add a comment to the existing issue instead of opening a new one.
82
82
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
83
83
84
84
<!-- omit in toc -->
85
85
#### How Do I Submit a Good Feature Request?
86
86
87
-
Feature requests are tracked as [GitHub issues](https://github.com/bdaiinstitute/synchros2/issues).
87
+
Feature requests are tracked as [GitHub issues](https://github.com/rai-opensource/synchros2/issues).
88
88
89
89
- Use a **clear and descriptive title** for the issue to identify the suggestion.
90
90
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
Copy file name to clipboardExpand all lines: synchros2/docs/concepts/message_feeds.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Any message filter can become a feed, allowing:
12
12
13
13
Like message filters, most message feeds can be chained. This is true for all but those that externally source messages, ROS 2 topic subscriptions being the prime example. These are sources only. Other message feeds built into `synchros2` offer a vehicle for generic map-filter-reduce patterns, time synchronization across multiple message feeds, and synchronized `tf` lookups.
14
14
15
-
**Note:** While any message filter can become a feed, standard ROS 2 message filters are usually not thread-safe. See [`synchros2.filters`](https://github.com/bdaiinstitute/synchros2/tree/main/synchros2/synchros2/filters.py) for thread-safe (re)implementations.
15
+
**Note:** While any message filter can become a feed, standard ROS 2 message filters are usually not thread-safe. See [`synchros2.filters`](https://github.com/rai-opensource/synchros2/tree/main/synchros2/synchros2/filters.py) for thread-safe (re)implementations.
0 commit comments