-
Notifications
You must be signed in to change notification settings - Fork 184
Conversation
@costashatz Thank you |
@simonlynen No problem.. :) |
i am getting the following error when i use catkin_make in catkin_ws CMakeFiles/ptam.dir/src/Tracker.cc.o: In function |
Did you pull the latest changes from master. This should be resolved. |
1)i downloaded zip from this page https://github.com/ethz-asl/ethzasl_ptam. |
@arpit15 Please just do the normal workflow: From within catkin_workspace/src
|
thank u it worked. |
It would be of great help if somebody could provide with steps or a tutorial so that i can run ptam gui. I was able to run the ptam node however was unable to see anything. |
Did you have a look at the tutorials here? If everything compiled, just run rqt, and add the rqt_ptam plugin to the view. Von: arpit15 <[email protected]mailto:[email protected]> It would be of great help if somebody could provide with steps or a tutorial so that i can run ptam gui. I was able to run the ptam node however was unable to see anything. — |
Yes, I had a looked at that tutorial. However ptam node doesn't run as a general node. I had to run by |
This first issue should be the PATH setting issue. Do you set your PTAM path correctly? |
BTW, if you use catkinized PTAM. The step mentioned by @simonlynen might need to change a little bit. In
The last step should set your everything about path correctly. |
thanks it worked. I was having problem in converting the sensor_msgs to opencv image. Now, its clear. |
Following the discussion on #33, I am opening a new PR in a different branch..