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
I have done the following procedure written in README and cofirmed that some files (such as tracker_node) are copied to the /build/binary_symlinks/bin.
for node in $BULLETSIM_BUILD_DIR/bulletsim/bin/* ; do ln -s $node ; done
Q2. There are some bag files in the rope directory(for example, unknot_raw.bag and unknot_preprocessor.bag), which bag file should be specified to simulate it ?
Q3. To experiment a rope tracking by using my recorded bag file, what should I do ?
The text was updated successfully, but these errors were encountered:
I am trying to experiment a rope tracking by using source codes of "https://github.com/hojonathanho/bulletsim/tree/tracking-release".
My procedures are as follows:
I have done the following procedure written in README and cofirmed that some files (such as tracker_node) are copied to the /build/binary_symlinks/bin.
for node in $BULLETSIM_BUILD_DIR/bulletsim/bin/* ; do ln -s $node ; done
I have downloaded your bag files from http://rll.berkeley.edu/tracking/ and put them to my directory.
I want to simulate a rope tracking by using your unknot_*.bag.
Q1. To simulate a rope tracking by using your bag files, I must execute the following commad on the terminal. Is it correct ?
Q2. There are some bag files in the rope directory(for example, unknot_raw.bag and unknot_preprocessor.bag), which bag file should be specified to simulate it ?
Q3. To experiment a rope tracking by using my recorded bag file, what should I do ?
The text was updated successfully, but these errors were encountered: