-
Notifications
You must be signed in to change notification settings - Fork 2
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
[sensors] Launch vectornav
in bringup.launch.py
#229
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the build, install, and log files from this PR. You need to build the repo in rover-colon, not src
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes to bringup.launch.py
look good, but had a few comments about the other checked in code. Also, we'll likely want a way to quickly zero the IMU (not sure if the vectornav
already comes with a service to do this). I'd also add some instructions for calibrating the IMU and setting the correct magnetic declination.
urc_localization/src/ned_to_enu.cpp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file supposed to be here? It is empty.
urc_platform/src/imu_parser.cpp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this IMU parser node anymore. There should be an option in the config file for the vectornav
package that will automatically publish a ROS 2 sensor_msgs/Imu
message.
vectornav
in bringup.launch.py
vectornav
in bringup.launch.py
vectornav
in bringup.launch.py
Signed-off-by: David Calderon <davidcalderon03@hotmail.com>
Description
This PR does the following: