Skip to content
#

aec

Here are 74 public repositories matching this topic...

trtku
trtku commented Dec 10, 2021

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

yck011522
yck011522 commented Jun 4, 2020

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.

izzylys
izzylys commented Feb 9, 2021

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.

enhancement good first issue

Improve this page

Add a description, image, and links to the aec topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aec topic, visit your repo's landing page and select "manage topics."

Learn more