mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-14 13:14:39 +00:00
62 lines
1.1 KiB
YAML
62 lines
1.1 KiB
YAML
name: unilab
|
|
channels:
|
|
- robostack
|
|
- robostack-staging
|
|
- conda-forge
|
|
dependencies:
|
|
# Basics
|
|
- python=3.11.11
|
|
- compilers
|
|
- cmake
|
|
- make
|
|
- ninja
|
|
- sphinx
|
|
- sphinx_rtd_theme
|
|
# Data Visualization
|
|
- numpy
|
|
- scipy
|
|
- pandas
|
|
- networkx
|
|
- matplotlib
|
|
- pint
|
|
# Device communication
|
|
- pyserial
|
|
- pyusb
|
|
- pylibftdi
|
|
- pymodbus
|
|
- python-can
|
|
- pyvisa
|
|
- opencv
|
|
# Service
|
|
- pydantic
|
|
- fastapi
|
|
- uvicorn
|
|
- gradio
|
|
- flask
|
|
- websocket
|
|
# Notebook
|
|
- ipython
|
|
- jupyter
|
|
- jupyros
|
|
# ros
|
|
- colcon-common-extensions
|
|
- ros-humble-desktop-full
|
|
- ros-humble-control-msgs
|
|
- ros-humble-sensor-msgs
|
|
- ros-humble-trajectory-msgs
|
|
- ros-humble-navigation2
|
|
- ros-humble-ros2-control
|
|
- ros-humble-robot-state-publisher
|
|
- ros-humble-joint-state-publisher
|
|
# web
|
|
- ros-humble-rosbridge-server
|
|
# geometry & motion planning
|
|
- ros-humble-tf2
|
|
- ros-humble-moveit
|
|
- ros-humble-moveit-servo
|
|
# simulation
|
|
- ros-humble-simulation # ignored because of NO python3.11 package in WIN64
|
|
# ros-humble-gazebo-ros // ignored because of the conflict with ign-gazebo
|
|
# ilab equipments
|
|
# - ros-humble-unilabos-msgs
|