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 Noetic support for bridging NavSat #295

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

TyHowellWork
Copy link
Contributor

@TyHowellWork TyHowellWork commented Sep 9, 2022

🎉 New feature

Ports #224

Summary

Adds two-way bridge for NavSat messages between ROS Noetic and IGN.

Test it

Test IGN->ROS by running roslaunch ros_ign_gazebo_demos navsat.launch.
Test ROS->IGN by roslaunch ros_ign_gazebo_demos navsat.launch and ign topic -t /navsat -e

rostopic pub -r 1 /navsat sensor_msgs/NavSatFix "header:
  seq: 10
  stamp: {secs: 10, nsecs: 0}
  frame_id: 'back_to_ign'
status: {status: 0, service: 0}
latitude: 10.0
longitude: 10.0
altitude: 10.0
position_covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
position_covariance_type: 0"

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Signed-off-by: Tyler Howell <76003804+TyHowellWork@users.noreply.github.com>
@mjcarroll mjcarroll merged commit 349b36d into gazebosim:noetic Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants