All Projects → UbiquityRobotics → magni_robot

UbiquityRobotics / magni_robot

Licence: other
Starting point for Magni Robots. Includes launch files and configuration.

Programming Languages

python
139335 projects - #7 most used programming language
CMake
9771 projects
EmberScript
38 projects
shell
77523 projects

Projects that are alternatives of or similar to magni robot

Dolly
🤖🐑 It's a sheep, it's a dolly, it's a following robot. Dolly was born to be cloned.
Stars: ✭ 113 (+242.42%)
Mutual labels:  robot, ros
scikit-robot
A Flexible Framework for Robot Control in Python
Stars: ✭ 70 (+112.12%)
Mutual labels:  robot, ros
Robot blockly
A simple way to program ROS robots using blockly.
Stars: ✭ 115 (+248.48%)
Mutual labels:  robot, ros
Robotics setup
Setup Ubuntu 18.04, 16.04 and 14.04 with machine learning and robotics software plus user configuration. Includes ceres tensorflow ros caffe vrep eigen cudnn and cuda plus many more.
Stars: ✭ 110 (+233.33%)
Mutual labels:  robot, ros
Open manipulator
OpenManipulator for controlling in Gazebo and Moveit with ROS
Stars: ✭ 163 (+393.94%)
Mutual labels:  robot, ros
Navbot
Using RGB Image as Visual Input for Mapless Robot Navigation
Stars: ✭ 111 (+236.36%)
Mutual labels:  robot, ros
Venom
All Terrain Autonomous Quadruped
Stars: ✭ 145 (+339.39%)
Mutual labels:  robot, ros
Ros tutorials
ROS Tutorials for beginner
Stars: ✭ 88 (+166.67%)
Mutual labels:  robot, ros
Robot calibration
Generic calibration for robots
Stars: ✭ 154 (+366.67%)
Mutual labels:  robot, ros
Djim100 People Detect Track
A ros demo for people detection and tracking on DJI M100 drone
Stars: ✭ 150 (+354.55%)
Mutual labels:  robot, ros
Grl
Robotics tools in C++11. Implements soft real time arm drivers for Kuka LBR iiwa plus V-REP, ROS, Constrained Optimization based planning, Hand Eye Calibration and Inverse Kinematics integration.
Stars: ✭ 105 (+218.18%)
Mutual labels:  robot, ros
Spatio temporal voxel layer
A new voxel layer leveraging modern 3D graphics tools to modernize navigation environmental representations
Stars: ✭ 246 (+645.45%)
Mutual labels:  robot, ros
Turtlebot3 simulations
Simulations for TurtleBot3
Stars: ✭ 104 (+215.15%)
Mutual labels:  robot, ros
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+5584.85%)
Mutual labels:  robot, ros
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+3912.12%)
Mutual labels:  robot, ros
Weloveinterns
中科院软件所智能软件中心实习生社区
Stars: ✭ 143 (+333.33%)
Mutual labels:  robot, ros
Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (+139.39%)
Mutual labels:  robot, ros
Rvd
Robot Vulnerability Database. An archive of robot vulnerabilities and bugs.
Stars: ✭ 87 (+163.64%)
Mutual labels:  robot, ros
Rosnodejs
Client library for writing ROS nodes in JavaScript with nodejs
Stars: ✭ 145 (+339.39%)
Mutual labels:  robot, ros
Ros robotics projects
Example codes of new book ROS Robotics Projects
Stars: ✭ 240 (+627.27%)
Mutual labels:  robot, ros

Overview

This package contains launch files and configuration files for the Magni robot.

Launch files

magni_demos fiducial_follow.launch

Runs everything for the fiducial follow demo.

magni_demos simple_navigation.launch

Runs a simple fiducial based navigation demo using fiducials and move_basic. The robot is controllable using Robot Commander.

magni_nav aruco.launch

This launch file runs the fiducial marker based localization system using Raspberry Pi camera, configured to run on Magni. For more information, see fiducials and raspicam_node

magni_nav move_basic.launch

This launch file runs the move_basic simple navigation system with the parameters needed for Magni.

magni_viz view_nav.launch

To be run on a workstation, not the pi. This brings up rviz in a way suitable to visualize fiducial based navigation.

magni_viz view_robot.launch

To be run on a workstation, not the pi. This brings up rviz in a way suitable to visualize just the state of the robot and sensors, without a navigation stack.

Internal

magni_bringup base.launch

Runs everything needed for teleop, including Robot Commander based teleop (no navigation). Runs on robot boot. To see the full detailed documented boot procedure see magni_bringup README

magni_description description.launch

Internal launch file for making the URDF load and robot_state_publisher work.

You should not have to run this launch file directly.

Deprecated

magni_demos teleop.launch

Deprecated, now aliased to magni_bringup base.launch

magni_demos joystick.launch

Deprecated, now aliased to magni_bringup base.launch

Software that enables core hardware functionality on Magni:

https://github.com/UbiquityRobotics/ubiquity_motor     - Makes the Motors work; Package; no UI; no documentation

https://github.com/UbiquityRobotics/raspicam_node      - Makes the Cameras work; Package; Calibration UI (documented)--is this exposed to User? 

Motor controller firmware -- not to be released.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].