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
Just throwing out an idea: visualizing the planned trajectory online (e.g. COM trajectory, swing foot trajectory) like what Agility Robotics does in this video: https://youtu.be/2CYOrkwJzag
Some of this list has been addressed. I've updated the main comment accordingly. @yminchen@Jianshu-Hu@yangwill I'm guessing you're using some mechanism to visualize saved trajectories. Is this something in master that we can point to?
The feature exists in master and can be seen in run_dircon_jumping.cc and visualize_trajectory.cc in examples/Cassie/. However it requires a decent amount of boilerplate code, so I'm working on creating a specific API for saving/loading/visualizing dircon trajectories.
Per a group meeting discussion, we laid out a number of goals for data visualization and the outline of a path forward.
Goals
Save and load trajectory sets (a map from a string name to a saved trajectory object).Adding skeleton code for saving/loading trajectories #104Visualize a saved trajectory
Visualize single and multiple saved states
Multipose visualizationAdd utility class to simultaneously visualize multiple robot poses and DIRCON callback. #144Visualize kinematics
Points (as points) and axesJoan shaho vis gui #174Trace forward kinematic paths over trajectories
Plot trajectories (matplotlib)
Plot forward kinematic trajectories
The text was updated successfully, but these errors were encountered: