advanced_navigation_driver icon indicating copy to clipboard operation
advanced_navigation_driver copied to clipboard

ROS driver for Advanced Navigation devices

Results 8 advanced_navigation_driver issues
Sort by recently updated
recently updated
newest added

This PR makes the advanced navigation driver conform to ROS conventions: - REP103 [1] (ENU coordinate system) - REP145 [2] (IMU frame conventions) This work is partially created using the...

I noticed that running this driver, although it works, it consumes 100% of one of my CPU cores: ```bash ricardo@src-09-lx:~$ top | grep advanced 27266 ricardo 20 0 334196 9900...

Pull request for cosama's fork that solves issue #11 and fixes quaternion to agree with REP 103 standards.

Hi The lat lons collected using the package are not coming as expected. I am attaching the expected path (in red) and received path (in blue). I think the setup...

This PR implements getting the quaternion from the packet directly to compose the ROS Imu message. This means that conversions between RPY and quaternions are no longer needed in the...

Currently the driver utilises maximum CPU load. Adding loop rate reduces this significantly. Parameter exposed to allow changing.

Running e.g. `rosrun advanced_navigation_driver advanced_navigation_driver /dev/ttyUSB0 11520` (One `0` ommited on purpose, I get an `invalid baudrate` error - and rightfully so! Starting the node from a launch file (again,...