Code Monkey home page Code Monkey logo

robomagellan's Introduction

RoboMagellan

This is a work in progress.

The first generation of this robot was actually laser cut at Willow Garage in 2012 and used a 4WD differential drive base. While this allowed easy carrying of a fairly large 12V sealed lead acid battery and easy upgrades over time, the robot ground speed was too slow to really be competitive. Numerous sensor packages evolved over time on this platform.

The second generation robot is based on a 1/10th scale RC stadium truck and uses a Livox MID-360 sensor for obstacle avoidance.

Setup (ROS 2 Iron, 22.04)

Launch Files

  • robot.launch.py - everything needed to run the robot. Can be run in offline mode to run just the pipelines, with use_sim_time set. This is useful for running against bagfiles:
    ros2 launch robomagellan robot.launch.py offline:=true
    
  • drivers.launch.py - this is just the hardware drivers - useful for collecting bagfiles. Normally is included as part of robot.launch.py when running the RoboMagellan application

Event Configuration

  • Edit line 34 of fixed_lag_global.yaml to set the initial heading of the robot
  • Setup breadcrumbs.yaml with the following format. NOTE: altitudes can be zero, since they are pretty much ignored at this time.
     - [lat1, lon1, alt1, heading1]
     - [lat2, lon2, alt2, heading2]
     - [lat3, lon3, alt3, heading3]
     ...
     - [latN, lonN, altN, headingN]

Recording Bagfiles

Raw data bagfile for analysis and development:

ros2 bag record /base_controller/odom /gps/nmea_sentence /imu_um7/data /imu_um7/mag /imu_um7/rpy /joint_states /livox/imu /livox/lidar /robot_description /tf /tf_static

rviz_satellite

This fork works on Iron: https://github.com/nobleo/rviz_satellite/tree/ros2

To test the plugin:

ros2 topic pub -r 10 /gps/fix sensor_msgs/msg/NavSatFix "{header: {frame_id: "map"}, status: {service: 1}, latitude: VALUE, longitude: VALUE}"

Hardware Details (gen2)

  • Head Box:
    • Enclosure: WQ-48-03
    • Computer: Intel NUC, 19V @ 60W.
    • Switch: TP-Link Litewave 5. 5V @ 3.7W.
    • GPS: Sparkfun GPS-RTK-SMA w/ UBlox ZED-F9P. Comms over USB.
    • IMU: UM7. Comms over USB.
    • Wifi Access Point: GL-AR300M16.
  • Lidar: Livox MID-360, 12V (9-27V) @ 6.5W. Comms over Ethernet.
  • Camera: Luxonis OAK-1 Lite.
  • Custom integrated power and control board. Comms over Ethernet.
  • Motor: Hobbywing 30404310 - 13.5T Sensored. KV: 2850. 0.0289 Ohm. 2-3S, 2 Pole. Max Power: 180W @ 50A

robomagellan's People

Contributors

mikeferguson 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.