Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SETINSTRANSLATION and SETINSROTATION #88

Open
manasmacherla opened this issue May 31, 2020 · 4 comments
Open

Add support for SETINSTRANSLATION and SETINSROTATION #88

manasmacherla opened this issue May 31, 2020 · 4 comments

Comments

@manasmacherla
Copy link

Hi,

While working in Linux how do I set the translational offsets of the antenna to the receiver (Powerpak 7d-e1)??

@manasmacherla manasmacherla changed the title How do I set the SETINSTRANSLATION and SETINSROTATION in Linux? How do I set the SETINSTRANSLATION and SETINSROTATION in ROS? May 31, 2020
@pjreed
Copy link
Contributor

pjreed commented Jun 3, 2020

Right now this driver doesn't have a way to directly set those values. The best way to set those right now would be to use something like NovAtel Connect in Windows or a serial terminal emulator like cutecom in Linux to connect to a serial port, manually run the SETINSTRANSLATION and SETINSROTATION commands, and then start the driver.

I think a reasonable change to the driver would be to add a section to its config params to define an IMU configuration and then have the driver send those commands on startup; alternately, a more generic way to handle that kind of thing would be to add a service that lets a user run an arbitrary command and then display the result.

@manasmacherla
Copy link
Author

If possible, can this be implemented in the driver??

@pjreed pjreed changed the title How do I set the SETINSTRANSLATION and SETINSROTATION in ROS? Add support for SETINSTRANSLATION and SETINSROTATION Jun 3, 2020
@pjreed
Copy link
Contributor

pjreed commented Jun 3, 2020

This seems useful, so I'd like to implement it, but I'm pretty busy right now and I don't have access to an INS device, so it might be a while before I can get to it.

If anybody else wants to take a look at it, I think this would be pretty straightforward; I would add new parameters to set the INS rotation/translation values and then set those in the NovatelGps::Configure function on startup.

@manasmacherla
Copy link
Author

I will try to do this and get back to you if I face any issues. Thank you..

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

No branches or pull requests

2 participants