Replies: 28 comments 6 replies
-
Proposal:
DescriptionThe |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
This comment has been hidden.
This comment has been hidden.
-
Proposal
DescriptionRecently @GiulioRomualdi developed an application that uses python in order to plot. It would be nice to exploit libraries like https://github.com/alandefreitas/matplotplusplus. It would be cool to start using also Ignition Gazebo as a visualizer. |
Beta Was this translation helpful? Give feedback.
-
Proposal
DescriptionUse https://github.com/dic-iit/matio-cpp when it is necessary to log data, eventually creating an interface if needed. |
Beta Was this translation helpful? Give feedback.
-
Proposal
DescriptionLike for https://github.com/robotology/unicycle-footstep-planner, it would be nice to have a class or more that are able to generate footsteps given some input data. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Proposal
DescriptionIn |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
Proposal:
DescriptionRight now we are able to parse vectors from conf file, but not matrices. The reason may be that there is not a dual of |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
Proposal
DescriptionRight now if the errors are handled by |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
This comment has been hidden.
This comment has been hidden.
-
Proposal
DescriptionThanks to @S-Dafarra now we may think to use bool Advanceable::log(matiocpp& logger);
............
class Foo::Advanceable
{
Eigen::Vector x;
bool log(matiocpp& logger)
{
logger.store(x);
return;
}
} Then from the main application ( Foo1 a;
Foo2 b;
Foo3 c;
...
a.log(logger);
b.log(logger);
b.log(logger); I don't know if this is actually possible with the current implementation of I just realized that it's a duplicate of #137 (comment) |
Beta Was this translation helpful? Give feedback.
-
We can use this issue as a possible desideratum of things to be added or changed in the
Framework
. This may help to give a direction to the development, and also provide a direction to other developers that want to contribute.I would like to have a sort of voting mechanism, like a "User Voice" in order to prioritize one activity with respect to another in case there are no other priorities. Hence, each proposal should be in a separate message. In order to separate proposals from common messages, I suggest the following layout
Proposal:
Description
Short description
cc @GiulioRomualdi @traversaro @prashanthr05 @diegoferigo @DanielePucci
Beta Was this translation helpful? Give feedback.
All reactions