English 中文(简体)
Using CARMEN Robot Navigation Toolkit with Hoyuko Laser
原标题:

I m currently working with CARMEN (http://carmen.sourceforge.net/), and I m trying to make a robot navigate using the CARMEN toolkit and a Hoyuko URG-04LX. Even though the laser does work, and CARMEN reads the data (I checked running the CARMEN laserview, and it shows the laser scans), the "robot" module doesn t receive any data from the laser.

Has anyone managed to make the Hokuyo URG laser work with CARMEN?

最佳回答

Just had to remove the "HOKUYO IN SCIP 2.0 MODE" from the sourcecode before compiling, and then manually setting SCIP2.0 mode everytime the laser starts. :)

问题回答

If the data is showing up in laserview, then there is nothing wrong with the laser. Is the robot program connected to the central IPC server program as the laser program? You can also try using the logger program to record the laser information to disk, this will allow you to check that they are actually flowing through the system.





相关问题
Matrix to Represent a Triangle in Screen Space

So i have a set of four points in 3D Space. P1 [0, 0, 0] P2 [128, 0, 0] P3 [0, 128, 0] P4 [128, 128, 0] Which I m then projecting orthographically to the screen effectively giving me two ...

Using LINQ To SQL with multiple database tables

I have an employee class with as follows: public class Employee { public string FirstName { get; set; } public string LastName { get; set; } public string UserName { get; set; } ...

Mapping points from Euclician 2-space onto a Poincare disc

For some reason it seems that everyone writing webpages about Poincare discs is only concerned with how to represent lines and measure distances. I d like to morph a collection of 2D points (as ...

Fluent NHibernate, varbinary(max) and SQLite

I have a varbinary field in my sql server database that needs to be varbinary(max). I create my database with NHibernate and I use Fluent Nhibernate for my mappings. I also use SQLite for my unit ...

Javascript redirect

I am working with javascript and here is what I am trying to do: 1. Send a get request which looks like "http://localhost:8080/myapp/verify.htm?verifyId=Agkvhs" My requests reaches my verify.jsp in ...

热门标签