Created with React.
Make sure Node is downloaded on your computer.
You can check it with
node -vnode version should be >22.*
git clone https://github.com/frdedynamics/gh360_gui.gitcd gh360_gui/gh360_guinpm inpm run dev- Add rosbridge_suite package version 1.3.1 in the ROS2 workspace. You can download it here.
- Build the workspace.
- Start the robot.
- Launch the rosbridge server
ros2 launch rosbridge_server rosbridge_websocket_launch.xml
Clone the repository: https://github.com/LauEls/gh360_replay_environment
and follow the instructions to set up the docker container in order to simulate the communication with the robot.
Except instead of running ros2 bag play rosbags/final_eval_rosbag_1757431284 at the end, run ros2 run gh360_webapp joint_pos_controller.
The program will still run without this, but you won't receive any data to show, nor will it be possible to simulate moving the robot.