Coder Social home page Coder Social logo

tienhoangvan / jackal_waypoint_navigation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nithishkumars/jackal_waypoint_navigation

0.0 0.0 0.0 909 KB

GPS Waypoint navigation package for Clearpath Jackal

CMake 1.87% Python 1.13% C++ 94.70% C 2.30%

jackal_waypoint_navigation's Introduction

Jackal Outdoor Waypoint Navigation

Dependencies

Jackal simulator
Jackal desktop 
Jackal Navigation

Instructions to use the repo

mkdir -p ros_ws/src
cd ros_ws/src
git clone https://github.com/jackal/jackal_desktop
git clone https://github.com/jackal/jackal_simulator.git
git clone https://github.com/jackal/jackal.git
git clone https://github.com/NithishkumarS/jackal_waypoint_navigation.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
catkin_make

Running the code

Using AMCL on a map without laser localization

roslaunch jackal_navigation amcl_demo.launch map_file:=/home/gamma-robot/ros_ws/src/outdoor_nav/waypoint_nav/map_files/Iribe_lobby_cropped.yaml  use_map_topic:=true

Visualize localization

roslaunch jackal_viz view_robot.launch config:=localization

Waypoint node

rosparam set /longitude_goal -76.935847
rosparam set /latitude_goal 38.989960
rosrun waypoint_nav gps_waypoint

Running old bag files

rosbag play <name> --clock
rosparam set use_sim_time true

Increased inflatio radius in costmap_common_params.yaml to .5

Waypoints

parking behind AV Williams: 
38.990683, -76.935968

AV williams
38.990599, -76.936570

Near wind tunnel
38.990180, -76.936594

Nearest:
38.989999, -76.935867

Things to chgange in the jackal pakcgae:

costmap params:
inflation radius - 0.5 
scan_topic : scan

move_base.launch
remap /odom to /odometry/gps/filtered

SSH into the jackal robot

cd /etc/ros/kinetic/ros.d
nano base.launch

Added velodyne pcl launch in the base.launch

<include file=" $(find velodyne_pointcloud)/launch/VLP16_points.launch" />

Inorder to get the vlp-16 working with the exisiting jackal setup

change the network ip in the VLP-16 configuration to 192.168.131.0/24

This way you can use both the ethernet ports interchangably in the jackal.

VLP16 range params

min angle: 260 deg
max angle: 120 deg
min_range: 0.3

120deg   1   260deg
       1   1  
     1       1
       1   1
         1
         0deg

PCL data update: 6Hz

jackal_waypoint_navigation's People

Contributors

nithishkumars avatar prasheel24 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.