Skip to content

armando-genis/ros_nextjs_pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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