https://github.com/advrhumanoids/ros2_config
Configuration files and docker containers for ros2
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.7%) to scientific vocabulary
Repository
Configuration files and docker containers for ros2
Basic Info
- Host: GitHub
- Owner: ADVRHumanoids
- Language: Dockerfile
- Default Branch: main
- Size: 17.6 KB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
ros2_config
Configuration files and docker containers for ros2
Usage with Docker
- Setup environment:
export ROS2_IP=10.24.x.x(add to .bashrc for convenience) - Build the container:
bash cd docker/noble-ros2 # or noble-ros2-xeno for RT docker compose build --pull source setup.bash # for the "ros2" alias (or setup-nvidia.bash ), add to .bashrc for convenience - Bootstrap: this will compile a forest_ws with all required software inside the container; the workspace is inside a mounted directory for persistent storage over container restart
bash ros2 ./bootstrap.sh - Run the container:
ros2 - Stop the container:
docker stop <img-name>(use TAB for completion)
Usage with host machine
bash
export ROS2_IP="10.24.x.x" # if not in .bashrc already
mkdir build && cd build
cmake .. -DROS2_IP=$ROS2_IP # this generates the xml file for CycloneDDS with the correct network address
sudo cmake --install . --component sysctl_rules # install sysctl rules for optimized kernel configuration
sudo sysctl --system # reload kernel configuration
cd ..
source dds/cyclonedds/setup.bash # add to .bashrc for convenience
Owner
- Name: ADVR Humanoids
- Login: ADVRHumanoids
- Kind: organization
- Email: luca.muratore@iit.it
- Location: Istituto Italiano di Tecnologia
- Website: https://www.iit.it/lines/humanoids-human-centered-mechatronics
- Repositories: 206
- Profile: https://github.com/ADVRHumanoids
Humanoids & Human Centered Mechatronics, HHCM, IIT
GitHub Events
Total
- Member event: 1
- Push event: 3
Last Year
- Member event: 1
- Push event: 3
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- hhcmhub/xbot2-noble-dev latest build
- hhcmhub/xbot2-noble-dev latest build