Close

12 Results for "ros"

  • ROS

  • ROS (Robot Operation System) is a framework that facilitates the use of a wide variety of "packages" to control a robot. It acts as a middleware. Although ROS is not an operating system. ROS provides low-level device control, implementation of commonly-used...
  • Upload the code for CORE2

  • At cloud.husarion.com start a new project and paste the following: #include "hFramework.h" #include "hCloudClient.h" #include #include #include #include "std_msgs/String.h" #include "geometry_msgs/Twist.h" using namespace hFramework; bool batteryLow...
  • Arduino control.

  • We now want to create a ROS package that would allow ROS communication to move the robot in the world. Again, Tiziano Fiorenzani has a great video explaining the basics of what we are doing here. In a nutshell, we want to make a subscriber...
  • Electrical / Electronics

  • To keep the project as simple and reproducible as possible, we tried to limit ourselves to off the shelf products as much as possible. We only used one custom built PCB to control the heavy solenoid relays for operating the steering actuator. Other than...
  • Installing Hector-SLAM

  • We can install Hector -SLAM for mapping. We found this video by Tiziano Fiorenzani and the official resources on the ROS website helpful for setting Hector-SLAM up. Clone the GitHub repository to your catkin workspace. Navigate to...
  • Software Installation

  • Install Ubuntu Core 16 on the RPi 2 - https://developer.ubuntu.com/core/get-started/raspberry-pi-2-3 a. Dont connect other boards while doing this. b . Sufficient power (2A USB) is required for working with the raspberry pi 2. c. Required Libraries...
  • Pi0drone

  • Step 1: Assemble the drone kitRequired time: 30 minutesOnce you get all the components start by assembling your drone:Get the black frame together and place the motors on top.Fix the ESC (Electronic Speed Controllers) to the frame using some tape and...
  • Simple application, UV BOT

  • Now it is autonomous and can drive on its own, and sense its environment. I will be updating this Github repository with code for other applications too. import numpy as npimport mathimport matplotlib.pyplot as pltimport rospyfrom rospy.numpy_msg import...