-
Notifications
You must be signed in to change notification settings - Fork 184
I can't launch cameracalibrator.launch #73
Comments
You need to run |
@ssampang Thanks Ssampang, I moved one step further. However, I got different and long error, which I can't totally understand and I have no idea how to solve the error, moon@Mubuntu: started roslaunch server http://Mubuntu:56341/ SUMMARYCLEAR PARAMETERS
PARAMETERS
NODES ROS_MASTER_URI=http://localhost:11311 core service [/rosout] found Parallel tracking and mapping for Small AR workspaces and when I interrupt this process by ctrl+c, ^C[cameracalibrator-1] killing on exit Can anybody get some idea about this error? I don't even know what is ioctl..... |
Another case,
Then I launched the result is started roslaunch server http://Mubuntu:47490/ SUMMARYCLEAR PARAMETERS
PARAMETERS
NODES auto-starting new master setting /run_id to 23d8f6ea-36fa-11e5-81bc-e0915376966c Parallel tracking and mapping for Small AR workspaces But I didn't see an GUI,,,, where is the guy??? I can't find any solution,, even I spend most of my time today.... thank you in advance... |
Are you intending to use a webcam with ptam? It might be helpful to get a brief understanding of how ROS image topics work. They follow a publisher/subscriber model where something needs to register as a "topic" with ROS and publish images/frames under its name, which ptam will then subscribe to. That is the role of the line |
Hello, I'm trying to launch ptam calibrator with following some tutorial.
But when I use following command,
roslaunch ptam cameracalibrator.launch
I got the next result,
[cameracalibrator.launch] is neither a launch file in package [ptam] nor is [ptam] a launch file name
The traceback for the exception was written to the log file
I'm really new to ROS and computer vision so I have no idea what is wrong with my computer...
http://www.hyperbolicthoughts.co.uk/2015/05/lsd-slam-install.html
this is a link for the tutorial, I was following, and under the calibrate camera part, you can see the line of command and others.
I think the setup of ptam was successful, because I can see the launch file under devel folder, which is under my catkin folder. So anybody can give me some advice for my issue?
Thanks in advance,
The text was updated successfully, but these errors were encountered: