Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
darias_docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julen Urain De Jesus
darias_docs
Wiki
HOW TO USE CONDA ROS
Changes
Page history
New page
Templates
Clone repository
Update HOW TO USE CONDA ROS
authored
5 years ago
by
Julen Urain De Jesus
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
HOW-TO-USE-CONDA-ROS.md
+8
-1
8 additions, 1 deletion
HOW-TO-USE-CONDA-ROS.md
with
8 additions
and
1 deletion
HOW-TO-USE-CONDA-ROS.md
0 → 100644
View page @
f84a75fa
HELLO, if u are here is because you need the power of both worlds!
Let's go.
FIRST,
source conda
`conda_darias`
create your conda enviromet or activate it
`conda create -n NAME_darias python=3.7`
(u can use other python versions like 2.7, 3.4, 3.6 etc.)
`conda activate NAME_darias`
Let's install neccesary pkgs to cowork with ROS
`conda install pyyaml`
`pip install rospkg`
source your ros workpackage
`source DIRECTORY_TO_WORKSPACE/setup.bash`
HAVE FUN!
-----------------------------------------------------------
Create a new python workspace
`ias create_py_pkg NAME__NEW_PACKAGE`
\ No newline at end of file
This diff is collapsed.
Click to expand it.