-
Notifications
You must be signed in to change notification settings - Fork 10
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
ROS 2 imu node #212
ROS 2 imu node #212
Conversation
@@ -0,0 +1,44 @@ | |||
imu_filter_node: |
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.
imu_config.yaml
or imu.yaml
? Considering other config in this pkg and other Husarion robots utilize ekf.yaml
, etc., which one would you prefer?
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.
Good question. in ROS 1 all configs are named with _config
. I assume we switch to not using it.
panther_bringup/launch/imu.launch.py
Outdated
|
||
imu_container = ComposableNodeContainer( | ||
name="imu_container", | ||
namespace="", |
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 it necessary? Won't they conflict if we add a namespace in bringup.launch
later?
No description provided.