Lat & long to ECEF coordinates using geodetic_utils

asked 2018-01-19 10:59:41 -0500

pallyra1 gravatar image

Hello I am new to ROS. I want to convert lat & long to ECEF coordinates and further convert them to NED coordinates. For doing so, I am using geodetic_utils. It has two executable files

set_gps_reference_node gps_to_pose_conversion_node

I am using hector_gazebo_plugins for getting the gps data using

gazebo_ros_gps

But I am unable to do so and getting error

[rosrun] Couldn't find executable named gazebo_ros_gps below /home/pallav/catkin_ws1/src/hector_gazebo_plugins

I have tried everything. Please help!

edit retag flag offensive close merge delete

Comments

pallyra1 gravatar image pallyra1  ( 2018-01-19 11:01:10 -0500 )edit

What does

tried every time

mean? What have you tried?

jayess gravatar image jayess  ( 2018-01-19 11:13:45 -0500 )edit

Actually to run geodetic_utils, I need gps coordinates. For that I need to use hector_gazebo_plugins and use the file gazebo_ros_gps which I am unable to do. It has a topic which publishes fix (sensor_msgs/NavSatFix) which I need.

pallyra1 gravatar image pallyra1  ( 2018-01-19 13:04:05 -0500 )edit