-
Updated
Mar 13, 2022 - C#
aec
Here are 74 public repositories matching this topic...
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Dec 20, 2019
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Jun 21, 2020 - C
Sample files: https://drive.google.com/drive/folders/1QAMO6ytdYEzQpPkhQoqmrk77LRX0TY8c?usp=sharing
Reporter: Marco (Poldo)
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Jul 3, 2014 - C++
-
Updated
Dec 12, 2019
Feature Request
It would be nice to have an example showing how to load a robot from URDF / ROS (robot in meters) and then scale it (for millimeters).
robot = client.load_robot(load_geometry=True)
robot.artist = RobotArtist(robot.model)
robot.scale(1000)
It should also be ensured that scale() can be called before or after setting the artist, and lead to the same result.
The AbstractTransport was initially imagined with some useful shared functionality for all transports, but as the Transport system evolved this no longer seemed necessary. At this point, the AbstractTransport should probably get canned unless there are any suggestions for functionality that would be helpful to future transport authors.
-
Updated
Mar 19, 2022 - JavaScript
-
Updated
Sep 20, 2018 - Python
-
Updated
Mar 24, 2022 - HTML
-
Updated
Mar 23, 2022 - C#
-
Updated
Mar 9, 2022 - Python
-
Updated
Jul 21, 2021 - Jupyter Notebook
-
Updated
Jan 28, 2021 - C
-
Updated
Mar 24, 2022 - C++
Improve this page
Add a description, image, and links to the aec topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aec topic, visit your repo's landing page and select "manage topics."


Feature Request
As a user, I want a built-in method of Proxy so that we can measure communication time of Proxy.
Details
Is your feature request related to a problem? Please describe.
No, it's an improvement than a problem.
Describe the solution you'd like
A built-in method to calculate the communication time of Proxy. This can be a part of its profile attribute.
**De