This is a project aimed at creating a pipeline that conducts certain actions based on a research paper on Robopoint.
Intel RealSense Depth Camera D435i PX100
docker pull zongzhejiang/robopoint_ws_overlay:latest
docker run -it --gpus=all --network=host --env="DISPLAY" -v ~/.Xauthority:/root/.Xauthority:rw docker.io/zongzhejiang/robopoint_ws_overlay:latest
Note: docker compose run --rm robopoint_dev should work in theory, but there was no gpu access when using Docker Compose. Needs to be debugged.
pip install -r requirements.txt
source /opt/ros/humble/setup.bash
colcon build
source install/setup.bash
ros2 launch robot_startup full_system.launch.py
Note: I tried using a virtual environment, but the ROS workspace only acepted dependencies from usr/bin/python3. I'm not sure why this is so.
ROS Documentation: https://docs.ros.org/en/humble/index.html
41 commits
2 commits
Python
88.4%
C++
6.9%
Shell
2.1%
MATLAB
1.5%
This is a project aimed at creating a pipeline that conducts certain actions based on a research paper on Robopoint.
Intel RealSense Depth Camera D435i PX100
docker pull zongzhejiang/robopoint_ws_overlay:latest
docker run -it --gpus=all --network=host --env="DISPLAY" -v ~/.Xauthority:/root/.Xauthority:rw docker.io/zongzhejiang/robopoint_ws_overlay:latest
Note: docker compose run --rm robopoint_dev should work in theory, but there was no gpu access when using Docker Compose. Needs to be debugged.
pip install -r requirements.txt
source /opt/ros/humble/setup.bash
colcon build
source install/setup.bash
ros2 launch robot_startup full_system.launch.py
Note: I tried using a virtual environment, but the ROS workspace only acepted dependencies from usr/bin/python3. I'm not sure why this is so.
ROS Documentation: https://docs.ros.org/en/humble/index.html
41 commits
2 commits
Python
88.4%
C++
6.9%
Shell
2.1%
MATLAB
1.5%