All Projects → rbonghi → ros_webconsole

rbonghi / ros_webconsole

Licence: AGPL-3.0 license
🌐 A ROS WEB console to control remotely your robot. Based with robotwebtools.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
CMake
9771 projects
CSS
56736 projects

Projects that are alternatives of or similar to ros webconsole

summit xl sim
Packages for the simulation of the Summit XL, Summit XL HL and Summit-X (including X-WAM) robots
Stars: ✭ 32 (-54.93%)
Mutual labels:  ros-kinetic, ros-melodic
robotiq 2finger grippers
ROS packages enabling the control, visualization and simulation of the Robotiq 2 Fingers Adaptive Grippers model version C3
Stars: ✭ 59 (-16.9%)
Mutual labels:  ros-kinetic, ros-melodic
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+46.48%)
Mutual labels:  ros-kinetic, ros-melodic
conde simulator
Autonomous Driving Simulator for the Portuguese Robotics Open
Stars: ✭ 31 (-56.34%)
Mutual labels:  robot, ros-kinetic
diffbot
DiffBot is an autonomous 2wd differential drive robot using ROS Noetic on a Raspberry Pi 4 B. With its SLAMTEC Lidar and the ROS Control hardware interface it's capable of navigating in an environment using the ROS Navigation stack and making use of SLAM algorithms to create maps of unknown environments.
Stars: ✭ 172 (+142.25%)
Mutual labels:  robot
Robot Arm Write Chinese
使用uArm Swift Pro机械臂写中文-毛笔字
Stars: ✭ 57 (-19.72%)
Mutual labels:  robot
G-Code-Arduino-Library
Allows any machines and robots to be controlled by G-Code
Stars: ✭ 44 (-38.03%)
Mutual labels:  robot
pouchrobot
An AI robot to collaborate in any open source project on GitHub
Stars: ✭ 39 (-45.07%)
Mutual labels:  robot
ROS-Academy-for-Beginners
中国大学MOOC《机器人操作系统入门》课程代码示例
Stars: ✭ 2,115 (+2878.87%)
Mutual labels:  robot
uniquify
Uniquify is a Telegram bot interface used to remove duplicate media files from a chat
Stars: ✭ 45 (-36.62%)
Mutual labels:  robot
Optical-Flow-based-Obstacle-Avoidance
Image based obstacle avoidance using optical flow
Stars: ✭ 24 (-66.2%)
Mutual labels:  ros-kinetic
awesome-vacuum
A curated list of free and open source software and hardware to build and control a robot vacuum.
Stars: ✭ 187 (+163.38%)
Mutual labels:  robot
ROBOTIS-OP3
ROS packages for the ROBOTIS OP3
Stars: ✭ 56 (-21.13%)
Mutual labels:  robot
1ZLAB PyEspCar
1ZLab在准备挑选合适的小车来研发计算机视觉的教程时候 , 发现习惯了Python语法的我们, 在市面上找不到合适小车, 后来我们选了ESP32作为小车的控制主板, 可以使用Python对其进行交互式编程, 极大的提升了开发效率.
Stars: ✭ 78 (+9.86%)
Mutual labels:  robot
sixi
Sixi Robot Arm
Stars: ✭ 23 (-67.61%)
Mutual labels:  robot
BipedalWalkingRobots
Linear Inverted Pendulum Model based bipedal walking
Stars: ✭ 67 (-5.63%)
Mutual labels:  robot
realant
RealAnt robot platform for low-cost, real-world reinforcement learning
Stars: ✭ 40 (-43.66%)
Mutual labels:  robot
Skycam
Moving a weight hung on four cables pulled by motors at the top corners of a box
Stars: ✭ 25 (-64.79%)
Mutual labels:  robot
open manipulator simulations
ROS Simulation for OpenManipulator
Stars: ✭ 15 (-78.87%)
Mutual labels:  robot
icra20-hand-object-pose
[ICRA 2020] Robust, Occlusion-aware Pose Estimation for Objects Grasped by Adaptive Hands
Stars: ✭ 42 (-40.85%)
Mutual labels:  robot

ROS webconsole

A ROS WEB console to control remotely your robot. Based with robotwebtools.

📢 See demo console in: http://rbonghi.github.io/ros_webconsole/ 📢

Install

It depends on the following ROS packages:

  • roswww
  • rosbridge
  • tf2_web_publisher

This web console depends on:

Open a terminal and build the package:

cd ~/catkin_ws/src
git clone https://github.com/rbonghi/ros_webconsole.git
cd ../
rosdep install --from-paths src --ignore-src -r -y
catkin_make
source ./devel/setup.bash

Run the program

  1. Launch your robotics project with URDF and controllers
  2. Run from your terminal
roslaunch ros_webconsole ros_webconsole.launch
  1. Open your browser in: http://localhost:8001/ros_webconsole

Configuration

From the web interface you can export the configuration file and save on the config\config.json every load the page will be loaded with your selected configuration

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