https://github.com/bjoernellens1/cps_ros_builder
Build files for ROS docker images
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.9%) to scientific vocabulary
Repository
Build files for ROS docker images
Basic Info
- Host: GitHub
- Owner: bjoernellens1
- Language: Python
- Default Branch: main
- Size: 11.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
readme.md
To build: cannot build two architectures at the same time because of the precompiled libraries of segwayrmp.
Build command: docker buildx create --name mybuilder docker buildx use mybuilder export DOCKERCLIEXPERIMENTAL=enabled
docker buildx build --platform linux/arm64 --build-arg GHCRTOKEN=<yourtoken> -f ./dockerfile.amd64 -t ghcr.io/bjoernellens1/ros:humble-amd64 . --push
or docker buildx build --platform linux/arm64 --build-arg GHCRTOKEN=<yourtoken> -f ./dockerfile.arm64 -t ghcr.io/bjoernellens1/ros:humble-arm64 . --push
For launching robot: docker run -d --restart always -it --name humble --privileged --net host -v /dev:/dev ghcr.io/bjoernellens1/ros:humble-arm64
or docker exec -it humble /bin/bash
and inside container: ros2 launch rmp220_teleop robot.launch.py
Owner
- Login: bjoernellens1
- Kind: user
- Repositories: 2
- Profile: https://github.com/bjoernellens1
GitHub Events
Total
- Pull request event: 1
Last Year
- Pull request event: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- renovate[bot] (1)