ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Looking for Guidance on GPS Waypoint Navigation Using the Clearpath Jackal

asked 2021-11-01 12:23:58 -0500

sageedwards gravatar image

Good day,

I have recently obtained the Clearpath Jackal and want to start off by setting it up to path following via GPS waypoints in ROS Melodic. My ROS experience is limited to working with MOCAP data which seems to be much more simple to use than GPS in an out door environment. If there is any code or tutorials out there already that will be very helpful, please let me know. Thanks!

edit retag flag offensive close merge delete

Comments

Make sure you understand the accuracy limitations of GPS. Even with RTK enhancement, my experience is that GPS isn't accurate enough to reliably keep a wheeled robot on a one meter wide sidewalk.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2021-11-02 16:17:35 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-11-01 12:44:41 -0500

osilva gravatar image

To start with, I suggest to go over the Jackal tutorials: https://www.clearpathrobotics.com/ass... http://www.clearpathrobotics.com/asse...

Clearpath also offers a GPS Navigation package: https://clearpathrobotics.com/gps-way...

Finally for GPS Waypoint navigation I recommend Nick Charron Husky tutorial that can be adapted to Jackal: https://github.com/nickcharron/waypoi....

The outdoor navigation package offers:

  • gps_waypoint to read the waypoint file, convert waypoints to points in the map frame and then send the goals to move_base

    • gps_waypoint_continuous1 and gps_waypoint_continuous2 for continuous navigation between waypoints using two seperate controllers

    • collect_gps_waypoint to allow the user to drive the robot around and collect their own waypoints

    • calibrate_heading to set the heading of the robot at startup and fix issues with poor magnetometer data

    • plot_gps_waypoints to save raw data from the GPS for plotting purposes

    • gps_waypoint_mapping to combine waypoint navigation with Mandala Robotics' 3D mapping software for autonomous 3D mapping

edit flag offensive delete link more

Comments

thank you!

sageedwards gravatar image sageedwards  ( 2021-11-08 10:26:41 -0500 )edit

Question Tools

Stats

Asked: 2021-11-01 12:23:58 -0500

Seen: 1,089 times

Last updated: Nov 01 '21