Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Catkinize packages.. #34

Merged
merged 2 commits into from
May 22, 2014
Merged

Conversation

costashatz
Copy link
Contributor

Following the discussion on #33, I am opening a new PR in a different branch..

@simonlynen
Copy link
Contributor

@costashatz Thank you

simonlynen added a commit that referenced this pull request May 22, 2014
@simonlynen simonlynen merged commit 9d8614b into ethz-asl:catkinization May 22, 2014
@costashatz
Copy link
Contributor Author

@simonlynen No problem.. :)

@arpit15
Copy link

arpit15 commented May 23, 2014

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 toKeyFrame::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

@simonlynen
Copy link
Contributor

Did you pull the latest changes from master. This should be resolved.

@arpit15
Copy link

arpit15 commented May 23, 2014

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

@simonlynen
Copy link
Contributor

@arpit15 Please just do the normal workflow:

From within catkin_workspace/src

git clone [email protected]:ethz-asl/ethzasl_ptam.git
cd ../ && catkin_make

@arpit15
Copy link

arpit15 commented May 24, 2014

thank u it worked.

@arpit15
Copy link

arpit15 commented May 25, 2014

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.

@markusachtelik
Copy link
Contributor

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 <[email protected]mailto:[email protected]>
Antworten an: ethz-asl/ethzasl_ptam <[email protected]mailto:[email protected]>
Datum: Sunday 25 May 2014 12:30
An: ethz-asl/ethzasl_ptam <[email protected]mailto:[email protected]>
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//pull/34#issuecomment-44127832.

@arpit15
Copy link

arpit15 commented May 25, 2014

Yes, I had a looked at that tutorial. However ptam node doesn't run as a general node. I had to run by
./ptam <image_node>.
Secondly, the image shown at the initialization step is not correct. There is something wrong. I encountered this #5. Will implement it tommorow.

@fboris
Copy link

fboris commented May 26, 2014

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.

@fboris
Copy link

fboris commented May 26, 2014

BTW, if you use catkinized PTAM. The step mentioned by @simonlynen might need to change a little bit.

In catkin_workspace/src

git clone [email protected]:ethz-asl/ethzasl_ptam.git
cd ../
catkin_make
source ./devel/setup.sh

The last step should set your everything about path correctly.

@arpit15
Copy link

arpit15 commented May 26, 2014

thanks it worked. I was having problem in converting the sensor_msgs to opencv image. Now, its clear.

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

Successfully merging this pull request may close these issues.

5 participants