-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ ihmc-ros2-library 1.1.0 #484
base: develop
Are you sure you want to change the base?
Conversation
8ba69a4
to
87cd6e0
Compare
@@ -48,73 +41,12 @@ public final class ROS2Tools | |||
|
|||
public static final ROS2Topic<?> IHMC_ROOT = new ROS2Topic<>().withPrefix(IHMC_TOPIC_PREFIX); | |||
|
|||
private static final RTPSCommunicationFactory FACTORY = new RTPSCommunicationFactory(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 🔥
@@ -165,14 +166,54 @@ public void testLongStringCommunication() | |||
ThreadTools.sleepForever(); | |||
} | |||
|
|||
@Test | |||
public void testSharedMemoryROS2Node() throws InterruptedException |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ihmc-communication/src/test/java/us/ihmc/communication/ROS2ToolsTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just using the 215 domain ID
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sooo many files to look at.. I really only took a detailed look at files I recognize. Others look good from quick glances. Any idea why some of the tests are failing?
I don't know. I will have to investigate. |
…ajectoryMessage sequence_id, make all sequence_id in messages uint64 instead of uint32
No description provided.