Git Product home page Git Product logo

terabot's Introduction

terabot

A 4 wheel autonomous robot with visual navigation by Intel RealSense D435i.

Terabot

hardware

software environment

  • Ubuntu 18.04 LTS
  • ROS Melodic

reference

setup workspace

source /opt/ros/$ROS_DISTRO/setup.bash
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin_make
source devel/setup.bash

Create a workspace

get source code

cd ~/git
git clone https://github.com/shijq23/terabot.git
cd ~/catkin_ws/src
ln -s ~/git/terabot/tarabot_control
ln -s ~/git/terabot/terabot_description
ln -s ~/git/terabot/terabot_gazebo
cd ~/catkin_ws
catkin make
source devel/setup.bash

launch gazebo

roslaunch terabot_gazebo terabot_world.launch

move it by command

rostopic pub -1 /terabot/leftWheel_effort_controller/command std_msgs/Float64 "data: 11.5"
rostopic pub -1 /terabot/rightWheel_effort_controller/command std_msgs/Float64 "data: 11.0"

monitor joint states

rostopic echo /terabot/joint_states

move it by teleop

rosrun turtlebot3_teleop turtlebot3_teleop_key cmd_vel:=/terabot/cmd_vel
roslaunch terabot_gazebo teleop_key.launch

view camera image

rosrun image_view image_view image:=/terabot/camera1/image_raw

view tf frames

rosrun tf view_frames
rosrun tf view_monitor
roswtf

visualize the TF Tree

rosrun rqt_tf_tree rqt_tf_tree

node graph

rqt_graph

find a pi

sudo nmap -sP 192.168.2.1/24 | awk '/^Nmap/{ip=$NF}/B8:27:EB/{print ip}'

check parameters configuration

rosrun rqt_gui rqt_gui
rosrun rqt_reconfigure rqt_reconfigure

ros-i2cpwmboard error

sudo apt-get install python-smbus i2c-tools sudo apt-get install libi2c-dev

interactive marker

in rviz, add InteractiveMarkers, select Update topic: /twist_marker_server/update

terabot's People

Contributors

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