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
Currently the indices for plotting joint angle data are hard coded and can generate wrong plots when the gripper data is included in the file. This needs to be updated in a way that the presence of gripper data is automatically detected and ignored during plotting.
The text was updated successfully, but these errors were encountered:
This flexibility can be programmed by using the code provided in the Baxter SDK example: joint_trajectory_file_playback.py. It is implemented in the _clean_line() function in the program.
Currently the indices for plotting joint angle data are hard coded and can generate wrong plots when the gripper data is included in the file. This needs to be updated in a way that the presence of gripper data is automatically detected and ignored during plotting.
The text was updated successfully, but these errors were encountered: