armando-genis / ros_nextjs_pkg

ROS2 y next js 13 to deploy a dashboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ros_nextjs_pkg

alt text ROS2 y next js 13 to deploy a dashboard.

Deployment

To deploy this project run

  cd ~/ros2_ws
  source /opt/ros/foxy/setup.bash
  source install/setup.bash
  ros2 launch ros_nextjs_pkg start_next_app.launch.py

this will automatically run npm run dev to deploy the page.

Install

  sudo apt install ros-foxy-rosbridge-server
  sudo apt install nodejs
  sudo apt install npm

Modules installed in the Nextjs app

  npm install roslib
  npm install bufferutil utf-8-validate
  npm install three-obj-loader
  npm install three
  npm i react-chartjs-2 chart.js

Documentation

About

ROS2 y next js 13 to deploy a dashboard.


Languages

Language:JavaScript 94.1%Language:CMake 2.3%Language:Python 1.9%Language:CSS 1.7%