Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about simulating tracking program #14

Open
toshiyukiandou opened this issue Jul 7, 2015 · 0 comments
Open

Questions about simulating tracking program #14

toshiyukiandou opened this issue Jul 7, 2015 · 0 comments

Comments

@toshiyukiandou
Copy link

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:

  1. 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

  2. I have downloaded your bag files from http://rll.berkeley.edu/tracking/ and put them to my directory.

  3. 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 ?

 $BULLETSIM_BUILD_DIR/bulletsim/bin/tracker_node --cameraTopics=kinect1
 roslaunch point_clouds.launch online:=false filename:=sample_rope

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant