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

What is the input data for the los.py program? #1

Open
EricDaJiang opened this issue Aug 21, 2024 · 0 comments
Open

What is the input data for the los.py program? #1

EricDaJiang opened this issue Aug 21, 2024 · 0 comments

Comments

@EricDaJiang
Copy link

I'm not clear on what the difference is between data rospy.Subscriber("/vectornav/ins_2d/NED_pose", Pose2D, self.gps_callback) and rospy.Subscriber("/vectornav/ins_2d/ins_ref", Pose2D, self.gpsref_callback)?
Do ros::Subscriber ins_pose_sub = n.subscribe("/vectornav/ins_2d/ins_pose", 1000, ins_callback); and ros::Subscriber local_vel_sub = n.subscribe("/vectornav/ins_2d/local_vel", 1000, vel_callback); in asmc.cpp refer to odometry information?

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

No branches or pull requests

1 participant