Closed costashatz closed 10 years ago
@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 Tracker::TrackMap()': Tracker.cc:(.text+0x3d1c): undefined reference to
KeyFrame::iBestPointsCount'
collect2: ld returned 1 exit status
make[2]: * [/home/arpit/catkin_ws/devel/lib/ptam/ptam] Error 1
make[1]: * [ethzasl_ptam/ptam/CMakeFiles/ptam.dir/all] Error 2
make: *\ [all] Error 2
Invoking "make" failed
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. 2)then i went into catkin_ws/src/ethzas_ptam/ptam/thirdparty and typed make 3) then i simply typed catkin_make in my catkin workspace I don't able to make please help
@arpit15 Please just do the normal workflow:
From within catkin_workspace/src
git clone git@github.com:ethz-asl/ethzasl_ptam.git
cd ../ && catkin_make
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? http://wiki.ros.org/ethzasl_ptam/Tutorials
If everything compiled, just run rqt, and add the rqt_ptam plugin to the view.
Von: arpit15 notifications@github.com<mailto:notifications@github.com> Antworten an: ethz-asl/ethzasl_ptam reply@reply.github.com<mailto:reply@reply.github.com> Datum: Sunday 25 May 2014 12:30 An: ethz-asl/ethzasl_ptam ethzasl_ptam@noreply.github.com<mailto:ethzasl_ptam@noreply.github.com> Betreff: Re: [ethzasl_ptam] Catkinize packages.. (#34)
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.
— Reply to this email directly or view it on GitHubhttps://github.com/ethz-asl/ethzasl_ptam/pull/34#issuecomment-44127832.
Yes, I had a looked at that tutorial. However ptam node doesn't run as a general node. I had to run by
./ptam
This first issue should be the PATH setting issue. Do you set your PTAM path correctly? Second, you can try the unmerged pull request #17 that convert color image to greyscaleimage.
BTW, if you use catkinized PTAM. The step mentioned by @simonlynen might need to change a little bit.
In catkin_workspace/src
git clone git@github.com:ethz-asl/ethzasl_ptam.git
cd ../
catkin_make
source ./devel/setup.sh
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..